.reseto-compare-page { box-sizing: border-box; max-width: 1960px; width: 100%; margin: 0 auto; padding: 40px 24px 80px; }
.reseto-compare-page h1 { margin: 36px 0; }
.reseto-compare { width: 100%; color: var(--theme-color); }
.reseto-compare [hidden], .reseto-compare-count[hidden] { display: none; }
.reseto-compare__toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.reseto-compare__toolbar p { margin: 0; }
.reseto-compare__tools { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.reseto-compare__differences { display: flex; align-items: center; gap: 8px; cursor: pointer; font-weight: 700; }
.reseto-compare__differences input { position: static; opacity: 1; appearance: auto; width: 18px; height: 18px; margin: 0; accent-color: var(--theme-color); }
.reseto-compare__clear, .reseto-compare__retry { padding: 8px 0; border: 0; background: transparent; color: var(--theme-color); font: inherit; text-decoration: underline; cursor: pointer; }
.reseto-compare__status:empty { display: none; }
.reseto-compare__scroll { width: 100%; overflow-x: auto; overscroll-behavior-x: contain; border: 1px solid #dce4e9; border-radius: 16px; }
.reseto-compare .reseto-compare__table { border: 0; border-collapse: separate; border-spacing: 0; table-layout: fixed; width: max-content; min-width: 100%; margin: 0; font-size: 14px; line-height: 1.5; }
.reseto-compare__table caption { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.reseto-compare .reseto-compare__table th, .reseto-compare .reseto-compare__table td { box-sizing: border-box; min-width: 230px; width: 230px; padding: 18px 22px; border: 0; border-bottom: 1px solid #e5ebef; border-right: 1px solid #e5ebef; text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.reseto-compare .reseto-compare__table tr > :last-child { border-right: 0; }
.reseto-compare .reseto-compare__table tbody tr:last-child > * { border-bottom: 0; }
.reseto-compare .reseto-compare__table tr > :first-child { position: sticky; left: 0; z-index: 2; min-width: 180px; width: 180px; max-width: 180px; background: #f4f7f9; font-weight: 700; }
.reseto-compare .reseto-compare__table tbody tr:nth-child(even) td { background: #f8fafb; }
.reseto-compare .reseto-compare__table .reseto-compare__product { position: relative; padding-top: 40px; background: #fff; }
.reseto-compare__image { display: flex; align-items: center; justify-content: center; height: 150px; margin-bottom: 16px; }
.reseto-compare .reseto-compare__image img { display: block; width: 100%; height: 150px; max-width: 220px; object-fit: contain; }
.reseto-compare__name { display: block; min-height: 48px; margin-bottom: 16px; color: var(--theme-color); font-size: 17px; font-weight: 700; text-decoration: none; }
.reseto-compare .reseto-compare__link { display: inline-flex; justify-content: center; padding: 10px 18px; border: 1px solid var(--theme-color); border-radius: 9999px; background: var(--theme-color); color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.reseto-compare .reseto-compare__link:hover { background: var(--secondary); border-color: var(--secondary); }
.reseto-compare .reseto-compare__remove { position: absolute; right: 10px; top: 8px; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 0; border-radius: 50%; background: #f4f7f9; color: var(--theme-color); font-size: 24px; line-height: 1; cursor: pointer; }
.reseto-compare__from { display: block; font-size: 12px; }
.reseto-compare .reseto-compare__price-row .stock-price-wrapper { display: flex; flex-direction: column; align-items: flex-start; width: auto; gap: 4px; padding: 0; }
.reseto-compare__price-row .price { font-size: 18px; font-weight: 700; }
.reseto-compare__price-row .regular-price { font-size: 14px; font-weight: 400; opacity: .65; }
.reseto-compare__empty { padding: 56px 24px; background: #f4f7f9; border-radius: 20px; text-align: center; }
.reseto-compare__empty h2 { margin: 16px 0; font-size: 26px; }
.reseto-compare__empty p { max-width: 560px; margin: 0 auto 24px; }
.reseto-compare__empty-icon svg { width: 44px; height: 44px; }
.reseto-compare-button { display: inline-flex; align-items: center; gap: 8px; padding: 8px; border: 0; background: transparent; color: var(--theme-color); font: inherit; cursor: pointer; }
.reseto-compare-button__icon { display: inline-flex; }
.reseto-compare-button__icon svg { width: 20px; height: 20px; }
.reseto-compare-button[aria-pressed="true"] { background: #e0f2fe; }
ul.products li.product .reseto-compare-button { position: absolute; top: 7rem; right: 20px; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; padding: 6px; border: 1px solid var(--secondary); border-radius: 50%; background: #fff; }
ul.products li.product .reseto-compare-button[aria-pressed="true"] { background: #e0f2fe; }
ul.products li.product .reseto-compare-button__text { display: none; }
.product-share #comapre-btn .reseto-compare-button { padding: 0; background: transparent; color: inherit; }
.reseto-compare-button .reseto-compare-button__icon svg path { fill: var(--secondary); }
.product-share #comapre-btn .reseto-compare-button__icon svg path { fill: #ff6060; }
[data-reseto-compare-link] { position: relative; }
.reseto-compare-count { position: absolute; top: -5px; right: -5px; display: flex; align-items: center; justify-content: center; min-width: 17px; height: 17px; padding: 0 3px; border-radius: 50%; background: var(--secondary); color: #fff; font-size: 11px; font-weight: 700; }
.reseto-compare-toast { position: fixed; right: 24px; bottom: 24px; z-index: 10001; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; box-sizing: border-box; max-width: min(480px, calc(100vw - 32px)); padding: 18px 44px 18px 20px; border-radius: 16px; background: var(--theme-color); color: #fff; box-shadow: 0 4px 24px rgba(0,0,0,.18); font-size: 14px; }
.reseto-compare-toast a { color: #fff; font-weight: 700; text-decoration: underline; }
.reseto-compare-toast button { position: absolute; top: 8px; right: 8px; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; color: #fff; font-size: 24px; cursor: pointer; }
.reseto-compare :is(button, a, input):focus-visible, .reseto-compare-button:focus-visible, .reseto-compare__scroll:focus-visible { outline: 2px solid var(--secondary); outline-offset: 3px; }
@media (min-width: 1024px) { .reseto-compare-page { padding-right: 96px; padding-left: 96px; } }
@media (max-width: 600px) {
    .reseto-compare .reseto-compare__table tr > :first-child { width: 115px; min-width: 115px; max-width: 115px; padding: 14px 10px; font-size: 12px; }
    .reseto-compare .reseto-compare__table th, .reseto-compare .reseto-compare__table td { width: 200px; min-width: 200px; padding: 14px; }
    .reseto-compare .reseto-compare__image img, .reseto-compare__image { height: 120px; }
    .reseto-compare-toast { bottom: 16px; right: 16px; }
}

/* Match the site's primary buttons and mini-cart removal controls. */
.reseto-compare .reseto-compare__link,
.reseto-compare__name,
.reseto-compare__clear,
.reseto-compare__retry,
.reseto-compare-button,
.reseto-compare-toast button {
    transition: background-color 150ms ease-in, border-color 150ms ease-in, color 150ms ease-in;
}
.reseto-compare .reseto-compare__remove {
    background: #f5f5f5;
    color: #607583;
    transition: background-color 0.15s, color 0.15s;
}
.reseto-compare .reseto-compare__remove:hover {
    background: #fbeaec;
    color: #a62f40;
}
@media (hover: hover) and (pointer: fine) {
    .reseto-compare__name:hover,
    .reseto-compare__clear:hover,
    .reseto-compare__retry:hover { color: var(--secondary); }
    .reseto-compare-toast button:hover { color: var(--secondary); }
}
.reseto-compare-sticky {
    position: fixed;
    top: var(--compare-sticky-top, 0px);
    left: var(--compare-sticky-left, 0px);
    width: var(--compare-sticky-width, 0px);
    z-index: 9998;
    overflow: hidden;
    background: #fff;
    color: var(--theme-color);
    box-shadow: 0 5px 14px rgba(17, 66, 94, .12);
}
.reseto-compare-sticky[hidden] { display: none; }
.reseto-compare-sticky__track { display: flex; width: max-content; }
.reseto-compare-sticky__cell {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex: 0 0 var(--compare-cell-width);
    width: var(--compare-cell-width);
    padding: 14px 22px;
    border-right: 1px solid #e5ebef;
    border-bottom: 1px solid #dce4e9;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    overflow-wrap: anywhere;
}
.reseto-compare-sticky__cell:first-child { position: sticky; left: 0; z-index: 1; background: #f4f7f9; }
.reseto-compare-sticky__cell a { color: inherit; text-decoration: none; transition: color 180ms ease; }
.reseto-compare-sticky__cell a:hover { color: var(--secondary); }
.reseto-compare-sticky__cell a:focus-visible { outline: 2px solid var(--secondary); outline-offset: 3px; }
@media (max-width: 600px) {
    .reseto-compare-sticky__cell { padding: 12px 14px; font-size: 13px; }
    .reseto-compare-sticky__cell:first-child { padding: 12px 10px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    .reseto-compare .reseto-compare__link,
    .reseto-compare .reseto-compare__remove,
    .reseto-compare__name,
    .reseto-compare__clear,
    .reseto-compare__retry,
    .reseto-compare-button,
    .reseto-compare-toast button,
    .reseto-compare-sticky__cell a { transition: none; }
}
