*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.2;margin:0 0 .5em;color:var(--color-text)}p{margin:0 0 1em}table{border-collapse:collapse;width:100%}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:16px}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-48px;left:8px;z-index:200;background:var(--color-accent);color:#fff;padding:10px 16px;border-radius:8px}.skip-link:focus{top:8px;color:#fff}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 20px}.page-width--narrow{max-width:880px}.section-pad{padding:56px 0}.section-pad--alt{background:var(--color-bg-alt)}.section-heading{font-size:clamp(1.6rem,4vw,2.2rem);text-align:center;margin-bottom:12px}.section-heading--left{text-align:left}.section-subheading{text-align:center;color:var(--color-text-2);max-width:620px;margin:0 auto 32px}.btn{display:inline-block;text-align:center;padding:13px 26px;border-radius:10px;border:2px solid transparent;font-weight:700;font-size:1rem;line-height:1.2;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .12s ease}.btn:active{transform:scale(.98)}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-hover);color:#fff}.btn--secondary{background:var(--color-bg-alt);color:var(--color-accent);border-color:var(--color-border)}.btn--secondary:hover{border-color:var(--color-accent);color:var(--color-accent-hover)}.btn--outline{background:transparent;color:var(--color-accent);border-color:var(--color-accent)}.btn--outline:hover{background:var(--color-accent);color:#fff}.btn--lg{padding:16px 34px;font-size:1.08rem}.btn--full{display:block;width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed}.site-header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid transparent;transition:box-shadow .2s ease,border-color .2s ease}.site-header.is-scrolled{box-shadow:0 2px 14px #1e2a3a14;border-color:var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px}.site-header__logo-text{font-family:var(--font-heading);font-weight:800;font-size:1.45rem;letter-spacing:.5px;color:var(--color-text)}.site-header__logo-text:first-letter{color:var(--color-accent)}.site-nav{display:none}.site-nav__list{display:flex;gap:28px;list-style:none;margin:0;padding:0}.site-nav__link{color:var(--color-text);font-weight:600;font-size:.95rem;padding:6px 0;border-bottom:2px solid transparent}.site-nav__link:hover,.site-nav__link.is-active{color:var(--color-accent);border-color:var(--color-accent)}.site-header__icons{display:flex;align-items:center;gap:14px}.site-header__icon{color:var(--color-text);display:inline-flex;position:relative}.site-header__icon:hover{color:var(--color-accent)}.site-header__cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-accent);color:#fff;border-radius:999px;font-size:.68rem;font-weight:700;min-width:17px;height:17px;display:flex;align-items:center;justify-content:center;padding:0 4px}.site-header__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:none}.site-header__burger span{display:block;height:2px;background:var(--color-text);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.site-header__burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__burger[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{background:var(--color-bg);border-top:1px solid var(--color-border)}.mobile-nav__list{list-style:none;margin:0;padding:8px 20px 16px}.mobile-nav__link{display:block;padding:13px 0;font-weight:600;color:var(--color-text);border-bottom:1px solid var(--color-border)}.mobile-nav__link:hover{color:var(--color-accent)}@media(min-width:900px){.site-nav{display:block}.site-header__burger,.mobile-nav{display:none}}.hero{display:grid;grid-template-columns:1fr}.hero__media img,.hero__placeholder svg{width:100%;height:100%;object-fit:cover}.hero__placeholder{height:100%;min-height:260px}.hero__content{padding:40px 24px 56px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:var(--color-bg-alt)}.hero__badge{background:var(--color-accent);color:#fff;padding:6px 14px;border-radius:999px;font-size:.82rem;font-weight:700;margin-bottom:18px;letter-spacing:.3px}.hero__title{font-size:clamp(1.9rem,5vw,3rem);margin-bottom:14px}.hero__subtitle{color:var(--color-text-2);font-size:1.06rem;max-width:520px;margin-bottom:26px}.hero__trust{list-style:none;display:flex;flex-wrap:wrap;gap:10px 22px;padding:0;margin:24px 0 0;font-size:.9rem;font-weight:600;color:var(--color-text-2)}.hero__trust .star{color:#f5a623}.hero__bnpl{margin-top:10px;font-size:.85rem;color:var(--color-text-2)}@media(min-width:900px){.hero{grid-template-columns:1fr 1fr;min-height:560px}.hero__content{padding:60px 56px}}.value-props__grid{list-style:none;margin:0;padding:0;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.value-props__item{text-align:center;padding:8px}.value-props__icon{font-size:2rem;display:block;margin-bottom:10px}.value-props__title{font-size:1.02rem;margin-bottom:4px}.value-props__text{color:var(--color-text-2);font-size:.9rem;margin:0}@media(min-width:900px){.value-props__grid{grid-template-columns:repeat(4,1fr)}}.category-grid__grid{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.category-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);border:1px solid var(--color-border);transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;color:var(--color-text)}.category-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px);color:var(--color-text)}.category-card__media{aspect-ratio:4 / 3;background:var(--color-bg-alt)}.category-card__media img{width:100%;height:100%;object-fit:cover}.category-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:2.4rem;opacity:.5}.category-card__body{padding:14px 16px 18px}.category-card__title{font-size:1rem;margin-bottom:4px}.category-card__cta{color:var(--color-accent);font-weight:700;font-size:.9rem}@media(min-width:900px){.category-grid__grid{grid-template-columns:repeat(4,1fr)}}.featured-products__grid,.collection__grid{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.product-card{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);box-shadow:var(--shadow-card);display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.product-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.product-card__media{position:relative;display:block;aspect-ratio:1;background:var(--color-bg-alt)}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:2.6rem;opacity:.5}.product-card__badge{position:absolute;top:10px;left:10px;background:var(--color-text);color:#fff;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700}.product-card__badge--sale{top:auto;bottom:10px;background:var(--color-trust)}.product-card__body{padding:14px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__rating{color:#f5a623;font-size:.8rem;letter-spacing:1px}.product-card__rating-num{color:var(--color-text-2);letter-spacing:0;margin-left:4px;font-weight:600}.product-card__title{font-size:.96rem;margin:0}.product-card__title a{color:var(--color-text)}.product-card__title a:hover{color:var(--color-accent)}.product-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto}.product-card__compare{color:var(--color-text-2);font-size:.88rem}.product-card__amount{font-weight:800;font-size:1.08rem}.product-card__amount.is-sale{color:var(--color-accent)}.product-card__hint{color:var(--color-text-2);font-size:.85rem}@media(min-width:900px){.featured-products__grid,.collection__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:700px)and (max-width:899px){.featured-products__grid,.collection__grid{grid-template-columns:repeat(3,1fr)}}.feature-block{display:grid;gap:28px;align-items:center;margin-bottom:56px}.feature-block:last-child{margin-bottom:0}.feature-block__media img,.feature-block__placeholder svg{border-radius:var(--radius);width:100%}.feature-block__eyebrow{color:var(--color-accent);font-weight:700;text-transform:uppercase;letter-spacing:1.5px;font-size:.78rem}.feature-block__heading{font-size:clamp(1.4rem,3vw,1.9rem);margin-top:6px}.feature-block__text{color:var(--color-text-2);max-width:480px}@media(min-width:900px){.feature-block{grid-template-columns:1fr 1fr;gap:64px}.feature-block--reverse .feature-block__media{order:2}}.testimonials__score{text-align:center;font-weight:700;color:var(--color-text-2);margin-bottom:28px}.testimonials__score .star{color:#f5a623}.testimonials__grid{display:grid;gap:20px;grid-template-columns:1fr}.testimonial-card{margin:0;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-card)}.testimonial-card__stars{color:#f5a623;letter-spacing:2px;font-size:.9rem}.testimonial-card__quote{margin:10px 0 12px;font-size:.98rem}.testimonial-card__author{color:var(--color-text-2);font-style:normal;font-weight:600;font-size:.88rem}.testimonials__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;margin-top:32px;color:var(--color-text-2);font-weight:600;font-size:.9rem}@media(min-width:900px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.comparison__table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--color-border);background:#fff}.comparison__table th,.comparison__table td{padding:13px 16px;text-align:left;border-bottom:1px solid var(--color-border);font-size:.93rem}.comparison__table thead th{background:var(--color-bg-alt);font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.comparison__table tbody tr:last-child th,.comparison__table tbody tr:last-child td{border-bottom:none}.comparison__us{background:#1a73e80f;font-weight:600}.offer__card{display:grid;gap:0;background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--color-border);box-shadow:var(--shadow-card-hover)}.offer__media{background:var(--color-bg-alt);aspect-ratio:1}.offer__media img{width:100%;height:100%;object-fit:cover}.offer__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:4rem;opacity:.5}.offer__content{padding:28px 24px 32px}.offer__badge{display:inline-block;background:var(--color-trust);color:#fff;padding:5px 13px;border-radius:999px;font-size:.78rem;font-weight:700;margin-bottom:14px}.offer__title{font-size:1.4rem}.offer__pricing{display:flex;align-items:baseline;gap:12px;margin:8px 0 4px}.offer__compare{color:var(--color-text-2);font-size:1.1rem}.offer__price{font-size:2rem;font-weight:800;color:var(--color-accent)}.offer__bnpl{color:var(--color-text-2);font-size:.88rem}.offer__timer{font-weight:600;color:#d93025;font-size:.92rem}.offer__guarantees{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-wrap:wrap;gap:8px 20px;font-size:.85rem;font-weight:600;color:var(--color-text-2)}@media(min-width:800px){.offer__card{grid-template-columns:1fr 1.15fr}.offer__content{padding:40px}}.faq__list{display:flex;flex-direction:column;gap:12px}.faq__item{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.faq__question{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:17px 20px;font-weight:700;cursor:pointer;font-size:.98rem}.faq__question::-webkit-details-marker{display:none}.faq__question:hover{color:var(--color-accent)}.faq__chevron{flex:none;width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease}.faq__item[open] .faq__chevron{transform:rotate(225deg)}.faq__answer{padding:0 20px 18px;color:var(--color-text-2)}.faq__answer p{margin-bottom:.5em}.email-capture__card{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-hover));color:#fff;border-radius:16px;padding:40px 24px;text-align:center}.email-capture__heading{color:#fff;font-size:clamp(1.4rem,3.5vw,1.9rem)}.email-capture__subheading{color:#ffffffd9;max-width:480px;margin:0 auto 22px}.email-capture__row{display:flex;flex-direction:column;gap:10px;max-width:460px;margin:0 auto}.email-capture__input{flex:1;padding:13px 16px;border-radius:10px;border:1px solid var(--color-border)}.email-capture__card .btn--primary{background:var(--color-text)}.email-capture__card .btn--primary:hover{background:#0f1722}.email-capture__small{font-size:.8rem;color:#ffffffb3;margin:14px 0 0}.email-capture__success,.email-capture__error{font-weight:600;margin-top:12px}.email-capture__error{color:#d93025}.email-capture__card .email-capture__error{color:#ffd7d4}.email-capture__success{color:var(--color-trust)}.email-capture__card .email-capture__success{color:#c8f7d0}@media(min-width:600px){.email-capture__row{flex-direction:row}}.site-footer{background:var(--color-text);color:#c7d0da;padding:48px 0 24px;margin-top:0}.site-footer a{color:#c7d0da}.site-footer a:hover{color:#fff}.site-footer__grid{display:grid;gap:32px;grid-template-columns:1fr;margin-bottom:36px}.site-footer__logo{font-family:var(--font-heading);font-weight:800;font-size:1.3rem;color:#fff}.site-footer__logo:first-letter{color:var(--color-accent)}.site-footer__tagline{font-size:.9rem;margin-top:10px;max-width:300px}.site-footer__social{display:flex;gap:14px;margin-top:14px}.site-footer__heading{color:#fff;font-size:.95rem;margin-bottom:12px}.site-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:.9rem}.site-footer__trust{display:flex;flex-wrap:wrap;gap:10px 26px;justify-content:center;padding:18px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);font-size:.85rem;font-weight:600}.site-footer__bottom{text-align:center;font-size:.8rem;padding-top:18px}@media(min-width:900px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.product__grid{display:grid;gap:36px;grid-template-columns:1fr}.product__main-image{border-radius:var(--radius);overflow:hidden;background:var(--color-bg-alt);aspect-ratio:1}.product__main-image img{width:100%;height:100%;object-fit:contain}.product__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:4rem;opacity:.5}.product__thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.product__thumb{flex:none;width:68px;height:68px;padding:0;border:2px solid var(--color-border);border-radius:8px;overflow:hidden;background:var(--color-bg-alt)}.product__thumb.is-active,.product__thumb:hover{border-color:var(--color-accent)}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__rating{color:#f5a623;font-size:.85rem;letter-spacing:1px}.product__rating-text{color:var(--color-text-2);letter-spacing:0;font-weight:600;margin-left:6px}.product__title{font-size:clamp(1.4rem,3vw,1.9rem);margin:8px 0 10px}.product__price{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product__compare{color:var(--color-text-2);font-size:1.05rem}.product__amount{font-size:1.7rem;font-weight:800}.product__amount.is-sale{color:var(--color-accent)}.product__save-badge{background:var(--color-trust);color:#fff;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:700}.product__bnpl{color:var(--color-text-2);font-size:.88rem;margin-top:8px}.product__urgency{color:#d93025;font-weight:600;font-size:.92rem}.product__viewers{color:var(--color-text-2);font-size:.88rem}.product__size-guide-link{background:none;border:none;color:var(--color-accent);font-weight:600;padding:0;margin-bottom:16px;font-size:.9rem;text-decoration:underline}.product__label{font-weight:700;font-size:.88rem;display:block;margin-bottom:6px}.product__variants{margin-bottom:16px}.product__select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--color-border);background:#fff}.product__qty-row{display:flex;align-items:center;gap:14px;margin-bottom:18px}.qty{display:inline-flex;border:1px solid var(--color-border);border-radius:10px;overflow:hidden}.qty__btn{width:42px;height:46px;background:var(--color-bg-alt);border:none;font-size:1.15rem;font-weight:700;color:var(--color-text)}.qty__btn:hover{background:var(--color-border)}.qty__input{width:56px;text-align:center;border:none;-moz-appearance:textfield}.qty__input::-webkit-inner-spin-button,.qty__input::-webkit-outer-spin-button{-webkit-appearance:none}.product__atc{margin-bottom:10px}.shopify-payment-button__button--unbranded{border-radius:10px!important;font-weight:700!important}.product__trust{list-style:none;padding:14px 0;margin:18px 0;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;font-size:.85rem;font-weight:600;color:var(--color-text-2);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product__description{margin-top:20px}.rte{color:var(--color-text)}.rte ul{padding-left:20px}.rte img{border-radius:var(--radius)}@media(min-width:900px){.product__grid{grid-template-columns:1.05fr 1fr;gap:56px}}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;border-top:1px solid var(--color-border);padding:10px 16px calc(10px + env(safe-area-inset-bottom));box-shadow:0 -4px 18px #1e2a3a1a}.sticky-atc__info{display:flex;flex-direction:column;min-width:0}.sticky-atc__title{font-weight:700;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{color:var(--color-accent);font-weight:800;font-size:.95rem}@media(min-width:900px){.sticky-atc{display:none}}.modal,.exit-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:flex;align-items:center;justify-content:center;padding:20px}.modal[hidden],.exit-popup[hidden],[hidden]{display:none!important}.modal__overlay,.exit-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f17228c}.modal__card,.exit-popup__card{position:relative;background:#fff;border-radius:16px;padding:30px 26px;max-width:480px;width:100%;box-shadow:0 20px 60px #00000040;max-height:85vh;overflow-y:auto}.modal__close,.exit-popup__close{position:absolute;top:10px;right:12px;background:none;border:none;font-size:1.6rem;line-height:1;color:var(--color-text-2)}.modal__close:hover,.exit-popup__close:hover{color:var(--color-text)}.modal__title{font-size:1.25rem;margin-bottom:16px}.size-guide__table th,.size-guide__table td{padding:10px 12px;border-bottom:1px solid var(--color-border);text-align:left;font-size:.9rem}.size-guide__table thead th{background:var(--color-bg-alt)}.size-guide__note{margin-top:14px;font-size:.85rem;color:var(--color-text-2)}.exit-popup__card{text-align:center}.exit-popup__badge{display:inline-block;background:var(--color-bg-alt);color:var(--color-accent);font-weight:700;font-size:.78rem;padding:5px 13px;border-radius:999px;margin-bottom:12px}.exit-popup__title{font-size:1.4rem}.exit-popup__text{color:var(--color-text-2)}.exit-popup__code{font-family:var(--font-heading);font-weight:800;font-size:1.3rem;letter-spacing:3px;border:2px dashed var(--color-accent);color:var(--color-accent);border-radius:10px;padding:12px;margin:16px 0 18px;background:#1a73e80d}.exit-popup__small{font-size:.78rem;color:var(--color-text-2);margin:14px 0 0}.cart__items{display:flex;flex-direction:column;gap:16px;margin-bottom:28px}.cart__row{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:14px;position:relative}.cart__media img{border-radius:8px;background:var(--color-bg-alt)}.cart__title{font-weight:700;color:var(--color-text);font-size:.95rem}.cart__title:hover{color:var(--color-accent)}.cart__variant{color:var(--color-text-2);font-size:.82rem;margin:2px 0}.cart__price{font-size:.88rem;color:var(--color-text-2);margin:0}.cart__qty .qty__input{border:1px solid var(--color-border);border-radius:8px;height:40px}.cart__line-total{font-weight:800}.cart__remove{position:absolute;top:8px;right:12px;color:var(--color-text-2);font-size:1.2rem}.cart__remove:hover{color:#d93025}.cart__upsells{margin-bottom:28px}.cart__upsell-heading{font-size:1.05rem;margin-bottom:12px}.cart__upsell-grid{display:flex;flex-direction:column;gap:10px}.cart__upsell-card{display:flex;align-items:center;gap:12px;background:var(--color-bg-alt);border:1px dashed var(--color-border);border-radius:var(--radius);padding:12px}.cart__upsell-card img{border-radius:8px}.cart__upsell-info{flex:1;display:flex;flex-direction:column}.cart__upsell-title{font-weight:600;font-size:.9rem}.cart__upsell-price{color:var(--color-accent);font-weight:700;font-size:.88rem}.cart__summary{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:22px}.cart__subtotal{display:flex;justify-content:space-between;font-size:1.1rem}.cart__bnpl{color:var(--color-text-2);font-size:.85rem}.cart__note{color:var(--color-text-2);font-size:.82rem}.cart__actions{display:flex;flex-direction:column;gap:10px;margin-top:14px}.cart__trust{border-bottom:none;margin-bottom:0;padding-bottom:0;grid-template-columns:1fr}@media(min-width:700px){.cart__actions{flex-direction:row;justify-content:flex-end}.cart__row{grid-template-columns:90px 1fr 90px 90px}.cart__trust{grid-template-columns:repeat(3,auto);justify-content:start}}.form-field{margin-bottom:14px}.form-field label{display:block;font-weight:600;font-size:.88rem;margin-bottom:5px}.form-field input,.form-field select{width:100%;padding:12px 14px;border:1px solid var(--color-border);border-radius:10px;background:#fff}.pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:36px}.pagination__page{color:var(--color-text-2);font-size:.9rem}.collection__empty{text-align:center;color:var(--color-text-2)}.search-form{max-width:560px;margin:0 auto 32px}.search-form .email-capture__input{border:1px solid var(--color-border)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
