.Header-module__teJwrG__header{z-index:50;background-color:#0000;justify-content:space-between;align-items:center;width:100%;padding:16px 24px;transition:background-color .3s,padding .3s,box-shadow .3s;display:flex;position:fixed;top:0}.Header-module__teJwrG__headerScrolled{background-color:color-mix(in srgb, var(--sm-cream) 92%, transparent);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 20px rgba(var(--sm-shadow-rgb), .06)}.Header-module__teJwrG__headerLeft{align-items:center;gap:40px;display:flex}.Header-module__teJwrG__logo{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.Header-module__teJwrG__brandNameText{font-family:var(--font-outfit), sans-serif;color:var(--sm-ink);letter-spacing:-.02em;font-size:24px;font-weight:800}.Header-module__teJwrG__logo:hover{transform:scale(1.03)}.Header-module__teJwrG__navLinks{gap:40px;display:flex}.Header-module__teJwrG__navLinks a{font-family:var(--font-outfit), sans-serif;color:var(--sm-ink);font-size:15px;font-weight:600;transition:opacity .2s,transform .2s}.Header-module__teJwrG__navLinks a:hover{opacity:.6}.Header-module__teJwrG__headerRight{align-items:center;gap:32px;display:flex}.Header-module__teJwrG__iconGroup{align-items:center;gap:24px;display:flex}.Header-module__teJwrG__searchBar{background:var(--sm-sand);border:1px solid var(--sm-border);border-radius:var(--sm-radius-control);width:280px;height:38px;box-shadow:0 2px 8px rgba(var(--sm-shadow-rgb), .04);align-items:center;padding:0 16px;transition:box-shadow .2s,border-color .2s,width .2s;display:flex}.Header-module__teJwrG__searchBar:focus-within{box-shadow:0 4px 12px rgba(var(--sm-shadow-rgb), .08);border-color:var(--sm-ink-faint)}.Header-module__teJwrG__searchInput{width:100%;font-size:14px;font-family:var(--font-outfit), sans-serif;color:var(--sm-ink);background:0 0;border:none;outline:none;font-weight:500}.Header-module__teJwrG__searchInput::placeholder{color:var(--sm-ink-faint)}.Header-module__teJwrG__searchIcon{color:var(--sm-ink-faint);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:8px;padding:0;transition:color .2s;display:flex}.Header-module__teJwrG__searchBar:focus-within .Header-module__teJwrG__searchIcon{color:var(--sm-ink)}.Header-module__teJwrG__userIcon{color:var(--sm-ink);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s,transform .2s;display:flex}.Header-module__teJwrG__userIcon:hover{opacity:.7;transform:scale(1.08)}.Header-module__teJwrG__cartBtn{color:var(--sm-ink);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s,transform .2s;display:flex;position:relative}.Header-module__teJwrG__cartBtn:hover{opacity:.7;transform:scale(1.08)}.Header-module__teJwrG__cartBadge{border-radius:var(--sm-radius-pill);background:var(--sm-ink);min-width:18px;height:18px;color:var(--sm-on-ink);text-align:center;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;line-height:18px;display:flex;position:absolute;top:-8px;right:-10px}.Header-module__teJwrG__profileWrapper{position:relative}.Header-module__teJwrG__avatarBubble{background:linear-gradient(135deg, var(--sm-ink) 0%, var(--sm-ink-soft) 100%);width:32px;height:32px;color:var(--sm-on-ink);font-family:var(--font-outfit), sans-serif;letter-spacing:.02em;border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;transition:transform .2s;display:flex}.Header-module__teJwrG__userIconLoggedIn:hover .Header-module__teJwrG__avatarBubble{transform:scale(1.08)}.Header-module__teJwrG__profileDropdown{background:var(--sm-surface);border-radius:var(--sm-radius-card);width:268px;box-shadow:0 12px 40px rgba(var(--sm-shadow-rgb), .1), 0 2px 8px rgba(var(--sm-shadow-rgb), .04);border:1px solid var(--sm-border);z-index:60;padding:8px;animation:.25s cubic-bezier(.16,1,.3,1) forwards Header-module__teJwrG__dropdownFadeIn;position:absolute;top:calc(100% + 10px);right:0}.Header-module__teJwrG__profileDropdown:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}@keyframes Header-module__teJwrG__dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__teJwrG__profileDropdownHeader{align-items:center;gap:12px;padding:10px 12px;display:flex}.Header-module__teJwrG__profileDropdownAvatar{background:linear-gradient(135deg, var(--sm-ink) 0%, var(--sm-ink-soft) 100%);width:38px;height:38px;color:var(--sm-on-ink);font-family:var(--font-outfit), sans-serif;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.Header-module__teJwrG__profileDropdownInfo{flex-direction:column;gap:1px;display:flex;overflow:hidden}.Header-module__teJwrG__profileDropdownName{font-family:var(--font-outfit), sans-serif;color:var(--sm-ink);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.Header-module__teJwrG__profileDropdownPhone{font-family:var(--font-outfit), sans-serif;color:var(--sm-ink-faint);font-size:12px}.Header-module__teJwrG__profileDropdownDivider{background:var(--sm-border);height:1px;margin:4px 8px}.Header-module__teJwrG__profileDropdownLogin{justify-content:space-between;align-items:center;gap:12px;padding:12px 12px 14px;display:flex}.Header-module__teJwrG__profileDropdownLoginText{flex-direction:column;gap:2px;display:flex}.Header-module__teJwrG__profileDropdownLoginTitle{font-family:var(--font-outfit), sans-serif;color:var(--sm-ink);font-size:14px;font-weight:700}.Header-module__teJwrG__profileDropdownLoginSub{font-family:var(--font-outfit), sans-serif;color:var(--sm-ink-faint);font-size:11.5px}.Header-module__teJwrG__profileDropdownLoginBtn{border-radius:var(--sm-radius-sm);background:var(--sm-ink);color:var(--sm-on-ink);font-family:var(--font-outfit), sans-serif;cursor:pointer;border:none;flex-shrink:0;padding:8px 18px;font-size:13px;font-weight:600;transition:background .2s,transform .15s}.Header-module__teJwrG__profileDropdownLoginBtn:hover{background:var(--sm-accent);transform:translateY(-1px)}.Header-module__teJwrG__profileDropdownItem{border-radius:var(--sm-radius-sm);width:100%;font-family:var(--font-outfit), sans-serif;color:var(--sm-ink-soft);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:flex}.Header-module__teJwrG__profileDropdownItem svg{color:var(--sm-ink-faint);flex-shrink:0;transition:color .15s}.Header-module__teJwrG__profileDropdownItem:hover{background:var(--sm-cream-deep);color:var(--sm-ink)}.Header-module__teJwrG__profileDropdownItem:hover svg{color:var(--sm-accent)}.Header-module__teJwrG__profileItemArrow{opacity:0;margin-left:auto;transition:opacity .15s,transform .15s;transform:translate(-4px);color:var(--sm-ink-faint)!important}.Header-module__teJwrG__profileDropdownItem:hover .Header-module__teJwrG__profileItemArrow{opacity:1;transform:translate(0)}.Header-module__teJwrG__drawerAuth{border-top:1px solid var(--sm-border);margin-top:auto;padding-top:32px}.Header-module__teJwrG__drawerAuthUser{align-items:center;gap:12px;margin-bottom:16px;display:flex}.Header-module__teJwrG__drawerAuthAvatar{background:linear-gradient(135deg, var(--sm-ink) 0%, var(--sm-ink-soft) 100%);width:36px;height:36px;color:var(--sm-on-ink);font-family:var(--font-outfit), sans-serif;border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.Header-module__teJwrG__drawerAuthName{font-family:var(--font-outfit), sans-serif;color:var(--sm-ink);font-size:15px;font-weight:600}.Header-module__teJwrG__drawerAuthBtn{border:1.5px solid var(--sm-ink);border-radius:var(--sm-radius-sm);width:100%;font-family:var(--font-outfit), sans-serif;color:var(--sm-ink);cursor:pointer;text-align:center;background:0 0;padding:12px;font-size:15px;font-weight:600;transition:background .2s,color .2s}.Header-module__teJwrG__drawerAuthBtn:hover{background:var(--sm-ink);color:var(--sm-on-ink)}.Header-module__teJwrG__hamburgerBtn{color:var(--sm-ink);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:transform .2s,opacity .2s;display:none}.Header-module__teJwrG__hamburgerBtn:hover{transform:scale(1.08)}.Header-module__teJwrG__mobileDrawer{background:var(--sm-surface);z-index:100;width:320px;max-width:85vw;height:100vh;box-shadow:-10px 0 30px rgba(var(--sm-shadow-rgb), .08);flex-direction:column;padding:32px 24px;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.Header-module__teJwrG__drawerOpen{transform:translate(0)}.Header-module__teJwrG__drawerHeader{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.Header-module__teJwrG__closeBtn{color:var(--sm-ink);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:transform .2s,opacity .2s;display:flex}.Header-module__teJwrG__closeBtn:hover{opacity:.7;transform:scale(1.08)}.Header-module__teJwrG__drawerSearch{margin-bottom:32px}.Header-module__teJwrG__drawerSearchBar{background:var(--sm-sand);border:1px solid var(--sm-border);border-radius:var(--sm-radius-control);align-items:center;gap:10px;width:100%;height:44px;padding:0 16px;display:flex}.Header-module__teJwrG__drawerSearchBar .Header-module__teJwrG__searchIcon{margin-left:0}.Header-module__teJwrG__drawerNav{flex-direction:column;gap:28px;display:flex}.Header-module__teJwrG__drawerNav a{font-family:var(--font-outfit), sans-serif;color:var(--sm-ink);font-size:18px;font-weight:600;transition:padding-left .2s,color .2s}.Header-module__teJwrG__drawerNav a:hover{color:var(--sm-accent);padding-left:4px}.Header-module__teJwrG__drawerOverlay{-webkit-backdrop-filter:blur(4px);z-index:90;opacity:0;visibility:hidden;background:#00000040;width:100%;height:100vh;transition:opacity .4s,visibility .4s;position:fixed;top:0;left:0}.Header-module__teJwrG__overlayVisible{opacity:1;visibility:visible}@media (max-width:1024px){.Header-module__teJwrG__header{padding:20px 32px}.Header-module__teJwrG__headerLeft{gap:40px}.Header-module__teJwrG__navLinks{gap:24px}.Header-module__teJwrG__searchBar{width:220px}}@media (max-width:768px){.Header-module__teJwrG__header{padding:12px 16px}.Header-module__teJwrG__navLinks,.Header-module__teJwrG__searchBar{display:none}.Header-module__teJwrG__logo img{width:120px;height:auto}.Header-module__teJwrG__headerRight{gap:16px}.Header-module__teJwrG__hamburgerBtn{display:flex}.Header-module__teJwrG__profileDropdown{border-radius:16px 16px 0 0;width:100%;animation:.3s cubic-bezier(.16,1,.3,1) forwards Header-module__teJwrG__dropdownSlideUp;position:fixed;inset:auto 0 0}@keyframes Header-module__teJwrG__dropdownSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}@media (max-width:480px){.Header-module__teJwrG__logo img{width:104px}.Header-module__teJwrG__headerRight{gap:14px}}.sm-header-market .Header-module__teJwrG__header{background:var(--sm-header-bg,var(--sm-ink));box-shadow:0 2px 14px rgba(var(--sm-shadow-rgb), .12)}.sm-header-market .Header-module__teJwrG__headerScrolled{background:var(--sm-header-bg,var(--sm-ink));-webkit-backdrop-filter:none}.sm-header-market .Header-module__teJwrG__brandNameText{color:var(--sm-header-fg,var(--sm-on-ink))}.sm-header-market .Header-module__teJwrG__navLinks a{color:var(--sm-header-fg,var(--sm-on-ink))}.sm-header-market .Header-module__teJwrG__userIcon{color:var(--sm-header-fg,var(--sm-on-ink))}.sm-header-market .Header-module__teJwrG__cartBtn{color:var(--sm-header-fg,var(--sm-on-ink))}.sm-header-market .Header-module__teJwrG__hamburgerBtn{color:var(--sm-header-fg,var(--sm-on-ink))}.sm-header-market .Header-module__teJwrG__headerRight{flex:auto;justify-content:flex-end;gap:28px}.sm-header-market .Header-module__teJwrG__searchBar{background:var(--sm-surface);border-radius:var(--sm-radius-pill,999px);border-color:#0000;flex:auto;max-width:560px;height:42px;margin-left:clamp(12px,4vw,48px)}.sm-header-market .Header-module__teJwrG__searchBar:focus-within{box-shadow:0 0 0 3px #ffffff40}@media (min-width:1025px){.sm-header-centered .Header-module__teJwrG__header{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:24px;display:grid}.sm-header-centered .Header-module__teJwrG__headerLeft{display:contents}.sm-header-centered .Header-module__teJwrG__logo{grid-area:1/2}.sm-header-centered .Header-module__teJwrG__navLinks{grid-area:1/1;justify-self:start;gap:clamp(18px,2.4vw,36px)}.sm-header-centered .Header-module__teJwrG__headerRight{grid-area:1/3;justify-self:end;gap:20px}.sm-header-centered .Header-module__teJwrG__searchBar{width:clamp(170px,18vw,260px)}.sm-header-minimal .Header-module__teJwrG__header{border-bottom:1px solid #0000;padding-block:12px}.sm-header-minimal .Header-module__teJwrG__headerScrolled{border-bottom-color:var(--sm-border);box-shadow:none}.sm-header-minimal .Header-module__teJwrG__headerLeft{gap:clamp(20px,3vw,42px)}.sm-header-minimal .Header-module__teJwrG__navLinks{gap:clamp(16px,2vw,28px)}.sm-header-minimal .Header-module__teJwrG__navLinks a{letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:650}.sm-header-minimal .Header-module__teJwrG__searchBar{border-color:#0000;border-bottom-color:var(--sm-border);width:190px;box-shadow:none;background:0 0;border-radius:0}}.Header-module__teJwrG__profileItemBadge{border-radius:var(--sm-radius-pill);background:var(--sm-accent);min-width:18px;height:18px;color:var(--sm-on-accent);text-align:center;margin-left:auto;margin-right:6px;padding:0 5px;font-size:11px;font-weight:700;line-height:18px}
.Footer-module__s8IZma__credit{color:var(--sm-ink-soft);letter-spacing:.2px;justify-content:center;align-items:center;gap:4px;margin-top:12px;padding-bottom:16px;font-size:14px;font-weight:400;display:flex}.Footer-module__s8IZma__credit span{font-size:15px;animation:2s ease-in-out infinite Footer-module__s8IZma__heartbeat}.Footer-module__s8IZma__credit strong{color:var(--sm-ink);font-weight:600}.Footer-module__s8IZma__creditLogo{object-fit:contain;opacity:.9;width:18px;height:18px}@keyframes Footer-module__s8IZma__heartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.15)}30%{transform:scale(1)}}.Footer-module__s8IZma__footer{color:var(--sm-ink);background:0 0;flex-direction:column;margin-top:auto;display:flex}.Footer-module__s8IZma__footerMain{background:var(--sm-cream-deep)}.Footer-module__s8IZma__newsletterBar{background:var(--sm-butter);border-top:1px solid var(--sm-border);border-bottom:1px solid var(--sm-border);margin-bottom:48px;padding:24px 64px}.Footer-module__s8IZma__newsletterInner{justify-content:space-between;align-items:center;gap:32px;max-width:1400px;margin:0 auto;display:flex}.Footer-module__s8IZma__newsletterLabel{font-family:var(--font-outfit), sans-serif;color:var(--sm-ink);margin-bottom:6px;font-size:22px;font-weight:800;display:block}.Footer-module__s8IZma__newsletterSub{font-family:var(--font-roboto), sans-serif;color:var(--sm-ink-soft);margin:0;font-size:14px}.Footer-module__s8IZma__newsletterForm{flex-direction:column;flex-shrink:0;gap:8px;display:flex}.Footer-module__s8IZma__newsletterFields{display:flex}.Footer-module__s8IZma__newsletterInput{border:1px solid var(--sm-border);background:var(--sm-surface);width:280px;color:var(--sm-ink);border-right:none;border-radius:10px 0 0 10px;outline:none;padding:14px 18px;font-size:14px}.Footer-module__s8IZma__newsletterInput::placeholder{color:var(--sm-ink-faint)}.Footer-module__s8IZma__newsletterBtn{background:var(--sm-accent);color:#fff;font-family:var(--font-outfit), sans-serif;text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:0 10px 10px 0;padding:14px 24px;font-size:13px;font-weight:700;transition:all .25s}.Footer-module__s8IZma__newsletterBtn:hover{background:var(--sm-ink)}.Footer-module__s8IZma__newsletterBtn:disabled{cursor:wait;opacity:.7}.Footer-module__s8IZma__newsletterConsent{max-width:420px;color:var(--sm-ink-soft);align-items:flex-start;gap:8px;font-size:11px;line-height:1.4;display:flex}.Footer-module__s8IZma__newsletterConsent input{margin-top:2px}.Footer-module__s8IZma__newsletterMessage{min-height:16px;color:var(--sm-ink-soft);margin:0;font-size:12px}.Footer-module__s8IZma__newsletterMessage[data-status=success]{color:var(--sm-success)}.Footer-module__s8IZma__newsletterMessage[data-status=error]{color:var(--sm-error)}.Footer-module__s8IZma__trustBar{border-bottom:1px solid var(--sm-border);background:0 0;padding:14px 64px}.Footer-module__s8IZma__trustInner{flex-wrap:wrap;justify-content:center;gap:48px;max-width:1400px;margin:0 auto;display:flex}.Footer-module__s8IZma__trustBadge{color:var(--sm-ink-soft);font-size:13px;font-family:var(--font-outfit), sans-serif;letter-spacing:1px;text-transform:uppercase;align-items:center;gap:8px;font-weight:600;display:flex}.Footer-module__s8IZma__trustIcon{color:var(--sm-accent)}.Footer-module__s8IZma__mainGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:24px;max-width:1400px;margin:0 auto;padding:32px 64px 24px;display:grid}.Footer-module__s8IZma__logo{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.Footer-module__s8IZma__brandNameText{font-family:var(--font-outfit), sans-serif;color:var(--sm-ink);letter-spacing:-.02em;font-size:20px;font-weight:800}.Footer-module__s8IZma__logo:hover{opacity:.8}.Footer-module__s8IZma__tagline{color:var(--sm-ink-soft);max-width:300px;margin-bottom:20px;font-size:14px;line-height:1.8}.Footer-module__s8IZma__contactBlock{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.Footer-module__s8IZma__contactLine{color:var(--sm-ink-soft);align-items:center;gap:10px;font-size:13.5px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__s8IZma__contactLine:hover{color:var(--sm-accent)}.Footer-module__s8IZma__contactLine svg{opacity:.7}.Footer-module__s8IZma__socials{gap:12px;display:flex}.Footer-module__s8IZma__socialIcon{background:var(--sm-surface);border:1px solid var(--sm-border);width:40px;height:40px;color:var(--sm-ink-soft);border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.Footer-module__s8IZma__socialIcon:hover{color:var(--sm-accent);border-color:var(--sm-accent);transform:translateY(-2px)}.Footer-module__s8IZma__columnTitle{color:var(--sm-accent);font-family:var(--font-outfit), sans-serif;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;font-size:12px;font-weight:700}.Footer-module__s8IZma__linkList{flex-direction:column;gap:10px;display:flex}.Footer-module__s8IZma__linkList a{color:var(--sm-ink-soft);width:fit-content;font-size:14px;text-decoration:none;transition:all .25s}.Footer-module__s8IZma__linkList a:hover{color:var(--sm-ink);transform:translate(4px)}.Footer-module__s8IZma__bottomSection{border-top:1px solid var(--sm-border);max-width:1400px;margin:0 auto;padding:16px 64px}.Footer-module__s8IZma__legalRow{flex-wrap:wrap;justify-content:space-between;gap:16px;margin-bottom:12px;display:flex}.Footer-module__s8IZma__copyright{color:var(--sm-ink-soft);font-size:12px}.Footer-module__s8IZma__legalLinks{flex-wrap:wrap;gap:10px;display:flex}.Footer-module__s8IZma__legalLinks a{color:var(--sm-ink-soft);font-size:12px}.Footer-module__s8IZma__legalLinks a:hover{color:var(--sm-accent)}.Footer-module__s8IZma__legalDivider{color:var(--sm-border)}@media (max-width:1024px){.Footer-module__s8IZma__mainGrid{grid-template-columns:1fr 1fr;padding:56px 48px}.Footer-module__s8IZma__brandCol{grid-column:1/-1}.Footer-module__s8IZma__newsletterBar,.Footer-module__s8IZma__trustBar,.Footer-module__s8IZma__bottomSection{padding-left:48px;padding-right:48px}}@media (max-width:768px){.Footer-module__s8IZma__newsletterInner{flex-direction:column;align-items:stretch}.Footer-module__s8IZma__newsletterForm,.Footer-module__s8IZma__newsletterFields,.Footer-module__s8IZma__newsletterInput{width:100%}.Footer-module__s8IZma__mainGrid{grid-template-columns:1fr 1fr;gap:28px 20px;padding:32px 24px}.Footer-module__s8IZma__brandCol{grid-column:1/-1}.Footer-module__s8IZma__newsletterBar{padding-top:24px;padding-bottom:24px}.Footer-module__s8IZma__newsletterBar,.Footer-module__s8IZma__trustBar,.Footer-module__s8IZma__bottomSection{padding-left:24px;padding-right:24px}.Footer-module__s8IZma__trustInner{grid-template-columns:1fr 1fr;justify-items:start;gap:16px 12px;display:grid}.Footer-module__s8IZma__trustBadge{letter-spacing:.5px;font-size:12px}.Footer-module__s8IZma__legalRow,.Footer-module__s8IZma__paymentRow{flex-direction:column;align-items:flex-start}}.sm-footer-minimal .Footer-module__s8IZma__footerMain{border-top:1px solid var(--sm-border)}.sm-footer-minimal .Footer-module__s8IZma__mainGrid{grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(120px,.5fr));gap:28px;padding-block:36px}.sm-footer-minimal .Footer-module__s8IZma__tagline{max-width:340px}:is(.sm-footer-minimal .Footer-module__s8IZma__newsletterBar,.sm-footer-minimal .Footer-module__s8IZma__trustBar){border-bottom:1px solid var(--sm-border);background:0 0}:is(.sm-footer-editorial .Footer-module__s8IZma__footerMain,.sm-footer-editorial .Footer-module__s8IZma__newsletterBar,.sm-footer-editorial .Footer-module__s8IZma__trustBar){background:var(--sm-ink);color:var(--sm-on-ink)}.sm-footer-editorial .Footer-module__s8IZma__mainGrid{grid-template-columns:minmax(280px,1.7fr) repeat(3,minmax(130px,.55fr));gap:clamp(32px,5vw,78px);padding-block:clamp(64px,8vw,110px)}:is(.sm-footer-editorial .Footer-module__s8IZma__brandNameText,.sm-footer-editorial .Footer-module__s8IZma__newsletterLabel,.sm-footer-editorial .Footer-module__s8IZma__columnTitle,.sm-footer-editorial .Footer-module__s8IZma__copyright){color:var(--sm-on-ink)}.sm-footer-editorial .Footer-module__s8IZma__tagline{color:color-mix(in srgb, var(--sm-on-ink) 70%, transparent)}.sm-footer-editorial .Footer-module__s8IZma__newsletterSub{color:color-mix(in srgb, var(--sm-on-ink) 70%, transparent)}.sm-footer-editorial .Footer-module__s8IZma__newsletterConsent{color:color-mix(in srgb, var(--sm-on-ink) 70%, transparent)}.sm-footer-editorial .Footer-module__s8IZma__newsletterMessage{color:color-mix(in srgb, var(--sm-on-ink) 70%, transparent)}.sm-footer-editorial .Footer-module__s8IZma__linkList a{color:color-mix(in srgb, var(--sm-on-ink) 70%, transparent)}.sm-footer-editorial .Footer-module__s8IZma__contactLine{color:color-mix(in srgb, var(--sm-on-ink) 70%, transparent)}.sm-footer-editorial .Footer-module__s8IZma__legalLinks a{color:color-mix(in srgb, var(--sm-on-ink) 70%, transparent)}.sm-footer-editorial .Footer-module__s8IZma__bottomSection{border-top-color:color-mix(in srgb, var(--sm-on-ink) 18%, transparent);background:var(--sm-ink)}@media (max-width:1024px){:is(.sm-footer-minimal .Footer-module__s8IZma__mainGrid,.sm-footer-editorial .Footer-module__s8IZma__mainGrid){grid-template-columns:1fr 1fr}}@media (max-width:600px){:is(.sm-footer-minimal .Footer-module__s8IZma__mainGrid,.sm-footer-editorial .Footer-module__s8IZma__mainGrid){grid-template-columns:1fr}}
.CouponField-module__AbHvnG__row{gap:8px;display:flex}.CouponField-module__AbHvnG__input{border:1px solid var(--sm-border);background:var(--sm-cream);min-width:0;color:var(--sm-ink);letter-spacing:.03em;text-transform:uppercase;border-radius:9px;outline:none;flex:auto;padding:10px 12px;font-size:.9rem;transition:border-color .15s}.CouponField-module__AbHvnG__input::placeholder{text-transform:none;letter-spacing:normal;color:var(--sm-ink-faint)}.CouponField-module__AbHvnG__input:focus{border-color:var(--sm-ink)}.CouponField-module__AbHvnG__applyBtn{border:1.5px solid var(--sm-ink);color:var(--sm-ink);cursor:pointer;background:0 0;border-radius:9px;flex:none;padding:0 18px;font-size:.875rem;font-weight:600;transition:background .15s,opacity .15s}.CouponField-module__AbHvnG__applyBtn:hover:not(:disabled){background:rgba(var(--sm-shadow-rgb), .06)}.CouponField-module__AbHvnG__applyBtn:disabled{opacity:.45;cursor:not-allowed}.CouponField-module__AbHvnG__applied{flex-direction:column;gap:4px;display:flex}.CouponField-module__AbHvnG__appliedMain{border:1px dashed var(--sm-ink);background:rgba(var(--sm-shadow-rgb), .04);border-radius:9px;align-items:center;gap:10px;padding:9px 12px;display:flex}.CouponField-module__AbHvnG__tag{flex:none;font-size:.95rem}.CouponField-module__AbHvnG__appliedText{flex-direction:column;flex:auto;min-width:0;display:flex}.CouponField-module__AbHvnG__code{letter-spacing:.04em;color:var(--sm-ink);font-size:.9rem;font-weight:700}.CouponField-module__AbHvnG__note{color:var(--sm-ink-soft);font-size:.78rem}.CouponField-module__AbHvnG__remove{width:24px;height:24px;color:var(--sm-ink-soft);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;font-size:.85rem;transition:background .15s,color .15s}.CouponField-module__AbHvnG__remove:hover{background:rgba(var(--sm-shadow-rgb), .08);color:var(--sm-ink)}.CouponField-module__AbHvnG__availableCoupons{margin-top:12px}.CouponField-module__AbHvnG__availableTitle{text-transform:uppercase;color:var(--sm-ink-soft);margin-bottom:6px;font-size:.8rem;font-weight:600}.CouponField-module__AbHvnG__availableList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.CouponField-module__AbHvnG__availableItem{border:1px solid var(--sm-border);background:var(--sm-cream);border-radius:9px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.CouponField-module__AbHvnG__availableInfo{flex-direction:column;display:flex}.CouponField-module__AbHvnG__availableCode{color:var(--sm-ink);letter-spacing:.02em;font-size:.85rem;font-weight:700}.CouponField-module__AbHvnG__availableDesc{color:var(--sm-ink-soft);font-size:.75rem}.CouponField-module__AbHvnG__availableApplyBtn{color:var(--sm-ink);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.8rem;font-weight:600}.CouponField-module__AbHvnG__availableApplyBtn:hover:not(:disabled){background:rgba(var(--sm-shadow-rgb), .06)}.CouponField-module__AbHvnG__availableApplyBtn:disabled{opacity:.45;cursor:not-allowed}
.CartDrawer-module__z9ioNW__overlay{z-index:300;background:rgba(var(--sm-shadow-rgb), .4);-webkit-backdrop-filter:blur(3px);opacity:0;visibility:hidden;justify-content:flex-end;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.CartDrawer-module__z9ioNW__overlayVisible{opacity:1;visibility:visible}.CartDrawer-module__z9ioNW__panel{background:var(--sm-cream);width:100%;max-width:420px;height:100%;color:var(--sm-ink);box-shadow:-8px 0 40px rgba(var(--sm-shadow-rgb), .16);flex-direction:column;transition:transform .38s cubic-bezier(.16,1,.3,1);display:flex;position:relative;transform:translate(100%)}.CartDrawer-module__z9ioNW__overlayVisible .CartDrawer-module__z9ioNW__panel{transform:translate(0)}.CartDrawer-module__z9ioNW__header{border-bottom:1px solid var(--sm-border);flex:none;justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.CartDrawer-module__z9ioNW__title{align-items:center;gap:10px;margin:0;font-size:1.15rem;font-weight:700;display:flex}.CartDrawer-module__z9ioNW__count{background:var(--sm-ink);min-width:22px;height:22px;color:var(--sm-on-accent);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:.75rem;font-weight:700;display:inline-flex}.CartDrawer-module__z9ioNW__closeBtn{background:var(--sm-sand);cursor:pointer;width:36px;height:36px;color:var(--sm-ink-soft);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .2s;display:flex}.CartDrawer-module__z9ioNW__closeBtn:hover{background:var(--sm-cream-deep);color:var(--sm-ink);transform:scale(1.05)}.CartDrawer-module__z9ioNW__items{flex-direction:column;flex:auto;gap:14px;margin:0;padding:12px 22px;list-style:none;display:flex;overflow-y:auto}.CartDrawer-module__z9ioNW__item{border-bottom:1px solid var(--sm-border);align-items:flex-start;gap:14px;padding-bottom:14px;display:flex}.CartDrawer-module__z9ioNW__item:last-child{border-bottom:none;padding-bottom:0}.CartDrawer-module__z9ioNW__itemImg{background:var(--sm-cream-deep);border-radius:12px;flex:none;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative;overflow:hidden}.CartDrawer-module__z9ioNW__itemImgEl{object-fit:contain}.CartDrawer-module__z9ioNW__itemImgPlaceholder{opacity:.4;font-size:28px}.CartDrawer-module__z9ioNW__itemBody{flex-direction:column;flex:auto;gap:6px;min-width:0;display:flex}.CartDrawer-module__z9ioNW__itemName{color:var(--sm-ink);font-size:.95rem;font-weight:600;line-height:1.25;text-decoration:none}.CartDrawer-module__z9ioNW__itemName:hover{text-decoration:underline}.CartDrawer-module__z9ioNW__itemVariant{color:var(--sm-ink-soft);font-size:.8rem}.CartDrawer-module__z9ioNW__itemFooter{justify-content:space-between;align-items:center;gap:12px;margin-top:2px;display:flex}.CartDrawer-module__z9ioNW__stepper{border:1px solid var(--sm-border);background:var(--sm-surface);border-radius:8px;align-items:center;display:inline-flex;overflow:hidden}.CartDrawer-module__z9ioNW__stepperBtn{width:30px;height:30px;color:var(--sm-ink);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.05rem;line-height:1;transition:background .15s;display:flex}.CartDrawer-module__z9ioNW__stepperBtn:hover:not(:disabled){background:rgba(var(--sm-shadow-rgb), .08)}.CartDrawer-module__z9ioNW__stepperBtn:disabled{opacity:.4;cursor:not-allowed}.CartDrawer-module__z9ioNW__itemMax{color:var(--sm-error,#c2410c);margin-top:4px;font-size:.72rem;font-weight:600;display:block}.CartDrawer-module__z9ioNW__stepperValue{text-align:center;border-left:1px solid var(--sm-border);border-right:1px solid var(--sm-border);justify-content:center;align-self:stretch;align-items:center;min-width:32px;font-size:.88rem;font-weight:600;display:flex}.CartDrawer-module__z9ioNW__itemPrice{color:var(--sm-ink);font-size:.95rem;font-weight:700}.CartDrawer-module__z9ioNW__itemRemove{color:var(--sm-ink-faint);cursor:pointer;background:0 0;border:none;flex:none;padding:2px;transition:color .15s;display:flex}.CartDrawer-module__z9ioNW__itemRemove:hover{color:var(--sm-ink)}.CartDrawer-module__z9ioNW__footer{border-top:1px solid var(--sm-border);background:var(--sm-surface);flex:none;padding:18px 22px 22px}.CartDrawer-module__z9ioNW__couponWrap{margin-bottom:14px}.CartDrawer-module__z9ioNW__totalsRow{color:var(--sm-ink-soft);justify-content:space-between;align-items:baseline;margin-bottom:6px;font-size:.88rem;display:flex}.CartDrawer-module__z9ioNW__discountRow{color:var(--sm-ink);font-weight:600}.CartDrawer-module__z9ioNW__subtotalRow{justify-content:space-between;align-items:baseline;margin-top:4px;font-size:1rem;font-weight:600;display:flex}.CartDrawer-module__z9ioNW__subtotalValue{font-size:1.15rem;font-weight:700}.CartDrawer-module__z9ioNW__shippingNote{color:var(--sm-ink-soft);margin:6px 0 16px;font-size:.8rem}.CartDrawer-module__z9ioNW__actions{gap:12px;display:flex}.CartDrawer-module__z9ioNW__viewCartBtn,.CartDrawer-module__z9ioNW__checkoutBtn{white-space:nowrap;cursor:pointer;border-radius:9px;flex:1 1 0;padding:10px 14px;font-size:.875rem;font-weight:600;transition:background .18s,border-color .18s,opacity .18s}.CartDrawer-module__z9ioNW__viewCartBtn{color:var(--sm-ink);border:1.5px solid var(--sm-ink);background:0 0}.CartDrawer-module__z9ioNW__viewCartBtn:hover{background:rgba(var(--sm-shadow-rgb), .06)}.CartDrawer-module__z9ioNW__checkoutBtn{background:var(--sm-ink);color:var(--sm-on-accent);border:1.5px solid var(--sm-ink)}.CartDrawer-module__z9ioNW__checkoutBtn:hover{background:var(--sm-accent-deep);border-color:var(--sm-accent-deep)}.CartDrawer-module__z9ioNW__empty{text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:14px;padding:40px 22px;display:flex}.CartDrawer-module__z9ioNW__emptyIcon{opacity:.45;font-size:48px}.CartDrawer-module__z9ioNW__emptyText{margin:0;font-size:1.05rem;font-weight:600}.CartDrawer-module__z9ioNW__emptyCta{background:var(--sm-ink);color:var(--sm-on-accent);cursor:pointer;border:none;border-radius:11px;margin-top:4px;padding:12px 26px;font-size:.95rem;font-weight:600;transition:background .18s}.CartDrawer-module__z9ioNW__emptyCta:hover{background:var(--sm-accent-deep)}
