/* ============================================================
   OPICKO COLLECTION — Brand-strict Design System (v5.6.2)
   Palette: Ink #111110 · White #fff · Teal #027371 · Neutral greys ONLY
   No cream. No grey boxes. Hairlines + typography do the work.
   ============================================================ */

/* ── 1. Tokens ─────────────────────────────────────────────── */
#opxCollection,
.opx-bottombar {
    --opx-brand: #027371;
    --opx-brand-dark: #025957;
    --opx-brand-soft: rgba(2, 115, 113, .08);
    --opx-brand-ring: rgba(2, 115, 113, .2);
    --opx-ink: #111110;
    --opx-bg: #ffffff;
    --opx-line: #e6e6e6;
    --opx-line-strong: #d9d9d9;
    --opx-mut: #757575;
    --opx-card-bg: #f0f0f0;
    --opx-r-card: 8px;
    --opx-r-input: 8px;
    --opx-r-pill: 999px;
    --opx-pad: clamp(16px, 4vw, 40px);
    --opx-shell: 1440px;
}

:focus-visible {
    outline: 2px solid var(--opx-brand);
    outline-offset: 2px;
}

.opx-shell {
    width: min(var(--opx-shell), 100% - 64px);
    margin-inline: auto;
}

body.tax-product_cat .wd-page-title,
body.tax-collection .wd-page-title {
    display: none !important;
}

/* ── 2. Hero (black, full-bleed) ────────────────────────────── */
.opx-hero {
    background: var(--opx-ink);
    color: #fff;
}

.opx-hero__inner {
    min-height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 0 32px;
}

.opx-hero__inner:has(h1:last-child) {
    min-height: 160px;
    padding: 24px 0 28px;
}

.opx-crumb {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

.opx-crumb a {
    color: rgba(255, 255, 255, .6);
}

.opx-crumb a:hover {
    color: #fff;
}

.opx-hero h1 {
    margin: 0 0 11px;
    font-family: var(--opx-disp, 'Archivo', Impact, sans-serif);
    font-size: clamp(44px, 4.2vw, 62px);
    line-height: .97;
    font-weight: 500;
    letter-spacing: .065em;
    text-transform: uppercase;
    color: #fff;
}

.opx-hero p {
    max-width: 64ch;
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 1.65;
}

/* ── 3. Toolbar (white, hairline — no cream band) ─────────── */
.opx-filterbar {
    background: var(--opx-bg);
    border-bottom: 1px solid var(--opx-line);
}

.opx-filterbar.is-stuck {
    box-shadow: 0 10px 24px -18px rgba(0, 0, 0, .25);
}

.opx-filterbar__inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.opx-filterbar__left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.opx-filterbar__right {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
}

/* Bordered pills (KF) — invert on hover */
.opx-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid var(--opx-ink);
    border-radius: var(--opx-r-input);
    background: transparent;
    color: var(--opx-ink);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .01em;
    cursor: pointer;
    transition: background .18s, color .18s;
}

.opx-pill:hover {
    background: var(--opx-ink);
    color: #fff;
}

.opx-toolbar-filter {
    flex-shrink: 0;
}

.opx-cl__filter-count {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--opx-r-pill);
    background: var(--opx-brand);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.opx-chips-wrap {
    position: relative;
    min-width: 0;
    flex: 1;
    display: flex;
}

.opx-chips {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-width: 0;
}

.opx-chips .chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 5px 8px 5px 12px;
    border: 1px solid var(--opx-line-strong);
    border-radius: var(--opx-r-pill);
    background: transparent;
    color: var(--opx-mut);
    font-size: 12px;
}

.opx-chips .chip:hover {
    border-color: var(--opx-brand);
    color: var(--opx-brand-dark);
}

.opx-chips .chip-remove {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.opx-toolbar-clear {
    flex-shrink: 0;
    padding: 5px 0;
    border: 0;
    background: transparent;
    color: var(--opx-mut);
    font-size: 12px;
    border-bottom: 1px solid var(--opx-line-strong);
    cursor: pointer;
}

.opx-toolbar-clear:hover {
    color: var(--opx-ink);
}

.opx-count {
    font-size: 13px;
    font-weight: 700;
    color: var(--opx-ink);
    white-space: nowrap;
}

.opx-cl__cols {
    display: inline-flex;
    align-items: center;
}

.opx-cl__cols button {
    border: 0;
    background: none;
    padding: 6px 14px;
    border-left: 1px solid var(--opx-line);
    color: var(--opx-ink);
    opacity: .3;
    cursor: pointer;
}

.opx-cl__cols button:first-child {
    border-left: 0;
}

.opx-cl__cols button.is-active {
    opacity: 1;
}

.opx-cl__cols i {
    display: inline-block;
    width: 2.5px;
    height: 15px;
    margin: 0 1.5px;
    background: currentColor;
    border-radius: 1px;
}

.opx-sort {
    position: relative;
}

.opx-sort__btn strong {
    font-weight: 700;
}

.opx-sort__chev {
    transition: transform .18s;
}

.opx-sort.is-open .opx-sort__chev {
    transform: rotate(180deg);
}

.opx-sort__menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 80;
    width: 220px;
    padding: 6px;
    border: 1px solid var(--opx-line);
    border-radius: 10px;
    background: var(--opx-bg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1);
}

.opx-sort.is-open .opx-sort__menu {
    display: block;
}

.opx-sort__menu button {
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: var(--opx-ink);
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.opx-sort__menu button:hover,
.opx-sort__menu button.is-active {
    background: #f5f5f5;
}

.opx-sort__menu button.is-active {
    color: var(--opx-brand-dark);
    font-weight: 600;
}

/* ── 4. Catalog + filter card (white, clean rows — NO boxes) ─ */
.opx-catalog {
    padding: 32px 0 0;
}

.opx-catalog__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.opx-filters {
    display: none;
    min-width: 0;
}

.opx-filters__card {
    background: var(--opx-bg);
    border: 1px solid var(--opx-line);
    border-radius: 12px;
    padding: 6px 22px 22px;
}

.opx-filters__head {
    display: none;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    border-bottom: 1px solid var(--opx-line);
}

.opx-filters__head h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: var(--opx-ink);
}

.opx-filters__close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--opx-ink);
    color: #fff;
    font-size: 16px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.opx-filters__top {
    display: flex;
    justify-content: flex-end;
    min-height: 34px;
    padding-bottom: 10px;
}

.opx-sidebar-clear {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--opx-mut);
    font-size: 13px;
    border-bottom: 1px solid var(--opx-line-strong);
    cursor: pointer;
}

.opx-sidebar-clear:hover {
    color: var(--opx-ink);
}

/* Group headers: transparent, sentence-case, left-aligned */
.opx-fgroup {
    border-bottom: 1px solid var(--opx-line);
}

.opx-fgroup:last-of-type {
    border-bottom: 0;
}

.opx-fgroup__head {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--opx-ink);
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: none;
    cursor: pointer;
}

.opx-fgroup__head:hover {
    color: var(--opx-brand-dark);
}

.opx-fgroup__chev {
    transition: transform .18s;
}

.opx-fgroup__head[aria-expanded="false"] .opx-fgroup__chev {
    transform: rotate(-90deg);
}

.opx-fgroup__body {
    padding: 4px 0 16px;
}

.opx-fgroup__body[hidden] {
    display: none;
}

.opx-filters__sep {
    display: none;
}

.opx-frow {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.opx-frow.is-off {
    opacity: .4;
}

.opx-frow.is-off .opx-frow__label {
    cursor: not-allowed;
}

.opx-frow__label {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--opx-ink);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.opx-frow__label:hover {
    color: var(--opx-brand-dark);
}

.opx-fcheck {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.opx-cbox {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border: 1.5px solid var(--opx-line-strong);
    border-radius: 50%;
    background: #fff;
    transition: background .15s, border-color .15s;
}

.opx-cbox svg {
    width: 9px;
    height: 9px;
    opacity: 0;
    color: #fff;
}

.opx-fcheck:checked+.opx-cbox {
    background: var(--opx-ink);
    border-color: var(--opx-ink);
}

.opx-fcheck:checked+.opx-cbox svg {
    opacity: 1;
}

.opx-fcheck:focus-visible+.opx-cbox {
    outline: 2px solid var(--opx-brand);
    outline-offset: 2px;
}

.opx-fcount {
    font-style: normal;
    color: var(--opx-mut);
    font-size: 12.5px;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}

.opx-fcount::before {
    content: "(";
}

.opx-fcount::after {
    content: ")";
}

.opx-fgroup:not(.is-expanded) .opx-frow.is-hidden {
    display: none;
}

.opx-facet__more {
    background: none;
    border: 0;
    color: var(--opx-ink);
    font: 700 13px/1 inherit;
    padding: 10px 0 0;
    cursor: pointer;
}

.opx-facet__more:hover {
    color: var(--opx-brand);
}

/* Price module */
.opx-range {
    position: relative;
    height: 28px;
    margin-top: 6px;
}

.opx-range__track,
.opx-range__fill {
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
    border-radius: 999px;
}

.opx-range__track {
    right: 0;
    background: var(--opx-line-strong);
}

.opx-range__fill {
    background: var(--opx-brand);
}

.opx-range input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 28px;
    margin: 0;
    background: transparent;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
}

.opx-range input[type="range"]::-webkit-slider-runnable-track {
    height: 28px;
    background: transparent;
}

.opx-range input[type="range"]::-moz-range-track {
    height: 28px;
    background: transparent;
}

.opx-range input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    border: 2px solid var(--opx-ink);
    border-radius: 50%;
    background: #fff;
    pointer-events: auto;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.opx-range input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 2px solid var(--opx-ink);
    border-radius: 50%;
    background: #fff;
    pointer-events: auto;
    cursor: pointer;
}

.opx-range input[type="range"]:focus-visible::-webkit-slider-thumb {
    box-shadow: 0 0 0 5px var(--opx-brand-ring);
}

.opx-range input[type="range"]:focus-visible::-moz-range-thumb {
    box-shadow: 0 0 0 5px var(--opx-brand-ring);
}

.opx-range__values {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    color: var(--opx-mut);
    font-size: 12px;
}

.opx-price__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
}

.opx-price__label {
    display: block;
    font-size: 10.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--opx-mut);
    margin-bottom: 6px;
    font-weight: 600;
}

.opx-price__input {
    position: relative;
}

.opx-price__prefix {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--opx-ink);
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
}

.opx-price__field {
    width: 100%;
    height: 44px;
    padding: 0 10px 0 46px;
    border: 1px solid var(--opx-line-strong);
    border-radius: var(--opx-r-input);
    background: #fff;
    color: var(--opx-ink);
    font-size: 14px;
    transition: border-color .15s, box-shadow .15s;
}

.opx-price__field:focus {
    border-color: var(--opx-brand);
    box-shadow: 0 0 0 3px var(--opx-brand-ring);
    outline: none;
}

.opx-price__field::-webkit-inner-spin-button,
.opx-price__field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.opx-price__field {
    -moz-appearance: textfield;
}

.opx-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    padding-top: 4px;
}

.opx-color {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 50%;
    cursor: pointer;
    transition: box-shadow .15s, transform .15s;
}

.opx-color:hover {
    transform: scale(1.08);
}

.opx-color[aria-pressed="true"] {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--opx-brand);
}

/* Drawer footer pills */
.opx-filters__foot {
    display: none;
}

.opx-btn-apply,
.opx-btn-clearall {
    min-height: 52px;
    border: 0;
    border-radius: var(--opx-r-pill);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

.opx-btn-apply {
    background: var(--opx-ink);
    color: #fff;
}

.opx-btn-clearall {
    background: #3f3f3f;
    color: #fff;
}

/* ── 5. Grid & cards ──────────────────────────────────────── */
.opx-catalog__main {
    min-width: 0;
}

.opx-grid {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px 24px;
}

.opx-grid.is-loading {
    opacity: .5;
    pointer-events: none;
}

#opxCollection .opx-card {
    position: relative;
    min-width: 0;
}

#opxCollection .opx-card__media {
    position: relative;
    margin-bottom: 14px;
}

#opxCollection .opx-card__media-link {
    position: relative;
    display: block;
    aspect-ratio: 3 / 3.7;
    overflow: hidden;
    border-radius: var(--opx-r-card);
    background: var(--opx-card-bg);
}

#opxCollection .opx-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease, opacity .3s ease;
}

#opxCollection .opx-card__img--back {
    position: absolute;
    inset: 0;
    opacity: 0;
}

#opxCollection .opx-card:hover .opx-card__img--back {
    opacity: 1;
}

#opxCollection .opx-card:hover .opx-card__img:not(.opx-card__img--back) {
    opacity: 0;
}

#opxCollection .opx-card:hover .opx-card__img {
    transform: scale(1.03);
}

@media (hover: none) {
    #opxCollection .opx-card:hover .opx-card__img {
        opacity: 1;
    }

    #opxCollection .opx-card:hover .opx-card__img--back {
        opacity: 0;
    }
}

#opxCollection .opx-card.sold-out .opx-card__media-link {
    filter: saturate(.65);
}

#opxCollection .opx-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .94);
    color: var(--opx-ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
}

#opxCollection .opx-badge--sale {
    color: var(--opx-brand-dark);
    border-color: rgba(2, 115, 113, .28);
}

#opxCollection .opx-badge--new {
    background: var(--opx-ink);
    color: #fff;
    border-color: var(--opx-ink);
}

#opxCollection .opx-badge--soldout {
    background: var(--opx-ink);
    color: #fff;
    border-color: var(--opx-ink);
}

#opxCollection .opx-card__wish {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    color: var(--opx-ink);
    opacity: 0;
    transition: opacity .18s, color .18s;
}

#opxCollection .opx-card__wish .opx-icon {
    width: 16px;
    height: 16px;
    display: block;
    overflow: visible;
}

#opxCollection .opx-card:hover .opx-card__wish,
#opxCollection .opx-card__wish:focus-visible {
    opacity: 1;
}

#opxCollection .opx-card__wish:hover,
#opxCollection .opx-card__wish[aria-pressed="true"] {
    color: var(--opx-brand);
}

#opxCollection .opx-card__wish[aria-pressed="true"] .heart-shape {
    fill: var(--opx-brand);
    stroke: var(--opx-brand);
}

#opxCollection .opx-card__quick-add-row {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .2s, transform .2s;
    pointer-events: none;
}

#opxCollection .opx-card:hover .opx-card__quick-add-row,
#opxCollection .opx-card__quick-add-row:focus-within {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

#opxCollection .opx-card__quick-add {
    width: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid var(--opx-ink);
    border-radius: var(--opx-r-input);
    background: rgba(255, 255, 255, .92);
    color: var(--opx-ink);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: background .2s, color .2s;
}

#opxCollection .opx-card__quick-add:hover {
    background: var(--opx-ink);
    color: #fff;
}

#opxCollection .opx-card__sizes {
    display: none;
    gap: 6px;
    background: rgba(255, 255, 255, .92);
    padding: 6px;
    border-radius: var(--opx-r-input);
    backdrop-filter: blur(8px);
}

#opxCollection .opx-card.size-open .opx-card__sizes {
    display: grid;
}

#opxCollection .opx-card.size-open .opx-card__quick-add {
    display: none;
}

#opxCollection .opx-card__size {
    min-height: 38px;
    border: 1px solid var(--opx-line-strong);
    border-radius: 6px;
    background: #fff;
    color: var(--opx-ink);
    font-size: 10.5px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

#opxCollection .opx-card__size:hover,
#opxCollection .opx-card__size:focus-visible {
    border-color: var(--opx-brand);
}

#opxCollection .opx-card__size.selected {
    border-color: var(--opx-brand);
    background: var(--opx-brand);
    color: #fff;
}

#opxCollection .opx-card__notify {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--opx-line-strong);
    border-radius: var(--opx-r-input);
    background: rgba(255, 255, 255, .92);
    color: var(--opx-ink);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

#opxCollection .opx-card__notify:hover:not(:disabled) {
    border-color: var(--opx-ink);
}

#opxCollection .opx-card__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
}

#opxCollection .opx-card__info-link {
    text-decoration: none;
    min-width: 0;
}

#opxCollection .opx-card__name {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--opx-ink);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#opxCollection .opx-card__info-link:hover .opx-card__name {
    color: var(--opx-brand-dark);
}

#opxCollection .opx-card__price {
    min-height: 19px;
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: var(--opx-ink);
    white-space: nowrap;
}

#opxCollection .current-price {
    color: var(--opx-ink);
    font-weight: 700;
}

#opxCollection .sale-price {
    color: var(--opx-brand);
    font-weight: 700;
}

#opxCollection .was-price {
    color: var(--opx-mut);
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

#opxCollection .opx-card__swatches {
    min-height: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 9px;
}

#opxCollection .opx-card__swatch {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 50%;
    cursor: pointer;
    transition: transform .15s;
}

#opxCollection .opx-card__swatch:hover {
    transform: scale(1.2);
}

#opxCollection .opx-card__swatch[aria-pressed="true"] {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--opx-brand);
}

#opxCollection .opx-card__stock-note {
    margin: 6px 0 0;
    color: var(--opx-mut);
    font-size: 11.5px;
}

#opxCollection .opx-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 12px;
    color: var(--opx-ink);
}

#opxCollection .opx-card__count {
    color: var(--opx-mut);
}

#opxCollection .opx-card__bnpl {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    color: var(--opx-mut);
}

/* Skeletons + empty */
.skeleton-card {
    display: block;
}

.skeleton-block {
    position: relative;
    overflow: hidden;
    background: var(--opx-card-bg);
}

.skeleton-block::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .6), transparent);
    animation: opx-shimmer 1.25s infinite;
}

.skeleton-image {
    aspect-ratio: 3 / 4;
    margin-bottom: 12px;
    border-radius: var(--opx-r-card);
}

.skeleton-line {
    height: 10px;
    margin-bottom: 8px;
    border-radius: 4px;
}

.skeleton-line.short {
    width: 48%;
}

@keyframes opx-shimmer {
    100% {
        transform: translateX(100%);
    }
}

.opx-empty {
    grid-column: 1 / -1;
    padding: 80px 24px;
    text-align: center;
}

.opx-empty h2 {
    margin: 0 0 8px;
    font-family: var(--opx-disp, Impact, sans-serif);
    font-size: 24px;
    font-weight: 500;
}

.opx-empty p {
    max-width: 480px;
    margin: 0 auto 20px;
    color: var(--opx-mut);
    font-size: 13px;
    line-height: 1.65;
}

.opx-empty__clear {
    min-height: 44px;
    padding: 8px 22px;
    border: 1px solid var(--opx-ink);
    border-radius: var(--opx-r-input);
    background: transparent;
    color: var(--opx-ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}

.opx-empty__clear:hover {
    background: var(--opx-ink);
    color: #fff;
}

/* ── 6. Pagination (square teal) ──────────────────────────── */
.opx-pages {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 28px 0 48px;
}

.opx-pages button {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: var(--opx-mut);
    font-size: 12px;
    cursor: pointer;
    transition: background .15s, color .15s;
}

.opx-pages button:hover:not(.on):not(:disabled) {
    background: #f0f0f0;
    color: var(--opx-ink);
}

.opx-pages button.on {
    background: var(--opx-brand);
    color: #fff;
    font-weight: 700;
}

.opx-pages button:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.opx-cl__gap {
    width: 28px;
    text-align: center;
    color: var(--opx-mut);
}

/* ── 7. Trust strip (white, unframed) ─────────────────────── */
.opx-trust {
    margin-top: 28px;
}

.opx-trust__inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.opx-trust__inner:not(:has(> :nth-child(3))) {
    grid-template-columns: repeat(2, 1fr);
}

.opx-trust__item {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 18px 24px;
}

.opx-trust__icon {
    flex-shrink: 0;
    color: var(--opx-brand-dark);
}

.opx-trust__title {
    margin: 0 0 3px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--opx-ink);
}

.opx-trust__sub {
    margin: 0;
    color: var(--opx-mut);
    font-size: 11.5px;
    line-height: 1.45;
}

/* ── 8. FAQ ───────────────────────────────────────────────── */
.opx-faq {
    padding: 44px 0 72px;
}

.opx-faq__layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 44px;
}

.opx-faq__layout>h2 {
    align-self: start;
    margin: 0;
    font-family: var(--opx-disp, Impact, sans-serif);
    font-size: 19px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.opx-faq__item {
    border-bottom: 1px solid var(--opx-line);
}

.opx-faq__q {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border: 0;
    background: transparent !important;
    color: var(--opx-ink) !important;
    text-align: left !important;
    text-transform: none !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer;
}

.opx-faq__q:hover {
    color: var(--opx-brand-dark) !important;
}

.opx-faq__plus {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.opx-faq__plus::before,
.opx-faq__plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: opacity .18s;
}

.opx-faq__plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.opx-faq__q[aria-expanded="true"] .opx-faq__plus::after {
    opacity: 0;
}

.opx-faq__wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .25s ease;
}

.opx-faq__wrap.open {
    grid-template-rows: 1fr;
}

.opx-faq__inner {
    overflow: hidden;
    visibility: hidden;
    transition: visibility .25s;
}

.opx-faq__wrap.open .opx-faq__inner {
    visibility: visible;
}

.opx-faq__a {
    max-width: 650px;
    margin: 0;
    padding: 0 0 17px;
    color: var(--opx-mut);
    font-size: 13px;
    line-height: 1.7;
}

/* ── 9. Sort sheet (white) ────────────────────────────────── */
.opx-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, .15);
    transform: translateY(100%);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
}

.opx-sheet.open,
body.opx-sort-open .opx-sheet {
    transform: none;
    visibility: visible;
}

body.opx-sort-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 85;
    cursor: pointer;
}

.opx-sheet__head {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 18px 56px 14px;
    font-size: 16px;
    font-weight: 500;
    color: var(--opx-ink);
    border-bottom: 1px solid var(--opx-line);
}

.opx-sheet__close {
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 0;
    cursor: pointer;
}

.opx-sheet__close::before,
.opx-sheet__close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
}

.opx-sheet__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.opx-sheet__options {
    display: flex;
    flex-direction: column;
    padding: 8px 24px calc(24px + env(safe-area-inset-bottom));
}

.opx-sheet__options button {
    position: relative;
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 0 8px 0 36px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--opx-ink);
    font-size: 15px;
    text-align: left;
    cursor: pointer;
}

.opx-sheet__options button::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--opx-line-strong);
    background: #fff;
}

.opx-sheet__options button.is-active {
    font-weight: 600;
}

.opx-sheet__options button.is-active::before {
    border-color: var(--opx-ink);
    background: radial-gradient(circle at center, var(--opx-ink) 0 45%, #fff 50%);
}

/* ── 10. Bottom bar (white) ───────────────────────────────── */
.opx-bottombar {
    display: none;
}

.opx-bottombar__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: var(--opx-ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}

/* ── 11. Responsive ───────────────────────────────────────── */
@media (min-width: 821px) {
    .opx-filterbar {
        position: sticky;
        top: 0;
        z-index: 60;
    }

    .admin-bar .opx-filterbar {
        top: 32px;
    }
}

@media (min-width: 1025px) {
    .opx-filters {
        display: none;
    }

    body.opx-filters-open .opx-filters {
        display: block;
    }

    body.opx-filters-open .opx-catalog__layout {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 36px;
    }

    .opx-filters__foot {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .opx-cl__cols {
        display: none;
    }

    body.opx-cl-open .opx-filters {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        width: 100%;
        max-width: none;
        background: #fff;
        overflow-y: auto;
    }

    body.opx-cl-open .opx-filters__card {
        border: 0;
        border-radius: 0;
        padding: 0 20px calc(96px + env(safe-area-inset-bottom));
    }

    .opx-filters__head {
        display: flex;
    }

    body.opx-cl-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 95;
        cursor: pointer;
    }

    .opx-filters__foot {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 101;
        padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
        background: #fff;
        border-top: 1px solid var(--opx-line);
    }

    #opxCollection .opx-card__quick-add-row {
        position: static;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        margin-top: 10px;
    }

    #opxCollection .opx-card__quick-add {
        background: #fff;
        backdrop-filter: none;
    }

    #opxCollection .opx-card__sizes {
        background: #fff;
        backdrop-filter: none;
        padding: 0;
    }
}

@media (min-width: 720px) and (max-width: 1079px) {
    .opx-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 36px 18px;
    }

    .opx-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .opx-chips::-webkit-scrollbar {
        display: none;
    }

    .opx-chips .chip {
        flex-shrink: 0;
    }
}

@media (max-width: 719px) {
    body {
        padding-bottom: 0;
    }

    .opx-shell {
        width: calc(100% - 32px);
    }

    .opx-hero__inner {
        min-height: 0;
        padding: 22px 0 28px;
    }

    .opx-hero h1 {
        font-size: 35px;
        letter-spacing: .045em;
    }

    .opx-hero p {
        font-size: 13px;
    }

    .opx-filterbar__inner {
        padding: 12px 0;
        gap: 10px;
    }

    .opx-filterbar__left {
        width: 100%;
    }

    .opx-filterbar__right {
        width: 100%;
        justify-content: space-between;
    }

    .opx-sort {
        display: none;
    }

    .opx-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 12px;
    }

    #opxCollection .opx-card__name {
        font-size: 12.5px;
        white-space: normal;
    }

    #opxCollection .opx-card__price {
        font-size: 12.5px;
    }

    .opx-price__field {
        font-size: 16px;
    }

    .opx-trust__inner,
    .opx-trust__inner:not(:has(> :nth-child(3))) {
        grid-template-columns: 1fr;
    }

    .opx-trust__item {
        justify-content: flex-start;
    }

    .opx-faq__layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .opx-bottombar {
        display: none !important;
    }
}

@media (max-width: 320px) {
    .opx-grid {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .opx-hero h1 {
        font-size: clamp(24px, 8vw, 36px);
    }
}

@media (max-width: 719px) and (orientation: landscape) {
    .opx-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 10px;
    }
}

@media (min-width: 1920px) {
    .opx-shell {
        width: min(1600px, 100% - 64px);
    }

    .opx-grid {
        gap: 56px 28px;
    }
}

@media (min-width: 2560px) {
    .opx-shell {
        width: min(1800px, 100% - 64px);
    }
}

/* ── 12. A11y / reduced motion ────────────────────────────── */
@media (hover: none) and (pointer: coarse) {

    .opx-card__size,
    .opx-chips .chip,
    .opx-frow__label {
        min-height: 44px;
    }

    #opxCollection .opx-card__quick-add:active {
        transform: scale(.98);
    }

    #opxCollection .opx-card__size:active {
        transform: scale(.95);
    }
}

@media (prefers-reduced-motion: reduce) {

    .opx-sheet,
    .opx-fgroup__chev,
    .opx-sort__chev,
    .opx-card__img,
    .opx-card__img--back {
        transition: none;
    }

    .skeleton-block::after {
        animation-duration: 2.5s;
    }
}

/* ── 13. Print ────────────────────────────────────────────── */
@media print {

    .opx-filterbar,
    .opx-filters,
    .opx-bottombar,
    .opx-pages,
    .opx-trust,
    .opx-faq,
    .opx-sheet,
    .opx-hero,
    #opxCollection .opx-card__quick-add-row,
    #opxCollection .opx-card__wish,
    #opxCollection .opx-card__swatches {
        display: none;
    }

    body {
        background: #fff;
        color: #111;
        padding: 0;
    }

    .opx-catalog__layout {
        display: block;
    }

    .opx-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    #opxCollection .opx-card__media-link {
        aspect-ratio: 1 / 1;
        break-inside: avoid;
    }

    #opxCollection .opx-card__img {
        filter: grayscale(100%);
    }

    #opxCollection .opx-card__name {
        color: #111;
        font-size: 16px;
        white-space: normal;
    }
}

/* ── 14. WoodMart locks (white canvas — NOT cream) ────────── */
body.tax-product_cat #main-content.container,
body.tax-collection #main-content.container,
body.post-type-archive-product #main-content.container {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.archive.tax-product_cat,
body.archive.tax-collection,
body.post-type-archive-product {
    background-color: #fff;
}

.wd-page-content,
#main-content {
    background: transparent !important;
}

body.tax-product_cat .wd-builder-off,
body.tax-collection .wd-builder-off {
    padding-block: 0 !important;
}

body.tax-product_cat .wd-toolbar,
body.tax-collection .wd-toolbar {
    display: none !important;
}

.cart-widget-side {
    display: none !important;
}

#opxCollection [hidden] {
    display: none !important;
}

#opxCollection .opx-card__price .woocommerce-Price-amount,
#opxCollection .opx-card__price .woocommerce-Price-amount bdi,
#opxCollection .opx-card__price .woocommerce-Price-currencySymbol {
    color: inherit !important;
    font-weight: inherit !important;
}

#opxCollection .opx-card__price .was-price .woocommerce-Price-amount,
#opxCollection .opx-card__price .was-price bdi {
    color: var(--opx-mut) !important;
}

.opx-pill:focus,
.opx-filters__close:focus,
.opx-sheet__close:focus,
.opx-fgroup__head:focus {
    outline: none;
}

.opx-pill:focus-visible,
.opx-filters__close:focus-visible,
.opx-sheet__close:focus-visible,
.opx-fgroup__head:focus-visible {
    outline: 2px solid var(--opx-brand);
    outline-offset: 2px;
}

/* ════════════════════════════════════════════════════════════
   v5.6.3 — KF-GRADE FILTER DRAWER (must be LAST in the file)
   ════════════════════════════════════════════════════════════ */

/* ── 1. Group heads: NO grey, left-aligned, sentence-case ── */
.opx-fgroup {
    border-bottom: 1px solid var(--opx-line);
}

.opx-fgroup__head {
    width: 100%;
    min-height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
    margin: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--opx-ink) !important;
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: .01em !important;
    text-transform: none !important;
    cursor: pointer;
}

.opx-fgroup__head:hover {
    color: var(--opx-brand-dark) !important;
}

.opx-fgroup__head span {
    text-align: left;
}

.opx-fgroup__body {
    padding: 6px 0 16px;
}

.opx-fgroup__body[hidden] {
    display: none;
}

/* ── 2. KF rows: rounded-square checks, bold labels, grey counts ── */
.opx-frow {
    min-height: 44px;
}

.opx-frow__label {
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--opx-ink);
    text-transform: none;
}

.opx-cbox {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1.5px solid var(--opx-line-strong);
    background: #fff;
}

.opx-cbox svg {
    width: 11px;
    height: 11px;
}

.opx-fcheck:checked+.opx-cbox {
    background: var(--opx-ink);
    border-color: var(--opx-ink);
}

.opx-fcount {
    color: var(--opx-mut);
}

.opx-facet__more {
    padding: 12px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--opx-ink);
    text-transform: none;
    letter-spacing: 0;
}

/* ── 3. Toolbar pills: bordered, not grey-filled ── */
.opx-pill {
    background: transparent !important;
    border: 1px solid var(--opx-ink) !important;
    color: var(--opx-ink) !important;
    border-radius: 8px !important;
    text-transform: none !important;
}

.opx-pill:hover {
    background: var(--opx-ink) !important;
    color: #fff !important;
}

/* ── 4. Mobile drawer: full-screen, above theme header & admin bar ── */
@media (max-width: 1024px) {
    body.opx-cl-open {
        overflow: hidden;
    }

    body.opx-cl-open .opx-filters {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 100000;
        /* beats WoodMart header + admin bar */
        width: 100%;
        max-width: 100%;
        background: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
    }

    body.opx-cl-open::before {
        display: none;
    }

    /* full-screen = no dim layer */

    /* Sticky head: "Filter" + black circular ✕ ALWAYS visible */
    .opx-filters__head {
        display: flex !important;
        position: sticky;
        top: 0;
        z-index: 10;
        align-items: center;
        justify-content: space-between;
        min-height: 64px;
        padding: 8px 20px;
        background: #fff;
        border-bottom: 1px solid var(--opx-line);
    }

    .opx-filters__head h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        text-transform: none;
        color: var(--opx-ink);
    }

    .opx-filters__close {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 50%;
        background: var(--opx-ink);
        color: #fff;
        font-size: 16px;
        line-height: 1;
        display: grid;
        place-items: center;
        cursor: pointer;
    }

    /* Card padding + room for the sticky pill footer */
    body.opx-cl-open .opx-filters__card {
        border: 0;
        border-radius: 0;
        padding: 0 20px calc(96px + env(safe-area-inset-bottom));
    }

    /* KF sticky footer: APPLY (ink) + CLEAR ALL (charcoal) */
    .opx-filters__foot {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
        background: #fff;
        border-top: 1px solid var(--opx-line);
    }

    .opx-btn-apply {
        background: var(--opx-ink);
        color: #fff;
        border: 0;
        border-radius: 999px;
        min-height: 52px;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        cursor: pointer;
    }

    .opx-btn-clearall {
        background: #3f3f3f;
        color: #fff;
        border: 0;
        border-radius: 999px;
        min-height: 52px;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        cursor: pointer;
    }
}

/* ── 5. Desktop sidebar gets the same clean heads ── */
@media (min-width: 1025px) {
    .opx-filters__card {
        background: #fff;
    }

    .opx-filters__head {
        display: none !important;
    }
}

/* ════════════════════════════════════════════════════════════
   v5.6.4 — INTERACTIVE FIXES (must be LAST in collection.css)
   ════════════════════════════════════════════════════════════ */

/* 1 ─ Column switcher actually works: grid obeys --cols everywhere */
.opx-grid {
    grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
}

@media (max-width: 1079px) {
    .opx-grid {
        grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
    }
}

@media (max-width: 719px) {
    .opx-grid {
        grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr));
    }
}

.opx-cl__cols button {
    opacity: .3;
}

.opx-cl__cols button.is-active {
    opacity: 1;
}

/* 2 ─ Filter group heads: left-aligned like KF (beat WoodMart centering) */
#opxFilters .opx-fgroup__head {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

#opxFilters .opx-fgroup__head>span {
    margin: 0;
    text-align: left;
}

#opxFilters .opx-fgroup__head .opx-fgroup__chev {
    margin-left: auto;
}

/* 3 ─ Close button: black circle, white × */
.opx-filters__close {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #111110 !important;
    color: #ffffff !important;
    display: grid !important;
    place-items: center;
    font-size: 18px !important;
    line-height: 1 !important;
    cursor: pointer;
}

/* ════════════════════════════════════════════════════════════
   v5.6.5 — MOBILE RESTORE + CLOSE-BUTTON ALIGN (must be LAST)
   ════════════════════════════════════════════════════════════ */

/* 1 ─ Column switcher = DESKTOP ONLY. Mobile locked to KF layout. */
.opx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (min-width: 720px) {
    .opx-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1025px) {
    .opx-grid {
        grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)) !important;
    }
}

/* 2 ─ Mobile cards: names wrap (no "C…" truncation), badges stay compact */
@media (max-width: 719px) {
    #opxCollection .opx-card__name {
        white-space: normal;
    }

    #opxCollection .opx-badge {
        white-space: nowrap;
        font-size: 9px;
        padding: 5px 8px;
    }
}

/* 3 ─ Drawer close button: flush to the right edge */
@media (max-width: 1024px) {
    .opx-filters__head {
        padding: 8px 8px 8px 20px;
    }

    .opx-filters__close {
        margin-right: 0;
    }
}

/* ── Wishlist heart: perfect circle + correctly-sized icon ── */
#opxCollection .opx-card__wish {
    width: 36px !important;
    height: 36px !important;
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(0, 0, 0, .08);
}

#opxCollection .opx-card__wish svg {
    width: 16px !important;
    height: 16px !important;
    display: block;
    overflow: visible;
}

#opxCollection .opx-card__wish[aria-pressed="true"] {
    color: var(--opx-brand);
}

#opxCollection .opx-card__wish[aria-pressed="true"] .heart-shape {
    fill: var(--opx-brand);
    stroke: var(--opx-brand);
}

@supports not (mask-image: linear-gradient(to right, #000, transparent)) {
    .opx-chips {
        mask-image: none;
        -webkit-mask-image: none;
    }
}