:root{--nav-bg:rgba(255,255,255,0.92);--nav-border:#efe4dc;--nav-text:#23201f;--nav-muted:#746860;--nav-primary:#b56f5a;--nav-primary-strong:#9f563f;--nav-soft:#faf6f3;--nav-shadow:0 18px 55px rgba(37,25,20,0.12)}*{box-sizing:border-box}body.menuLock{overflow:hidden;touch-action:none}.header{position:sticky;top:0;z-index:4000;width:100%;max-width:100vw;color:var(--nav-text);background:var(--nav-bg);border-bottom:1px solid var(--nav-border);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:box-shadow .25s ease,background .25s ease;overflow:visible}.headerScrolled{background:rgba(255,255,255,.97);box-shadow:0 10px 34px rgba(37,25,20,.08)}.desktopNavbar{position:relative;z-index:2;width:min(100%,1440px);min-height:86px;margin:0 auto;padding:0 clamp(16px,3vw,42px);display:grid;grid-template-columns:minmax(190px,270px) minmax(280px,1fr) auto;align-items:center;grid-gap:clamp(14px,2vw,28px);gap:clamp(14px,2vw,28px);overflow:visible}.brand{min-width:0;display:flex;flex-direction:column;overflow:hidden}.logo,.mobileLogo{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;max-width:100%;color:inherit;text-decoration:none;overflow:hidden}.logoDark,.logoPink{font-size:clamp(23px,2.1vw,32px);line-height:1;font-weight:900;letter-spacing:-1.1px;white-space:nowrap}.logoDark{color:#211f1e}.logoPink{color:var(--nav-primary)}.mobileSubtitle,.subtitle{max-width:100%;margin-top:5px;font-size:10.5px;line-height:1.2;font-weight:800;letter-spacing:2.6px;text-transform:uppercase;color:var(--nav-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.searchWrapper{min-width:0;display:flex;justify-content:center}.searchBar{width:100%;max-width:680px;min-width:0;height:52px;padding:0 16px;display:flex;align-items:center;gap:12px;color:#6e625b;background:linear-gradient(180deg,#fff,var(--nav-soft));border:1px solid #eaded6;border-radius:999px;transition:.2s ease;overflow:hidden}.searchBar:focus-within{background:#fff;border-color:rgba(181,111,90,.65);box-shadow:0 0 0 4px rgba(181,111,90,.12),0 12px 28px rgba(37,25,20,.08)}.searchBar input{flex:1 1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--nav-text);font-size:14px;font-weight:600}.searchBar input::-moz-placeholder{color:#8a7c73}.searchBar input::placeholder{color:#8a7c73}.clearBtn,.closeBtn,.hamburger,.mobileBtn,.mobileCartBtn,.mobileUserBtn,.userBtn{-webkit-tap-highlight-color:transparent}.clearBtn{width:28px;height:28px;flex:0 0 auto;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#7f6f66;background:#eee3dc;transition:.18s ease}.clearBtn:hover{transform:scale(1.05);color:#fff;background:var(--nav-primary)}.right{z-index:3;min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:10px}.cartWrapper,.mobileUserDropdown,.right,.userDropdown{position:relative;overflow:visible}.cartButton,.iconBtn,.userBtn{height:52px;border:1px solid #eaded6;border-radius:16px;display:inline-flex;align-items:center;color:var(--nav-text);background:rgba(255,255,255,.82);text-decoration:none;transition:.2s ease}.iconBtn{gap:10px;padding:0 15px;font-size:14px;font-weight:800}.cartButton{gap:11px;padding:0 14px;background:linear-gradient(135deg,#fff,#fbf6f2)}.cartButton:hover,.iconBtn:hover,.userBtn:hover{transform:translateY(-2px);border-color:rgba(181,111,90,.45);box-shadow:0 14px 30px rgba(37,25,20,.1);background:#fff}.cartWrapper{flex-shrink:0}.badge,.cartWrapper{display:inline-flex;align-items:center;justify-content:center}.badge{position:absolute;top:-11px;right:-12px;z-index:2;min-width:22px;height:22px;padding:0 6px;border:2px solid #fff;border-radius:999px;color:#fff;background:linear-gradient(135deg,#df9a82,#c76c50);box-shadow:0 8px 18px rgba(199,108,80,.35);font-size:11px;font-weight:900;animation:badgePop .25s ease}@keyframes badgePop{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.cartInfo,.userInfo{min-width:0;display:flex;flex-direction:column}.cartInfo{line-height:1.05}.cartLabel,.userInfo span{color:var(--nav-muted);font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap}.cartTotal,.userInfo strong{color:#201d1c;font-size:14px;font-weight:900;white-space:nowrap}.userBtn{max-width:250px;gap:10px;padding:0 12px;cursor:pointer}.mobileAvatar,.sidebarAvatarLarge,.userAvatar{flex:0 0 auto;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#d7aa98,#ac624c);font-weight:900}.userAvatar{width:38px;height:38px;font-size:14px}.userInfo{align-items:flex-start}.userInfo strong{max-width:135px;overflow:hidden;text-overflow:ellipsis}.floatingDropdown{isolation:isolate;padding:10px;border:1px solid rgba(234,222,214,.95);border-radius:20px;background:rgba(255,255,255,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--nav-shadow);animation:dropdownIn .18s ease both}.floatingDropdownArrow{position:absolute;top:-6px;left:var(--dropdown-arrow-left,24px);width:12px;height:12px;border-left:1px solid rgba(234,222,214,.95);border-top:1px solid rgba(234,222,214,.95);background:#fff;transform:rotate(45deg);z-index:-1}.floatingDropdownEmpty,.floatingDropdownItem{width:100%;min-height:44px;padding:12px 13px;border:0;border-radius:14px;display:flex;align-items:center;gap:12px;color:#2b2725;background:transparent;text-decoration:none;font-size:14px;font-weight:750;cursor:pointer;transition:.18s ease}.floatingDropdownItem:hover{transform:translateX(2px);color:var(--nav-primary-strong);background:#f8f1ed}.floatingDropdownItem.danger{color:#b63f2f}.floatingDropdownItem.danger:hover{color:#9d2f22;background:#fff0ed}.floatingDropdownEmpty{cursor:default;color:#8a7c73;justify-content:center}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.mobileNavbar,.mobileSearch{display:none}.overlay{position:fixed;inset:0;z-index:11990;opacity:0;visibility:hidden;background:rgba(19,14,12,.52);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);transition:.25s ease}.overlayShow{opacity:1;visibility:visible}.sidebar{position:fixed;top:0;left:0;z-index:12000;width:min(88vw,370px);height:100dvh;display:flex;flex-direction:column;overflow:hidden;color:var(--nav-text);background:#fff;box-shadow:18px 0 60px rgba(21,13,10,.18);transform:translateX(-105%);transition:transform .28s cubic-bezier(.22,.9,.24,1)}.sidebarOpen{transform:translateX(0)}.sidebarHeader{min-height:88px;padding:0 22px;border-bottom:1px solid #f1e7e0;display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#fff,#fff8f4)}.sidebarHeader h2{margin:0;color:#201d1c;font-size:23px}.sidebarSubtitle{display:block;margin-top:6px;color:var(--nav-muted);font-size:12px;font-weight:650}.closeBtn{width:42px;height:42px;border:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:#332f2d;background:#f4ece7;cursor:pointer;transition:.18s ease}.closeBtn:hover{transform:rotate(90deg);background:#eadbd2}.sidebarContent{flex:1 1;min-height:0;padding:16px;overflow-y:auto}.sidebarGuestCard,.sidebarUserCard{min-width:0;padding:16px;margin-bottom:16px;border:1px solid #efe2da;border-radius:22px;display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#fffaf6,#f8efea)}.sidebarAvatarLarge,.sidebarGuestIcon{width:56px;height:56px;flex:0 0 auto}.sidebarAvatarLarge{font-size:20px}.sidebarGuestIcon{border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#8b796e;background:#efe6df}.sidebarUserData{min-width:0;display:flex;flex-direction:column}.sidebarUserData strong{color:#211e1d;font-size:15px;line-height:1.2;overflow-wrap:anywhere}.sidebarUserData span{margin-top:5px;color:var(--nav-muted);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.quickSection{margin-top:6px}.sectionTitle{margin:0 0 11px 2px;color:#5f514a;font-size:12px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.quickGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:11px;gap:11px}.quickAction{position:relative;min-width:0;min-height:112px;padding:15px;border:1px solid #efe2da;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:12px;color:#2b2725;background:#fff;text-decoration:none;overflow:hidden;transition:.18s ease}.quickAction:after{content:"";position:absolute;right:-28px;bottom:-34px;width:82px;height:82px;border-radius:999px;background:rgba(181,111,90,.08)}.quickAction:hover{transform:translateY(-2px);border-color:rgba(181,111,90,.38);box-shadow:0 12px 26px rgba(37,25,20,.08);background:#fffdfb}.quickActionIcon{width:42px;height:42px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--nav-primary-strong);background:#f7eee9}.quickActionLabel{position:relative;z-index:1;color:#2b2725;font-size:14px;font-weight:850;overflow-wrap:anywhere}.quickBadge{position:absolute;top:9px;right:9px;z-index:2;min-width:20px;height:20px;padding:0 6px;border:2px solid #fff;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#d56f53;font-size:10px;font-weight:900}.cartButton:focus-visible,.clearBtn:focus-visible,.closeBtn:focus-visible,.floatingDropdownItem:focus-visible,.hamburger:focus-visible,.iconBtn:focus-visible,.mobileBtn:focus-visible,.mobileCartBtn:focus-visible,.mobileUserBtn:focus-visible,.quickAction:focus-visible,.userBtn:focus-visible{outline:3px solid rgba(181,111,90,.24);outline-offset:3px}@media (max-width:1180px){.desktopNavbar{grid-template-columns:minmax(170px,240px) minmax(230px,1fr) auto;gap:14px}.cartInfo,.iconBtn span{display:none}.cartButton,.iconBtn{width:52px;justify-content:center;padding:0}}@media (max-width:991px){.desktopNavbar{display:none}.mobileNavbar{position:relative;z-index:2;width:100%;min-height:72px;padding:0 12px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;overflow:visible}.hamburger,.mobileBtn,.mobileCartBtn{width:42px;height:42px;border:1px solid #efe2da;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:#2c2826;background:#f8f1ed;cursor:pointer;text-decoration:none}.mobileBrand{min-width:0;display:flex;flex-direction:column;align-items:center;overflow:hidden}.mobileLogo{justify-content:center;width:100%}.mobileSubtitle{max-width:100%;text-align:center;letter-spacing:1.8px;font-size:9px}.mobileRight{display:flex;justify-content:flex-end;gap:7px;overflow:visible}.mobileRight,.mobileUserBtn{min-width:0;align-items:center}.mobileUserBtn{max-width:128px;border:1px solid #efe2da;border-radius:999px;padding:3px 8px 3px 3px;display:inline-flex;gap:8px;color:#2b2725;background:#fff;cursor:pointer;overflow:hidden}.mobileAvatar{width:36px;height:36px;font-size:13px}.mobileUserName{max-width:66px;color:#2b2725;font-size:13px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobileSearch{display:block;padding:0 12px 13px}.mobileSearch .searchBar{max-width:100%;height:47px;padding:0 14px;border-radius:15px}.logoDark,.logoPink{font-size:clamp(19px,5.3vw,23px);letter-spacing:-.8px}}@media (max-width:560px){.mobileNavbar{min-height:68px;grid-template-columns:42px minmax(0,1fr) auto;padding:0 10px;gap:6px}.hamburger,.mobileBtn,.mobileCartBtn{width:40px;height:40px;border-radius:13px}.mobileUserBtn{padding-right:3px}.mobileUserName{display:none}.mobileAvatar{width:36px;height:36px}.mobileSearch{padding:0 10px 12px}.mobileSearch .searchBar{height:45px}.sidebar{width:min(91vw,360px)}.sidebarHeader{min-height:82px;padding:0 16px}.sidebarContent{padding:12px}.quickGrid{gap:9px}.quickAction{min-height:104px;padding:13px;border-radius:18px}}@media (max-width:380px){.logoDark,.logoPink{font-size:18px}.mobileSubtitle{display:none}.mobileNavbar{min-height:62px}.quickGrid{grid-template-columns:1fr}.quickAction{min-height:86px;flex-direction:row;align-items:center;justify-content:flex-start}}.Footer_footer__9XlI0,.Footer_footer__9XlI0 *,.Footer_footer__9XlI0 :after,.Footer_footer__9XlI0 :before{box-sizing:border-box}.Footer_footer__9XlI0{--bg:#f9f1ec;--bg-2:#fff8f3;--card:rgba(255,255,255,0.72);--text:#342326;--muted:#5d484d;--muted-2:#7b656a;--primary:#b76e79;--primary-dark:#8f4855;--line:rgba(183,110,121,0.14);position:relative;overflow:hidden;background:radial-gradient(circle at top left,rgba(183,110,121,.18),transparent 28%),radial-gradient(circle at bottom right,rgba(148,79,91,.12),transparent 30%),linear-gradient(180deg,var(--bg) 0,var(--bg-2) 100%);padding:90px 0 35px}.Footer_footer__9XlI0:before{top:-180px;right:-120px;width:420px;height:420px;background:rgba(183,110,121,.12);filter:blur(90px)}.Footer_footer__9XlI0:after,.Footer_footer__9XlI0:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.Footer_footer__9XlI0:after{bottom:-180px;left:-120px;width:380px;height:380px;background:rgba(255,255,255,.5);filter:blur(80px)}.Footer_container__tEy70{position:relative;z-index:2;width:min(100%,1280px);margin:0 auto;padding:0 24px;box-sizing:border-box}.Footer_topGrid__39mj3{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(230px,.8fr) minmax(280px,1.2fr);grid-gap:26px;gap:26px}.Footer_brandCard__QCqY7,.Footer_columnWide__nrQbl,.Footer_column__LfwF_{position:relative;padding:32px;border-radius:32px;background:var(--card);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.45);box-shadow:0 10px 40px rgba(148,79,91,.08),inset 0 1px 0 rgba(255,255,255,.6);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;min-width:0}.Footer_brandCard__QCqY7:hover,.Footer_columnWide__nrQbl:hover,.Footer_column__LfwF_:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(148,79,91,.12),inset 0 1px 0 rgba(255,255,255,.7);border-color:rgba(183,110,121,.18)}.Footer_brandHeader__Qf3Pf{display:flex;align-items:center;gap:18px;margin-bottom:22px}.Footer_logo__DXPrv{position:relative;width:72px;height:72px;border-radius:24px;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);display:flex;align-items:center;justify-content:center;color:white;font-size:26px;font-weight:800;letter-spacing:.5px;box-shadow:0 18px 35px rgba(183,110,121,.28);flex-shrink:0}.Footer_logo__DXPrv:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.25),transparent)}.Footer_brandTitle__HN0ve{margin:0;font-size:1.65rem;font-weight:800;color:var(--text);letter-spacing:-.03em}.Footer_brandSubtitle__jKgX5{margin:6px 0 0;color:var(--primary-dark);font-weight:700;letter-spacing:.02em}.Footer_description__9NbTE{color:var(--muted);line-height:1.9;font-size:.98rem;max-width:95%;margin:0}.Footer_badges__albiZ{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.Footer_badge__S_8sm{padding:10px 16px;border-radius:999px;background:rgba(183,110,121,.09);border:1px solid rgba(183,110,121,.14);color:var(--primary-dark);font-size:.88rem;font-weight:700;backdrop-filter:blur(10px)}.Footer_social__idTGH{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.Footer_socialLink__VnbtG{position:relative;width:48px;height:48px;border-radius:18px;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.78);display:flex;align-items:center;justify-content:center;color:var(--primary-dark);font-size:18px;overflow:hidden;transition:transform .25s ease,color .25s ease,box-shadow .25s ease,background .25s ease;text-decoration:none}.Footer_socialLink__VnbtG:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--primary),var(--primary-dark));opacity:0;transition:.25s ease}.Footer_socialLink__VnbtG svg{position:relative;z-index:2}.Footer_socialLink__VnbtG:hover{transform:translateY(-3px) scale(1.03);color:white;box-shadow:0 14px 30px rgba(183,110,121,.24)}.Footer_socialLink__VnbtG:hover:before{opacity:1}.Footer_sectionTitle__isrZh{margin:0 0 22px;font-size:1.08rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.Footer_linkList__9ubau{display:grid;grid-gap:12px;gap:12px;list-style:none;margin:0;padding:0}.Footer_navLink__Tv892{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.62);color:var(--text);text-decoration:none;transition:transform .22s ease,background .22s ease,border-color .22s ease;min-width:0}.Footer_navLink__Tv892:hover{transform:translateX(4px);background:rgba(255,255,255,.84);border-color:rgba(183,110,121,.15)}.Footer_navArrow__crPr_{color:var(--primary);opacity:.75;transition:.2s ease;flex-shrink:0}.Footer_navLink__Tv892:hover .Footer_navArrow__crPr_{transform:translateX(3px);opacity:1}.Footer_contactList__YhSMC{display:grid;grid-gap:16px;gap:16px}.Footer_contactItem__l4ZQP{display:flex;gap:14px;padding:16px;border-radius:22px;background:rgba(255,255,255,.52);border:1px solid rgba(255,255,255,.58);min-width:0}.Footer_contactIcon__aY3Eq{width:48px;height:48px;flex-shrink:0;border-radius:18px;background:rgba(183,110,121,.12);color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-size:18px}.Footer_contactTextBlock__pV5CM{min-width:0}.Footer_contactTitle__Om6L3{margin:0 0 5px;font-size:.95rem;font-weight:700;color:var(--text)}.Footer_contactText__Lg9ST{color:var(--muted);line-height:1.7;text-decoration:none;transition:.2s ease;word-break:break-word}.Footer_contactText__Lg9ST:hover{color:var(--primary-dark)}.Footer_divider__t81Eu{height:1px;margin:34px 0 22px;background:linear-gradient(90deg,transparent,rgba(183,110,121,.18),transparent)}.Footer_bottom__9Qm_H{display:grid;grid-template-columns:1fr auto auto;grid-gap:20px;gap:20px;align-items:center}.Footer_copy___cFCs{color:var(--muted);font-size:.92rem;margin:0}.Footer_paymentWrap__VPOyn{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.Footer_paymentLabel__TWZmb{color:var(--primary-dark);font-size:.84rem;font-weight:800}.Footer_payments___c22t{display:flex;gap:10px;flex-wrap:wrap}.Footer_paymentItem__Owg0l{width:44px;height:44px;border-radius:16px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.84);display:inline-flex;align-items:center;justify-content:center;color:var(--primary-dark);font-size:20px;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.Footer_paymentItem__Owg0l:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(183,110,121,.18);background:rgba(255,255,255,.88)}.Footer_bottomLinks__Se0rp{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end;list-style:none;margin:0;padding:0}.Footer_bottomLink__weqZs{color:var(--primary-dark);text-decoration:none;font-size:.9rem;font-weight:700;position:relative}.Footer_bottomLink__weqZs:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:1px;background:var(--primary-dark);transition:.25s ease}.Footer_bottomLink__weqZs:hover:after{width:100%}@media (max-width:1100px){.Footer_topGrid__39mj3{grid-template-columns:1fr 1fr}.Footer_columnWide__nrQbl{grid-column:1/-1}.Footer_bottom__9Qm_H{grid-template-columns:1fr}.Footer_bottomLinks__Se0rp{justify-content:flex-start}}@media (max-width:720px){.Footer_footer__9XlI0{padding:64px 0 28px}.Footer_container__tEy70{padding:0 16px}.Footer_topGrid__39mj3{grid-template-columns:1fr;gap:18px}.Footer_brandCard__QCqY7,.Footer_columnWide__nrQbl,.Footer_column__LfwF_{padding:22px;border-radius:24px}.Footer_brandHeader__Qf3Pf{align-items:flex-start}.Footer_logo__DXPrv{width:60px;height:60px;border-radius:20px;font-size:22px}.Footer_brandTitle__HN0ve{font-size:1.3rem}.Footer_description__9NbTE{max-width:100%}.Footer_social__idTGH{gap:10px}.Footer_socialLink__VnbtG{width:44px;height:44px;border-radius:16px}.Footer_navLink__Tv892{padding:13px 14px}.Footer_contactItem__l4ZQP{padding:14px}.Footer_paymentWrap__VPOyn{width:100%}.Footer_payments___c22t{flex-wrap:wrap}.Footer_bottom__9Qm_H{gap:14px}}@media (max-width:480px){.Footer_brandHeader__Qf3Pf{flex-direction:column}.Footer_logo__DXPrv{margin-bottom:2px}.Footer_badges__albiZ{gap:8px}.Footer_badge__S_8sm{width:100%;justify-content:center;text-align:center}.Footer_copy___cFCs{line-height:1.7}.Footer_bottomLinks__Se0rp{gap:10px}}