.Header-module__lnUIdW__header{width:100%;height:var(--header-height);z-index:100;background:var(--background);border-bottom:1px solid var(--border-color);position:fixed;top:0;left:0}.Header-module__lnUIdW__container{justify-content:space-between;align-items:center;height:100%;padding:0 24px;display:flex}.Header-module__lnUIdW__logo{align-items:center;gap:16px;padding-right:24px;font-size:1.5rem;font-weight:700;display:flex}.Header-module__lnUIdW__logoIcon{background:var(--brand-primary);color:#000;font-family:var(--font-outfit);border-radius:6px;padding:4px 8px}.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__link{color:var(--text-secondary);font-size:.95rem;font-weight:500}.Header-module__lnUIdW__link:hover{color:var(--text-primary)}.Header-module__lnUIdW__actions{align-items:center;gap:16px;display:flex}.Header-module__lnUIdW__cartBtn{color:var(--text-primary);justify-content:center;align-items:center;padding:8px;transition:color .2s;display:flex;position:relative}.Header-module__lnUIdW__cartBtn:hover{color:var(--brand-primary)}.Header-module__lnUIdW__cartBadge{background:var(--brand-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:0;right:0}.Header-module__lnUIdW__cta{background:linear-gradient(135deg,var(--brand-primary)0%,#f50 100%);color:#fff;border-radius:50px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:transform .2s,filter .2s}.Header-module__lnUIdW__cta:hover{filter:brightness(1.1);transform:translateY(-1px)}.Header-module__lnUIdW__desktopActions,.Header-module__lnUIdW__desktopCta{display:none}.Header-module__lnUIdW__mobileMenuBtn{cursor:pointer;z-index:101;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Header-module__lnUIdW__hamburger{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}.Header-module__lnUIdW__hamburger span{background-color:var(--text-primary);border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__active span:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__active span:nth-child(2){opacity:0}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__lnUIdW__mobileMenu{background:var(--background);z-index:99;width:100%;height:100vh;padding-top:var(--header-height);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.Header-module__lnUIdW__mobileMenu.Header-module__lnUIdW__open{transform:translate(0)}.Header-module__lnUIdW__mobileMenuContent{flex-direction:column;flex:1;padding:24px;display:flex;overflow-y:auto}.Header-module__lnUIdW__mobileNav{flex-direction:column;gap:24px;margin-bottom:48px;display:flex}.Header-module__lnUIdW__mobileLink{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding-bottom:16px;font-size:1.5rem;font-weight:600}.Header-module__lnUIdW__mobileActions{flex-direction:column;gap:24px;margin-top:auto;display:flex}.Header-module__lnUIdW__mobileOptions{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px 0;display:flex}.Header-module__lnUIdW__mobileCta{background:linear-gradient(135deg,var(--brand-primary)0%,#f50 100%);color:#fff;text-align:center;border-radius:50px;padding:16px;font-size:1.1rem;font-weight:700}@media (min-width:768px){.Header-module__lnUIdW__nav{gap:32px;display:flex}.Header-module__lnUIdW__desktopActions{align-items:center;gap:16px;display:flex}.Header-module__lnUIdW__desktopCta{display:block}.Header-module__lnUIdW__mobileMenuBtn,.Header-module__lnUIdW__mobileMenu{display:none}}
