.Header-module__teJwrG__header{z-index:50;background-color:#0000;justify-content:space-between;align-items:center;width:100%;height:10%;margin-top:.01%;padding:6px 24px;transition:background-color .3s,padding .3s,box-shadow .3s;display:flex;position:fixed;top:0}.Header-module__teJwrG__headerScrolled{-webkit-backdrop-filter:blur(8px);background-color:#fdfcfbeb;box-shadow:0 4px 20px #17130f0f}.Header-module__teJwrG__headerLeft{align-items:center;gap:40px;display:flex}.Header-module__teJwrG__logo{flex-shrink:0;align-items:center;display:flex}.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:#323232;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:150px;display:flex}.Header-module__teJwrG__iconGroup{align-items:center;gap:24px;display:flex}.Header-module__teJwrG__searchBar{background:var(--wholesip-sand,#e7dcc6);border:1px solid #2b262024;border-radius:20px;align-items:center;width:280px;height:38px;padding:0 16px;transition:box-shadow .2s,border-color .2s,width .2s;display:flex;box-shadow:0 2px 8px #0000000a}.Header-module__teJwrG__searchBar:focus-within{border-color:#0000004d;box-shadow:0 4px 12px #00000014}.Header-module__teJwrG__searchInput{width:100%;font-size:14px;font-family:var(--font-outfit), sans-serif;color:#323232;background:0 0;border:none;outline:none;font-weight:500}.Header-module__teJwrG__searchInput::placeholder{color:#a0a0a0}.Header-module__teJwrG__searchIcon{color:#a0a0a0;cursor:pointer;justify-content:center;align-items:center;margin-left:8px;transition:color .2s;display:flex}.Header-module__teJwrG__searchBar:focus-within .Header-module__teJwrG__searchIcon{color:#323232}.Header-module__teJwrG__userIcon{color:#323232;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:#323232;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{color:#fff;text-align:center;background:#17130f;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;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{color:#fff;width:32px;height:32px;font-family:var(--font-outfit), sans-serif;letter-spacing:.02em;background:linear-gradient(135deg,#1a1a1a 0%,#444 100%);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{z-index:60;background:#fff;border:1px solid #0000000f;border-radius:14px;width:268px;padding:8px;animation:.25s cubic-bezier(.16,1,.3,1) forwards Header-module__teJwrG__dropdownFadeIn;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 12px 40px #0000001a,0 2px 8px #0000000a}.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{color:#fff;width:38px;height:38px;font-family:var(--font-outfit), sans-serif;background:linear-gradient(135deg,#1a1a1a 0%,#444 100%);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:#1a1a1a;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:#888;font-size:12px}.Header-module__teJwrG__profileDropdownDivider{background:#f0f0f0;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:#1a1a1a;font-size:14px;font-weight:700}.Header-module__teJwrG__profileDropdownLoginSub{font-family:var(--font-outfit), sans-serif;color:#999;font-size:11.5px}.Header-module__teJwrG__profileDropdownLoginBtn{color:#fff;font-family:var(--font-outfit), sans-serif;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;flex-shrink:0;padding:8px 18px;font-size:13px;font-weight:600;transition:background .2s,transform .15s}.Header-module__teJwrG__profileDropdownLoginBtn:hover{background:var(--wholesip-accent);transform:translateY(-1px)}.Header-module__teJwrG__profileDropdownItem{width:100%;font-family:var(--font-outfit), sans-serif;color:#555;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;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:#888;flex-shrink:0;transition:color .15s}.Header-module__teJwrG__profileDropdownItem:hover{color:#1a1a1a;background:#f8f8f8}.Header-module__teJwrG__profileDropdownItem:hover svg{color:var(--wholesip-accent)}.Header-module__teJwrG__profileItemArrow{opacity:0;margin-left:auto;transition:opacity .15s,transform .15s;transform:translate(-4px);color:#ccc!important}.Header-module__teJwrG__profileDropdownItem:hover .Header-module__teJwrG__profileItemArrow{opacity:1;transform:translate(0)}.Header-module__teJwrG__drawerAuth{border-top:1px solid #f0f0f0;margin-top:auto;padding-top:32px}.Header-module__teJwrG__drawerAuthUser{align-items:center;gap:12px;margin-bottom:16px;display:flex}.Header-module__teJwrG__drawerAuthAvatar{color:#fff;width:36px;height:36px;font-family:var(--font-outfit), sans-serif;background:linear-gradient(135deg,#1a1a1a 0%,#444 100%);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:#323232;font-size:15px;font-weight:600}.Header-module__teJwrG__drawerAuthBtn{width:100%;font-family:var(--font-outfit), sans-serif;color:#1a1a1a;cursor:pointer;text-align:center;background:0 0;border:1.5px solid #1a1a1a;border-radius:10px;padding:12px;font-size:15px;font-weight:600;transition:background .2s,color .2s}.Header-module__teJwrG__drawerAuthBtn:hover{color:#fff;background:#1a1a1a}.Header-module__teJwrG__hamburgerBtn{color:#323232;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{z-index:100;background:#fff;flex-direction:column;width:320px;max-width:85vw;height:100vh;padding:32px 24px;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #00000014}.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:#323232;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(--wholesip-sand,#e7dcc6);border:1px solid #2b262024;border-radius:20px;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:#323232;font-size:18px;font-weight:600;transition:padding-left .2s,color .2s}.Header-module__teJwrG__drawerNav a:hover{color:var(--wholesip-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}}
.Footer-module__s8IZma__credit{color:#6b6b6b;letter-spacing:.2px;justify-content:center;align-items:center;gap:4px;margin-top:20px;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:#222;font-weight:600}@keyframes Footer-module__s8IZma__heartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.15)}30%{transform:scale(1)}}.Footer-module__s8IZma__footer{background:var(--wholesip-cream);color:var(--wholesip-ink);margin-top:auto}.Footer-module__s8IZma__newsletterBar{background:var(--wholesip-cream-deep);border-bottom:1px solid var(--wholesip-border);padding:42px 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(--wholesip-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(--wholesip-ink-soft);margin:0;font-size:14px}.Footer-module__s8IZma__newsletterForm{flex-shrink:0;display:flex}.Footer-module__s8IZma__newsletterInput{border:1px solid var(--wholesip-border);background:var(--wholesip-surface);width:280px;color:var(--wholesip-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(--wholesip-ink-faint)}.Footer-module__s8IZma__newsletterBtn{background:var(--wholesip-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(--wholesip-ink)}.Footer-module__s8IZma__trustBar{background:var(--wholesip-cream);border-bottom:1px solid var(--wholesip-border);padding:18px 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(--wholesip-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(--wholesip-accent)}.Footer-module__s8IZma__mainGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:56px;max-width:1400px;margin:0 auto;padding:72px 64px 56px;display:grid}.Footer-module__s8IZma__logo{flex-shrink:0;align-items:center;display:flex}.Footer-module__s8IZma__logo:hover{opacity:.8}.Footer-module__s8IZma__tagline{color:var(--wholesip-ink-soft);max-width:300px;margin-bottom:28px;font-size:14px;line-height:1.8}.Footer-module__s8IZma__contactBlock{flex-direction:column;gap:12px;margin-bottom:30px;display:flex}.Footer-module__s8IZma__contactLine{color:var(--wholesip-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(--wholesip-accent)}.Footer-module__s8IZma__contactLine svg{opacity:.7}.Footer-module__s8IZma__socials{gap:12px;display:flex}.Footer-module__s8IZma__socialIcon{background:var(--wholesip-surface);border:1px solid var(--wholesip-border);width:40px;height:40px;color:var(--wholesip-ink-soft);border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.Footer-module__s8IZma__socialIcon:hover{color:var(--wholesip-accent);border-color:var(--wholesip-accent);transform:translateY(-2px)}.Footer-module__s8IZma__columnTitle{color:var(--wholesip-accent);font-family:var(--font-outfit), sans-serif;text-transform:uppercase;letter-spacing:2px;margin-bottom:24px;font-size:12px;font-weight:700}.Footer-module__s8IZma__linkList{flex-direction:column;gap:14px;display:flex}.Footer-module__s8IZma__linkList a{color:var(--wholesip-ink-soft);width:fit-content;font-size:14px;text-decoration:none;transition:all .25s}.Footer-module__s8IZma__linkList a:hover{color:var(--wholesip-ink);transform:translate(4px)}.Footer-module__s8IZma__bottomSection{border-top:1px solid var(--wholesip-border);max-width:1400px;margin:0 auto;padding:32px 64px 40px}.Footer-module__s8IZma__legalRow{flex-wrap:wrap;justify-content:space-between;gap:16px;margin-bottom:18px;display:flex}.Footer-module__s8IZma__copyright{color:var(--wholesip-ink-soft);font-size:12px}.Footer-module__s8IZma__legalLinks{flex-wrap:wrap;gap:10px;display:flex}.Footer-module__s8IZma__legalLinks a{color:var(--wholesip-ink-soft);font-size:12px}.Footer-module__s8IZma__legalLinks a:hover{color:var(--wholesip-accent)}.Footer-module__s8IZma__legalDivider{color:var(--wholesip-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__newsletterInput{width:100%}.Footer-module__s8IZma__mainGrid{grid-template-columns:1fr 1fr;gap:32px 24px;padding:40px 24px}.Footer-module__s8IZma__brandCol{grid-column:1/-1}.Footer-module__s8IZma__newsletterBar{padding-top:32px;padding-bottom:32px}.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}}
.CouponField-module__AbHvnG__row{gap:8px;display:flex}.CouponField-module__AbHvnG__input{border:1px solid var(--wholesip-border);background:var(--wholesip-cream);min-width:0;color:var(--wholesip-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(--wholesip-ink-faint)}.CouponField-module__AbHvnG__input:focus{border-color:var(--wholesip-ink)}.CouponField-module__AbHvnG__applyBtn{border:1.5px solid var(--wholesip-ink);color:var(--wholesip-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:#17130f0f}.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(--wholesip-ink);background:#17130f0a;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(--wholesip-ink);font-size:.9rem;font-weight:700}.CouponField-module__AbHvnG__note{color:var(--wholesip-ink-soft);font-size:.78rem}.CouponField-module__AbHvnG__remove{width:24px;height:24px;color:var(--wholesip-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{color:var(--wholesip-ink);background:#17130f14}
.CartDrawer-module__z9ioNW__overlay{z-index:300;-webkit-backdrop-filter:blur(3px);opacity:0;visibility:hidden;background:#17130f66;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(--wholesip-cream);width:100%;max-width:420px;height:100%;color:var(--wholesip-ink);flex-direction:column;transition:transform .38s cubic-bezier(.16,1,.3,1);display:flex;position:relative;transform:translate(100%);box-shadow:-8px 0 40px #17130f29}.CartDrawer-module__z9ioNW__overlayVisible .CartDrawer-module__z9ioNW__panel{transform:translate(0)}.CartDrawer-module__z9ioNW__header{border-bottom:1px solid var(--wholesip-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(--wholesip-ink);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.75rem;font-weight:700;display:inline-flex}.CartDrawer-module__z9ioNW__closeBtn{background:var(--wholesip-sand);cursor:pointer;width:36px;height:36px;color:var(--wholesip-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(--wholesip-cream-deep);color:var(--wholesip-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(--wholesip-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(--wholesip-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(--wholesip-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(--wholesip-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(--wholesip-border);background:var(--wholesip-surface);border-radius:8px;align-items:center;display:inline-flex;overflow:hidden}.CartDrawer-module__z9ioNW__stepperBtn{width:30px;height:30px;color:var(--wholesip-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{background:#17130f14}.CartDrawer-module__z9ioNW__stepperValue{text-align:center;border-left:1px solid var(--wholesip-border);border-right:1px solid var(--wholesip-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(--wholesip-ink);font-size:.95rem;font-weight:700}.CartDrawer-module__z9ioNW__itemRemove{color:var(--wholesip-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(--wholesip-ink)}.CartDrawer-module__z9ioNW__footer{border-top:1px solid var(--wholesip-border);background:var(--wholesip-surface);flex:none;padding:18px 22px 22px}.CartDrawer-module__z9ioNW__couponWrap{margin-bottom:14px}.CartDrawer-module__z9ioNW__totalsRow{color:var(--wholesip-ink-soft);justify-content:space-between;align-items:baseline;margin-bottom:6px;font-size:.88rem;display:flex}.CartDrawer-module__z9ioNW__discountRow{color:var(--wholesip-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(--wholesip-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(--wholesip-ink);border:1.5px solid var(--wholesip-ink);background:0 0}.CartDrawer-module__z9ioNW__viewCartBtn:hover{background:#17130f0f}.CartDrawer-module__z9ioNW__checkoutBtn{background:var(--wholesip-ink);color:#fff;border:1.5px solid var(--wholesip-ink)}.CartDrawer-module__z9ioNW__checkoutBtn:hover{background:var(--wholesip-accent-deep);border-color:var(--wholesip-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(--wholesip-ink);color:#fff;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(--wholesip-accent-deep)}
.AuthModal-module__ydDRlW__overlay{z-index:200;-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;background:#00000073;justify-content:center;align-items:center;transition:opacity .35s,visibility .35s;display:flex;position:fixed;inset:0}.AuthModal-module__ydDRlW__overlayVisible{opacity:1;visibility:visible}.AuthModal-module__ydDRlW__modal{opacity:0;background:#fff;border-radius:20px;width:100%;max-width:420px;margin:20px;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .35s;position:relative;overflow:hidden;transform:translateY(24px)scale(.97);box-shadow:0 24px 80px #0000001f,0 4px 16px #0000000f}.AuthModal-module__ydDRlW__overlayVisible .AuthModal-module__ydDRlW__modal{opacity:1;transform:translateY(0)scale(1)}.AuthModal-module__ydDRlW__closeBtn{z-index:10;cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:16px;right:16px}.AuthModal-module__ydDRlW__closeBtn:hover{color:#333;background:#eee;transform:scale(1.05)}.AuthModal-module__ydDRlW__content{padding:40px 32px 36px}.AuthModal-module__ydDRlW__branding{text-align:center;margin-bottom:32px}.AuthModal-module__ydDRlW__brandLogo{object-fit:contain;width:auto;height:44px}.AuthModal-module__ydDRlW__title{font-family:var(--font-outfit), sans-serif;color:#1a1a1a;text-align:center;margin-bottom:6px;font-size:22px;font-weight:700}.AuthModal-module__ydDRlW__subtitle{font-family:var(--font-outfit), sans-serif;color:#888;text-align:center;margin-bottom:28px;font-size:14px;line-height:1.5}.AuthModal-module__ydDRlW__stepContainer{position:relative;overflow:hidden}.AuthModal-module__ydDRlW__step{animation:.4s cubic-bezier(.16,1,.3,1) forwards AuthModal-module__ydDRlW__stepFadeIn}@keyframes AuthModal-module__ydDRlW__stepFadeIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.AuthModal-module__ydDRlW__phoneRow{gap:10px;margin-bottom:20px;display:flex}.AuthModal-module__ydDRlW__countrySelect{width:88px;height:48px;font-family:var(--font-outfit), sans-serif;color:#333;cursor:pointer;appearance:none;background:#fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23999' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") right 8px center no-repeat;border:1.5px solid #e5e5e5;border-radius:12px;flex-shrink:0;padding:0 8px;font-size:15px;font-weight:500;transition:border-color .2s,box-shadow .2s}.AuthModal-module__ydDRlW__countrySelect:focus{border-color:#1a1a1a;outline:none;box-shadow:0 0 0 3px #1a1a1a0f}.AuthModal-module__ydDRlW__phoneInput{height:48px;font-family:var(--font-outfit), sans-serif;color:#1a1a1a;background:#fafafa;border:1.5px solid #e5e5e5;border-radius:12px;flex:1;padding:0 16px;font-size:16px;font-weight:500;transition:border-color .2s,box-shadow .2s}.AuthModal-module__ydDRlW__phoneInput::placeholder{color:#bbb}.AuthModal-module__ydDRlW__phoneInput:focus{background:#fff;border-color:#1a1a1a;outline:none;box-shadow:0 0 0 3px #1a1a1a0f}.AuthModal-module__ydDRlW__otpGrid{justify-content:center;gap:10px;margin-bottom:20px;display:flex}.AuthModal-module__ydDRlW__otpInput{text-align:center;width:48px;height:56px;font-family:var(--font-outfit), sans-serif;color:#1a1a1a;background:#fafafa;border:1.5px solid #e5e5e5;border-radius:12px;font-size:22px;font-weight:600;transition:border-color .2s,box-shadow .2s,transform .15s}.AuthModal-module__ydDRlW__otpInput:focus{background:#fff;border-color:#1a1a1a;outline:none;transform:scale(1.04);box-shadow:0 0 0 3px #1a1a1a14}.AuthModal-module__ydDRlW__otpInput::placeholder{color:#ddd}.AuthModal-module__ydDRlW__inputGroup{margin-bottom:16px}.AuthModal-module__ydDRlW__label{font-family:var(--font-outfit), sans-serif;color:#555;letter-spacing:.02em;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.AuthModal-module__ydDRlW__requiredDot{color:#e74c3c;margin-left:2px}.AuthModal-module__ydDRlW__textInput{width:100%;height:48px;font-family:var(--font-outfit), sans-serif;color:#1a1a1a;background:#fafafa;border:1.5px solid #e5e5e5;border-radius:12px;padding:0 16px;font-size:15px;font-weight:500;transition:border-color .2s,box-shadow .2s}.AuthModal-module__ydDRlW__textInput::placeholder{color:#bbb}.AuthModal-module__ydDRlW__textInput:focus{background:#fff;border-color:#1a1a1a;outline:none;box-shadow:0 0 0 3px #1a1a1a0f}.AuthModal-module__ydDRlW__primaryBtn{color:#fff;width:100%;height:50px;font-family:var(--font-outfit), sans-serif;letter-spacing:.02em;cursor:pointer;background:#1a1a1a;border:none;border-radius:14px;margin-top:4px;font-size:15px;font-weight:600;transition:background .25s,transform .15s,box-shadow .25s;position:relative;overflow:hidden}.AuthModal-module__ydDRlW__primaryBtn:hover:not(:disabled){background:#333;transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.AuthModal-module__ydDRlW__primaryBtn:active:not(:disabled){transform:translateY(0)}.AuthModal-module__ydDRlW__primaryBtn:disabled{opacity:.5;cursor:not-allowed}.AuthModal-module__ydDRlW__spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;margin-right:8px;animation:.6s linear infinite AuthModal-module__ydDRlW__spin;display:inline-block}@keyframes AuthModal-module__ydDRlW__spin{to{transform:rotate(360deg)}}.AuthModal-module__ydDRlW__error{font-family:var(--font-outfit), sans-serif;color:#e74c3c;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-top:12px;padding:10px 14px;font-size:13px}.AuthModal-module__ydDRlW__secondaryAction{text-align:center;font-family:var(--font-outfit), sans-serif;color:#888;margin-top:16px;font-size:13px}.AuthModal-module__ydDRlW__resendBtn{color:#1a1a1a;font-family:var(--font-outfit), sans-serif;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;font-size:13px;font-weight:600;text-decoration:underline;transition:opacity .2s}.AuthModal-module__ydDRlW__resendBtn:hover{opacity:.7}.AuthModal-module__ydDRlW__resendBtn:disabled{opacity:.4;cursor:not-allowed;text-decoration:none}.AuthModal-module__ydDRlW__backBtn{font-family:var(--font-outfit), sans-serif;color:#888;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:16px;padding:0;font-size:13px;font-weight:500;transition:color .2s;display:inline-flex}.AuthModal-module__ydDRlW__backBtn:hover{color:#333}.AuthModal-module__ydDRlW__phoneDisplay{font-family:var(--font-outfit), sans-serif;color:#666;text-align:center;margin-bottom:24px;font-size:14px}.AuthModal-module__ydDRlW__phoneNumber{color:#1a1a1a;font-weight:600}.AuthModal-module__ydDRlW__editPhone{font-family:var(--font-outfit), sans-serif;color:#1a1a1a;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin-left:6px;font-size:13px;font-weight:600;text-decoration:underline;transition:opacity .2s}.AuthModal-module__ydDRlW__editPhone:hover{opacity:.7}.AuthModal-module__ydDRlW__divider{font-family:var(--font-outfit), sans-serif;color:#bbb;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:12px;margin:20px 0;font-size:12px;display:flex}.AuthModal-module__ydDRlW__divider:before,.AuthModal-module__ydDRlW__divider:after{content:"";background:#eee;flex:1;height:1px}.AuthModal-module__ydDRlW__successCheck{justify-content:center;align-items:center;margin-bottom:20px;display:flex}.AuthModal-module__ydDRlW__checkCircle{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;animation:.4s cubic-bezier(.16,1,.3,1) forwards AuthModal-module__ydDRlW__popIn;display:flex}@keyframes AuthModal-module__ydDRlW__popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@media (max-width:480px){.AuthModal-module__ydDRlW__content{padding:32px 24px 28px}.AuthModal-module__ydDRlW__modal{border-radius:16px;max-width:100%;margin:12px}.AuthModal-module__ydDRlW__otpInput{width:42px;height:50px;font-size:20px}.AuthModal-module__ydDRlW__otpGrid{gap:8px}.AuthModal-module__ydDRlW__title{font-size:20px}.AuthModal-module__ydDRlW__phoneRow{flex-direction:column;gap:8px}.AuthModal-module__ydDRlW__countrySelect{width:100%}}
