.header{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#fffffff7;border-bottom:1px solid #0000000a;height:72px;transition:height .2s,box-shadow .2s;position:fixed;top:0;left:0;right:0}.header-scrolled{height:64px;box-shadow:0 2px 16px #0000000a}.header-container{justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:1280px;height:100%;margin:0 auto;padding:0 20px;display:flex}.logo-link{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.logo-image{object-fit:contain;width:auto;height:40px;transition:width .2s,height .2s;display:block}.header-scrolled .logo-image{height:36px}.nav-desktop{flex:1;justify-content:center;min-width:0;display:flex}.nav-list{align-items:center;gap:2px;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#000;border-radius:var(--radius-sm);white-space:nowrap;padding:6px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.nav-link:hover{background:var(--primary-bg);color:var(--primary)}.nav-link.active{color:var(--primary);font-weight:600}.header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.action-btn{width:36px;height:36px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;text-decoration:none;transition:background .15s,color .15s;display:flex}.action-btn:hover{background:var(--gray-100);color:var(--text-primary)}.wishlist-btn{position:relative}.wishlist-btn:hover{color:#ef4444}.wishlist-badge{color:#fff;border:2px solid var(--header-bg,white);background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:1px;right:1px}.auth-buttons{align-items:center;gap:6px;display:flex}.auth-btn{border-radius:var(--radius-sm);white-space:nowrap;justify-content:center;align-items:center;gap:5px;padding:7px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.login-btn{color:#000;background:0 0}.login-btn:hover{background:var(--gray-100)}.register-btn{color:#fff;background:var(--primary)}.register-btn:hover{background:var(--primary-dark)}.user-menu{position:relative}.user-btn{cursor:pointer;background:0 0;border:none;border-radius:20px;align-items:center;gap:4px;padding:2px 8px 2px 2px;transition:background .15s;display:flex}.user-btn:hover{background:var(--gray-100)}.avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.avatar-chevron{color:var(--text-muted);transition:transform .2s}.avatar-chevron.rotated{transform:rotate(180deg)}.user-dropdown{border-radius:var(--radius-lg);width:240px;box-shadow:var(--shadow-xl);border:var(--border-subtle);z-index:10000;background:#fff;padding:8px;animation:.15s dropdownFade;position:absolute;top:calc(100% + 8px);right:0}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{align-items:center;gap:10px;padding:8px 8px 12px;display:flex}.dropdown-avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dropdown-name{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}.dropdown-email{color:var(--text-muted);margin:2px 0 0;font-size:12px}.dropdown-divider{background:var(--gray-200);width:100%;height:1px;margin:4px 0}.dropdown-menu{margin:0;padding:0;list-style:none}.dropdown-menu li a,.dropdown-menu li button{width:100%;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;padding:8px 10px;font-size:13px;text-decoration:none;transition:background .15s,color .15s;display:flex}.dropdown-menu li a:hover{background:var(--primary-bg);color:var(--primary)}.dropdown-divider-item{padding:0!important}.logout-btn{color:#dc2626!important}.logout-btn:hover{color:#dc2626!important;background:#dc26260f!important}.mobile-toggle{width:40px;height:40px;color:var(--text-primary);cursor:pointer;border-radius:var(--radius-sm);-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:none}.mobile-toggle:hover{background:var(--gray-100)}.mobile-toggle:active{background:var(--gray-200)}.mobile-menu{visibility:hidden;opacity:0;-webkit-overflow-scrolling:touch;z-index:9998;background:#fff;width:100%;transition:transform .25s,opacity .2s,visibility .25s;position:fixed;inset:72px 0 0;overflow:hidden auto;transform:translate(-100%)}.header-scrolled .mobile-menu{top:64px}.mobile-menu.open{visibility:visible;opacity:1;transform:translate(0)}.mobile-content{width:100%;padding:16px 20px 30px}.mobile-nav{margin:0 0 16px;padding:0;list-style:none}.mobile-nav li{border-bottom:1px solid var(--gray-100)}.mobile-link{width:100%;min-height:48px;color:var(--text-primary);align-items:center;padding:13px 4px;font-size:15px;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:flex}.mobile-link:hover,.mobile-link.active{color:var(--primary)}.mobile-link:active{background:var(--gray-50)}.mobile-auth{border-top:1px solid var(--gray-200);flex-direction:column;gap:8px;padding-top:16px;display:flex}.mobile-btn{text-align:center;border-radius:var(--radius-md);justify-content:center;align-items:center;gap:7px;width:100%;min-height:44px;padding:11px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.mobile-login{background:var(--gray-100);color:var(--text-primary)}.mobile-login:hover{background:var(--gray-200)}.mobile-register{background:var(--primary);color:#fff}.mobile-register:hover{background:var(--primary-dark)}.mobile-user{background:var(--gray-50);border-radius:var(--radius-md);align-items:center;gap:12px;padding:12px;display:flex}.mobile-avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-user-info{min-width:0}.mobile-name{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}.mobile-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:12px;overflow:hidden}.mobile-logout{color:#dc2626;border-radius:var(--radius-sm);cursor:pointer;background:#dc262614;border:none;flex-shrink:0;margin-left:auto;padding:7px 12px;font-size:12px;font-weight:500}.mobile-logout:hover{background:#dc262626}.mobile-overlay{cursor:pointer;z-index:9997;background:#00000040;border:none;width:100%;height:100%;padding:0;position:fixed;inset:0}@media (max-width:1024px){.nav-desktop,.auth-buttons{display:none}.mobile-toggle{display:flex}}@media (max-width:768px){.header{height:64px}.header-scrolled{height:56px}.mobile-menu{top:64px}.header-scrolled .mobile-menu{top:56px}.logo-image{height:34px}.header-scrolled .logo-image{height:30px}.header-container{padding:0 16px}.header-actions{gap:4px}}@media (max-width:480px){.header-container{padding:0 14px}.search-btn{display:none}.logo-image{height:32px}.header-scrolled .logo-image{height:29px}.mobile-toggle{width:38px;height:38px}.mobile-content{padding-left:16px;padding-right:16px}}@media (max-width:360px){.logo-image{height:29px}.header-container{padding:0 12px}.mobile-content{padding-left:14px;padding-right:14px}}
.footer{color:#e5e7eb;background:#111827;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-newsletter{background:linear-gradient(135deg,#1f2937,#059669);border-bottom:1px solid #ffffff0d;padding:40px 0}.newsletter-wrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;display:flex}.newsletter-content{align-items:center;gap:16px;display:flex}.newsletter-icon{color:#10b981;background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.newsletter-content h3{color:#fff;margin:0 0 2px;font-size:18px;font-weight:700}.newsletter-content p{color:#ffffffb3;margin:0;font-size:14px}.newsletter-form{flex:1;min-width:280px;max-width:480px}.newsletter-input-wrapper{background:#fff;border-radius:10px;gap:8px;padding:4px;display:flex;box-shadow:0 4px 20px #00000026}.newsletter-input{color:#111827;background:0 0;border:none;border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:14px}.newsletter-input::placeholder{color:#9ca3af}.newsletter-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#1f2937,#059669);border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0596694d}.newsletter-success{color:#34d399;margin-top:8px;font-size:14px;font-weight:500;animation:.3s fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.footer-main{border-bottom:1px solid #ffffff0d;padding:48px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;display:grid}.footer-brand{flex-direction:column;gap:16px;display:flex}.footer-logo{align-items:center;text-decoration:none;display:flex}.footer-logo-wrapper{background:#ffffff0d;border-radius:12px;align-items:center;padding:4px 5px;transition:all .3s;display:flex}.footer-logo-wrapper:hover{background:#ffffff1a;transform:scale(1.02)}.footer-logo-image{object-fit:contain;filter:brightness(0)invert();width:auto;height:auto;max-height:45px}.footer-description{color:#9ca3af;max-width:320px;margin:0;font-size:14px;line-height:1.7}.footer-social{gap:8px;display:flex}.social-link{color:#9ca3af;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;line-height:1;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{color:#10b981;background:#05966933;transform:translateY(-2px)}.footer-links h4,.footer-contact h4{color:#fff;margin:0 0 16px;padding-bottom:10px;font-size:15px;font-weight:700;position:relative}.footer-links h4:after,.footer-contact h4:after{content:"";background:linear-gradient(135deg,#059669,#10b981);border-radius:2px;width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-links ul,.footer-contact ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-links ul li a{color:#9ca3af;align-items:center;gap:6px;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.footer-links ul li a svg{opacity:0;transition:all .2s;transform:translate(-4px)}.footer-links ul li a:hover{color:#10b981}.footer-links ul li a:hover svg{opacity:1;transform:translate(0)}.footer-contact ul li{color:#9ca3af;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;display:flex}.footer-contact ul li svg{color:#10b981;flex-shrink:0;margin-top:2px}.footer-contact ul li a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-contact ul li a:hover{color:#10b981}.footer-bottom{background:#0003;padding:16px 0}.footer-bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer-copyright{color:#6b7280;margin:0;font-size:13px}.footer-bottom-links{flex-wrap:wrap;gap:20px;display:flex}.footer-bottom-links a{color:#6b7280;font-size:13px;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#10b981}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:span 2}.footer-description{max-width:100%}}@media (max-width:768px){.newsletter-wrapper{flex-direction:column;align-items:stretch}.newsletter-content{text-align:center;flex-direction:column}.newsletter-form{min-width:0;max-width:100%}.newsletter-input-wrapper{box-shadow:none;background:0 0;flex-direction:column;padding:0}.newsletter-input{background:#fff;border-radius:10px;padding:14px 16px}.newsletter-btn{justify-content:center;padding:14px 24px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:span 1}.footer-main{padding:32px 0 24px}.footer-bottom-content{text-align:center;flex-direction:column}.footer-bottom-links{justify-content:center}.footer-logo-wrapper{justify-content:center;width:100%}.footer-description{text-align:center}.footer-social{justify-content:center}}@media (max-width:480px){.footer-newsletter{padding:28px 0}.newsletter-content h3{font-size:16px}.newsletter-content p{font-size:13px}.footer-logo-image{max-height:35px}.footer-logo-wrapper{padding:6px 12px}.footer-social{justify-content:center}.footer-links h4:after,.footer-contact h4:after{left:50%;transform:translate(-50%)}.footer-links h4,.footer-contact h4{text-align:center}.footer-links ul li a{justify-content:center}.footer-contact ul li{text-align:center;justify-content:center}.footer-bottom-links{gap:12px}}
.WhatsAppFloatButton-module__dIC5Aq__container{z-index:999;flex-direction:column;align-items:flex-end;gap:14px;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;position:fixed;bottom:20px;right:20px}.WhatsAppFloatButton-module__dIC5Aq__fab{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;animation:3s ease-in-out infinite WhatsAppFloatButton-module__dIC5Aq__floatPulse;display:flex;position:relative;box-shadow:0 8px 24px #128c7e66}.WhatsAppFloatButton-module__dIC5Aq__fab:hover{transform:scale(1.1)rotate(-4deg);box-shadow:0 10px 30px #128c7e8c}.WhatsAppFloatButton-module__dIC5Aq__fabOpen{background:linear-gradient(135deg,#1f2937 0%,#111827 100%);animation:none;box-shadow:0 8px 24px #0f172a59}.WhatsAppFloatButton-module__dIC5Aq__fabOpen:hover{transform:scale(1.05)rotate(0)}.WhatsAppFloatButton-module__dIC5Aq__fabBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:800;animation:2s ease-in-out infinite WhatsAppFloatButton-module__dIC5Aq__badgeBounce;display:flex;position:absolute;top:-2px;right:-2px}@keyframes WhatsAppFloatButton-module__dIC5Aq__floatPulse{0%,to{box-shadow:0 8px 24px #128c7e66,0 0 #25d36680}50%{box-shadow:0 8px 24px #128c7e66,0 0 0 12px #25d36600}}@keyframes WhatsAppFloatButton-module__dIC5Aq__badgeBounce{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}.WhatsAppFloatButton-module__dIC5Aq__attentionBubble{color:#0f172a;cursor:pointer;background:#fff;border-radius:14px;align-items:center;gap:8px;max-width:230px;padding:12px 30px 12px 14px;font-size:13px;font-weight:600;line-height:1.4;animation:.4s cubic-bezier(.34,1.56,.64,1) WhatsAppFloatButton-module__dIC5Aq__slideInLeft;display:flex;position:relative;box-shadow:0 10px 28px #0f172a29}.WhatsAppFloatButton-module__dIC5Aq__attentionBubble:after{content:"";background:#fff;border-radius:3px;width:14px;height:14px;position:absolute;bottom:-7px;right:22px;transform:rotate(45deg)}.WhatsAppFloatButton-module__dIC5Aq__attentionEmoji{flex-shrink:0;font-size:18px}.WhatsAppFloatButton-module__dIC5Aq__attentionClose{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:flex;position:absolute;top:6px;right:6px}@keyframes WhatsAppFloatButton-module__dIC5Aq__slideInLeft{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.WhatsAppFloatButton-module__dIC5Aq__popup{background:#e5ded6;border-radius:18px;width:300px;animation:.25s cubic-bezier(.34,1.56,.64,1) WhatsAppFloatButton-module__dIC5Aq__popIn;overflow:hidden;box-shadow:0 20px 50px #0f172a40}@keyframes WhatsAppFloatButton-module__dIC5Aq__popIn{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.WhatsAppFloatButton-module__dIC5Aq__popupHeader{background:linear-gradient(135deg,#128c7e 0%,#075e54 100%);padding:18px 16px}.WhatsAppFloatButton-module__dIC5Aq__popupHeaderTop{align-items:center;gap:12px;display:flex}.WhatsAppFloatButton-module__dIC5Aq__avatar{color:#fff;background:#ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.WhatsAppFloatButton-module__dIC5Aq__onlineDot{background:#34d399;border:2px solid #128c7e;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.WhatsAppFloatButton-module__dIC5Aq__popupHeaderText{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.WhatsAppFloatButton-module__dIC5Aq__brandName{color:#fff;font-size:15px;font-weight:700}.WhatsAppFloatButton-module__dIC5Aq__statusText{color:#ffffffd9;align-items:center;gap:5px;font-size:11.5px;display:flex}.WhatsAppFloatButton-module__dIC5Aq__statusDotSmall{background:#34d399;border-radius:50%;flex-shrink:0;width:6px;height:6px}.WhatsAppFloatButton-module__dIC5Aq__closeBtn{color:#fff;cursor:pointer;background:#ffffff29;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.WhatsAppFloatButton-module__dIC5Aq__closeBtn:hover{background:#ffffff47}.WhatsAppFloatButton-module__dIC5Aq__chatBody{background-image:radial-gradient(#ffffff80 1px,#0000 1px);background-size:16px 16px;padding:16px}.WhatsAppFloatButton-module__dIC5Aq__greetingBubble{color:#1f2937;background:#fff;border-radius:4px 14px 14px;margin-bottom:14px;padding:12px 14px;font-size:13px;line-height:1.5;box-shadow:0 1px 2px #00000014}.WhatsAppFloatButton-module__dIC5Aq__numberList{flex-direction:column;gap:8px;display:flex}.WhatsAppFloatButton-module__dIC5Aq__numberRow{background:#fff;border-radius:12px;align-items:center;gap:12px;padding:11px 12px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 1px 2px #0000000f}.WhatsAppFloatButton-module__dIC5Aq__numberRow:hover{transform:translate(2px);box-shadow:0 4px 12px #0000001a}.WhatsAppFloatButton-module__dIC5Aq__numberAvatar{color:#128c7e;background:#dcf8c6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.WhatsAppFloatButton-module__dIC5Aq__numberText{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.WhatsAppFloatButton-module__dIC5Aq__numberValue{color:#0f172a;letter-spacing:.2px;font-size:14px;font-weight:700}.WhatsAppFloatButton-module__dIC5Aq__numberHint{color:#64748b;font-size:11.5px}.WhatsAppFloatButton-module__dIC5Aq__numberArrow{color:#94a3b8;flex-shrink:0}@media (max-width:480px){.WhatsAppFloatButton-module__dIC5Aq__container{bottom:14px;right:14px}.WhatsAppFloatButton-module__dIC5Aq__fab{width:56px;height:56px}.WhatsAppFloatButton-module__dIC5Aq__popup{width:calc(100vw - 28px);max-width:300px}.WhatsAppFloatButton-module__dIC5Aq__attentionBubble{max-width:190px}}
