@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500&display=swap');#apple-like-header{font-family:"Outfit","Inter","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-weight:300;letter-spacing:.35px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#apple-like-header *{box-sizing:border-box;margin:0;padding:0}#apple-like-header button{background:none;border:none;font-family:inherit;cursor:pointer}#apple-like-header a{text-decoration:none;color:inherit}#apple-like-header .alh-bar{position:fixed;top:24px;left:24px;right:24px;z-index:9999;background:#000000;color:#f5f5f7;border:1px solid rgba(255,255,255,0.08);border-radius:9999px;transition:all 0.35s cubic-bezier(0.4,0,0.2,1)}#apple-like-header .alh-inner{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 20px;gap:20px}#apple-like-header.is-scrolled .alh-bar{background:radial-gradient(circle at 0% 0%,rgba(255,255,255,0.16) 0%,transparent 55%),radial-gradient(circle at 100% 0%,rgba(255,255,255,0.12) 0%,transparent 60%),rgba(2,2,4,0.92);border-color:rgba(255,255,255,0.18);box-shadow:0 28px 70px rgba(0,0,0,0.92),0 0 0 1px rgba(255,255,255,0.06),inset 0 1px 0 rgba(255,255,255,0.28),inset 0 -1px 0 rgba(0,0,0,0.65);backdrop-filter:blur(26px) saturate(220%);-webkit-backdrop-filter:blur(26px) saturate(220%);transform:translateY(-2px)}#apple-like-header .alh-left{flex-shrink:0}#apple-like-header .logo img{height:32px;width:auto;display:block;transition:opacity 0.2s ease}#apple-like-header .logo:hover img{opacity:0.8}#apple-like-header .alh-center{flex:1;display:flex;justify-content:center}#apple-like-header .alh-nav{display:flex;gap:8px;list-style:none}#apple-like-header .alh-item{position:static}#apple-like-header .alh-toplink{display:flex;align-items:center;padding:8px 16px;border-radius:12px;color:#f5f5f7;font-weight:400;font-size:15px;transition:all 0.25s ease;white-space:nowrap}#apple-like-header .alh-toplink:hover{color:#26BEDD;background:rgba(38,190,221,0.1)}@media (min-width:981px){#apple-like-header .alh-mega-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) scale(0.92) translateY(-10px);width:96%;max-width:1200px;background:radial-gradient(ellipse at top right,rgba(38,190,221,0.15) 0%,transparent 60%),radial-gradient(ellipse at bottom left,rgba(92,221,38,0.12) 0%,transparent 60%),linear-gradient(135deg,rgba(15,15,20,0.98) 0%,rgba(25,25,35,0.98) 100%);backdrop-filter:blur(50px) saturate(200%) brightness(1.1);-webkit-backdrop-filter:blur(50px) saturate(200%) brightness(1.1);border:1px solid rgba(255,255,255,0.18);border-radius:28px;padding:40px;opacity:0;visibility:hidden;transition:all 0.5s cubic-bezier(0.25,1,0.5,1);z-index:10001;box-shadow:0 60px 120px rgba(0,0,0,0.6),0 20px 60px rgba(0,0,0,0.4),0 0 0 1px rgba(255,255,255,0.08),inset 0 1px 0 rgba(255,255,255,0.15),inset 0 -1px 0 rgba(0,0,0,0.3);overflow:hidden}#apple-like-header .alh-mega-menu::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:28px;padding:2px;background:linear-gradient(135deg,rgba(38,190,221,0.4) 0%,rgba(92,221,38,0.3) 50%,rgba(38,190,221,0.4) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity 0.6s ease;animation:borderGlow 3s ease-in-out infinite}@keyframes borderGlow{0%,100%{opacity:0.3}50%{opacity:0.7}}#apple-like-header .alh-item:hover .alh-mega-menu{opacity:1;visibility:visible;transform:translateX(-50%) scale(1) translateY(0)}#apple-like-header .alh-item:hover .alh-mega-menu::before{opacity:1}#apple-like-header .alh-mega-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;position:relative;z-index:2}#apple-like-header .alh-mega-column{display:flex;flex-direction:column;background:rgba(255,255,255,0.03);border-radius:20px;padding:24px;border:1px solid rgba(255,255,255,0.06);transition:all 0.4s cubic-bezier(0.25,1,0.5,1);position:relative;overflow:hidden}#apple-like-header .alh-mega-column::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(38,190,221,0.4),transparent);opacity:0;transition:opacity 0.4s ease}#apple-like-header .alh-mega-column:hover{background:rgba(255,255,255,0.05);border-color:rgba(38,190,221,0.2);transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,0.3),0 0 0 1px rgba(38,190,221,0.1)}#apple-like-header .alh-mega-column:hover::before{opacity:1}#apple-like-header .alh-mega-title{font-size:17px;font-weight:600;color:#26BEDD;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,0.1);position:relative;letter-spacing:0.5px}#apple-like-header .alh-mega-title::after{content:'';position:absolute;bottom:-1px;left:0;width:40px;height:2px;background:linear-gradient(90deg,#26BEDD,#5CDD26);border-radius:2px;transition:width 0.4s ease}#apple-like-header .alh-mega-column:hover .alh-mega-title::after{width:80px}#apple-like-header .alh-mega-link{display:flex;align-items:center;padding:12px 16px;color:rgba(255,255,255,0.9);font-size:15px;font-weight:400;transition:all 0.35s cubic-bezier(0.25,1,0.5,1);border-radius:12px;margin:2px 0;position:relative;overflow:hidden}#apple-like-header .alh-mega-link::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(38,190,221,0.1),transparent);transition:left 0.6s ease}#apple-like-header .alh-mega-link:hover{color:#26BEDD;background:rgba(38,190,221,0.08);padding-left:24px;transform:translateX(4px)}#apple-like-header .alh-mega-link:hover::before{left:100%}#apple-like-header .alh-mega-featured{grid-column:span 2;background:radial-gradient(circle at 20% 80%,rgba(38,190,221,0.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(92,221,38,0.1) 0%,transparent 50%),linear-gradient(135deg,rgba(38,190,221,0.08),rgba(92,221,38,0.05));border-radius:24px;padding:32px;border:1px solid rgba(38,190,221,0.25);position:relative;overflow:hidden}#apple-like-header .alh-mega-featured::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,0.1) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(255,255,255,0.05) 0%,transparent 50%);opacity:0.3}#apple-like-header .alh-mega-product{display:flex;align-items:center;gap:20px;padding:20px;border-radius:16px;transition:all 0.4s cubic-bezier(0.25,1,0.5,1);background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);margin-bottom:16px;position:relative;overflow:hidden}#apple-like-header .alh-mega-product::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(38,190,221,0.1),transparent);opacity:0;transition:opacity 0.4s ease}#apple-like-header .alh-mega-product:hover{background:rgba(255,255,255,0.05);border-color:rgba(38,190,221,0.3);transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,0.3),0 0 0 1px rgba(38,190,221,0.15)}#apple-like-header .alh-mega-product:hover::before{opacity:1}#apple-like-header .alh-mega-product img{width:70px;height:70px;border-radius:12px;object-fit:cover;border:2px solid rgba(255,255,255,0.1);transition:all 0.4s ease;position:relative;z-index:1}#apple-like-header .alh-mega-product:hover img{border-color:rgba(38,190,221,0.4);transform:scale(1.05) rotate(2deg)}#apple-like-header .alh-mega-product-info h4{color:#ffffff;font-size:16px;font-weight:500;margin-bottom:6px;position:relative;z-index:1}#apple-like-header .alh-mega-product-info .price{color:#26BEDD;font-weight:700;font-size:18px;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,0.3)}#apple-like-header .alh-mega-menu::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(92,221,38,0.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(38,190,221,0.05) 0%,transparent 50%);pointer-events:none;opacity:0.5}@keyframes megaMenuEntrance{0%{opacity:0;transform:translateX(-50%) scale(0.9) translateY(-20px)}100%{opacity:1;transform:translateX(-50%) scale(1) translateY(0)}}#apple-like-header .alh-item:hover .alh-mega-menu{animation:megaMenuEntrance 0.6s cubic-bezier(0.25,1,0.5,1) forwards}#apple-like-header .alh-mega-menu{perspective:1000px}#apple-like-header .alh-mega-grid{transform-style:preserve-3d}#apple-like-header .alh-mega-column{transform:translateZ(0);transition:transform 0.4s cubic-bezier(0.25,1,0.5,1)}#apple-like-header .alh-mega-column:hover{transform:translateZ(20px) translateY(-4px)}#apple-like-header .alh-mega-link:hover{text-shadow:0 0 20px rgba(38,190,221,0.5)}#apple-like-header .alh-mega-product:hover .price{text-shadow:0 0 30px rgba(38,190,221,0.7)}}#apple-like-header .alh-right{display:flex;align-items:center;gap:4px;position:relative}#apple-like-header .alh-search-container{position:relative}.alh-search-pill{position:absolute;top:calc(100% + 26px);right:0;width:0;opacity:0;visibility:hidden;transform:translateY(-10px) scale(0.95);transition:all 0.45s cubic-bezier(0.34,1.56,0.64,1);z-index:10002;border-radius:999px;overflow:visible;background:rgba(0,0,0,0.95);border:1px solid rgba(255,255,255,0.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}#apple-like-header .alh-search-pill.active{width:320px;opacity:1;visibility:visible;transform:translateY(0) scale(1);animation:searchPillIn 0.5s cubic-bezier(0.34,1.56,0.64,1)}#apple-like-header .alh-search-form{position:relative;display:flex;align-items:center;padding:6px 6px 6px 22px;height:48px;z-index:1;background:transparent}#apple-like-header .alh-search-input{flex:1;background:transparent;border:none;outline:none;color:#ffffff;font-family:inherit;font-size:15px;font-weight:400;padding-right:12px}#apple-like-header .alh-search-input::placeholder{color:rgba(255,255,255,0.6);font-weight:300}#apple-like-header .alh-search-submit{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:#5CDD26;border:none;box-shadow:0 4px 14px rgba(0,0,0,0.18),inset 0 1px 0 rgba(255,255,255,0.25);cursor:pointer;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}#apple-like-header .alh-search-submit img{width:18px;height:18px;filter:brightness(100) saturate(0)}#apple-like-header .alh-search-submit:hover{transform:scale(1.08);box-shadow:0 4px 20px rgba(38,190,221,0.4)}#apple-like-header .alh-search-submit:active{transform:scale(0.96)}#apple-like-header .alh-search-results{position:absolute;top:calc(100% + 10px);right:0;width:100%;background:rgba(0,0,0,0.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.15);border-radius:20px;padding:0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);z-index:10003;box-shadow:0 40px 80px rgba(0,0,0,0.4)}#apple-like-header .alh-search-results.active{opacity:1;visibility:visible;transform:translateY(0)}#apple-like-header .alh-search-results-content{position:relative;z-index:1;padding:24px;max-height:480px;overflow-y:auto}.search-product-item{display:flex;align-items:center;gap:16px;padding:12px;border-radius:12px;transition:background 0.25s ease;cursor:pointer;opacity:0;transform:translateY(10px);animation:itemFadeUp 0.35s ease-out forwards}.search-product-item:hover{background:rgba(255,255,255,0.05)}.search-product-item img{width:50px;height:50px;border-radius:8px;object-fit:cover}.search-product-item .product-info h5{color:#ffffff;font-size:14px;margin-bottom:4px}.search-product-item .product-price{color:#26BEDD;font-weight:600;font-size:14px}.quick-suggestions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.quick-suggestion{background:rgba(38,190,221,0.1);color:#26BEDD;border:1px solid rgba(38,190,221,0.3);border-radius:20px;padding:8px 16px;font-size:12px;cursor:pointer;transition:all 0.25s ease}.quick-suggestion:hover{background:rgba(38,190,221,0.2);transform:translateY(-1px)}#apple-like-header .alh-icon,#apple-like-header .alh-burger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;transition:all 0.25s cubic-bezier(0.4,0,0.2,1);position:relative;z-index:10004;background:transparent}#apple-like-header .alh-icon:hover,#apple-like-header .alh-burger:hover{background:rgba(255,255,255,0.1);transform:scale(1.05)}#apple-like-header .alh-icon img{width:18px;height:18px;transition:transform 0.2s ease}#apple-like-header .alh-burger svg{width:18px;height:18px;color:#f5f5f7;fill:currentColor}#apple-like-header .alh-burger:hover svg{color:#26BEDD}.cart-count-badge{position:absolute;top:-2px;right:-2px;background:linear-gradient(135deg,#26BEDD,#1e9ec4);color:#ffffff;border-radius:50%;width:18px;height:18px;font-size:10px;font-weight:600;display:none;align-items:center;justify-content:center;border:2px solid #000000}.alh-minicart{position:fixed;top:100px;right:24px;width:380px;max-width:90vw;background:rgba(25,25,28,0.98);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,0.15);border-radius:24px;padding:0;opacity:0;visibility:hidden;transform:translateY(-20px) scale(0.95);transition:all 0.4s cubic-bezier(0.34,1.56,0.64,1);z-index:10005;box-shadow:0 40px 80px rgba(0,0,0,0.5)}.alh-minicart.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.minicart-glass{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,0.05);border-radius:24px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.minicart-header{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid rgba(255,255,255,0.1)}.minicart-header h3{color:#ffffff;font-size:18px;font-weight:600}.minicart-close{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background 0.25s ease}.minicart-close:hover{background:rgba(255,255,255,0.1)}.minicart-close svg{width:16px;height:16px;color:#ffffff}.minicart-items{position:relative;z-index:1;max-height:400px;overflow-y:auto;padding:16px 0}.minicart-item{display:flex;gap:12px;padding:12px 24px;transition:background 0.25s ease}.minicart-item:hover{background:rgba(255,255,255,0.03)}.minicart-item img{width:50px;height:50px;border-radius:8px;object-fit:cover}.minicart-item .item-details{flex:1}.minicart-item .item-details h4{color:#ffffff;font-size:14px;font-weight:500;margin-bottom:4px}.minicart-item .item-price{color:#26BEDD;font-weight:600;font-size:14px;margin-bottom:8px}.minicart-item .item-quantity{display:flex;align-items:center;gap:8px}.quantity-btn{width:24px;height:24px;border-radius:4px;background:rgba(255,255,255,0.1);color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background 0.25s ease}.quantity-btn:hover{background:rgba(255,255,255,0.2)}.item-remove{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background 0.25s ease}.item-remove:hover{background:rgba(255,86,86,0.2)}.item-remove svg{width:12px;height:12px;color:#ff5656}.minicart-empty{text-align:center;color:#9aa0a6;padding:40px 24px;font-style:italic}.minicart-footer{position:relative;z-index:1;padding:16px 24px 24px;border-top:1px solid rgba(255,255,255,0.1)}.minicart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,0.1)}.minicart-total span:first-child{color:#ffffff;font-weight:500}.total-amount{color:#26BEDD;font-weight:700;font-size:18px}.minicart-checkout{width:100%;background:linear-gradient(135deg,#26BEDD,#1e9ec4);color:#ffffff;border:none;border-radius:12px;padding:14px;font-weight:600;font-size:15px;margin-bottom:12px;transition:all 0.25s ease;cursor:pointer}.minicart-checkout:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(38,190,221,0.4)}#apple-like-header .alh-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;background:radial-gradient(ellipse at top right,rgba(38,190,221,0.15) 0%,transparent 60%),radial-gradient(ellipse at bottom left,rgba(92,221,38,0.12) 0%,transparent 60%),linear-gradient(135deg,rgba(7,7,9,0.98) 0%,rgba(15,15,20,0.98) 100%);backdrop-filter:blur(50px) saturate(200%) brightness(1.1);-webkit-backdrop-filter:blur(50px) saturate(200%) brightness(1.1);border:1px solid rgba(255,255,255,0.18);padding:100px 20px 40px;display:none;flex-direction:column;opacity:0;transform:scale(0.98) translateY(20px);transition:all 0.5s cubic-bezier(0.25,1,0.5,1);border-radius:28px;margin:20px;width:calc(100% - 40px);height:calc(100% - 40px);overflow:hidden;box-shadow:0 60px 120px rgba(0,0,0,0.6),0 20px 60px rgba(0,0,0,0.4),0 0 0 1px rgba(255,255,255,0.08),inset 0 1px 0 rgba(255,255,255,0.15),inset 0 -1px 0 rgba(0,0,0,0.3);touch-action:pan-y;overscroll-behavior:contain}#apple-like-header .alh-overlay::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:28px;padding:2px;background:linear-gradient(135deg,rgba(38,190,221,0.4) 0%,rgba(92,221,38,0.3) 50%,rgba(38,190,221,0.4) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0.5;animation:borderGlow 3s ease-in-out infinite}#apple-like-header .alh-overlay.active{display:flex;opacity:1;transform:scale(1) translateY(0)}#apple-like-header .alh-close{position:fixed;top:40px;right:40px;width:50px;height:50px;border-radius:16px;background:radial-gradient(circle at center,rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.08) 100%);border:1px solid rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center;transition:all 0.4s cubic-bezier(0.34,1.56,0.64,1);z-index:20001;box-shadow:0 12px 40px rgba(0,0,0,0.6),inset 0 1px 0 rgba(255,255,255,0.15),inset 0 -1px 0 rgba(0,0,0,0.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}#apple-like-header .alh-close:hover{background:radial-gradient(circle at center,rgba(255,100,100,0.25) 0%,rgba(255,100,100,0.15) 100%);border-color:rgba(255,100,100,0.5);transform:scale(1.15) rotate(90deg);box-shadow:0 16px 50px rgba(255,100,100,0.4),inset 0 1px 0 rgba(255,255,255,0.25)}#apple-like-header .alh-close svg{width:22px;height:22px;color:#ffffff}#apple-like-header .alh-overlay-content{flex:1;display:flex;flex-direction:column;gap:16px;overflow-y:auto;overflow-x:hidden;padding:10px 0 20px;max-height:calc(100vh - 180px);-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overscroll-behavior:contain}#apple-like-header .alh-ol-group{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:20px;margin-bottom:16px;padding:0;transition:all 0.4s cubic-bezier(0.25,1,0.5,1);position:relative;overflow:visible;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}#apple-like-header .alh-ol-group::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(38,190,221,0.4),transparent);opacity:0;transition:opacity 0.4s ease}#apple-like-header .alh-ol-group:hover{background:rgba(255,255,255,0.05);border-color:rgba(38,190,221,0.2);transform:translateY(-2px);box-shadow:0 20px 40px rgba(0,0,0,0.3),0 0 0 1px rgba(38,190,221,0.1)}#apple-like-header .alh-ol-group:hover::before{opacity:1}#apple-like-header .alh-ol-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:24px 20px;font-size:18px;color:#f5f5f7;text-align:left;transition:all 0.35s cubic-bezier(0.25,1,0.5,1);background:none;border:none;font-family:inherit;cursor:pointer;font-weight:600;position:relative}#apple-like-header .alh-ol-trigger:hover{color:#26BEDD;background:rgba(38,190,221,0.05)}#apple-like-header .alh-ol-trigger .chev{width:20px;height:20px;transition:all 0.4s cubic-bezier(0.25,1,0.5,1);color:#26BEDD}#apple-like-header .alh-ol-group.active .chev{transform:rotate(180deg);color:#5CDD26}#apple-like-header .alh-ol-panel{max-height:0;overflow:hidden;transition:all 0.6s cubic-bezier(0.4,0,0.2,1);background:radial-gradient(circle at top left,rgba(38,190,221,0.08) 0%,transparent 50%),radial-gradient(circle at bottom right,rgba(92,221,38,0.05) 0%,transparent 50%);overscroll-behavior:contain}#apple-like-header .alh-ol-group.active .alh-ol-panel{max-height:min(70vh,600px)!important;overflow-y:auto;padding-bottom:20px;-webkit-overflow-scrolling:touch;position:relative;z-index:10}#apple-like-header .alh-ol-panel-content{padding:0 20px 10px;display:flex;flex-direction:column;gap:16px;min-height:auto;flex-shrink:0;overflow:visible}#apple-like-header .alh-ol-section{background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.06);border-radius:16px;padding:18px;transition:all 0.4s cubic-bezier(0.25,1,0.5,1);position:relative;overflow:visible;min-height:auto;display:block}#apple-like-header .alh-ol-section:hover{background:rgba(255,255,255,0.04);border-color:rgba(38,190,221,0.15);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.2)}#apple-like-header .alh-ol-subtitle{font-size:15px;font-weight:600;color:#26BEDD;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.1);position:relative;letter-spacing:0.3px;display:flex;align-items:center;gap:8px}#apple-like-header .alh-ol-subtitle::after{content:'';position:absolute;bottom:-1px;left:0;width:35px;height:2px;background:linear-gradient(90deg,#26BEDD,#5CDD26);border-radius:2px;transition:width 0.4s ease}#apple-like-header .alh-ol-section:hover .alh-ol-subtitle::after{width:50px}#apple-like-header .alh-ol-links-grid{display:grid;grid-template-columns:1fr;gap:6px;max-height:none;overflow:visible}#apple-like-header .alh-ol-panel a{display:flex;align-items:center;padding:12px 14px;color:rgba(255,255,255,0.9);font-size:14px;font-weight:400;transition:all 0.35s cubic-bezier(0.25,1,0.5,1);border-radius:10px;margin:1px 0;position:relative;overflow:hidden;background:rgba(255,255,255,0.02);border:1px solid transparent;min-height:46px}#apple-like-header .alh-ol-panel a::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(38,190,221,0.1),transparent);transition:left 0.6s ease}#apple-like-header .alh-ol-panel a:hover{color:#26BEDD;background:rgba(38,190,221,0.08);border-color:rgba(38,190,221,0.2);padding-left:18px;transform:translateX(3px);box-shadow:0 6px 20px rgba(0,0,0,0.2),0 0 0 1px rgba(38,190,221,0.1)}#apple-like-header .alh-ol-panel a:hover::before{left:100%}#apple-like-header .alh-overlay::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(92,221,38,0.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(38,190,221,0.05) 0%,transparent 50%);pointer-events:none;opacity:0.4;z-index:-1}@keyframes mobileMenuEntrance{0%{opacity:0;transform:scale(0.95) translateY(30px)}100%{opacity:1;transform:scale(1) translateY(0)}}#apple-like-header .alh-overlay.active{animation:mobileMenuEntrance 0.6s cubic-bezier(0.25,1,0.5,1) forwards}#apple-like-header .alh-overlay-content::-webkit-scrollbar{width:5px}#apple-like-header .alh-overlay-content::-webkit-scrollbar-track{background:rgba(255,255,255,0.05);border-radius:8px;margin:8px 0}#apple-like-header .alh-overlay-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#26BEDD,#5CDD26);border-radius:8px}#apple-like-header .alh-overlay-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1e9ec4,#4ac220)}#apple-like-header .alh-ol-panel::-webkit-scrollbar{width:6px}#apple-like-header .alh-ol-panel::-webkit-scrollbar-track{background:rgba(255,255,255,0.05);border-radius:8px;margin:4px}#apple-like-header .alh-ol-panel::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#26BEDD,#5CDD26);border-radius:8px}#apple-like-header .alh-ol-panel::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1e9ec4,#4ac220)}.alh-spacer{height:calc(64px + 48px)}@keyframes searchPillIn{0%{opacity:0;transform:translateY(-20px) scale(0.9)}100%{opacity:1;transform:translateY(0) scale(1)}}@-webkit-keyframes searchPillIn{0%{opacity:0;-webkit-transform:translateY(-20px) scale(0.9);transform:translateY(-20px) scale(0.9)}100%{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@keyframes itemFadeUp{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes itemFadeUp{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.search-product-item:nth-child(1){animation-delay:0.1s}.search-product-item:nth-child(2){animation-delay:0.15s}.search-product-item:nth-child(3){animation-delay:0.2s}.search-product-item:nth-child(4){animation-delay:0.25s}.search-product-item:nth-child(5){animation-delay:0.3s}.search-product-item:nth-child(6){animation-delay:0.35s}@media (min-width:981px){#apple-like-header .alh-burger{display:none}#apple-like-header .alh-center{display:flex}}@media (max-width:980px){#apple-like-header .alh-burger{display:flex}#apple-like-header .alh-center{display:none}#apple-like-header .alh-mega-menu{display:none}#apple-like-header .alh-search-pill.active{position:fixed;top:120px;left:50%;transform:translateX(-50%);width:calc(100vw - 48px);max-width:400px}.alh-minicart{right:16px;left:16px;width:auto}#apple-like-header .alh-overlay{border-radius:24px;margin:16px;width:calc(100% - 32px);height:calc(100% - 32px);padding:90px 20px 35px}#apple-like-header .alh-close{top:25px;right:25px;width:44px;height:44px}#apple-like-header .alh-close svg{width:18px;height:18px}#apple-like-header .alh-ol-group{padding:0 16px}#apple-like-header .alh-ol-trigger{padding:20px 0;font-size:17px}#apple-like-header .alh-ol-panel{margin:0 -16px;padding:0 16px}#apple-like-header .alh-ol-group.active .alh-ol-panel{max-height:min(65vh,550px)!important;padding-bottom:15px}#apple-like-header .alh-ol-panel-content{padding:0 16px 8px;gap:18px}#apple-like-header .alh-ol-section{padding:16px;border-radius:14px}#apple-like-header .alh-ol-subtitle{font-size:14px;margin-bottom:12px;padding-bottom:8px}#apple-like-header .alh-ol-panel a{padding:11px 13px;font-size:13px;min-height:44px;border-radius:9px}}@media (max-width:768px){#apple-like-header .alh-bar{left:16px;right:16px;top:16px}#apple-like-header .alh-inner{padding:0 16px}#apple-like-header .alh-search-pill.active{width:calc(100vw - 32px)}.alh-minicart{top:80px}}@media (max-width:480px){#apple-like-header .alh-right{gap:4px}#apple-like-header .alh-icon,#apple-like-header .alh-burger{width:38px;height:38px}.alh-spacer{height:calc(64px + 32px)}#apple-like-header .alh-overlay{border-radius:20px;margin:12px;width:calc(100% - 24px);height:calc(100% - 24px);padding:80px 16px 30px}#apple-like-header .alh-close{top:20px;right:20px;width:40px;height:40px}#apple-like-header .alh-close svg{width:16px;height:16px}#apple-like-header .alh-ol-group{padding:0 12px;border-radius:16px}#apple-like-header .alh-ol-trigger{padding:18px 0;font-size:16px}#apple-like-header .alh-ol-group.active .alh-ol-panel{max-height:min(60vh,500px)!important;padding-bottom:10px}#apple-like-header .alh-ol-panel-content{padding:0 12px 6px;gap:16px}#apple-like-header .alh-ol-section{padding:14px;border-radius:12px}#apple-like-header .alh-ol-subtitle{font-size:13px;margin-bottom:10px;padding-bottom:6px}#apple-like-header .alh-ol-panel a{padding:10px 12px;font-size:12px;min-height:42px;border-radius:8px;margin:1px 0}#apple-like-header .alh-ol-panel a:hover{padding-left:16px}}@media (prefers-color-scheme:dark){#apple-like-header .alh-bar{background:rgba(15,15,18,0.95)}.alh-minicart,.alh-search-results,.alh-mega-menu{background:rgba(20,20,25,0.98)}#apple-like-header .alh-ol-product{display:flex;align-items:center;gap:14px;padding:14px;border-radius:10px;transition:all 0.4s cubic-bezier(0.25,1,0.5,1);background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);margin-bottom:12px;position:relative;overflow:hidden}#apple-like-header .alh-ol-product::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(38,190,221,0.1),transparent);opacity:0;transition:opacity 0.4s ease}#apple-like-header .alh-ol-product:hover{background:rgba(255,255,255,0.05);border-color:rgba(38,190,221,0.3);transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,0.3),0 0 0 1px rgba(38,190,221,0.15)}#apple-like-header .alh-ol-product:hover::before{opacity:1}#apple-like-header .alh-ol-product img{width:55px;height:55px;border-radius:8px;object-fit:cover;border:2px solid rgba(255,255,255,0.1);transition:all 0.4s ease;position:relative;z-index:1}#apple-like-header .alh-ol-product:hover img{border-color:rgba(38,190,221,0.4);transform:scale(1.05)}#apple-like-header .alh-ol-product-info h4{color:#ffffff;font-size:13px;font-weight:500;margin-bottom:4px;position:relative;z-index:1}#apple-like-header .alh-ol-product-info .price{color:#26BEDD;font-weight:700;font-size:14px;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,0.3)}@media (max-width:480px){#apple-like-header .alh-ol-product{padding:12px;gap:12px;border-radius:8px;margin-bottom:10px}#apple-like-header .alh-ol-product img{width:50px;height:50px;border-radius:6px}#apple-like-header .alh-ol-product-info h4{font-size:12px}#apple-like-header .alh-ol-product-info .price{font-size:13px}}}