*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.5;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.container{width:min(100% - 2rem,1280px);margin-inline:auto}.site-header{border-bottom:1px solid #ebebeb;position:sticky;top:0;z-index:50;background:#fff}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1.5rem;max-width:1152px;margin-inline:auto}.site-header__logo{display:inline-flex;flex-direction:column;text-decoration:none;color:#1a1a1a;line-height:1.15}.site-header__logo-name{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.site-header__logo-tag{font-size:.625rem;letter-spacing:.12em;text-transform:uppercase;color:#888}.site-header__nav{display:none;gap:2rem;font-size:14px}@media(min-width:640px){.site-header__nav{display:flex}}.site-header__nav a{color:#333}.site-header__nav a:hover{opacity:.6}.site-header__actions{display:flex;align-items:center;gap:1rem}.site-header__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;color:#1a1a1a;padding:0}.site-header__icon--cart{position:relative}.site-header__cart-badge{position:absolute;top:-4px;right:-6px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#000;color:#fff;font-size:10px;line-height:16px;text-align:center}.site-header__nav-old{display:none}.breadcrumb{padding:1rem 1.5rem 0;font-size:13px;color:#666}.product-switcher{padding:1.25rem 1.5rem 0}.product-switcher__label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#888;margin-bottom:.75rem}.product-switcher__tabs{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:thin}.product-switcher__tab{flex:0 0 auto;display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;border:1.5px solid #e5e5e5;border-radius:8px;background:#fff;font-size:13px;font-weight:500;color:#333;transition:border-color .2s,box-shadow .2s;min-width:180px}.product-switcher__tab:hover{border-color:#bbb}.product-switcher__tab.is-active{border-color:#1a1a1a;box-shadow:0 0 0 1px #1a1a1a}.product-switcher__tab img{width:44px;height:44px;object-fit:cover;border-radius:4px;background:#f5f5f5}.product-switcher__tab-price{display:block;font-size:12px;color:#666;font-weight:400;margin-top:2px}.pdp{display:grid;grid-template-columns:1fr;gap:2rem;padding:1.5rem}@media(min-width:900px){.pdp{grid-template-columns:1fr 1fr;gap:3rem;padding:2rem 1.5rem 3rem}}.pdp__gallery{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.pdp__gallery-item{aspect-ratio:1;overflow:hidden;background:#f5f5f5;border:none;padding:0;cursor:pointer}.pdp__gallery-item:first-child{grid-column:1 / -1;aspect-ratio:4/3}.pdp__gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.pdp__gallery-item:hover img{transform:scale(1.03)}.pdp__gallery-item.is-active{box-shadow:0 0 0 2px #c6282833}.pdp__brand{font-size:12px;font-weight:600;letter-spacing:.1em;color:#888;margin:0 0 .5rem}.pdp__title{font-size:clamp(1.375rem,3vw,1.75rem);font-weight:600;line-height:1.25;margin:0 0 .75rem}.pdp__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:14px}.pdp__stars{display:flex;gap:1px;color:#f5a623;font-size:16px;letter-spacing:1px}.pdp__rating-link{color:#666;text-decoration:underline;text-underline-offset:2px}.pdp__promo{background:#f5f5f5;padding:.625rem 1rem;font-size:14px;margin-bottom:1rem;border-radius:2px}.pdp__price{font-size:1.75rem;font-weight:600;margin:0}.pdp__compare{font-size:1rem;color:#999;text-decoration:line-through;margin-left:.5rem}.pdp__installments{font-size:13px;color:#666;margin:0 0 1.25rem}.pdp__trust{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.625rem}.pdp__trust li{display:flex;align-items:center;gap:.625rem;font-size:13px;color:#444}.pdp__trust-icon{width:20px;text-align:center;flex-shrink:0}.pdp__option-label{font-size:14px;font-weight:500;margin:0 0 .625rem}.pdp__option-label span{font-weight:400;color:#666}.pdp__swatches{display:flex;gap:.625rem;margin-bottom:1.5rem}.pdp__swatch{width:36px;height:36px;border-radius:50%;border:2px solid transparent;padding:2px;background:none;position:relative}.pdp__swatch-inner{display:block;width:100%;height:100%;border-radius:50%;border:1px solid rgba(0,0,0,.12)}.pdp__swatch.is-active{border-color:#1a1a1a}.pdp__swatch.is-soldout:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 42%,#999 46%,#999 54%,transparent 58%);border-radius:50%;pointer-events:none}.pdp__qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.pdp__qty{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px}.pdp__qty button{width:36px;height:36px;border:none;background:none;font-size:18px;color:#333}.pdp__qty input{width:40px;height:36px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:14px;-moz-appearance:textfield}.pdp__qty input::-webkit-outer-spin-button,.pdp__qty input::-webkit-inner-spin-button{-webkit-appearance:none}.pdp__buttons{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1rem}.btn-buy{width:100%;padding:1rem 1.5rem;font-size:15px;font-weight:600;border:none;border-radius:4px;transition:opacity .2s}.btn-buy--primary{background:#1a1a1a;color:#fff}.btn-buy--primary:hover:not(:disabled){background:#333}.btn-buy--shop{background:#5a31f4;color:#fff}.btn-buy--shop:hover:not(:disabled){background:#4a28d4}.btn-buy:disabled,.btn-buy.is-soldout{background:#ccc;color:#666;cursor:not-allowed}.pdp__bulk-note{font-size:12px;color:#888;margin:0 0 1.5rem}.pdp__accordions{border-top:1px solid #ebebeb}.pdp__accordion{border-bottom:1px solid #ebebeb}.pdp__accordion summary{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:15px;font-weight:500;cursor:pointer;list-style:none}.pdp__accordion summary::-webkit-details-marker{display:none}.pdp__accordion summary:after{content:"+";font-size:1.25rem;font-weight:300;color:#666;transition:transform .2s}.pdp__accordion[open] summary:after{transform:rotate(45deg)}.pdp__accordion-body{padding:0 0 1rem;font-size:14px;color:#444;line-height:1.65}.pdp__accordion-body ul{margin:.5rem 0;padding-left:1.25rem}.pdp__accordion-body p{margin:0 0 .75rem}.pdp__share{display:flex;align-items:center;gap:.75rem;padding:1.25rem 0;font-size:14px}.pdp__share-icons{display:flex;gap:.5rem}.pdp__share-icons button{width:32px;height:32px;border:1px solid #ddd;border-radius:50%;background:#fff;font-size:12px;color:#555}.pdp__payments{padding:1rem 0 0;border-top:1px solid #ebebeb}.pdp__payments-label{font-size:12px;color:#888;margin:0 0 .75rem}.pdp__payment-icons{display:flex;flex-wrap:wrap;gap:.375rem}.pdp__payment-badge{padding:.25rem .5rem;border:1px solid #e0e0e0;border-radius:3px;font-size:10px;font-weight:600;color:#555;background:#fafafa}.reviews-summary{padding:3rem 1.5rem;border-top:1px solid #ebebeb}.reviews-summary__title{text-align:center;font-size:1.375rem;font-weight:600;margin:0 0 2rem}.reviews-summary__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto}@media(min-width:768px){.reviews-summary__grid{grid-template-columns:1fr 1.2fr 1fr;gap:0;border:1px solid #ebebeb}.reviews-summary__col{padding:2rem;border-right:1px solid #ebebeb}.reviews-summary__col:last-child{border-right:none}}.reviews-summary__score{text-align:center}.reviews-summary__stars-big{color:#f5a623;font-size:1.5rem;letter-spacing:2px;margin-bottom:.5rem}.reviews-summary__avg{font-size:1rem;text-decoration:underline;margin:0 0 .25rem}.reviews-summary__count{font-size:13px;color:#888;margin:0}.reviews-summary__bars{display:flex;flex-direction:column;gap:.375rem}.reviews-summary__bar-row{display:grid;grid-template-columns:72px 1fr 24px;align-items:center;gap:.5rem;font-size:12px}.reviews-summary__bar-stars{color:#f5a623;letter-spacing:1px}.reviews-summary__bar-track{height:8px;background:#eee;border-radius:2px;overflow:hidden}.reviews-summary__bar-fill{height:100%;background:#1a1a1a;border-radius:2px;transition:width .4s ease}.reviews-summary__bar-count{text-align:right;color:#666}.reviews-summary__actions{display:flex;flex-direction:column;gap:.625rem;justify-content:center}.reviews-summary__btn{padding:.875rem 1.25rem;font-size:14px;font-weight:500;border-radius:2px;border:1.5px solid #1a1a1a;background:#fff;text-align:center}.reviews-summary__btn--primary{background:#1a1a1a;color:#fff}.reviews-list{padding:0 1.5rem 3rem;max-width:900px;margin:0 auto}.reviews-list__item{padding:1.5rem 0;border-bottom:1px solid #ebebeb}.reviews-list__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.reviews-list__avatar{width:36px;height:36px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#666}.reviews-list__meta{font-size:13px}.reviews-list__author{font-weight:600;margin:0}.reviews-list__details{color:#888;margin:0}.reviews-list__stars{color:#f5a623;font-size:14px;letter-spacing:1px;margin-bottom:.375rem}.reviews-list__variant{font-size:12px;color:#888;margin:0 0 .5rem}.reviews-list__text{font-size:14px;margin:0 0 .75rem;color:#333}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(255,255,255,.35);background:#00000073;color:#fff;font-size:1.75rem;line-height:1;cursor:pointer;z-index:2;border-radius:999px}.lightbox__nav--prev{left:-3.25rem}.lightbox__nav--next{right:-3.25rem}.lightbox__nav[hidden]{display:none}.lightbox__counter{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);margin:0;color:#ffffffd9;font-size:.875rem}.lightbox__counter[hidden]{display:none}.reviews-list__photos{display:flex;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.reviews-list__photos--carousel{position:relative;width:120px;margin-bottom:.5rem}.reviews-list__photos-track{position:relative;width:120px;height:120px;overflow:hidden;border-radius:8px;background:#f5f5f5}.reviews-list__photos-track img{width:100%;height:100%;object-fit:cover;display:block}.reviews-list__photo-zoom{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;background:none;cursor:zoom-in}.reviews-list__photo-dots{position:absolute;bottom:.35rem;left:50%;transform:translate(-50%);z-index:2}.reviews-list__photo-dots-track{position:relative;display:flex;align-items:center;height:6px;gap:3px}.reviews-list__photo-dot-pill{position:absolute;top:0;left:0;height:6px;width:14px;border-radius:999px;background:#fff;pointer-events:none;z-index:0;box-shadow:0 0 0 1px #00000026}.reviews-list__photo-dot{position:relative;z-index:1;width:14px;height:6px;border:none;padding:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.reviews-list__photo-dot:after{content:"";width:5px;height:5px;border-radius:999px;background:#ffffffa6}.reviews-list__photo-dot.is-active:after{opacity:0}.reviews-list__photo{width:72px;height:72px;border-radius:4px;border:none;padding:0;cursor:pointer;overflow:hidden;background:#f5f5f5}.reviews-list__photo img{width:100%;height:100%;object-fit:cover;display:block}.reviews-list__verified{font-size:12px;color:#888;margin:0}.faq-section{padding:3rem 1.5rem 4rem;background:#fafafa}.faq-section__header{text-align:center;max-width:560px;margin:0 auto 2rem}.faq-section__title{font-size:1.375rem;font-weight:600;margin:0 0 .75rem}.faq-section__lead{font-size:14px;color:#666;margin:0}.faq-list{max-width:720px;margin:0 auto;background:#fff;border:1px solid #ebebeb}.faq-item{border-bottom:1px solid #ebebeb}.faq-item:last-child{border-bottom:none}.faq-item summary{display:flex;justify-content:space-between;align-items:center;padding:1.125rem 1.25rem;font-size:15px;font-weight:500;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.25rem;font-weight:300;color:#666;flex-shrink:0;margin-left:1rem}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item__answer{padding:0 1.25rem 1.125rem;font-size:14px;color:#555;line-height:1.65}.site-footer{padding:2rem 1.5rem;border-top:1px solid #ebebeb;text-align:center;font-size:13px;color:#888}.site-footer__inner{display:flex;flex-direction:column;gap:.35rem;align-items:center}.site-footer__brand{font-weight:700;color:#1a1a1a;letter-spacing:-.02em;margin:0}.site-footer__copy,.site-footer__contact{margin:0}.site-footer__contact a{color:#666;text-decoration:underline}.home-hero{padding:3rem 0 2rem}.home-hero__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:900px){.home-hero__grid{grid-template-columns:1fr 1fr;padding:2rem 0}}.home-hero__eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#999;margin:0 0 .75rem}.home-hero__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15;margin:0 0 1rem}.home-hero__lead{color:#555;line-height:1.65;margin:0 0 1.75rem;max-width:32rem}.home-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.home-hero__btn{display:inline-block;text-decoration:none;padding:.875rem 2rem;text-align:center}.btn-buy--outline{background:transparent;color:#1a1a1a;border:1.5px solid #1a1a1a}.home-hero__media{aspect-ratio:1;background:#f5f5f5;max-width:520px;margin-inline:auto;width:100%}.home-hero__img{width:100%;height:100%;object-fit:cover}.home-trust{background:#fafafa;border-block:1px solid #ebebeb;padding:2.5rem 0}.home-trust__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:center}@media(min-width:640px){.home-trust__grid{grid-template-columns:repeat(3,1fr)}}.home-trust__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.home-trust__desc{font-size:14px;color:#666;margin:0}.collection-page{padding:2.5rem 0 3rem}.collection-page__eyebrow{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#999;margin:0 0 .5rem}.collection-page__title{font-size:2rem;font-weight:700;margin:0 0 .75rem}.collection-page__desc{color:#555;max-width:40rem;margin-bottom:2rem}.collection-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.collection-card{display:block;color:inherit;border:1px solid #ebebeb;transition:box-shadow .2s}.collection-card:hover{box-shadow:0 8px 24px #00000014}.collection-card__img,.collection-card__placeholder{aspect-ratio:1;width:100%;object-fit:cover;background:#f5f5f5}.collection-card__body{padding:1rem}.collection-card__brand{font-size:11px;letter-spacing:.08em;color:#888;margin:0 0 .25rem}.collection-card__title{font-size:1rem;font-weight:600;margin:0 0 .5rem}.collection-card__price{margin:0;font-weight:700}.collection-empty{text-align:center;padding:3rem 1rem;max-width:480px;margin:0 auto}.collection-empty h2{margin:0 0 .75rem}.collection-empty p{color:#666;margin:0 0 1.5rem}.not-found{padding:4rem 0;text-align:center}.not-found__inner{max-width:520px}.not-found__code{font-size:3rem;font-weight:700;margin:0 0 .5rem;color:#ccc}.not-found__title{font-size:1.75rem;margin:0 0 .75rem}.not-found__lead{color:#666;margin:0 0 1.5rem;line-height:1.6}.not-found__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.not-found__actions .btn-buy{text-decoration:none;padding:.875rem 1.5rem}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center}.lightbox[hidden]{display:none}.lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9}.lightbox__dialog{position:relative;z-index:1;max-width:min(92vw,720px);max-height:min(88vh,720px);padding:.75rem;background:#fff;border-radius:8px;box-shadow:0 24px 64px #00000059}.lightbox__image{display:block;max-width:min(86vw,680px);max-height:min(80vh,680px);width:auto;height:auto;object-fit:contain;margin:0 auto;background:#f5f5f5;border-radius:4px}.lightbox__close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;line-height:1}@media(max-width:640px){.site-header__top{grid-template-columns:auto 1fr auto}.site-header__search,.site-header__nav{display:none}.pdp__gallery-item:not(:first-child){display:none}.pdp__gallery-item:first-child{aspect-ratio:1}}.pdp__promo{display:none}.pdp__info--glass{background:#ffffffb8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000000f}.delivery-banner{display:flex;justify-content:center;padding:0 1.5rem 1.25rem}.delivery-banner__glass{text-align:center;width:min(100%,420px);padding:1rem 1.5rem;border-radius:14px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.delivery-banner__active{background:#ffebebd9;border:1px solid rgba(198,40,40,.25);box-shadow:0 4px 24px #c628281f}.delivery-banner__expired{background:#fff8e1d9;border:1px solid rgba(255,193,7,.35)}.delivery-banner__expired[hidden]{display:none}.delivery-banner__label{margin:0 0 .375rem;font-size:13px;font-weight:500;color:#b71c1c}.delivery-banner__countdown{margin:0;font-size:2rem;font-weight:700;font-variant-numeric:tabular-nums;color:#c62828;letter-spacing:.04em;line-height:1}.delivery-banner__expired-text{margin:0;font-size:14px;color:#5d4037}.pdp__trust{display:grid;gap:.5rem}.pdp__trust li{padding:.625rem .875rem;background:#ffffff8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.06);border-radius:10px}.pdp__trust-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#c6282814;color:#c62828}.pdp__trust-icon svg{width:18px;height:18px}.pdp__gallery-item{border-radius:8px;background:#f8f8f8}.view--page{padding:0 0 3rem}.page-header{padding:2rem 1.5rem 1rem;max-width:1280px;margin:0 auto}.page-header h1{font-family:Georgia,Times New Roman,serif;font-size:1.75rem;margin:0}.cart-page,.checkout-page,.account-page{display:grid;gap:2rem;padding:0 1.5rem 2rem;max-width:1280px;margin:0 auto}@media(min-width:900px){.cart-page{grid-template-columns:1fr 320px;align-items:start}.checkout-page{grid-template-columns:1fr 340px;align-items:start}.account-page{grid-template-columns:200px 1fr;align-items:start}}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid #eee}.cart-item__img{width:80px;height:80px;object-fit:cover;border-radius:8px;background:#f5f5f5}.cart-item__title{font-weight:600;margin:0 0 .25rem;font-size:14px}.cart-item__variant,.cart-item__price{margin:0;font-size:13px;color:#666}.cart-item__qty{display:flex;align-items:center;gap:.5rem}.cart-item__qty button{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:4px}.cart-item__remove{border:none;background:none;font-size:1.25rem;color:#999}.cart-page__summary,.checkout-summary{background:#ffffffb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:1.25rem}.cart-page__row{display:flex;justify-content:space-between;margin:0 0 .5rem;font-size:14px}.cart-page__total{display:flex;justify-content:space-between;font-size:1.125rem;margin:1rem 0;padding-top:1rem;border-top:1px solid #eee}.cart-page__continue{display:block;text-align:center;margin-top:1rem;font-size:14px;color:#666}.cart-empty,.orders-empty{color:#666;font-size:14px}.checkout-section{margin-bottom:1.5rem}.checkout-section h2{font-size:1rem;margin:0 0 1rem}.checkout-grid{display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.checkout-field{display:flex;flex-direction:column;gap:.25rem;font-size:13px}.checkout-field--full{grid-column:1 / -1}.checkout-field input,.account-form input,.account-form textarea,.account-form select,.modal__form input,.modal__form select,.modal__form textarea{padding:.625rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:14px}.checkout-radio{display:block;padding:.5rem 0;font-size:14px}.checkout-error{color:#c62828;font-size:13px}.checkout-item{font-size:13px;color:#444;margin:0 0 .25rem}.checkout-summary__total{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.account-nav{display:flex;flex-direction:column;gap:.25rem}.account-nav__btn{text-align:left;padding:.625rem 1rem;border:none;background:none;border-radius:6px;font-size:14px}.account-nav__btn.is-active{background:#1a1a1a;color:#fff}.account-form{display:flex;flex-direction:column;gap:.75rem;max-width:420px}.account-form label{display:flex;flex-direction:column;gap:.25rem;font-size:13px}.auth-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.auth-tabs__btn{flex:1;padding:.5rem;border:1px solid #ddd;background:#fff;border-radius:6px;font-size:14px}.auth-tabs__btn.is-active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.order-card{border:1px solid #eee;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem}.order-card__head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.order-card__date{display:block;font-size:12px;color:#888;font-weight:400}.order-card__status{font-size:12px;padding:.25rem .625rem;border-radius:999px;white-space:nowrap}.status--paid,.status--done{background:#e8f5e9;color:#2e7d32}.status--proc,.status--ship{background:#e3f2fd;color:#1565c0}.status--pending{background:#fff8e1;color:#f57f17}.status--cancel{background:#fce4ec;color:#c62828}.order-card__items{font-size:13px;color:#444;margin-bottom:.75rem}.order-card__foot{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;font-size:12px;color:#666}.success-page{text-align:center;padding:3rem 1.5rem;max-width:480px;margin:0 auto}.success-page__icon{width:64px;height:64px;margin:0 auto 1rem;background:#e8f5e9;color:#2e7d32;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.success-page__lead{color:#666;margin:1rem 0 2rem}.success-page__actions{display:flex;flex-direction:column;gap:.75rem}.btn-buy--full{width:100%}.btn-buy--ghost{background:transparent;color:#1a1a1a;border:1.5px solid #1a1a1a}.form-msg{font-size:13px;margin:0}.form-msg--ok{color:#2e7d32}.form-msg--error{color:#c62828}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;padding:.75rem 1.25rem;border-radius:8px;font-size:14px;z-index:2000;box-shadow:0 4px 20px #0003}.toast[hidden]{display:none}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;display:flex;align-items:center;justify-content:center;padding:1rem}.modal[hidden]{display:none}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.modal__dialog{position:relative;background:#fff;border-radius:12px;padding:1.5rem;width:min(100%,420px);max-height:90vh;overflow-y:auto;z-index:1}.modal__close{position:absolute;top:.75rem;right:.75rem;border:none;background:none;font-size:1.5rem;line-height:1;color:#666}.modal__title{margin:0 0 .5rem;font-size:1.25rem}.modal__form{display:flex;flex-direction:column;gap:.75rem}.modal__field{display:flex;flex-direction:column;gap:.25rem;font-size:13px}.pdp__gallery{transition:opacity .25s ease,transform .25s ease}.pdp__gallery.is-switching{opacity:0;transform:translateY(10px)}.pdp__gallery.is-visible{opacity:1;transform:translateY(0)}.pdp-wrap{padding:1.5rem 0 3rem}.pdp__badge{display:inline-block;background:#000;color:#fff;font-size:10px;font-weight:600;letter-spacing:.08em;padding:.25rem .625rem;margin-bottom:.75rem}.pdp__category{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#999;margin:0 0 .35rem}.pdp__lead{color:#555;font-size:14px;line-height:1.65;margin:0 0 1rem}.pdp__features{list-style:none;padding:0;margin:0 0 1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem}.pdp__features li{font-size:14px;display:flex;gap:.5rem;align-items:flex-start}.pdp__feature-check{color:#2e7d32;font-weight:700}.pdp__sold{color:#888;font-size:13px}.pdp__delivery-inline{margin:.75rem 0}.delivery-inline{font-size:13px;color:#333;margin:0;padding:.625rem .75rem;background:#f5f5f5;border:1px solid #ebebeb}.delivery-inline--expired{color:#666}.delivery-inline--promo{color:#2e7d32;background:#f0faf0;border-color:#c8e6c9}.pdp__ship-note{font-size:12px;color:#666;margin:.75rem 0 0}.pdp__gallery-main{position:relative;aspect-ratio:1;background:#f5f5f5;overflow:hidden;outline:none}.pdp__gallery-main.is-switching{opacity:0;transition:opacity .32s ease}.pdp__gallery-stage{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.pdp__gallery-layer{position:absolute;top:0;right:0;bottom:0;left:0;background:#f5f5f5;will-change:transform}.pdp__gallery-layer--incoming{z-index:2}.pdp__gallery-stage .pdp__gallery-zoom,.pdp__gallery-zoom{width:100%;height:100%;border:none;padding:0;background:none;cursor:zoom-in;display:block}.pdp__gallery-stage img,.pdp__gallery-zoom img{width:100%;height:100%;object-fit:contain;display:block;background:#f5f5f5}.pdp__gallery-arrow{position:absolute;top:50%;width:44px;height:44px;border:1px solid #ddd;background:#fffffff2;padding:0;margin:0;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;color:#111;line-height:0;opacity:0;pointer-events:none;transform:translateY(-50%) scale(.88);transition:opacity .15s ease,transform .15s cubic-bezier(.22,1,.36,1)}.pdp__gallery-arrow-icon{width:22px;height:22px;display:block;flex-shrink:0;pointer-events:none}.pdp__gallery-arrow.is-visible{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.pdp__gallery-arrow--prev{left:.75rem}.pdp__gallery-arrow--prev:not(.is-visible){transform:translateY(-50%) translate(-12px) scale(.88)}.pdp__gallery-arrow--next{right:.75rem}.pdp__gallery-arrow--next:not(.is-visible){transform:translateY(-50%) translate(12px) scale(.88)}.pdp__gallery-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);z-index:2;pointer-events:auto}.pdp__gallery-dots-track{position:relative;display:flex;align-items:center;height:8px;gap:6px}.pdp__gallery-dot-pill{position:absolute;top:0;left:0;height:8px;width:22px;border-radius:999px;background:#000;pointer-events:none;z-index:0;will-change:transform,width;backface-visibility:hidden}.pdp__gallery-dot{position:relative;z-index:1;width:22px;height:8px;border:none;padding:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pdp__gallery-dot:after{content:"";display:block;width:8px;height:8px;border-radius:999px;background:#0006;transition:opacity .28s cubic-bezier(.22,1,.36,1)}.pdp__gallery-dot.is-active:after{opacity:0}.pdp__gallery-thumbs{display:flex;gap:.5rem;margin-top:.75rem}.pdp__thumb{width:80px;height:80px;border:none;padding:0;background:#f5f5f5;cursor:pointer;opacity:.7}.pdp__thumb.is-active{opacity:1;outline:2px solid #000;outline-offset:1px}.pdp__thumb img{width:100%;height:100%;object-fit:contain}.trust-bar{background:#000;color:#fff;padding:2rem 0}.trust-bar__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:center}@media(min-width:640px){.trust-bar__grid{grid-template-columns:repeat(3,1fr)}}.trust-bar__item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.trust-bar__icon{font-size:1.25rem}.trust-bar__title{font-weight:600;font-size:14px;margin:0}.trust-bar__sub{font-size:12px;color:#aaa;margin:0}.site-footer-wrap .site-footer{background:#000;color:#fff;border-top:1px solid #222;padding:1.5rem 0}.site-footer__links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:.5rem 0}.site-footer__links a{color:#aaa;font-size:12px;text-decoration:none}.site-footer__links a:hover{color:#fff}.site-footer__copy{color:#888;font-size:12px;margin:0}body.cart-open{overflow:hidden}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;visibility:hidden;pointer-events:none}.cart-drawer:not([hidden]){visibility:visible;pointer-events:auto}.cart-drawer[hidden]{display:block!important}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .4s cubic-bezier(.22,1,.36,1)}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(100%,420px);height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-8px 0 32px #00000026;transform:translate(100%);transition:transform .4s cubic-bezier(.22,1,.36,1)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #eee}.cart-drawer__title{font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0}.cart-drawer__close{border:none;background:none;font-size:1.5rem;cursor:pointer}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{text-align:center;color:#999;padding:3rem 0}.cart-drawer__item{display:flex;gap:1rem;margin-bottom:1.25rem}.cart-drawer__thumb img{width:80px;height:80px;object-fit:cover;background:#f5f5f5}.cart-drawer__name{font-weight:600;font-size:14px;margin:0 0 .25rem}.cart-drawer__variant{font-size:12px;color:#888;margin:0}.cart-drawer__price{font-weight:700;font-size:14px;margin:.35rem 0}.cart-drawer__qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:14px}.cart-drawer__qty button{width:28px;height:28px;border:1px solid #ddd;background:#fff;cursor:pointer}.cart-drawer__remove{margin-left:auto;border:none;background:none;color:#888;font-size:12px;cursor:pointer}.cart-drawer__foot{border-top:1px solid #eee;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.cart-drawer__row{display:flex;justify-content:space-between;font-size:14px;color:#555}.cart-drawer__row--total{font-size:16px;color:#000}.cart-drawer__promo-form{display:flex;gap:.5rem}.cart-drawer__promo-input{flex:1;border:1px solid #ddd;padding:.5rem .75rem;font-size:14px}.cart-drawer__promo-btn{border:1px solid #000;background:#fff;padding:.5rem 1rem;font-size:13px;cursor:pointer}.cart-drawer__promo-error{color:#c62828;font-size:12px;margin:0}.cart-drawer__promo-ok{color:#2e7d32;font-size:12px;background:#f0faf0;border:1px solid #c8e6c9;padding:.5rem;margin:0}.cart-drawer__checkout{text-align:center;text-decoration:none;display:block;padding:.875rem}.delivery-modal__dialog{text-align:center;padding-top:2rem}.delivery-modal__icon{font-size:2.5rem;margin:0 0 1rem}.delivery-modal__title{font-size:1.125rem;margin:0 0 .75rem}.delivery-modal__text{color:#666;font-size:14px;line-height:1.6;margin:0 0 1rem}.delivery-modal__code{font-family:monospace;background:#f5f5f5;border:1px solid #ddd;padding:.5rem 1rem;margin:0 0 1.25rem;font-size:13px}.page-content{padding:2.5rem 0 4rem;max-width:720px}.page-content__eyebrow{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#999;margin:0 0 .5rem}.page-content__title{font-size:1.75rem;margin:0 0 1.5rem}.page-content__updated{color:#666;font-size:14px;margin:0 0 1.5rem;line-height:1.6}.page-content__body{line-height:1.7;color:#444}.page-content__body h2{font-size:1.125rem;margin:1.5rem 0 .75rem}.page-content__body ul{padding-left:1.25rem}.site-header__icon{border:none;background:none;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/10/assets/aurafan.css.map */
