*,*:before,*:after{box-sizing:border-box}html{background:var(--color-bg);color:var(--color-text);font-size:16px;letter-spacing:0;scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.5;text-rendering:optimizeLegibility}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid var(--color-border);border-radius:6px;background:#fff;color:var(--color-text);padding:.8rem .9rem}textarea{resize:vertical}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.1;letter-spacing:0;color:var(--color-header-strong)}::selection{background:var(--color-accent);color:var(--color-header-strong)}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.visually-hidden{position:absolute;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;left:1rem;top:1rem;z-index:100;transform:translateY(-200%);background:var(--color-accent);color:var(--color-header-strong);padding:.75rem 1rem;border-radius:6px}.skip-link:focus{transform:translateY(0)}.announcement{background:var(--announcement-bg);color:var(--announcement-color);font-size:.9rem;font-weight:700}.announcement__inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:1rem;text-align:center}.announcement a{text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:40;background:#ffffffe0;color:var(--color-text);border-bottom:1px solid rgba(16,42,67,.1);box-shadow:0 14px 44px #071a2f12;backdrop-filter:blur(22px) saturate(1.15);-webkit-backdrop-filter:blur(22px) saturate(1.15);transition:background .22s ease,box-shadow .22s ease,border-color .22s ease}.site-header.is-scrolled{background:#fffffff0;border-bottom-color:#102a4324;box-shadow:0 16px 42px #071a2f1c}.mobile-header,.mobile-bottom-nav{display:none}.back-to-top{position:fixed;right:1rem;bottom:1rem;z-index:54;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(16,42,67,.12);border-radius:999px;background:#ffffffe6;color:var(--color-header);box-shadow:0 14px 34px #071a2f24;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-size:1.2rem;font-weight:950;transition:transform .18s ease,background .18s ease}.back-to-top:hover{transform:translateY(-2px);background:var(--color-accent);color:var(--color-header-strong)}.site-header__inner{min-height:118px;display:grid;grid-template-columns:220px minmax(190px,260px) 1fr auto;align-items:center;gap:2rem}.site-header__logo{justify-self:start;color:var(--color-header);font-size:2.18rem;font-weight:950;letter-spacing:0;transition:transform .18s ease,color .18s ease}.site-header__logo:hover{color:#1766b1;transform:translateY(-1px)}.site-header__logo img{width:min(220px,42vw);max-height:58px;object-fit:contain}.header-location{display:inline-flex;align-items:center;gap:.65rem;color:var(--color-header-strong);font-weight:850;line-height:1.25}.header-location span{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;background:#f2f6fb;color:var(--color-header);flex:0 0 auto}.header-location svg{width:20px;height:20px}.header-location small{font-size:.78rem}.header-location:hover{color:#1766b1}.site-nav{display:flex;align-items:center;justify-content:center;justify-self:center;gap:clamp(.9rem,1.8vw,1.65rem)}.site-nav__item{position:relative}.site-nav__item>a{display:inline-flex;align-items:center;min-height:62px;padding:0 .55rem;border-radius:4px;color:var(--color-text);font-size:.92rem;font-weight:820;text-transform:uppercase;letter-spacing:.02em;transition:background .18s ease,color .18s ease,transform .18s ease}.site-nav__item:after{content:"";position:absolute;left:0;right:0;top:100%;height:14px}.site-nav__item:focus-within>a,.site-nav__item:hover>a{color:var(--color-header);background:transparent;transform:translateY(-1px)}.site-nav__item>a:after{content:"";position:absolute;left:.55rem;right:.55rem;bottom:.6rem;height:2px;border-radius:999px;background:var(--color-accent);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.site-nav__item:hover>a:after,.site-nav__item:focus-within>a:after{transform:scaleX(1)}.site-nav__dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:290px;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease;background:#fff;color:var(--color-text);border:1px solid var(--color-border);border-radius:4px;box-shadow:0 18px 50px #071a2f2e;padding:.65rem}.site-nav__item:focus-within .site-nav__dropdown,.site-nav__item:hover .site-nav__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.site-nav__dropdown a{display:block;padding:.9rem .95rem;border-radius:4px;font-size:.92rem;font-weight:800}.site-nav__dropdown a:hover{background:var(--color-bg);color:var(--color-header);transform:translate(2px)}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}.header-search{display:flex;width:100%;min-width:0;height:48px;background:#fff;border:0;border-radius:0;overflow:hidden}.header-search input{min-width:0;border:0;border-radius:0;background:#fff;color:var(--color-text);padding-inline:1.2rem}.header-search input::placeholder{color:#98a2b3}.icon-button{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:inherit;cursor:pointer}.icon-button svg{width:22px;height:22px}.icon-button:hover{background:#eef4fb;color:var(--color-header)}.cart-link{position:relative;color:var(--color-header);background:#f7fafc;border:1px solid rgba(16,42,67,.1);box-shadow:0 10px 24px #071a2f12}.cart-link:hover{background:var(--color-header);color:#fff;transform:translateY(-1px)}.cart-link__count{position:absolute;right:-3px;top:-5px;min-width:21px;height:21px;display:grid;place-items:center;border-radius:999px;background:var(--color-accent);color:var(--color-header-strong);font-size:.75rem;font-weight:900;border:2px solid #fff}.header-commerce{background:linear-gradient(90deg,#104f91,#1766b1 45%,#0f579c);color:#fff;padding:10px 0;border-top:1px solid rgba(255,255,255,.08)}.header-commerce__inner{min-height:58px;display:grid;grid-template-columns:290px minmax(260px,1fr) 250px;align-items:center;gap:14px}.category-menu{position:relative;z-index:45}.category-menu__trigger{width:100%;height:100%;display:flex;align-items:center;gap:1rem;border:2px solid rgba(255,255,255,.5);border-radius:8px;background:#ffffff14;color:#fff;padding:0 1.2rem;font-weight:900;text-transform:uppercase;cursor:default;transition:background .18s ease}.category-menu:hover .category-menu__trigger{background:#ffffff24;border-color:var(--color-accent)}.category-menu__trigger svg{width:26px;height:26px}.category-menu__panel{position:absolute;left:0;top:100%;width:100%;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease;border:1px solid #d7e1ec;border-top:0;background:#fff;color:var(--color-text);box-shadow:0 18px 50px #071a2f29}.category-menu:hover .category-menu__panel,.category-menu:focus-within .category-menu__panel{opacity:1;pointer-events:auto;transform:translateY(0)}.category-menu__group{border-bottom:1px solid #dfe7ef}.category-menu__group:last-child{border-bottom:0}.category-menu__panel a{display:flex;align-items:center;border-bottom:1px solid #edf1f5;font-weight:780}.category-menu__panel a:last-child{border-bottom:0}.category-menu__parent{min-height:52px;background:#f6f9fc;color:var(--color-header-strong);padding:0 1.15rem;font-size:.92rem;font-weight:950!important}.category-menu__child{min-height:46px;padding:0 1.15rem 0 2rem;color:#344054;font-size:.88rem}.category-menu__child:before{content:"";width:6px;height:6px;margin-right:.65rem;border-radius:999px;background:var(--color-accent);opacity:.72}.category-menu__panel a:hover,.category-menu__panel a:focus{background:#f6f9fc;color:var(--color-header);transform:translate(3px)}.category-menu__parent:hover,.category-menu__parent:focus{background:#eef4fb!important}.category-menu__child:hover,.category-menu__child:focus{background:#fff}.header-phone{display:flex;align-items:center;gap:.85rem}.header-phone__icon{width:42px;height:42px;display:grid;place-items:center;border:2px solid currentColor;border-radius:999px;flex:0 0 auto}.header-phone__icon svg{width:20px;height:20px}.header-phone strong,.header-phone small{display:block;line-height:1.15}.header-phone strong{font-size:1rem;font-weight:950}.header-phone small{margin-top:.16rem;opacity:.82;font-size:.72rem;font-weight:760}.header-phone--desktop{display:none}.header-phone--bar{min-height:54px;border-radius:8px;background:var(--color-accent);color:#071a2f;padding:.5rem .95rem .5rem 1.25rem;align-self:center;justify-self:end}.header-phone--bar .header-phone__icon{border-color:#071a2f}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:1px solid transparent;border-radius:6px;padding:.8rem 1.15rem;font-weight:900;cursor:pointer;box-shadow:0 10px 24px #071a2f14;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-2px);box-shadow:0 16px 34px #071a2f24}.button--primary{background:var(--color-accent);color:var(--color-header-strong)}.button--primary:hover{background:var(--color-accent-hover)}.button--secondary{background:#fff;border-color:var(--color-border);color:var(--color-header)}.button--ghost{border-color:#ffffff73;color:#fff}.button--full{width:100%}.hero-slider{background:#f3f5f7;padding:2.2rem 0}.hero-slider__shell{position:relative;overflow:hidden;border:1px solid rgba(221,227,234,.92);border-radius:10px;background:#fff;box-shadow:0 18px 50px #071a2f17}.hero-slider__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.hero-slider__track::-webkit-scrollbar{display:none}.hero-slide{min-width:100%;min-height:430px;display:grid;grid-template-columns:.38fr .62fr;scroll-snap-align:start;background:#fff}.hero-slide__copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(2rem,4vw,4rem)}.hero-slide__copy h1{max-width:480px;margin-bottom:1rem;color:#111827;font-size:clamp(2.6rem,5vw,5rem);line-height:.98}.hero-slide__copy p:not(.eyebrow){max-width:460px;color:var(--color-muted);font-size:1.02rem}.hero-slide__copy .button{margin-top:1.5rem}.hero-slide__media{position:relative;min-height:430px;overflow:hidden;background:#e9eef4;border-radius:0 10px 10px 0}.hero-slide__media img,.hero-slide__media .placeholder-svg{width:100%;height:100%;object-fit:cover}.hero-slide__badge{position:absolute;right:0;top:0;min-width:112px;min-height:112px;display:grid;place-items:start end;background:linear-gradient(135deg,transparent 0 49%,#fff 50% 100%);color:#111827;padding:1rem .65rem 0 0;font-size:1.25rem;font-weight:950;transform-origin:top right}.hero-slider__dots{position:absolute;left:50%;bottom:1rem;transform:translate(-50%);display:flex;gap:.45rem}.hero-slider__dots span{width:34px;height:4px;border-radius:999px;background:#ffffff85;cursor:pointer;transition:width .18s ease,background .18s ease}.hero-slider__dots span.is-active{width:46px;background:var(--color-accent)}.hero-slider__track.is-dragging{scroll-behavior:auto}.eyebrow{margin-bottom:.65rem;color:var(--color-accent);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.section{padding:5rem 0}.section--muted{background:#eef2f6}.section--dark{background:var(--color-header-strong);color:#fff}.section--dark h1,.section--dark h2,.section--dark h3{color:#fff}.section--compact{padding:2.25rem 0}.section-heading{max-width:760px;margin-bottom:2rem}.section-heading h2,.page-title h1{margin-bottom:.75rem;font-size:clamp(2rem,4vw,3.2rem);text-wrap:balance}.section-heading--inline{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:1rem}.section-heading--center{max-width:760px;margin-inline:auto;text-align:center}.section-heading--center h2{text-transform:uppercase}.text-link{color:var(--color-header);font-weight:900;text-decoration:underline;text-underline-offset:4px}.promo-image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.promo-image-card{position:relative;min-height:260px;overflow:hidden;border-radius:10px;background:var(--color-header);color:#fff;box-shadow:0 18px 45px #071a2f1f}.promo-image-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#071a2f0a,#071a2fc7)}.promo-image-card img,.promo-image-card .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.promo-image-card:hover img{transform:scale(1.04)}.promo-image-card span{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;z-index:2}.promo-image-card strong{display:block;font-size:1.45rem}.promo-image-card small{color:#ffffffc7}.category-grid,.collection-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.collection-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.category-card,.collection-tile{position:relative;min-height:320px;overflow:hidden;border-radius:10px;background:var(--color-header);color:#fff;box-shadow:0 18px 45px #071a2f1a;transition:transform .22s ease,box-shadow .22s ease}.collection-tile{min-height:250px}.category-card:after,.collection-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#071a2f0f,#071a2fe6),linear-gradient(90deg,rgba(246,195,67,.16),transparent 44%)}.category-card img,.collection-tile img,.placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.category-card:hover img,.collection-tile:hover img{transform:scale(1.06)}.category-card:hover,.collection-tile:hover{transform:translateY(-4px);box-shadow:0 24px 64px #071a2f29}.category-card__content,.collection-tile span{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;z-index:2}.category-card strong,.collection-tile strong{display:block;font-size:1.45rem}.category-card small,.collection-tile small{color:#ffffffc7}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-card{position:relative;overflow:hidden;border:1px solid var(--color-border);border-radius:8px;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card__media-wrap{position:relative}.product-card__quick-form{position:absolute;left:.9rem;right:.9rem;bottom:.9rem;z-index:6;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .22s ease,transform .22s ease}.product-card:hover .product-card__quick-form,.product-card:focus-within .product-card__quick-form{opacity:1;pointer-events:auto;transform:translateY(0)}.product-card__quick-add{width:100%;min-height:46px;border:0;border-radius:10px;background:var(--color-accent);color:var(--color-header-strong);box-shadow:0 16px 34px #071a2f2e;font-size:.88rem;font-weight:950;cursor:pointer;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.product-card__quick-add-icon{display:none}.product-card__quick-add:hover{transform:translateY(-1px);background:var(--color-accent-hover);box-shadow:0 20px 42px #071a2f3d}.product-card__quick-add.is-loading{opacity:.78;cursor:wait}.product-card__feedback{position:absolute;left:50%;bottom:calc(100% + .55rem);min-width:max-content;border-radius:999px;background:#071a2feb;color:#fff;padding:.42rem .7rem;font-size:.76rem;font-weight:900;opacity:0;pointer-events:none;transform:translate(-50%,6px);transition:opacity .18s ease,transform .18s ease}.product-card__quick-form.is-added .product-card__feedback{opacity:1;transform:translate(-50%)}.product-card--sold-out{background:#f4f6f8}.product-card--sold-out .product-card__media img{filter:grayscale(.92) brightness(.62)}.product-card--sold-out .product-card__body{opacity:.78}.product-card:hover{transform:translateY(-6px);border-color:#f6c343bf;box-shadow:0 22px 58px #071a2f21}.product-card__media{position:relative;display:block;aspect-ratio:1 / .82;background:#f1f4f7}.product-card__media img,.product-card__media .placeholder-svg{width:100%;height:100%;object-fit:cover}.product-card__body{display:grid;gap:.55rem;padding:1rem}.product-card__title{min-height:48px;font-weight:850}.badge{position:absolute;left:.8rem;top:.8rem;z-index:2;border-radius:999px;padding:.35rem .6rem;font-size:.72rem;font-weight:900;text-transform:uppercase}.badge--sale-corner{left:auto;right:0;top:0;width:108px;height:108px;display:block;border-radius:0;background:linear-gradient(135deg,transparent 0 49%,var(--color-accent) 50% 100%);color:var(--color-header-strong);padding:0;text-align:center;transform-origin:top right;animation:cornerPeelIn .52s ease both;filter:drop-shadow(-8px 8px 16px rgba(7,26,47,.16))}.badge--sale-corner:before{content:"";position:absolute;right:0;top:0;width:30px;height:30px;background:linear-gradient(135deg,#fff7d8,#d99b08);clip-path:polygon(100% 0,0 0,100% 100%);box-shadow:-4px 4px 10px #071a2f2e}.badge--sale-corner__text{position:absolute;z-index:1;right:8px;top:34px;width:54px;min-height:32px;display:grid;align-content:center;justify-items:center;color:#071a2f;transform:rotate(0);transform-origin:center;line-height:1}.badge--sale-corner__text strong{display:block;font-size:1.05rem;font-weight:950}.product-card:hover .badge--sale-corner{animation:cornerPeelHover .7s ease both}.badge--sold{left:.75rem;top:.75rem;background:#111827;color:#fff;box-shadow:0 10px 24px #071a2f42;letter-spacing:0}.product-card__sold-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-items:center;background:#071a2f8a;color:#fff;font-size:clamp(1.15rem,3vw,1.7rem);font-weight:950;text-transform:uppercase;letter-spacing:0;opacity:0;transition:opacity .18s ease,background .18s ease}.product-card--sold-out .product-card__sold-overlay{opacity:1}.product-card--sold-out:hover .product-card__sold-overlay{background:#071a2fad}.price{display:flex;align-items:center;gap:.55rem;font-weight:900}.price__current{color:var(--color-header);font-size:1.08rem}.price__compare{color:var(--color-muted);font-weight:700}.promo-banner,.cta-panel{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem;border-radius:8px;background:var(--color-header);color:#fff;padding:2.25rem}.promo-banner p:not(.eyebrow),.cta-panel p{max-width:680px;color:#ffffffc7}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.trust-item{display:grid;gap:.45rem;border:1px solid var(--color-border);border-radius:8px;background:#fff;padding:1.2rem}.trust-item__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:6px;background:#f6c34333;color:var(--color-header)}.trust-item__icon svg{width:24px}.trust-item p,.muted{color:var(--color-muted)}.advantages{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem}.advantages .section-heading p:not(.eyebrow),.advantage p{color:#ffffffb8}.advantages__grid{display:grid;gap:1rem}.advantage{border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:1.2rem;background:#ffffff0a}.advantage span{color:var(--color-accent);font-weight:900}.collection-page{padding:3rem 0 5rem}.page-title{margin-bottom:2rem}.collection-layout{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;align-items:start}.filters-panel{position:static}.filters{display:grid;gap:.8rem;border:1px solid var(--color-border);border-radius:8px;background:#fff;padding:1rem}.filter-group{border-bottom:1px solid var(--color-border);padding-bottom:.8rem}.filter-group summary{cursor:pointer;font-weight:900}.filter-group__body{display:grid;gap:.55rem;padding-top:.8rem}.filter-choice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem}.filter-choice input{width:auto}.price-filter{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.collection-toolbar,.mobile-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.collection-toolbar form{width:min(280px,100%);display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.6rem}.mobile-filter-bar{display:none}.product-page{background:linear-gradient(180deg,#f8fafc 0,var(--color-bg) 520px),var(--color-bg)}.product-shell{margin-top:3rem;border:1px solid rgba(221,227,234,.92);border-radius:10px;background:#ffffffdb;box-shadow:0 24px 70px #071a2f17;padding:1.25rem}.product-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:2.75rem;align-items:start}.product-media{min-width:0}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;min-width:0}.product-gallery__item{aspect-ratio:1 / 1;overflow:hidden;border:1px solid var(--color-border);border-radius:10px;background:#fff;box-shadow:0 14px 34px #071a2f0f}.product-gallery__item--featured{grid-column:span 2;aspect-ratio:1.18 / 1}.product-gallery__item img,.product-gallery__item .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .42s ease,filter .42s ease}.product-gallery__item:hover img{transform:scale(1.075);filter:saturate(1.04) contrast(1.03)}.product-info{position:sticky;top:168px;border:1px solid rgba(221,227,234,.9);border-radius:10px;background:#fff;padding:2rem;box-shadow:0 18px 55px #071a2f1a}.product-info h1{margin-bottom:.85rem;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:0}.product-info .price{margin:1.15rem 0 1.2rem;align-items:baseline;gap:.8rem}.product-info .price__current{color:var(--color-header-strong);font-size:clamp(2rem,4vw,3rem);font-weight:950;line-height:1}.product-info .price__compare{font-size:1.05rem}.product-short{margin:1.3rem 0;color:var(--color-muted);font-size:1.02rem}.selling-points{display:grid;gap:.55rem;margin:1.45rem 0;padding:0;list-style:none;color:var(--color-text)}.selling-points li{position:relative;padding-left:1.35rem;font-weight:750}.selling-points li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:999px;background:var(--color-accent);box-shadow:0 0 0 4px #f6c3432e}.stock-indicator{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(34,197,94,.28);border-radius:999px;background:#22c55e14;color:#147d3f;padding:.38rem .68rem;font-size:.82rem;font-weight:900}.stock-indicator span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 4px #22c55e26}.stock-indicator--out{border-color:#6670854d;background:#66708514;color:var(--color-muted)}.stock-indicator--out span{background:var(--color-muted);box-shadow:0 0 0 4px #6670851f}.product-form{display:grid;gap:.85rem;border-top:1px solid var(--color-border);padding-top:1.35rem}.shopify-payment-button-wrap{margin-top:.75rem}.shopify-payment-button-wrap .shopify-payment-button__button,.shopify-payment-button-wrap .shopify-payment-button__button--unbranded{min-height:52px;width:100%;border:1px solid rgba(16,42,67,.16)!important;border-radius:10px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;color:var(--color-header-strong)!important;box-shadow:0 10px 24px #071a2f14!important;font-family:inherit!important;font-size:.95rem!important;font-weight:950!important;text-transform:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}.shopify-payment-button-wrap .shopify-payment-button__button:hover,.shopify-payment-button-wrap .shopify-payment-button__button--unbranded:hover{transform:translateY(-2px);border-color:#f6c343c2!important;box-shadow:0 16px 34px #071a2f24!important}.variant-picker{display:grid;gap:1rem}.variant-option{display:grid;gap:.65rem;min-width:0;margin:0;border:0;padding:0}.variant-option legend{color:var(--color-header-strong);font-size:.82rem;font-weight:900;text-transform:uppercase}.variant-option__values{display:flex;flex-wrap:wrap;gap:.55rem}.variant-choice{position:relative;min-height:42px;display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--color-border);border-radius:999px;background:#fff;color:var(--color-text);padding:.55rem .85rem;font-size:.86rem;font-weight:850;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.variant-choice input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.variant-choice:hover{transform:translateY(-1px);border-color:#f6c343c7;box-shadow:0 12px 26px #071a2f14}.variant-choice:has(input:checked){border-color:var(--color-header);background:#f7fafc;box-shadow:inset 0 0 0 1px var(--color-header)}.variant-choice__swatch{width:22px;height:22px;border:2px solid #fff;border-radius:999px;background:linear-gradient(135deg,#ffffff38,#00000014),var(--swatch-color, #cbd5e1);box-shadow:0 0 0 1px #071a2f2e}.quantity-input{max-width:130px}.product-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-top:1.2rem}.product-trust span{display:grid;gap:.25rem;min-height:112px;border:1px solid var(--color-border);border-radius:8px;background:#f8fafc;padding:.85rem;color:var(--color-text);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.product-trust span:hover{transform:translateY(-2px);border-color:#f6c343b3;background:#fff;box-shadow:0 14px 30px #071a2f17}.product-trust svg{width:22px;color:var(--color-header)}.product-trust strong{font-size:.82rem;line-height:1.2}.product-trust small{color:var(--color-muted);font-size:.72rem;line-height:1.25}.product-details{display:grid;gap:1rem;padding-top:4.25rem;padding-bottom:4.25rem}.product-details details{border:1px solid rgba(221,227,234,.9);border-radius:10px;background:#fff;padding:0;box-shadow:0 14px 40px #071a2f0f;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease}.product-details details:hover{transform:translateY(-2px);box-shadow:0 20px 54px #071a2f17}.product-details summary{cursor:pointer;position:relative;padding:1.35rem 1.5rem;color:var(--color-header-strong);font-size:1.12rem;font-weight:900;list-style:none}.product-details summary::-webkit-details-marker{display:none}.product-details summary:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);color:var(--color-header);font-size:1.45rem}.product-details details[open] summary:after{content:"-"}.product-details .rte,.product-details .spec-table{margin:0 1.5rem 1.5rem}.rte{color:var(--color-muted)}.spec-table{display:grid;border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.spec-table div{display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid var(--color-border)}.spec-table div:last-child{border-bottom:0}.spec-table strong,.spec-table span{padding:.85rem}.spec-table strong{background:#f3f6f9}.mobile-sticky-atc{display:none}.product-benefits{padding-bottom:5rem}.product-benefits__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-benefit{display:grid;gap:.55rem;border:1px solid rgba(221,227,234,.9);border-radius:10px;background:#fff;padding:1.3rem;box-shadow:0 16px 42px #071a2f0f;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-benefit:hover{transform:translateY(-3px);border-color:#f6c343ad;box-shadow:0 24px 58px #071a2f1a}.product-benefit span{width:44px;height:44px;display:grid;place-items:center;border-radius:8px;background:#f6c3432e;color:var(--color-header)}.product-benefit svg{width:24px}.product-benefit strong{color:var(--color-header-strong);font-size:1.05rem}.product-benefit p{margin:0;color:var(--color-muted)}.cart-page form{display:grid;grid-template-columns:1fr 360px;gap:1.5rem;align-items:start}.cart-items,.cart-summary,.form-panel{border:1px solid var(--color-border);border-radius:8px;background:#fff}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1rem;align-items:center;padding:1rem;border-bottom:1px solid var(--color-border)}.cart-item:last-child{border-bottom:0}.cart-item__image{aspect-ratio:1;overflow:hidden;border-radius:6px;background:var(--color-bg)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:grid;gap:.3rem}.cart-summary{position:sticky;top:104px;display:grid;gap:.9rem;padding:1.2rem}.empty-state{display:grid;justify-items:start;gap:1rem;border:1px solid var(--color-border);border-radius:8px;background:#fff;padding:2rem}.search-form{display:grid;grid-template-columns:1fr auto;gap:.75rem;margin-bottom:2rem}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start}.contact-copy h1{font-size:clamp(2.2rem,5vw,4.8rem)}.contact-details,.form-panel form{display:grid;gap:.9rem}.contact-details{margin:1.5rem 0}.contact-details div,.reklamacije-highlight{border:1px solid var(--color-border);border-radius:8px;background:#fff;padding:1rem}.contact-details strong,.reklamacije-highlight strong{display:block;color:var(--color-header)}.map-placeholder{min-height:260px;display:grid;place-items:center;border:1px dashed #aab4c0;border-radius:8px;background:#e7ecf2;color:var(--color-muted);font-weight:900}.form-panel{padding:1.2rem}.form-success{border-radius:6px;background:#f6c34338;color:var(--color-header);padding:.85rem;font-weight:900}.site-footer{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 12%,rgba(246,195,67,.16),transparent 26%),linear-gradient(135deg,var(--color-footer),#0b2744);color:#fff;padding:2.2rem 0 1.5rem}.footer-topline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2.2rem}.footer-topline div{display:flex;align-items:center;gap:.75rem;min-height:70px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0b;padding:1rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.footer-topline span{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#f6c3432e;color:var(--color-accent)}.footer-topline svg{width:23px}.footer-topline strong{font-size:.95rem}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2.5rem}.footer-grid h2{font-size:1rem;color:var(--color-accent)}.footer-grid a,.footer-grid p{display:block;margin-bottom:.55rem;color:#ffffffb8;transition:color .16s ease,transform .16s ease}.footer-grid a:hover{color:var(--color-accent);transform:translate(2px)}.footer-logo{color:#fff;font-size:1.85rem;font-weight:900}.footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);color:#fff9}.drawer{position:fixed;inset:0 auto 0 0;z-index:70;width:min(420px,92vw);display:block;transform:translate(-105%);transition:transform .2s ease;background:#fff;color:var(--color-text);box-shadow:0 20px 70px #071a2f38}.drawer--right{inset:0 0 0 auto;transform:translate(105%)}.drawer--top{inset:0 0 auto 0;width:100%;min-height:230px;transform:translateY(-105%)}.drawer[open]{transform:translate(0)}.drawer--top[open]{transform:translateY(0)}.drawer__header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--color-border);padding:0 1rem}.drawer__body{padding:1rem}.mobile-nav{display:grid;padding:1rem}.mobile-nav a{border-bottom:1px solid var(--color-border);padding:.9rem 0;font-weight:850}.mobile-nav__child{padding-left:1rem!important;color:var(--color-muted);font-weight:750!important}.mobile-search-form{display:grid;gap:1rem;padding:1rem}.mobile-search-form input{min-height:54px;border-color:#102a432e;border-radius:10px;background:#f8fafc;font-size:1rem}.mobile-search-form input:focus{outline:0;border-color:var(--color-header);box-shadow:0 0 0 4px #1766b11f}.drawer-open body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#071a2f80}@media(max-width:1180px){.site-header__inner{min-height:92px;grid-template-columns:1fr auto;gap:1rem}.header-location,.site-nav{display:none}.site-header__actions{justify-self:end}.header-phone--desktop{display:flex;color:var(--color-header)}.header-commerce__inner{grid-template-columns:250px minmax(220px,1fr)}.header-phone--bar{display:none}.product-grid,.collection-strip,.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.page-width{width:min(calc(100% - 24px),var(--page-width))}.site-header__inner{min-height:78px;gap:.75rem}.site-header__logo{font-size:1.55rem}.site-header__actions{gap:.5rem}.header-phone--desktop{display:none}.header-commerce{display:block;padding:8px 0}.header-commerce__inner{grid-template-columns:1fr;gap:6px}.category-menu__trigger{min-height:48px}.header-search{height:44px}.hero-slider{padding:1.4rem 0}.hero-slide{min-height:500px;grid-template-columns:1fr}.hero-slide__copy{min-height:245px;padding:1.5rem}.hero-slide__media{min-height:255px;border-radius:0 0 10px 10px}.section{padding:3.25rem 0}.section-heading--inline,.promo-banner,.cta-panel,.advantages,.contact-layout,.cart-page form,.product-layout{grid-template-columns:1fr}.category-grid,.collection-strip,.product-grid,.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-layout{grid-template-columns:1fr}.filters-panel,.collection-toolbar{display:none}.mobile-filter-bar{position:static;top:66px;z-index:20;display:flex;background:var(--color-bg);padding:.75rem 0}.product-info,.cart-summary{position:static}.product-shell{margin-top:1.5rem;padding:.85rem}.product-gallery{grid-template-columns:1fr}.product-gallery__item--featured{grid-column:auto}.product-info{padding:1.25rem}.product-trust,.product-benefits__grid{grid-template-columns:1fr}.mobile-sticky-atc{position:sticky;bottom:0;z-index:30;display:block;border-top:1px solid var(--color-border);background:#fff;padding:.75rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-topline{grid-template-columns:1fr}}@media(max-width:900px){body{overflow-x:hidden}.announcement{display:none}.site-header{background:#ffffffdb;box-shadow:0 10px 30px #071a2f14;backdrop-filter:blur(18px) saturate(1.12);-webkit-backdrop-filter:blur(18px) saturate(1.12)}.site-header.is-scrolled{background:#fffffff0;box-shadow:0 14px 34px #071a2f21}.mobile-header{min-height:68px;width:min(calc(100% - 20px),var(--page-width));margin-inline:auto;display:grid;grid-template-columns:96px 1fr 96px;align-items:center;gap:.5rem}.mobile-header__logo{justify-self:center;color:var(--color-header);font-size:1.35rem;font-weight:950;line-height:1}.mobile-header__logo img{max-width:148px;max-height:42px;object-fit:contain}.mobile-header__actions{justify-self:end;display:flex;align-items:center;gap:.35rem}.mobile-header__button,.mobile-header__cart{width:44px;height:44px;background:#f7fafceb;border:1px solid rgba(16,42,67,.1);box-shadow:0 8px 20px #071a2f12}.site-header__inner,.header-commerce{display:none}.drawer{width:100vw;max-width:100vw;height:100dvh;display:flex;flex-direction:column;border-right:0;border-radius:0;transition:transform .26s cubic-bezier(.22,.61,.36,1)}.drawer--right{border-radius:14px 0 0 14px}.drawer--top{width:100%;border-radius:0 0 18px 18px;border-right:0}.drawer__header{flex:0 0 auto;min-height:76px;padding:0 1.15rem;border-bottom:0;background:linear-gradient(180deg,#fff,#f8fafc)}.drawer__header strong{color:var(--color-header-strong);font-size:1.05rem;font-weight:950}.mobile-nav{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;gap:.35rem;padding:.75rem 1.15rem 1.25rem;scrollbar-width:thin;scrollbar-color:rgba(16,42,67,.28) transparent}.mobile-nav::-webkit-scrollbar{width:6px}.mobile-nav::-webkit-scrollbar-thumb{border-radius:999px;background:#102a4347}.mobile-nav a{border-bottom:0}.mobile-nav__group{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.mobile-nav__group summary{min-height:48px;display:flex;align-items:center;justify-content:flex-start;gap:.7rem;padding:0;cursor:pointer;color:var(--color-header-strong);font-size:1rem;font-weight:950;list-style:none;text-align:left}.mobile-nav__group summary:before,.mobile-nav__parent-link:before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:999px;background:var(--color-accent);box-shadow:0 0 0 4px #ffc53024}.mobile-nav__group summary::-webkit-details-marker{display:none}.mobile-nav__chevron{width:26px;height:26px;margin-left:auto;display:grid;place-items:center;border-radius:999px;background:#eef4fbeb;color:var(--color-header);transition:transform .18s ease}.mobile-nav__group[open] .mobile-nav__chevron{transform:rotate(45deg)}.mobile-nav__children{display:grid;gap:.05rem;padding:0 0 .5rem 1.25rem}.mobile-nav__children a,.mobile-nav__parent-link{min-height:38px;display:flex;align-items:center;border-radius:0;padding:0;color:#344054;font-size:.95rem;font-weight:780;text-align:left}.mobile-nav__child{padding-left:.9rem!important;color:var(--color-muted);font-weight:720!important}.mobile-nav__children a:active,.mobile-nav__parent-link:active{background:#f3f7fb}.mobile-nav__parent-link{gap:.7rem;border:0!important;background:transparent;color:var(--color-header-strong);font-weight:950!important;box-shadow:none}.mobile-drawer__footer{flex:0 0 auto;margin:0 1rem .9rem;padding:0}.mobile-call-cta{min-height:88px;display:grid;place-items:center;gap:.35rem;border:1px solid rgba(221,227,234,.92);border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);color:var(--color-header);text-align:center;box-shadow:0 12px 30px #071a2f0f}.mobile-call-cta span{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;background:#f6c34338;color:var(--color-header)}.mobile-call-cta svg{width:22px;height:22px}.mobile-call-cta strong{color:var(--color-header-strong);font-size:1rem;font-weight:950}.mobile-call-cta small{color:var(--color-muted);font-size:.72rem;font-weight:780}.hero-slider__shell{width:calc(100% - 24px)}.hero-slide__copy h1{font-size:clamp(2.15rem,10vw,3.4rem)}.hero-slide__copy p:not(.eyebrow){font-size:.98rem}.hero-slide__copy .button{width:100%;min-height:52px}.hero-slide__badge{min-width:88px;min-height:88px;padding:.85rem .55rem 0 0;font-size:.98rem}.section{padding:2.75rem 0}.section-heading{margin-bottom:1.35rem}.section-heading h2,.page-title h1{font-size:clamp(1.65rem,7vw,2.35rem)}.category-card,.collection-tile{min-height:220px}.product-grid{gap:.85rem}.product-card{border-radius:10px}.product-card__media{aspect-ratio:1 / .86}.product-card__body{padding:.9rem}.product-card__title{min-height:auto;font-size:.92rem;line-height:1.3}.price__current{font-size:1.05rem}.mobile-filter-bar{top:68px;margin-inline:-12px;padding:.75rem 12px;background:#f6f7f9eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.mobile-filter-bar .button,.mobile-filter-bar select{min-height:48px;border-radius:10px}.product-layout{gap:1rem}.product-gallery{display:flex;overflow-x:auto;gap:.75rem;scroll-snap-type:x mandatory;padding-bottom:.2rem}.product-gallery__item{min-width:86%;scroll-snap-align:start;border-radius:12px}.product-info .price__current{font-size:2.15rem}.quantity-input{min-height:48px;border-radius:10px}.product-form .button{min-height:54px;border-radius:10px}.product-details details{border-radius:12px}.mobile-sticky-atc{padding:.8rem max(.8rem,env(safe-area-inset-left)) calc(.8rem + env(safe-area-inset-bottom));box-shadow:0 -14px 36px #071a2f1f;display:grid;gap:.55rem}.shopify-payment-button-wrap{margin-top:.55rem}.shopify-payment-button-wrap .shopify-payment-button__button,.shopify-payment-button-wrap .shopify-payment-button__button--unbranded{min-height:50px!important;border-radius:10px!important}}@media(max-width:560px){.mobile-header{width:min(calc(100% - 16px),var(--page-width));grid-template-columns:88px 1fr 88px}.mobile-header__button,.mobile-header__cart{width:42px;height:42px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.product-card__body{padding:.75rem}.product-card__title{font-size:.84rem}.product-card .price{align-items:flex-start;flex-direction:column;gap:.15rem}.product-card .price__current{font-size:.98rem}.product-card .price__compare{font-size:.78rem}}@media(max-width:560px){.announcement__inner{font-size:.8rem}.category-grid,.collection-strip,.product-grid,.trust-grid,.footer-grid{grid-template-columns:1fr}.category-card,.collection-tile{min-height:260px}.search-form,.cart-item,.spec-table div{grid-template-columns:1fr}.promo-banner,.cta-panel{padding:1.3rem}.product-shell{border-radius:0;width:100%;border-left:0;border-right:0}.product-info .price__current{font-size:2rem}.product-details{padding-top:3rem;padding-bottom:3rem}.product-details summary{padding:1.15rem}.product-details .rte,.product-details .spec-table{margin:0 1.15rem 1.15rem}.badge--sale-corner{width:92px;height:92px}.badge--sale-corner__text{right:6px;top:30px;width:44px;min-height:28px}.badge--sale-corner__text strong{font-size:.9rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes cinematicDrift{0%{transform:scale(1.02) translateZ(0)}to{transform:scale(1.08) translate3d(-1.2%,.8%,0)}}@keyframes cornerPeelIn{0%{opacity:0;transform:rotate(8deg) translate(18px,-18px)}to{opacity:1;transform:rotate(0) translate(0)}}@keyframes cornerPeelHover{0%{transform:rotate(0) translate(0)}45%{transform:rotate(1.5deg) translate(-2px,2px)}to{transform:rotate(0) translate(0)}}@media(max-width:560px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.product-card__body{padding:.75rem}.product-card__title{font-size:.84rem}.product-card .price{align-items:flex-start;flex-direction:column;gap:.15rem}.product-card__quick-form{left:auto;right:.55rem;bottom:.55rem;width:auto;opacity:1;pointer-events:auto;transform:none}.product-card__quick-add{width:42px;min-height:42px;display:grid;place-items:center;border-radius:999px;box-shadow:0 12px 26px #071a2f2e}.product-card__quick-add-text{display:none}.product-card__quick-add-icon{display:block}.product-card__quick-add-icon svg{width:20px;height:20px}.product-card__feedback{right:0;left:auto;bottom:calc(100% + .4rem);transform:translateY(6px);font-size:.68rem}.product-card__quick-form.is-added .product-card__feedback{transform:translateY(0)}}@media(max-width:900px){body{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.site-header{background:#f8fafce6;border-bottom:1px solid rgba(16,42,67,.14);box-shadow:0 10px 30px #071a2f1a}.mobile-header__logo{text-transform:uppercase;letter-spacing:0}.mobile-header__button,.mobile-header__cart{background:#fff}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:55;min-height:calc(64px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;border-top:1px solid rgba(255,255,255,.08);background:#071a2ff5;color:#fff;padding:.5rem .35rem calc(.45rem + env(safe-area-inset-bottom));box-shadow:0 -14px 34px #071a2f47;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.back-to-top{right:.85rem;bottom:calc(76px + env(safe-area-inset-bottom));width:42px;height:42px}.mobile-nav,.mobile-nav__group summary,.mobile-nav__children a,.mobile-nav__parent-link{text-align:left;justify-items:start}.mobile-nav__group summary{justify-items:stretch}.promo-image-grid{grid-template-columns:1fr;gap:.75rem}.promo-image-card{min-height:170px;border-radius:6px}.promo-image-card strong{font-size:1.15rem}.mobile-bottom-nav a,.mobile-bottom-nav drawer-toggle{position:relative;min-height:50px;display:grid;place-items:center;align-content:center;gap:.22rem;border-radius:10px;color:#ffffffd1;font-size:.68rem;font-weight:850;cursor:pointer}.mobile-bottom-nav svg{width:21px;height:21px;color:var(--color-accent)}.mobile-bottom-nav small{position:absolute;top:.1rem;right:22%;min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:var(--color-accent);color:var(--color-header-strong);font-size:.66rem;font-weight:950}.hero-slider{padding:.95rem 0}.hero-slider__shell{width:calc(100% - 20px);border-radius:8px;box-shadow:0 14px 32px #071a2f1a}.hero-slide{min-height:auto}.hero-slide__copy{min-height:230px;padding:1.25rem}.hero-slide__copy h1{max-width:320px;font-size:clamp(1.9rem,9vw,3rem)}.hero-slide__copy p:not(.eyebrow){font-size:.93rem}.hero-slide__media{min-height:220px;border-radius:0 0 8px 8px}.hero-slider__dots{bottom:.7rem}.section{padding-top:2.4rem;padding-bottom:2.4rem}.section-heading{position:relative;margin-bottom:1.2rem;padding-bottom:.75rem;border-bottom:2px solid rgba(16,42,67,.12)}.section-heading:after{content:"";position:absolute;left:0;bottom:-2px;width:82px;height:2px;background:var(--color-accent)}.category-card,.collection-tile{border-radius:6px;box-shadow:0 14px 32px #071a2f24}.category-card strong,.collection-tile strong{font-size:1.18rem}.product-card{border-radius:6px;border-color:#102a431f;box-shadow:0 10px 24px #071a2f12}.mobile-filter-bar{border-bottom:1px solid rgba(16,42,67,.08)}.mobile-sticky-atc{bottom:calc(64px + env(safe-area-inset-bottom));padding-bottom:.8rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/theme.css.map */
