.Header-module__ldgnoG__header{background-color:var(--color-background);border-bottom:1px solid var(--color-border);z-index:100;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.Header-module__ldgnoG__headerContainer{justify-content:space-between;align-items:center;height:80px;display:flex;position:relative}.Header-module__ldgnoG__leftActions{align-items:center;gap:.25rem;display:none}.Header-module__ldgnoG__hamburger{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.Header-module__ldgnoG__mobileSearchBtn{display:none}.Header-module__ldgnoG__desktopSearchBtn{display:flex}.Header-module__ldgnoG__logo{font-family:var(--font-serif);color:var(--color-primary);letter-spacing:2px;font-size:1.5rem;font-weight:700;text-decoration:none}.Header-module__ldgnoG__logoImage{width:auto;height:60px;display:block}.Header-module__ldgnoG__nav{gap:2.5rem;height:100%;display:flex}.Header-module__ldgnoG__navLink{color:#555;transition:color var(--transition-fast);cursor:pointer;align-items:center;gap:.25rem;padding:.5rem 0;font-size:.95rem;font-weight:600;display:flex;position:relative}.Header-module__ldgnoG__navLink:after{content:"";background-color:#0000;width:100%;height:2px;transition:background-color .2s;position:absolute;bottom:0;left:0}.Header-module__ldgnoG__navLink:hover{color:var(--color-primary)}.Header-module__ldgnoG__navLink svg{transition:transform .3s}.Header-module__ldgnoG__hasMegaMenu:hover .Header-module__ldgnoG__navLink svg{transform:rotate(180deg)}.Header-module__ldgnoG__hasMegaMenu{align-items:center;display:flex;position:relative}.Header-module__ldgnoG__megaMenu{border:1px solid var(--color-border);border-radius:var(--radius-md);opacity:0;visibility:hidden;z-index:90;background-color:#fff;min-width:260px;padding:1.5rem 2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(15px);box-shadow:0 10px 30px #00000014}.Header-module__ldgnoG__hasMegaMenu:hover .Header-module__ldgnoG__megaMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__ldgnoG__hasMegaMenu:hover .Header-module__ldgnoG__navLink:after{background-color:#555}.Header-module__ldgnoG__megaCol{flex-direction:column;gap:.5rem;width:100%;display:flex}.Header-module__ldgnoG__megaTitle{letter-spacing:1px;text-transform:uppercase;color:var(--color-text-muted);border-bottom:1px solid #f0f0f0;margin-bottom:.75rem;padding-bottom:.25rem;font-size:.75rem;font-weight:700;display:block}.Header-module__ldgnoG__megaLink{color:#444;padding:.4rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__ldgnoG__megaLink:hover{color:#d4af37;transform:translate(3px)}.Header-module__ldgnoG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__ldgnoG__iconBtn{color:var(--color-primary);transition:transform var(--transition-fast);justify-content:center;align-items:center;display:flex;position:relative}.Header-module__ldgnoG__iconBtn:hover{transform:scale(1.1)}.Header-module__ldgnoG__cartBadge{background-color:var(--color-error);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-6px}.Header-module__ldgnoG__mobileMenuOverlay,.Header-module__ldgnoG__mobileMenu{display:none}@media (max-width:1024px){.Header-module__ldgnoG__nav{display:none}.Header-module__ldgnoG__leftActions,.Header-module__ldgnoG__mobileSearchBtn{display:flex}.Header-module__ldgnoG__desktopSearchBtn{display:none}.Header-module__ldgnoG__hamburger{align-items:center;display:flex}.Header-module__ldgnoG__logo{position:absolute;left:50%;transform:translate(-50%)}.Header-module__ldgnoG__logoImage{height:45px}.Header-module__ldgnoG__actions{gap:.75rem}.Header-module__ldgnoG__hideMobileSmall{display:block}.Header-module__ldgnoG__mobileMenuOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100vh;transition:opacity .3s;display:block;position:fixed;top:0;left:0}.Header-module__ldgnoG__mobileMenuOverlayOpen{opacity:1;visibility:visible}.Header-module__ldgnoG__mobileMenu{z-index:1001;background-color:#fff;flex-direction:column;width:300px;max-width:85vw;height:100vh;padding:1.5rem;transition:left .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:-320px;overflow-y:auto;box-shadow:2px 0 15px #0000001a}.Header-module__ldgnoG__mobileMenuOpen{left:0}.Header-module__ldgnoG__mobileMenuHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.Header-module__ldgnoG__mobileMenuClose{color:var(--color-text-main);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.Header-module__ldgnoG__mobileNav{flex-direction:column;gap:.5rem;display:flex}.Header-module__ldgnoG__mobileNavItem{border-bottom:1px solid #f5f5f5;flex-direction:column;display:flex}.Header-module__ldgnoG__mobileNavBtn{color:#222;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 0;font-family:inherit;font-size:1.1rem;font-weight:500;display:flex}.Header-module__ldgnoG__mobileNavLink{color:#222;border-bottom:1px solid #f5f5f5;padding:1rem 0;font-size:1.1rem;font-weight:500;text-decoration:none}.Header-module__ldgnoG__iconTransition{transition:transform .3s}.Header-module__ldgnoG__mobileSubMenu{background-color:#fafafa;border-radius:8px;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.Header-module__ldgnoG__mobileSubTitle{color:#888;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.Header-module__ldgnoG__mobileSubLink{color:#444;padding:.25rem 0;font-size:1rem;text-decoration:none}.Header-module__ldgnoG__mobileFooter{flex-direction:column;gap:1rem;margin-top:auto;padding-top:2rem;display:flex}.Header-module__ldgnoG__mobileFooterLink{color:var(--color-primary);border:1px solid var(--color-primary);text-align:center;border-radius:4px;padding:.75rem;font-size:1rem;font-weight:600;text-decoration:none}}.Header-module__ldgnoG__userDropdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border:1px solid #0000000d;border-radius:16px;min-width:220px;animation:.3s forwards Header-module__ldgnoG__dropdownFadeIn;position:absolute;top:calc(100% + 15px);right:0;overflow:hidden;box-shadow:0 15px 40px #0000001f}@keyframes Header-module__ldgnoG__dropdownFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Header-module__ldgnoG__dropdownHeader{background-color:#fafafa;border-bottom:1px solid #f0f0f0;padding:1.25rem 1rem}.Header-module__ldgnoG__userMail{color:#111;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;display:block;overflow:hidden}.Header-module__ldgnoG__userWelcome{color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.75rem;display:block}.Header-module__ldgnoG__dropdownItem{color:#333;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:.9rem 1rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__ldgnoG__dropdownItem:hover{color:#d4af37;background-color:#d4af370d;padding-left:1.25rem}.Header-module__ldgnoG__dropdownLogout{color:#e11d48;border-top:1px solid #f5f5f5;margin-top:5px}.Header-module__ldgnoG__dropdownLogout:hover{color:#e11d48;background-color:#fff1f2}.Header-module__ldgnoG__userDropdown:before{content:"";background:#fff;border-top:1px solid #0000000d;border-left:1px solid #0000000d;width:12px;height:12px;position:absolute;top:-6px;right:15px;transform:rotate(45deg)}
.SearchOverlay-module__OqTYfW__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;background:#00000080;flex-direction:column;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.SearchOverlay-module__OqTYfW__searchBarArea{z-index:10001;background:#fff;padding:25px 0;position:relative;box-shadow:0 10px 30px #0000001a}.SearchOverlay-module__OqTYfW__container{align-items:center;gap:20px;max-width:1000px;margin:0 auto;padding:0 20px;display:flex}.SearchOverlay-module__OqTYfW__inputWrapper{flex:1;align-items:center;display:flex;position:relative}.SearchOverlay-module__OqTYfW__searchInput{color:#111;background:#f9f9f9;border:1px solid #eee;border-radius:50px;outline:none;width:100%;padding:15px 60px 15px 30px;font-size:1.1rem;transition:all .3s}.SearchOverlay-module__OqTYfW__searchInput:focus{background:#fff;border-color:#d4af37;box-shadow:0 0 0 5px #d4af370d}.SearchOverlay-module__OqTYfW__searchIconGroup{color:#999;align-items:center;gap:12px;display:flex;position:absolute;right:25px}.SearchOverlay-module__OqTYfW__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;align-items:center;padding:8px;transition:all .3s;display:flex}.SearchOverlay-module__OqTYfW__closeBtn:hover{color:#000;transform:rotate(90deg)}.SearchOverlay-module__OqTYfW__dropdown{background:#fff;border:1px solid #f0f0f0;border-radius:20px;width:100%;max-width:1000px;max-height:65vh;animation:.4s cubic-bezier(.16,1,.3,1) SearchOverlay-module__OqTYfW__dropdownSlideUp;display:flex;position:absolute;top:calc(100% + 15px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 25px 50px #00000026}@keyframes SearchOverlay-module__OqTYfW__dropdownSlideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.SearchOverlay-module__OqTYfW__suggestionsCol{background:#fafafa;border-right:1px solid #f0f0f0;width:280px;padding:30px}.SearchOverlay-module__OqTYfW__productsCol{flex:1;padding:30px;overflow-y:auto}.SearchOverlay-module__OqTYfW__colTitle{color:#bbb;text-transform:uppercase;letter-spacing:.15em;margin-bottom:25px;font-size:.75rem;font-weight:800;display:block}.SearchOverlay-module__OqTYfW__suggestionItem{color:#444;padding:12px 0;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.SearchOverlay-module__OqTYfW__suggestionItem:hover{color:#d4af37;padding-left:5px}.SearchOverlay-module__OqTYfW__productList{flex-direction:column;gap:20px;display:flex}.SearchOverlay-module__OqTYfW__productCard{border:1px solid #0000;border-radius:16px;align-items:center;gap:20px;padding:15px;text-decoration:none;transition:all .3s;display:flex}.SearchOverlay-module__OqTYfW__productCard:hover{background:#fff;border-color:#eee;box-shadow:0 5px 15px #0000000d}.SearchOverlay-module__OqTYfW__productImg{object-fit:contain;background:0 0;border-radius:12px;width:80px;height:80px}.SearchOverlay-module__OqTYfW__productInfo{flex-direction:column;gap:6px;display:flex}.SearchOverlay-module__OqTYfW__productName{color:#111;font-size:1rem;font-weight:600;line-height:1.4}.SearchOverlay-module__OqTYfW__priceWrapper{align-items:center;gap:12px;display:flex}.SearchOverlay-module__OqTYfW__oldPrice{color:#999;font-size:.85rem;font-weight:500;text-decoration:line-through}.SearchOverlay-module__OqTYfW__newPrice{color:#d4af37;font-size:1.05rem;font-weight:800}.SearchOverlay-module__OqTYfW__noResults{text-align:center;color:#999;padding:60px 0;font-size:1.1rem}@media (max-width:850px){.SearchOverlay-module__OqTYfW__dropdown{flex-direction:column;width:95%;max-height:75vh}.SearchOverlay-module__OqTYfW__suggestionsCol{border-bottom:1px solid #f0f0f0;border-right:none;width:100%;padding:20px}}
.Footer-module__Grjkva__footer{color:#fff;background-color:#000;border-top:1px solid #222;margin-top:4rem;padding-bottom:30px}.Footer-module__Grjkva__newsletterRow{background-color:#080808;border-bottom:1px solid #1a1a1a;margin-bottom:50px;padding:40px 0}.Footer-module__Grjkva__newsletterContent{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.Footer-module__Grjkva__newsletterTitle{color:#fff;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:10px;margin:0;font-size:clamp(1.1rem,4vw,1.4rem);font-weight:700;display:flex}.Footer-module__Grjkva__newsletterForm{width:100%;max-width:420px}.Footer-module__Grjkva__inputGroup{align-items:center;display:flex;position:relative}.Footer-module__Grjkva__newsletterInput{color:#fff;background-color:#111;border:1px solid #333;border-radius:8px;outline:none;width:100%;padding:14px 50px 14px 20px;font-size:.95rem;transition:border-color .3s}.Footer-module__Grjkva__newsletterInput:focus{border-color:#d4af37}.Footer-module__Grjkva__newsletterBtn{color:#d4af37;cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;padding:10px;display:flex;position:absolute;right:5px}.Footer-module__Grjkva__brandHeader{justify-content:center;align-items:center;gap:50px;margin-bottom:50px;display:flex}.Footer-module__Grjkva__logoWrapper{flex-shrink:0}.Footer-module__Grjkva__footerLogo{width:140px;height:auto;display:block}.Footer-module__Grjkva__brandText{color:#fff;text-align:left;max-width:700px;font-size:1.15rem;line-height:1.7}.Footer-module__Grjkva__brandText p{margin-bottom:8px}.Footer-module__Grjkva__brandText strong{margin-bottom:5px;font-size:1.3rem;font-weight:700;display:inline-block}.Footer-module__Grjkva__separator{background-color:#222;width:100%;height:1px;margin-bottom:50px}.Footer-module__Grjkva__footerGrid{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px;padding-left:10%;display:grid}.Footer-module__Grjkva__navCol{flex-direction:column;gap:12px;display:flex}.Footer-module__Grjkva__colTitle{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:15px;font-size:1.1rem;font-weight:700}.Footer-module__Grjkva__link{color:#999;font-size:.95rem;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__link:hover{color:#fff}.Footer-module__Grjkva__bottomSection{text-align:center;justify-content:center;gap:80px;margin-bottom:50px;display:flex}.Footer-module__Grjkva__bottomCol{flex-direction:column;align-items:center;gap:20px;display:flex}.Footer-module__Grjkva__bottomTitle{color:#fff;letter-spacing:.05em;margin:0;font-size:1rem;font-weight:700}.Footer-module__Grjkva__methodLogos{opacity:.8;max-width:220px;height:auto;transition:opacity .3s,transform .3s}.Footer-module__Grjkva__methodLogos:hover{opacity:1;transform:translateY(-2px)}.Footer-module__Grjkva__bottomBar{border-top:1px solid #222;padding-top:30px}.Footer-module__Grjkva__bottomBarContent{justify-content:space-between;align-items:center;display:flex}.Footer-module__Grjkva__copy{color:#555;letter-spacing:.02em;margin:0;font-size:.85rem}.Footer-module__Grjkva__socialLinks{gap:15px;display:flex}.Footer-module__Grjkva__socialIcon{color:#fff;opacity:.4;justify-content:center;align-items:center;transition:opacity .3s,transform .3s;display:flex}.Footer-module__Grjkva__socialIcon svg{display:block}.Footer-module__Grjkva__socialIcon:hover{opacity:1;transform:translateY(-2px)}@media (max-width:992px){.Footer-module__Grjkva__brandHeader{text-align:center;flex-direction:column;gap:25px}.Footer-module__Grjkva__brandText{text-align:center;font-size:1.05rem}}@media (max-width:768px){.Footer-module__Grjkva__footerGrid{text-align:center;grid-template-columns:1fr;gap:40px;padding-left:0}.Footer-module__Grjkva__navCol{align-items:center}.Footer-module__Grjkva__bottomSection{flex-direction:column;gap:50px}.Footer-module__Grjkva__methodLogos{max-width:180px}.Footer-module__Grjkva__bottomBarContent{text-align:center;flex-direction:column;gap:20px}.Footer-module__Grjkva__socialLinks{justify-content:center}}
.AnnouncementPopup-module__v0ZHaW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;animation:.4s ease-out AnnouncementPopup-module__v0ZHaW__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes AnnouncementPopup-module__v0ZHaW__fadeIn{0%{opacity:0}to{opacity:1}}.AnnouncementPopup-module__v0ZHaW__container{background:#fff;border-radius:2rem;width:100%;max-width:420px;animation:.5s cubic-bezier(.16,1,.3,1) AnnouncementPopup-module__v0ZHaW__slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes AnnouncementPopup-module__v0ZHaW__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.AnnouncementPopup-module__v0ZHaW__closeBtn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;z-index:10;color:#111;background:#fffc;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1.25rem}.AnnouncementPopup-module__v0ZHaW__closeBtn:hover{background:#fff;transform:rotate(90deg)}.AnnouncementPopup-module__v0ZHaW__imageWrapper{background-color:#f9f9f9;justify-content:center;align-items:center;width:100%;max-height:450px;display:flex;overflow:hidden}.AnnouncementPopup-module__v0ZHaW__image{object-fit:contain;width:100%;height:auto;max-height:450px;display:block}.AnnouncementPopup-module__v0ZHaW__content{text-align:center;padding:2.5rem 2rem}.AnnouncementPopup-module__v0ZHaW__title{color:#111;margin-bottom:.75rem;font-size:1.75rem;font-weight:800;line-height:1.2}.AnnouncementPopup-module__v0ZHaW__text{color:#666;margin-bottom:2rem;font-size:1rem;line-height:1.6}.AnnouncementPopup-module__v0ZHaW__actionBtn{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#000;border-radius:1rem;width:100%;padding:1.1rem;font-weight:700;text-decoration:none;transition:all .2s;display:block;box-shadow:0 10px 20px #0000001a}.AnnouncementPopup-module__v0ZHaW__actionBtn:hover{background:#111;transform:translateY(-2px);box-shadow:0 15px 30px #00000026}.AnnouncementPopup-module__v0ZHaW__dismissBtn{color:#999;cursor:pointer;text-underline-offset:4px;background:0 0;border:none;margin-top:1.5rem;font-size:.8rem;text-decoration:underline;display:inline-block}.AnnouncementPopup-module__v0ZHaW__dismissBtn:hover{color:#666}@media (max-width:480px){.AnnouncementPopup-module__v0ZHaW__container{border-radius:1.5rem;max-width:100%}.AnnouncementPopup-module__v0ZHaW__imageWrapper{max-height:300px}.AnnouncementPopup-module__v0ZHaW__content{padding:2rem 1.5rem}.AnnouncementPopup-module__v0ZHaW__title{font-size:1.5rem}}
