@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);.pas-mega-header{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.4;-webkit-font-smoothing:antialiased;width:100%}.pas-mega-header *,.pas-mega-header *::before,.pas-mega-header *::after{box-sizing:border-box;margin:0;padding:0}.pas-mega-header a{text-decoration:none}.pas-mega-header button{font-family:inherit}.pas-mega-header img{display:block;max-width:100%;height:auto}.pas-mh-container{max-width:1360px;margin:0 auto;padding:0 24px;width:100%}.pas-mh-promo{text-align:center;padding:9px 16px;font-weight:500;letter-spacing:.01em;line-height:1.5}.pas-mh-promo strong{display:inline-block;background:rgba(255,255,255,.2);padding:1px 10px;border-radius:4px;font-weight:700;letter-spacing:.06em;font-size:12px;vertical-align:middle}.pas-mh-main-inner{display:flex;align-items:center;gap:16px}.pas-mh-logo{display:flex;align-items:center;flex-shrink:0}.pas-mh-logo img{height:38px;width:auto;object-fit:contain}.pas-mh-logo-text{font-size:20px;font-weight:800;color:#333;letter-spacing:-.03em;white-space:nowrap}.pas-mh-nav-links{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.pas-mh-nav-link{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;font-weight:500;white-space:nowrap;transition:color 0.2s;border-bottom:2px solid transparent}.pas-mh-nav-icon{font-size:13px}.pas-mh-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.pas-mh-action--wishlist{width:38px;height:38px;border-radius:50%;background:rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;transition:background 0.2s}.pas-mh-action--wishlist:hover{background:rgba(0,0,0,.08)}.pas-mh-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;font-weight:600;white-space:nowrap;transition:background 0.2s,box-shadow 0.2s}.pas-mh-cta-btn:hover{box-shadow:0 2px 8px rgba(0,0,0,.15)}.pas-mh-cta-btn svg{flex-shrink:0}.pas-mh-hamburger{display:none;width:40px;height:40px;align-items:center;justify-content:center;border:none;background:rgba(0,0,0,.05);color:#333;border-radius:8px;cursor:pointer;flex-shrink:0;transition:background 0.2s}.pas-mh-hamburger:hover{background:rgba(0,0,0,.1)}.pas-mh-mobile-nav{position:fixed;top:0;left:-320px;width:300px;height:100vh;height:100dvh;background:#fff;z-index:99999;transition:left 0.3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:4px 0 24px rgba(0,0,0,.2)}.pas-mh-mobile-nav.open{left:0}.pas-mh-mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.pas-mh-mobile-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer;color:#374151}.pas-mh-mobile-close:hover{background:#e5e7eb}.pas-mh-mobile-nav-links{flex:1;overflow-y:auto;padding:8px 0}.pas-mh-mobile-link{display:flex;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:500;color:#374151;border-bottom:1px solid #f3f4f6;transition:background 0.15s}.pas-mh-mobile-link:hover{background:#f9fafb;color:#1f2937}.pas-mh-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:99998;opacity:0;visibility:hidden;transition:opacity 0.3s,visibility 0.3s}.pas-mh-overlay.open{opacity:1;visibility:visible}@media (max-width:1024px){.pas-mh-nav-link{padding:8px 10px;font-size:13px}.pas-mh-cta-btn span{display:none}.pas-mh-cta-btn{padding:10px 14px}}@media (max-width:768px){.pas-mh-promo{font-size:11px;padding:6px 12px}.pas-mh-promo strong{font-size:10px;padding:1px 6px}.pas-mh-container{padding:0 16px}.pas-mh-logo img{height:32px}.pas-mh-nav-links{display:none}.pas-mh-hamburger{display:flex}.pas-mh-action--wishlist{display:none}.pas-mh-actions{margin-left:auto}}@media (max-width:480px){.pas-mh-container{padding:0 12px}.pas-mh-cta-btn{padding:8px 12px;font-size:13px}}