#main-content.yvr-shop-page {
    --yvr-shop-navy: #071827;
    --yvr-shop-navy-2: #0b2438;
    --yvr-shop-navy-3: #133650;
    --yvr-shop-gold: #c9a45d;
    --yvr-shop-gold-light: #e6d2a6;
    --yvr-shop-ivory: #f8f4ec;
    --yvr-shop-white: #fffdf9;
    --yvr-shop-ink: #17212b;
    --yvr-shop-muted: #6f7478;
    --yvr-shop-line: rgba(15, 37, 54, .15);
    position: relative;
    color: var(--yvr-shop-ink);
    background: var(--yvr-shop-white);
    
    -webkit-font-smoothing: antialiased;
}

#main-content.yvr-shop-page,
#main-content.yvr-shop-page *,
#main-content.yvr-shop-page *::before,
#main-content.yvr-shop-page *::after { box-sizing: border-box; }

#main-content.yvr-shop-page a { color: inherit; text-decoration: none; }
#main-content.yvr-shop-page button,
#main-content.yvr-shop-page input,
#main-content.yvr-shop-page select { font: inherit; }
#main-content.yvr-shop-page button,
#main-content.yvr-shop-page a { -webkit-tap-highlight-color: transparent; }
#main-content.yvr-shop-page img,
#main-content.yvr-shop-page svg { display: block; }

#main-content .yvr-shop-shell {
    width: min(calc(100% - 64px), 1480px);
    margin-inline: auto;
}

#main-content .yvr-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Shop masthead */
#main-content .shop-masthead {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 20%, rgba(206, 173, 105, .12), transparent 25%),
        linear-gradient(105deg, #f5efe4 0%, #fbf9f4 52%, #efe6d6 100%);
    border-bottom: 1px solid rgba(24, 51, 68, .1);
}

#main-content .shop-masthead::after {
    content: "";
    position: absolute;
    top: -160px;
    right: 3%;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(184, 143, 68, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 44px rgba(184, 143, 68, .025), 0 0 0 92px rgba(184, 143, 68, .018);
}

#main-content .shop-masthead__inner { position: relative; z-index: 1; padding-block: 30px 40px; }

#main-content .shop-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    color: #8e887e;
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

#main-content .shop-breadcrumbs a { transition: color .2s ease; }
#main-content .shop-breadcrumbs a:hover { color: var(--yvr-shop-navy); }
#main-content .shop-breadcrumbs span:last-child { color: #9a7d48; }

#main-content .shop-masthead__copy {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(340px, .65fr);
    align-items: end;
    justify-content: space-between;
    gap: 60px;
}

#main-content .shop-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 8px;
    color: #9c7c40;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
}

#main-content .shop-eyebrow span { width: 24px; height: 1px; background: var(--yvr-shop-gold); }

#main-content .shop-masthead h1 {
    margin: 0;
    color: var(--yvr-shop-navy);
    
    font-size: clamp(48px, 5.4vw, 76px);
    font-weight: 400;
    line-height: .95;
    letter-spacing: -.035em;
}

#main-content .shop-masthead__copy > p {
    max-width: 570px;
    margin: 0 0 3px auto;
    color: #636c71;
    
    font-size: 16px;
    line-height: 1.68;
}

/* Catalogue and filters */
#main-content .shop-section { padding-block: 48px 82px; }

#main-content .shop-layout {
    display: grid;
    grid-template-columns: 275px minmax(0, 1fr);
    align-items: start;
    gap: clamp(32px, 4vw, 62px);
}

#main-content .mobile-shop-bar { display: none; }

#main-content .filter-sidebar {
    position: sticky;
    top: 22px;
    padding: 24px 22px 22px;
    background: linear-gradient(160deg, #fbf8f1, #f3ecdf);
    border: 1px solid rgba(20, 48, 66, .11);
    box-shadow: 0 18px 46px rgba(9, 28, 42, .07);
}

#main-content .filter-sidebar__heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; }
#main-content .filter-sidebar__heading div { display: grid; gap: 2px; }
#main-content .filter-sidebar__heading span { color: var(--yvr-shop-gold); font-size: 8px; letter-spacing: .23em; text-transform: uppercase; }
#main-content .filter-sidebar__heading strong { color: var(--yvr-shop-navy);  font-size: 23px; font-weight: 400; }
#main-content .filter-sidebar__heading > button { padding: 0 0 3px; color: #8b857d; background: none; border: 0; border-bottom: 1px solid currentColor; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

#main-content .filter-ornament { display: grid; grid-template-columns: 1fr 6px 1fr; align-items: center; gap: 8px; margin: 19px 0 4px; }
#main-content .filter-ornament span { height: 1px; background: rgba(164, 128, 62, .2); }
#main-content .filter-ornament i { width: 5px; height: 5px; border: 1px solid var(--yvr-shop-gold); transform: rotate(45deg); }

#main-content .filter-group { border-bottom: 1px solid rgba(25, 49, 65, .11); }
#main-content .filter-group__toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 17px 0 15px; color: var(--yvr-shop-navy); background: none; border: 0;  font-size: 15px; cursor: pointer; }
#main-content .filter-group__toggle > span { position: relative; width: 12px; height: 12px; }
#main-content .filter-group__toggle > span::before,
#main-content .filter-group__toggle > span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: #9e824f; transform: translate(-50%, -50%); transition: transform .2s; }
#main-content .filter-group__toggle > span::after { transform: translate(-50%, -50%) rotate(90deg); }
#main-content .filter-group.is-open .filter-group__toggle > span::after { transform: translate(-50%, -50%) rotate(0); }
#main-content .filter-group__panel { display: grid; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .34s ease, opacity .25s ease, padding .34s ease; }
#main-content .filter-group.is-open .filter-group__panel { max-height: 280px; padding-bottom: 15px; opacity: 1; }

#main-content .filter-check,
#main-content .metal-option { display: grid; grid-template-columns: 17px 1fr auto; align-items: center; gap: 9px; min-height: 30px; color: #656b6e; font-size: 11px; cursor: pointer; }
#main-content .filter-check input,
#main-content .metal-option input { position: absolute; pointer-events: none; opacity: 0; }
#main-content .filter-check > i { position: relative; width: 14px; height: 14px; background: #fffdf9; border: 1px solid #aaa69d; }
#main-content .filter-check > i::after { content: ""; position: absolute; top: 2px; left: 4px; width: 4px; height: 7px; border: solid #fff; border-width: 0 1px 1px 0; opacity: 0; transform: rotate(45deg); }
#main-content .filter-check input:checked + i { background: var(--yvr-shop-navy); border-color: var(--yvr-shop-navy); }
#main-content .filter-check input:checked + i::after { opacity: 1; }
#main-content .filter-check small { color: #aaa69e; font-size: 13px; }

#main-content .metal-option { grid-template-columns: 18px 1fr; }
#main-content .metal-option > i { width: 16px; height: 16px; border: 1px solid rgba(18, 39, 53, .18); border-radius: 50%; box-shadow: inset 0 0 0 3px #f8f4ec; }
#main-content .metal-option .metal-white { background: linear-gradient(135deg, #fff, #bfc5c7); }
#main-content .metal-option .metal-yellow { background: linear-gradient(135deg, #f6db8e, #b98528); }
#main-content .metal-option .metal-rose { background: linear-gradient(135deg, #f2c6b7, #aa705f); }
#main-content .metal-option input:checked + i { outline: 1px solid var(--yvr-shop-navy); outline-offset: 2px; }

#main-content .price-filter input { width: 100%; height: 3px; margin: 8px 0 15px; accent-color: var(--yvr-shop-navy); cursor: pointer; }
#main-content .price-filter > div { display: flex; justify-content: space-between; gap: 8px; color: #99958d; font-size: 8px; }
#main-content .price-filter strong { color: #6d5e42; font-weight: 500; }

#main-content .sidebar-appointment { display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 11px; margin-top: 18px; padding: 16px 14px; color: #f9f3e7; background: linear-gradient(135deg, var(--yvr-shop-navy), var(--yvr-shop-navy-2)); border: 1px solid rgba(225, 197, 141, .18); transition: transform .25s ease, box-shadow .25s ease; }
#main-content .sidebar-appointment:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(6, 24, 39, .15); }
#main-content .sidebar-appointment svg { width: 39px; fill: none; stroke: var(--yvr-shop-gold-light); stroke-width: 1; }
#main-content .sidebar-appointment span { display: grid; gap: 4px; }
#main-content .sidebar-appointment small { color: var(--yvr-shop-gold); font-size: 15px; letter-spacing: .08em; }
#main-content .sidebar-appointment strong {  font-size: 13px; font-weight: 400;color:#fff }

/* Toolbar */
#main-content .catalogue { min-width: 0; }
#main-content .catalogue-toolbar { min-height: 58px; display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 27px; padding-bottom: 16px; border-bottom: 1px solid var(--yvr-shop-line); }
#main-content .catalogue-toolbar p { margin: 4px 0 0; color: var(--yvr-shop-muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
#main-content .catalogue-toolbar p span { color: var(--yvr-shop-navy); font-weight: 700; }
#main-content .active-filters { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
#main-content .filter-chip { display: flex; align-items: center; gap: 7px; padding: 5px 8px; color: #675a42; background: #f4ecdd; border: 1px solid rgba(175, 142, 81, .22); font-size: 9px; }
#main-content .filter-chip button { width: 13px; height: 13px; display: grid; place-items: center; padding: 0; color: #7f6e50; background: none; border: 0; cursor: pointer; }
#main-content .catalogue-toolbar__actions { display: flex; align-items: center; gap: 21px; }
#main-content .view-switch { display: flex; gap: 4px; padding-right: 17px; border-right: 1px solid var(--yvr-shop-line); }
#main-content .view-switch button { height: 29px; display: flex; align-items: center; gap: 2px; padding: 0 7px; color: #a1a3a4; background: none; border: 0; cursor: pointer; }
#main-content .view-switch button i { width: 3px; height: 13px; background: currentColor; }
#main-content .view-switch button.is-active { color: var(--yvr-shop-navy); }
#main-content .sort-select { display: flex; align-items: center; gap: 9px; color: #777b7d; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
#main-content .sort-select select,
#main-content .mobile-sort select { padding: 8px 28px 8px 0; color: var(--yvr-shop-navy); background: transparent; border: 0; outline: 0;  font-size: 13px; cursor: pointer; }

/* Product cards */
#main-content .product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 18px; transition: opacity .2s ease; }
#main-content .product-grid.is-two-column { grid-template-columns: repeat(2, minmax(0, 1fr)); gap-inline: 24px; }
#main-content .yvr-product-card { min-width: 0; animation: yvrShopCardReveal .48s both; }
#main-content .yvr-product-card[hidden] { display: none !important; }

@keyframes yvrShopCardReveal {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

#main-content .yvr-product-card__media { position: relative; overflow: hidden; aspect-ratio: 1 / 1.06; background: #f4efe6; border: 1px solid rgba(25, 50, 68, .07); }
#main-content .yvr-product-card__media > a:first-of-type { display: block; height: 100%; }
#main-content .yvr-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2, .65, .2, 1), filter .5s ease; }
#main-content .yvr-product-card:hover .yvr-product-card__media img { transform: scale(1.035); filter: saturate(1.03) contrast(1.01); }

#main-content .yvr-product-card__badge { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 6px 9px; color: #6f5930; background: rgba(255, 250, 239, .9); border: 1px solid rgba(172, 137, 73, .28); font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; backdrop-filter: blur(8px); }
#main-content .yvr-product-card__badge.is-dark { color: #f1dbad; background: rgba(7, 24, 39, .92); border-color: rgba(229, 205, 154, .25); }
#main-content .yvr-product-card__badge.is-outline { color: var(--yvr-shop-navy); background: rgba(255,255,255,.5); }

#main-content .yvr-product-card__favorite { position: absolute; z-index: 3; top: 10px; right: 10px; width: 35px; height: 35px; display: grid; place-items: center; padding: 0; color: var(--yvr-shop-navy); background: rgba(255,255,255,.72); border: 1px solid rgba(21, 50, 69, .11); border-radius: 50%; cursor: pointer; backdrop-filter: blur(8px); transition: color .2s, background .2s, transform .2s; }
#main-content .yvr-product-card__favorite:hover { transform: scale(1.06); }
#main-content .yvr-product-card__favorite svg { width: 16px; fill: transparent; stroke: currentColor; stroke-width: 1.4; transition: fill .2s; }
#main-content .yvr-product-card__favorite[aria-pressed="true"] { color: #8a5e44; background: #fff8ee; }
#main-content .yvr-product-card__favorite[aria-pressed="true"] svg { fill: currentColor; }

#main-content .yvr-product-card__quick { position: absolute; z-index: 2; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 13px; color: #fffaf0; background: rgba(7, 24, 39, .94); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transform: translateY(calc(100% + 15px)); transition: transform .35s ease, background .25s; }
#main-content .yvr-product-card:hover .yvr-product-card__quick,
#main-content .yvr-product-card:focus-within .yvr-product-card__quick { transform: translateY(0); }
#main-content .yvr-product-card__quick:hover { background: var(--yvr-shop-navy-3); }
#main-content .yvr-product-card__quick span { color: var(--yvr-shop-gold-light); font-size: 14px; }

#main-content .yvr-product-card__content { padding: 15px 3px 0; }
#main-content .yvr-product-card__content > p { margin: 0 0 7px; color: #9b7f4e; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
#main-content .yvr-product-card__content h2 { min-height: 43px; margin: 0; color: var(--yvr-shop-navy);  font-size: clamp(17px, 1.45vw, 21px); font-weight: 400; line-height: 1.18; }
#main-content .yvr-product-card__content h2 a { transition: color .2s; }
#main-content .yvr-product-card__content h2 a:hover { color: #8d6f38; }
#main-content .yvr-product-card__content > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(24, 50, 68, .10); }
#main-content .yvr-product-card__content strong { color: #1c2a34;  font-size: 14px; font-weight: 500; }
#main-content .yvr-product-card__content > div span { color: #9b9b97; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

#main-content .empty-state { padding: 80px 20px; text-align: center; border: 1px solid var(--yvr-shop-line); background: var(--yvr-shop-ivory); }
#main-content .empty-state svg { width: 58px; margin: 0 auto 18px; fill: none; stroke: var(--yvr-shop-gold); stroke-width: 1.1; }
#main-content .empty-state h2 { margin: 0; color: var(--yvr-shop-navy);  font-size: 30px; font-weight: 400; }
#main-content .empty-state p { color: #747579; }
#main-content .empty-state button { padding: 12px 20px; color: #fff; background: var(--yvr-shop-navy); border: 0; cursor: pointer; }

#main-content .catalogue-end { display: grid; justify-items: center; gap: 12px; margin-top: 56px; }
#main-content .catalogue-end p { margin: 0; color: #767b7e; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
#main-content .catalogue-end p span { color: var(--yvr-shop-navy); font-weight: 700; }
#main-content .catalogue-end > span { width: min(100%, 280px); height: 2px; overflow: hidden; background: #e3ddd3; }
#main-content .catalogue-end i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--yvr-shop-navy), var(--yvr-shop-gold)); transition: width .35s ease; }

/* Responsive sidebar drawer */
#main-content .filter-drawer { position: fixed; z-index: 1000; inset: 0; visibility: hidden; pointer-events: none; }
#main-content .filter-drawer.is-open { visibility: visible; pointer-events: auto; }
#main-content .filter-drawer__backdrop { position: absolute; inset: 0; width: 100%; padding: 0; border: 0; background: rgba(2, 13, 23, .58); opacity: 0; cursor: pointer; transition: opacity .35s ease; backdrop-filter: blur(4px); }
#main-content .filter-drawer.is-open .filter-drawer__backdrop { opacity: 1; }
#main-content .filter-drawer__panel { position: absolute; top: 0; right: 0; width: min(92vw, 430px); height: 100%; display: grid; grid-template-rows: auto 1fr auto; background: #faf7f1; box-shadow: -24px 0 60px rgba(0,0,0,.18); transform: translateX(102%); transition: transform .42s cubic-bezier(.2,.75,.2,1); }
#main-content .filter-drawer.is-open .filter-drawer__panel { transform: translateX(0); }
#main-content .filter-drawer__top { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; color: #fff; background: var(--yvr-shop-navy); }
#main-content .filter-drawer__top > div { display: grid; }
#main-content .filter-drawer__top small { color: var(--yvr-shop-gold); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
#main-content .filter-drawer__top strong { margin-top: 3px;  font-size: 22px; font-weight: 400; }
#main-content .filter-drawer__close { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; color: #fff; background: transparent; border: 1px solid rgba(230,210,166,.32); border-radius: 50%; cursor: pointer; }
#main-content .filter-drawer__close svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
#main-content .filter-drawer__content { overflow-y: auto; padding: 8px 24px 22px; }
#main-content .filter-drawer__content .filter-sidebar__heading,
#main-content .filter-drawer__content .filter-ornament,
#main-content .filter-drawer__content .sidebar-appointment { display: none; }
#main-content .filter-drawer__bottom { display: grid; grid-template-columns: .8fr 1.4fr; gap: 9px; padding: 14px 18px; background: #fff; border-top: 1px solid var(--yvr-shop-line); }
#main-content .filter-drawer__bottom button { min-height: 45px; border: 1px solid var(--yvr-shop-navy); background: #fff; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
#main-content .filter-drawer__bottom button:last-child { color: #fff; background: var(--yvr-shop-navy); }

@media (max-width: 1220px) {
    #main-content .shop-layout { grid-template-columns: 250px minmax(0,1fr); gap: 30px; }
    #main-content .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap-inline: 20px; }
    #main-content .view-switch { display: none; }
}

@media (max-width: 980px) {
    #main-content .yvr-shop-shell { width: min(calc(100% - 40px), 1480px); }
    #main-content .shop-masthead__copy { grid-template-columns: 1fr; gap: 16px; }
    #main-content .shop-masthead__copy > p { max-width: 600px; margin-left: 0; }
    #main-content .shop-section { padding-top: 24px; }
    #main-content .mobile-shop-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 23px; padding-bottom: 15px; border-bottom: 1px solid var(--yvr-shop-line); }
    #main-content .filter-launch { display: flex; align-items: center; gap: 8px; padding: 10px 13px; color: #fff; background: var(--yvr-shop-navy); border: 0; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
    #main-content .filter-launch svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
    #main-content .filter-launch span { min-width: 16px; height: 16px; display: grid; place-items: center; color: var(--yvr-shop-navy); background: var(--yvr-shop-gold-light); border-radius: 50%; font-size: 8px; }
    #main-content .mobile-sort { border-bottom: 1px solid #9f9c96; }
    #main-content .mobile-sort select { max-width: 155px; }
    #main-content .shop-layout { display: block; }
    #main-content .filter-sidebar { display: none; }
    #main-content .catalogue-toolbar { min-height: 0; margin-bottom: 20px; }
    #main-content .catalogue-toolbar__actions { display: none; }
}

@media (max-width: 680px) {
    #main-content .yvr-shop-shell { width: min(calc(100% - 28px), 1480px); }
    #main-content .shop-masthead__inner { padding-block: 22px 28px; }
    #main-content .shop-breadcrumbs { margin-bottom: 20px; font-size: 8px; }
    #main-content .shop-masthead h1 { font-size: 43px; }
    #main-content .shop-masthead__copy > p { font-size: 14px; line-height: 1.6; }
    #main-content .shop-section { padding-bottom: 55px; }
    #main-content .catalogue-toolbar p { font-size: 9px; }
    #main-content .active-filters { margin-top: 7px; }
    #main-content .product-grid,
    #main-content .product-grid.is-two-column { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 10px; }
    #main-content .yvr-product-card__media { aspect-ratio: 1 / 1.08; }
    #main-content .yvr-product-card__badge { top: 7px; left: 7px; padding: 5px 6px; font-size: 6px; }
    #main-content .yvr-product-card__favorite { top: 6px; right: 6px; width: 30px; height: 30px; }
    #main-content .yvr-product-card__favorite svg { width: 14px; }
    #main-content .yvr-product-card__quick { display: none; }
    #main-content .yvr-product-card__content { padding-top: 10px; }
    #main-content .yvr-product-card__content > p { margin-bottom: 5px; overflow: hidden; font-size: 6.5px; letter-spacing: .08em; text-overflow: ellipsis; white-space: nowrap; }
    #main-content .yvr-product-card__content h2 { min-height: 37px; font-size: 15px; }
    #main-content .yvr-product-card__content > div { display: grid; justify-content: start; gap: 3px; margin-top: 7px; padding-top: 7px; }
    #main-content .yvr-product-card__content strong { font-size: 13px; }
    #main-content .yvr-product-card__content > div span { font-size: 6px; }
    #main-content .catalogue-end { margin-top: 40px; }
}

@media (max-width: 390px) {
    #main-content .yvr-shop-shell { width: min(calc(100% - 22px), 1480px); }
    #main-content .mobile-sort select { max-width: 135px; font-size: 12px; }
    #main-content .product-grid,
    #main-content .product-grid.is-two-column { gap-inline: 8px; }
    #main-content .yvr-product-card__content h2 { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    #main-content.yvr-shop-page *,
    #main-content.yvr-shop-page *::before,
    #main-content.yvr-shop-page *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.filter-check span {
    font-size: 15px;
}
