.header-custom-wrapper{position:sticky;top:0;z-index:1000;background:var(--header-bg);box-shadow:0 2px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.header-custom-wrapper.scrolled{box-shadow:0 4px 30px #0000001f}.header-custom{width:100%;position:relative}.header-custom-container{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px}.header-logo{flex:0 0 auto;min-width:120px}.header-logo-link{display:flex;align-items:center;text-decoration:none}.header-logo-img{height:auto;max-height:48px;width:auto;transition:transform .3s ease}.header-logo-link:hover .header-logo-img{transform:scale(1.02)}.header-logo-text{font-size:1.5rem;font-weight:800;color:var(--header-text);letter-spacing:-.02em}.header-nav{position:absolute;left:50%;transform:translate(-50%);display:flex;justify-content:center}.header-nav-list{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}.header-nav-item{position:relative}.header-nav-link{display:flex;align-items:center;gap:6px;padding:12px 20px;font-size:1.05rem;font-weight:600;color:#1f2937;text-decoration:none;background:none;border:none;cursor:pointer;border-radius:10px;transition:all .2s ease;letter-spacing:-.01em}.header-nav-link:hover{background:#22c55e1a;color:var(--header-primary)}.header-nav-link.highlighted{background:linear-gradient(135deg,var(--header-primary),var(--header-primary-dark));color:#fff;font-weight:600}.header-nav-link.highlighted:hover{transform:translateY(-2px);box-shadow:0 4px 15px #22c55e66}.nav-chevron{width:16px;height:16px;transition:transform .2s ease}.header-nav-link[aria-expanded=true] .nav-chevron{transform:rotate(180deg)}.header-dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(10px);min-width:240px;background:#fff;border-radius:16px;box-shadow:0 20px 50px #00000026;opacity:0;visibility:hidden;pointer-events:none;transition:all .25s ease;padding:8px;z-index:100}.header-dropdown:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border:8px solid transparent;border-bottom-color:#fff}.header-dropdown.active{opacity:1;visibility:visible;pointer-events:all;transform:translate(-50%) translateY(0)}.dropdown-inner{display:flex;flex-direction:column;gap:4px}.dropdown-link{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--header-text);text-decoration:none;border-radius:10px;transition:all .2s ease}.dropdown-link:hover{background:#22c55e14;color:var(--header-primary);transform:translate(4px)}.dropdown-icon{font-size:1.3rem}.dropdown-text{font-size:.95rem;font-weight:500}.header-actions{display:flex;align-items:center;gap:12px}.header-cta-button{position:relative;display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,var(--header-cta-bg),var(--header-primary-dark));color:var(--header-cta-text);font-size:.9rem;font-weight:700;text-decoration:none;border-radius:50px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px #22c55e4d}.header-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #22c55e66}.cta-pulse{position:absolute;top:50%;left:50%;width:100%;height:100%;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%) scale(0);animation:pulse-ring 2s ease-out infinite}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.header-icon-btn{display:flex;align-items:center;gap:8px;padding:10px 14px;background:none;border:2px solid transparent;border-radius:12px;cursor:pointer;color:var(--header-text);text-decoration:none;transition:all .2s ease}.header-icon-btn:hover{background:#22c55e14;border-color:#22c55e33}.icon-wrapper{position:relative;width:24px;height:24px}.icon-wrapper svg{width:100%;height:100%}.account-active-dot{position:absolute;top:-2px;right:-2px;width:10px;height:10px;background:var(--header-primary);border:2px solid #fff;border-radius:50%}.btn-label{font-size:.9rem;font-weight:500;white-space:nowrap}.header-account{position:relative}.account-tooltip{position:absolute;top:calc(100% + 12px);right:0;width:320px;background:#fff;border-radius:20px;box-shadow:0 25px 60px #0000002e;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:all .3s ease;z-index:200;overflow:hidden}.header-account:hover .account-tooltip,.account-tooltip:hover{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}.tooltip-arrow{position:absolute;top:-8px;right:24px;border:8px solid transparent;border-bottom-color:#fff}.tooltip-header{display:flex;align-items:center;gap:14px;padding:20px;background:linear-gradient(135deg,#22c55e14,#22c55e05)}.tooltip-avatar{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--header-primary),var(--header-primary-dark));color:#fff;font-size:1rem;font-weight:700;border-radius:14px}.tooltip-info{display:flex;flex-direction:column;gap:2px}.tooltip-name{font-size:1rem;font-weight:700;color:var(--header-text)}.tooltip-email{font-size:.8rem;color:#6b7280}.tooltip-divider{height:1px;background:#e5e7eb;margin:0 20px}.tooltip-description{display:flex;align-items:flex-start;gap:10px;padding:16px 20px;background:#22c55e0d;margin:16px;border-radius:12px}.tooltip-description svg{width:18px;height:18px;color:var(--header-primary);flex-shrink:0;margin-top:2px}.tooltip-description span{font-size:.82rem;line-height:1.5;color:#374151}.tooltip-actions{display:flex;flex-direction:column;gap:10px;padding:16px 20px 20px}.tooltip-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .2s ease}.tooltip-btn svg{width:18px;height:18px}.tooltip-btn.primary{background:linear-gradient(135deg,var(--header-primary),var(--header-primary-dark));color:#fff}.tooltip-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66}.tooltip-btn.secondary{background:#f3f4f6;color:#374151}.tooltip-btn.secondary:hover{background:#e5e7eb}.tooltip-guest{padding:24px;text-align:center}.tooltip-guest-icon{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border-radius:20px}.tooltip-guest-icon svg{width:32px;height:32px;color:var(--header-primary)}.tooltip-guest h4{margin:0 0 8px;font-size:1.1rem;font-weight:700;color:var(--header-text)}.tooltip-guest p{margin:0 0 20px;font-size:.85rem;line-height:1.5;color:#6b7280}.tooltip-guest .tooltip-actions{padding:0}.header-cart{position:relative}.cart-icon-wrapper{position:relative;width:24px;height:24px}.cart-icon-wrapper svg{width:100%;height:100%}.cart-count{position:absolute;top:-8px;right:-10px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--header-primary),var(--header-primary-dark));color:#fff;font-size:.7rem;font-weight:700;border-radius:50%;padding:0 5px;box-shadow:0 2px 8px #22c55e66}.cart-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:360px;background:#fff;border-radius:20px;box-shadow:0 25px 60px #0000002e;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:all .3s ease;z-index:200;overflow:hidden}.cart-dropdown.active{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}.cart-dropdown-arrow{position:absolute;top:-8px;right:24px;border:8px solid transparent;border-bottom-color:#fff}.cart-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid #f3f4f6}.cart-dropdown-header h4{margin:0;font-size:1.1rem;font-weight:700;color:var(--header-text)}.cart-items-count{font-size:.85rem;color:#6b7280;background:#f3f4f6;padding:4px 12px;border-radius:20px}.cart-dropdown-items{max-height:280px;overflow-y:auto;padding:16px 20px}.cart-mini-item{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid #f3f4f6}.cart-mini-item:last-child{border-bottom:none}.cart-mini-image{width:60px;height:75px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#f9fafb}.cart-mini-image img{width:100%;height:100%;object-fit:cover}.cart-mini-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.cart-mini-placeholder svg{width:24px;height:24px}.cart-mini-info{display:flex;flex-direction:column;justify-content:center;gap:4px;flex:1;min-width:0}.cart-mini-title{font-size:.9rem;font-weight:600;color:var(--header-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-mini-variant{font-size:.8rem;color:#6b7280}.cart-mini-price{font-size:.95rem;font-weight:700;color:var(--header-primary)}.cart-mini-more{text-align:center;padding:12px 0 4px;font-size:.85rem;color:#6b7280}.cart-dropdown-footer{padding:16px 20px 20px;background:#fafafa;border-top:1px solid #f3f4f6}.cart-subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:16px;border-bottom:1px dashed #e5e7eb}.cart-subtotal span:first-child{font-size:.9rem;color:#6b7280}.cart-subtotal-price{font-size:1.2rem;font-weight:800;color:var(--header-text)}.cart-btn-full{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px;background:#fff;border:2px solid #e5e7eb;color:var(--header-text);font-size:.9rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .2s ease;margin-bottom:10px}.cart-btn-full svg{width:18px;height:18px}.cart-btn-full:hover{border-color:var(--header-primary);color:var(--header-primary)}.cart-btn-checkout{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:linear-gradient(135deg,var(--header-primary),var(--header-primary-dark));color:#fff;font-size:.95rem;font-weight:700;text-decoration:none;border-radius:12px;transition:all .2s ease}.cart-btn-checkout svg{width:18px;height:18px}.cart-btn-checkout:hover{transform:translateY(-2px);box-shadow:0 8px 25px #22c55e66}.cart-dropdown-empty{padding:40px 24px;text-align:center}.cart-empty-icon{width:80px;height:80px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#22c55e1a,#22c55e05);border-radius:50%}.cart-empty-icon svg{width:40px;height:40px;color:#9ca3af}.cart-dropdown-empty h4{margin:0 0 8px;font-size:1.1rem;font-weight:700;color:var(--header-text)}.cart-dropdown-empty p{margin:0 0 24px;font-size:.9rem;color:#6b7280}.cart-empty-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,var(--header-primary),var(--header-primary-dark));color:#fff;font-size:.9rem;font-weight:700;text-decoration:none;border-radius:50px;transition:all .2s ease}.cart-empty-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #22c55e66}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:none;border:none;cursor:pointer}.hamburger{width:24px;height:18px;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;width:100%;height:2px;background:var(--header-text);border-radius:2px;transition:all .3s ease}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;visibility:hidden;pointer-events:none}.mobile-menu.active{visibility:visible;pointer-events:all}.mobile-menu-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;opacity:0;transition:opacity .3s ease}.mobile-menu.active .mobile-menu-overlay{opacity:1}.mobile-menu-content{position:absolute;top:0;right:0;width:100%;max-width:360px;height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow-y:auto}.mobile-menu.active .mobile-menu-content{transform:translate(0)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f3f4f6}.mobile-menu-title{font-size:1.1rem;font-weight:700;color:var(--header-text)}.mobile-menu-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease}.mobile-menu-close:hover{background:#e5e7eb}.mobile-menu-close svg{width:20px;height:20px;color:var(--header-text)}.mobile-nav{flex:1;padding:16px 0}.mobile-nav-link,.mobile-nav-parent{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 24px;font-size:1rem;font-weight:500;color:var(--header-text);text-decoration:none;background:none;border:none;cursor:pointer;text-align:left;transition:all .2s ease}.mobile-nav-link:hover,.mobile-nav-parent:hover{background:#22c55e0d;color:var(--header-primary)}.mobile-nav-link.highlighted{background:linear-gradient(135deg,var(--header-primary),var(--header-primary-dark));color:#fff;margin:8px 16px;border-radius:12px;padding:16px 20px}.mobile-nav-chevron{width:20px;height:20px;transition:transform .2s ease}.mobile-nav-parent[aria-expanded=true] .mobile-nav-chevron{transform:rotate(180deg)}.mobile-nav-children{display:none;padding:0 16px 16px 40px;flex-direction:column;gap:4px}.mobile-nav-children.active{display:flex}.mobile-nav-child{padding:12px 16px;font-size:.95rem;color:#4b5563;text-decoration:none;border-radius:8px;transition:all .2s ease}.mobile-nav-child:hover{background:#22c55e14;color:var(--header-primary)}.mobile-account-section{margin:16px;padding:20px;background:linear-gradient(135deg,#22c55e14,#22c55e05);border-radius:16px}.mobile-account-info{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px dashed rgba(34,197,94,.3)}.mobile-account-info svg{width:18px;height:18px;color:var(--header-primary);flex-shrink:0;margin-top:2px}.mobile-account-info span{font-size:.82rem;line-height:1.5;color:#374151}.mobile-account-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px;background:#fff;border:2px solid var(--header-primary);color:var(--header-primary);font-size:.9rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .2s ease}.mobile-account-btn svg{width:20px;height:20px}.mobile-account-btn:hover{background:var(--header-primary);color:#fff}.mobile-cta-btn{display:flex;align-items:center;justify-content:center;gap:10px;margin:16px;padding:18px 24px;background:linear-gradient(135deg,var(--header-primary),var(--header-primary-dark));color:#fff;font-size:1rem;font-weight:700;text-decoration:none;border-radius:14px;transition:all .2s ease;box-shadow:0 4px 15px #22c55e4d}.mobile-cta-btn svg{width:20px;height:20px}.mobile-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #22c55e66}.desktop-only{display:flex}.mobile-only{display:none}@media screen and (max-width:990px){.desktop-only{display:none!important}.mobile-only{display:flex}.header-custom-container{display:flex;padding:0 16px;height:64px;justify-content:space-between}.header-actions{gap:4px}.header-icon-btn{padding:10px}.btn-label{display:none}.cart-dropdown,.account-tooltip{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%;max-height:80vh;border-radius:24px 24px 0 0;transform:translateY(100%)}.cart-dropdown.active{transform:translateY(0)}.cart-dropdown-arrow,.tooltip-arrow{display:none}}.cart-dropdown-items::-webkit-scrollbar{width:4px}.cart-dropdown-items::-webkit-scrollbar-track{background:#f3f4f6;border-radius:2px}.cart-dropdown-items::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.cart-dropdown-items::-webkit-scrollbar-thumb:hover{background:#9ca3af}
/*# sourceMappingURL=/cdn/shop/t/3/assets/header-custom.css.map */
