*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--yellow:#ffe508;--yellow-hover:#ffe508;--purple:oklch(45% .22 300);--purple-light:oklch(55% .2 300);--dark:oklch(15% .008 90);--text:oklch(20% .01 85);--text-muted:#6a7282;--text-light:oklch(70% .008 85);--bg:oklch(99.2% .003 90);--bg-off:oklch(96.5% .005 90);--white:oklch(99.5% .002 90);--border:oklch(90% .008 90);--border-light:oklch(93% .005 90);--ease-out:cubic-bezier(.22,1,.36,1);--radius:12px}html{scroll-behavior:smooth}body{font-family:'IBM Plex Sans Arabic',system-ui,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:0;background:none}ul{list-style:none}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-family:'IBM Plex Sans Arabic',sans-serif}p{text-wrap:pretty}.top-bar{background:var(--yellow);padding:10px 48px;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:500;letter-spacing:.44px;text-transform:uppercase;color:var(--dark);z-index:110;position:relative}.top-bar-left{display:flex;gap:24px}.top-bar-right{display:flex;align-items:center;gap:20px}.top-bar-right select{background:0;border:0;font-family:inherit;font-size:.675rem;font-weight:700;cursor:pointer;color:var(--dark)}.top-bar-right a{display:flex;align-items:center;gap:4px}.nav-wrapper{position:absolute;top:0;left:0;right:0;z-index:100}.nav{padding:0 48px;height:60px;display:flex;align-items:center;justify-content:space-around;margin-top:120px}.nav-logo{display:flex;align-items:center}.nav-right{display:flex;align-items:start;gap:20px;padding-right:8px;justify-content:center}.nav-right a{color:oklch(90% .005 90);transition:color 200ms var(--ease-out);position:relative}.nav-right a:hover{color:var(--yellow)}.cart-badge{position:absolute;top:-6px;right:-8px;background:var(--yellow);color:var(--dark);font-size:.55rem;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-group{display:flex;align-items:center;gap:20px;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(12px);padding:2px 3px 0 2px;border-radius:40px}.nav-center{position:relative;justify-content:stretch;display:flex;margin-right:19%}.nav-pill{display:flex;align-items:center;gap:3;background:none;backdrop-filter:none;padding:6px 8px;border-radius:0;border:0;padding-bottom:0;padding-top:0}.nav-pill a{color:#fff;font-size:14px;font-weight:600;padding:13px 49px;border-radius:32px;display:block;position:relative;opacity:1;padding-bottom:15px}.nav-pill a:hover,.nav-pill a.nav-active{opacity:1;font-size:15px}.nav-center a{font-size:14px;line-height:20px;color:#fff;transition:color .3s ease-out,line-height .3s ease-out}.nav-center a:hover,.nav-center a.active{color:var(--yellow);line-height:21px}.mega-dropdown{position:absolute;top:100%;left:0;right:0;justify-content:space-between;padding:10px 24px 24px;visibility:hidden;pointer-events:none;opacity:0;transform:translateY(6px);transition:opacity 250ms var(--ease-out),transform 250ms var(--ease-out),visibility 0ms 250ms;z-index:50;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);border-radius:16px}.nav-center:hover .mega-dropdown,.nav-center.menu-open .mega-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity 250ms var(--ease-out),transform 250ms var(--ease-out),visibility 0ms 0ms}.mega-tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:1px solid oklch(100% 0 0/.08);padding-bottom:14px}.mega-tab{color:#fff;font-size:14px;font-weight:500;padding:6px 16px;cursor:pointer;margin-right:50px;white-space:nowrap;transition:all 200ms var(--ease-out);border-bottom:2px solid transparent;margin-bottom:-15px;padding-bottom:12px}.mega-tab:hover,.mega-tab.active{color:var(--yellow);border-bottom-color:var(--yellow)}.mega-products-row{display:flex;align-items:flex-start;gap:32px}.mega-item{flex:0 0 90px;text-align:center;cursor:pointer;padding:10px 8px 10px;border-radius:16px;background:transparent;min-width:138px;height:158px}.mega-item:hover{background:rgba(255,255,255,.18);background:rgba(255,255,255,.28);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.3);box-shadow:0 3px 10px 0 rgba(0,0,0,.12)}.mega-item:hover .mega-item-img{width:96px;height:96px}.mega-item:hover .mega-item-name{color:var(--yellow)}.mega-item-img{width:96px;height:96px;border-radius:12px;overflow:hidden;margin:0 auto 8px;background:oklch(30% .01 90);transition:all 300ms var(--ease-out)}.mega-item-img img{width:100%;height:100%;object-fit:cover}.mega-item-name{font-size:14px;font-weight:600;color:oklch(85% .005 90)}.mega-scroll-btn{flex-shrink:0;flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ff;align-self:center;transition:transform 200ms var(--ease-out);font-size:14px}.mega-scroll-btn:hover{transform:scale(1.1)}.mega-view-all{flex-shrink:0;display:flex;align-items:center;cursor:pointer;align-self:center;padding:0 8px}.mega-view-all span{font-size:14Px;font-weight:600;color:#fff;white-space:nowrap;transition:color 200ms var(--ease-out)}.mega-view-all:hover span{color:var(--yellow)}.mega-panel{display:none}.mega-panel.active{display:block}.hero-slider{position:relative;overflow:hidden;min-height:739px}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 700ms var(--ease-out);display:flex;align-items:center}.hero-slide.active{opacity:1}.hero-slide-bg{position:absolute;inset:0}.hero-slide-bg img{width:100%;height:100%;object-fit:cover}.hero-slide-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,oklch(15% .01 90/.55),oklch(15% .01 90/.15) 60%,transparent)}.hero-content{position:relative;z-index:2;padding:80px 64px 0;max-width:640px}.hero-eyebrow{font-size:.7rem;font-weight:600;color:oklch(90% .005 90);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;display:flex;align-items:center;gap:12px}.hero-eyebrow::after{content:'';display:inline-block;width:40px;height:2px;background:oklch(70% .005 90)}.hero h1{font-size:clamp(3rem,5.5vw,4.5rem);font-weight:900;line-height:.98;letter-spacing:-.02em;color:var(--yellow);margin-bottom:18px}.hero-sub{font-size:.9rem;color:oklch(85% .005 90);line-height:1.6;margin-bottom:28px}.hero-features{display:flex;gap:24px;margin-bottom:32px}.hero-feature{display:flex;align-items:center;gap:10px}.hero-feature-icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--yellow)}.hero-feature span{font-size:.7rem;font-weight:600;color:oklch(90% .005 90);line-height:1.3}.hero-actions{display:flex;align-items:center;gap:20px}.btn-shop{display:inline-flex;align-items:center;gap:8px;background:#ffe508;color:var(--dark);padding:12px 28px;font-size:14px;font-weight:700;letter-spacing:1.44px;text-transform:uppercase;transition:all 300ms var(--ease-out);border-radius:8px}.btn-shop:hover{background:var(--yellow-hover);transform:translateY(-1px)}.hero-warranty{display:flex;align-items:center;gap:6px;color:oklch(80% .005 90);font-size:.75rem}.hero-warranty svg{color:oklch(70% .15 150)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:oklch(100% 0 0/.12);backdrop-filter:blur(8px);border:1px solid oklch(100% 0 0/.15);color:var(--white);cursor:pointer;border-radius:50%;transition:all 200ms var(--ease-out)}.slider-arrow:hover{background:oklch(100% 0 0/.25)}.slider-arrow.prev{left:24px}.slider-arrow.next{right:24px}.slider-dots{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}.slider-dot{width:10px;height:10px;border-radius:50%;background:oklch(100% 0 0/.35);cursor:pointer;transition:all 300ms var(--ease-out)}.slider-dot.active{background:#ffe508;transform:scale(1.2)}.audio-collection{padding:64px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.collection-header{font-size:.875rem;color:var(--text-muted);margin-bottom:32px}.collection-header strong{color:var(--text);font-weight:700;font-size:1rem}.collection-cats{display:flex;gap:32px;margin-top:20px}.collection-cat{text-align:center;cursor:pointer;transition:transform 200ms var(--ease-out)}.collection-cat:hover{transform:translateY(-2px)}.collection-cat-icon{width:72px;height:72px;border-radius:50%;background:var(--bg-off);display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border:2px solid var(--border)}.collection-cat:first-child .collection-cat-icon{background:var(--dark);border-color:var(--dark)}.collection-cat:first-child .collection-cat-icon svg{color:var(--yellow)}.collection-cat-label{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.collection-cat:first-child .collection-cat-label{color:var(--text)}.collection-img{height:280px;border-radius:16px;overflow:hidden}.collection-img img{width:100%;height:100%;object-fit:cover}.gadget-section{padding:48px 64px 64px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:0}.gadget-content h2{font-size:clamp(2rem,3vw,2.75rem);font-weight:700;line-height:1.1;margin-bottom:20px;font-size:64px}.gadget-content p{font-size:20px;color:var(--text-muted);line-height:1.7}.gadget-img{height:380px;border-radius:16px;overflow:hidden}.products-section{padding:32px 0 64px;position:relative}.products-section-inner{position:relative}.products-viewport{overflow:hidden;padding:0 48px}.products-track{display:flex;gap:24px;transition:transform 500ms var(--ease-out)}.product-card{flex:0 0 360px;background:var(--white);border-radius:20px;padding:24px;border:1px solid #e5e7eb;transition:box-shadow 300ms var(--ease-out);position:relative;overflow:hidden;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 16px 40px oklch(20% .01 90/.12)}.product-card.dark-card{background:var(--dark);color:var(--white)}.ribbon{position:absolute;top:16px;right:-32px;background:var(--yellow);color:var(--dark);font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:5px 40px;transform:rotate(45deg);z-index:3}.product-category{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#9918ff;margin-bottom:4px}.dark-card .product-category{color:oklch(60% .005 90)}.product-name{font-size:24px;font-weight:700;font-family:'IBM Plex Sans Arabic',sans-serif;margin-bottom:12px}.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.product-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:400;background:var(--bg-off);color:#6a7282}.dark-card .product-tag{background:oklch(25% .008 90);color:oklch(75% .005 90)}.product-colors{display:flex;gap:5px;margin-bottom:16px}.color-dot{width:14px;height:14px;border-radius:50%;border:1.5px solid oklch(85% .005 90);cursor:pointer;transition:transform 150ms var(--ease-out)}.color-dot:hover{transform:scale(1.2)}.color-dot.active{border-color:var(--yellow);box-shadow:0 0 0 2px oklch(88% .18 90/.3)}.product-desc{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:16px;flex:1}.dark-card .product-desc{color:oklch(65% .005 90)}.product-img{width:100%;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;border-radius:8px;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:contain}.product-footer{display:flex;align-items:center;gap:10px;margin-top:auto}.qty-selector{display:flex;align-items:center;border-radius:6px;overflow:hidden;border:1.5px solid var(--border)}.dark-card .qty-selector{border-color:oklch(35% .008 90)}.qty-btn{width:34px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:#9918ff}.dark-card .qty-btn{color:#9918ff}.qty-btn:hover{background:var(--bg-off)}.dark-card .qty-btn:hover{background:oklch(25% .008 90)}.qty-val{width:34px;height:38px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#9918ff}.qty-selector{background:#fff}.btn-add-cart{flex:1;background:var(--dark);color:#fff;padding:10px 16px;font-size:12px;font-weight:600;border-radius:6px;display:flex;align-items:center;justify-content:flex-start;gap:8px;height:38px;transition:background 200ms var(--ease-out)}.dark-card .btn-add-cart{flex:1;background:var(--yellow);color:var(--dark);padding:10px 16px;font-size:.7rem;font-weight:700;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:8px;height:38px;transition:background 200ms var(--ease-out)}.btn-add-cart:hover{background:var(--yellow-hover)}.btn-add-cart .price{font-weight:800}.prod-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#e5cff9;box-shadow:0 4px 20px oklch(20% .01 90/.18);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:var(--text);border:1px solid #e5cff9;transition:all 200ms var(--ease-out)}.prod-arrow:hover{box-shadow:0 6px 24px oklch(20% .01 90/.25);transform:translateY(-50%) scale(1.08)}.prod-arrow.prod-prev{left:24px;display:none}.prod-arrow.prod-next{right:24px}.compare-cta{background:#000;padding:64px;text-align:center;margin:32px 0}.compare-eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:oklch(40% .04 90);margin-bottom:16px}p.compare-eyebrow{color:#ffe508}.compare-cta h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.1;margin-bottom:14px;color:#fff}.compare-cta p{font-size:.875rem;color:#fff;margin-bottom:28px;max-width:440px;margin-inline:auto}.btn-compare{display:inline-flex;align-items:center;gap:8px;background:#ffe508;color:#000;padding:14px 32px;font-size:.8125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:all 300ms var(--ease-out);border-radius:8px}.btn-compare:hover{background:oklch(18% .008 90);transform:translateY(-1px)}.sound-worlds{padding:80px 64px;text-align:center}.sound-worlds>h2{font-size:48Px;font-weight:700;margin-bottom:8px;line-height:52.5px}.sound-worlds>p{color:#000;font-size:20px;margin-bottom:48px;font-family:inter}.worlds-stack{display:flex;flex-direction:column;gap:16px}.world-card{position:relative;height:738px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer}.world-card-bg{position:absolute;inset:0}.world-card-bg img{width:100%;height:100%;object-fit:cover}.world-card::before{content:'';position:absolute;inset:0;z-index:1;transition:opacity 300ms var(--ease-out)}.world-card:hover::before{opacity:.7}.world-1::before{background:oklch(20% .04 170/.45)}.world-2::before{background:oklch(18% .04 270/.5)}.world-3::before{background:oklch(25% .04 55/.4)}.world-content{position:relative;z-index:2;color:var(--white);text-align:center}.world-content h3{font-size:clamp(2rem,4vw,3.5rem);font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;text-shadow:0 2px 20px oklch(0% 0 0/.3)}.world-content p{font-size:14px;text-transform:uppercase;letter-spacing:4;opacity:.8;margin-bottom:20px;font-weight:bold}.world-btn{display:inline-flex;align-items:center;gap:6px;background:oklch(100% 0 0/.15);backdrop-filter:blur(10px);color:var(--white);padding:10px 24px;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:1px solid oklch(100% 0 0/.25);border-radius:4px;transition:all 200ms var(--ease-out)}.world-btn:hover{background:oklch(100% 0 0/.25)}.engineered{padding:80px 64px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.engineered h2{font-size:clamp(2rem,3vw,2.75rem);font-weight:900;line-height:1.05;text-transform:uppercase;margin-bottom:24px}.engineered-eyebrow{font-size:.7rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.engineered-features{display:flex;flex-direction:column;gap:6px;margin-bottom:24px}.engineered-features li{font-size:.8rem;color:var(--text-muted);line-height:1.6;padding-left:16px;position:relative}.engineered-features li::before{content:'>';position:absolute;left:0;color:var(--yellow);font-weight:700}.engineered-stats{display:flex;gap:32px}.stat{text-align:center}.stat-val{font-size:1.5rem;font-weight:900;font-family:'IBM Plex Sans Arabic',sans-serif}.stat-label{font-size:.65rem;color:var(--text-light);text-transform:uppercase}.engineered-images{display:grid;grid-template-columns:1fr 1fr;gap:12px}.eng-img{height:200px;border-radius:12px;overflow:hidden}.eng-img img{width:100%;height:100%;object-fit:cover}.eng-img-3{grid-column:span 2;height:180px}.offers-section{padding:0;overflow:hidden;padding-right:0;margin:20px;margin-left:114px;margin-bottom:100px;margin-top:100px}.offers-header{display:flex;align-items:baseline;gap:16px;margin-bottom:32px}.offers-header h2{font-size:28px;font-weight:700;text-transform:uppercase;color:#1d1d1f;letter-spacing:.38px}.offers-header .highlight{font-family:'IBM Plex Sans Arabic',sans-serif;font-size:1.75rem;font-weight:400;color:#6e7d6b;letter-spacing:.38px}.offers-layout{display:flex;gap:20px;align-items:stretch}.promo-card{flex:0 0 220px;border-radius:var(--radius);background:#7a34db;display:flex;flex-direction:column;color:var(--white)}.promo-card-eyebrow{font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:transparent;display:inline-block;padding:0 10px;border-radius:4px;margin-bottom:16px;align-self:flex-start}.promo-card p{font-size:.85rem;font-weight:600;line-height:1.5;margin-bottom:auto}.promo-card-img{margin-top:20px;height:140px;display:flex;align-items:flex-end;justify-content:center}.promo-card-img img{max-height:100%}.offers-slider-area{flex:1;position:relative;overflow:hidden;min-width:0}.offers-track{display:flex;gap:20px;transition:transform 500ms var(--ease-out)}.offer-slide-card{flex:0 0 240px;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;transition:all 300ms var(--ease-out)}.offer-slide-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px oklch(20% .01 90/.08)}.offer-badge{align-self:flex-start;background:var(--yellow);color:var(--dark);font-size:.6rem;font-weight:800;padding:5px 14px;border-radius:20px;margin-bottom:12px}.offer-slide-img{height:160px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.offer-slide-img img{max-width:100%;max-height:100%;object-fit:contain}.offer-slide-colors{display:flex;gap:5px;margin-bottom:14px}.offer-slide-colors .color-dot{width:12px;height:12px}.offer-slide-label{font-size:.6rem;font-weight:700;color:oklch(60% .15 90);text-transform:uppercase;margin-bottom:2px}.offer-slide-name{font-size:1rem;font-weight:700;font-family:'IBM Plex Sans Arabic',sans-serif;margin-bottom:12px}.offer-slide-price{display:flex;align-items:center;gap:10px;margin-top:auto}.offer-slide-price .current{font-size:.95rem;font-weight:800}.offer-slide-price .old{font-size:.75rem;color:var(--text-light);text-decoration:line-through}.generic-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#e5cff9;box-shadow:0 4px 20px oklch(20% .01 90/.15);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;color:var(--text);border:1px solid var(--border-light);transition:all 200ms var(--ease-out)}.generic-arrow:hover{box-shadow:0 6px 24px oklch(20% .01 90/.2);transform:translateY(-50%) scale(1.05)}.generic-arrow.arr-prev{left:-22px;display:none}.generic-arrow.arr-next{right:18px;background-color:#e5cff9;z-index:1000000000000000000}.faq-section h2{font-size:32px;font-weight:700;margin-bottom:6px;font-family:inter}.faq-subtitle{font-size:16px;color:#99a1af;margin-bottom:32px;font-family:inter}.faq-item{border:1.5px solid var(--border);border-radius:var(--radius);margin-bottom:12px;overflow:hidden}.faq-item:hover{border-color:oklch(82% .008 90)}.faq-item.open{border-color:oklch(80% .01 90)}.faq-q{width:100%;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:600;color:var(--text);text-align:left;cursor:pointer;background:0;font-family:inter}.faq-q:hover{color:oklch(40% .05 90)}.faq-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:0;display:flex;align-items:center;justify-content:center;transition:all 300ms var(--ease-out);color:#9918ff}.faq-item.open .faq-icon{border:1px solid;border-color:#9918ff;color:#9918ff}.faq-a{max-height:0;overflow:hidden;transition:max-height 400ms var(--ease-out)}.faq-item.open .faq-a{max-height:250px}.faq-a p{padding:0 24px 20px;font-size:14px;color:var(--text-muted);line-height:1.7;font-weight:400;font-family:inter}.newsletter{background:#ffe508;padding:64px;text-align:center}.newsletter h2{color:#000;font-size:30px;font-weight:700;margin-bottom:8px}.newsletter p{color:#0009;font-size:14px;margin-bottom:28px}.newsletter-form{display:flex;justify-content:center;max-width:460px;margin:0 auto}.newsletter-form input{flex:1;padding:14px 20px;background:#fff;border:0;color:var(--white);font-size:.8125rem;font-family:inherit;outline:0;border-radius:8px 0 0 8px}.newsletter-form input::placeholder{color:oklch(50% .005 90)}.newsletter-form input:focus{border-color:var(--yellow)}.newsletter-form button{background:#000;color:#fff;padding:14px 28px;font-size:14px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:0 6px 6px 0}.newsletter-form button:hover{background:#000;color:#fff}.newsletter-social{display:flex;justify-content:center;gap:16px;margin-top:24px}.newsletter-social a{color:oklch(60% .005 90)}.newsletter-social a:hover{color:var(--yellow)}.footer{background:#1a1a1a;color:#fff;padding:0;border-top:4px solid #f5d000}.footer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:32px;padding:48px 64px 32px}.footer-col{display:flex;flex-direction:column;gap:8px}.footer-col h4{font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:8px;color:#fff}.footer-col a{color:#ccc;text-decoration:none;font-size:13px;line-height:1.6}.footer-col a:hover{text-decoration:underline;color:#fff}.social-icons{display:flex;gap:16px;align-items:center}.social-icons a{display:flex;align-items:center}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;padding:24px 64px 48px}.footer-bottom-left p{font-size:11px;color:#999;margin:0}.footer-bottom-left hr{border:0;border-top:1px solid #444;margin:12px 0;width:300px}.footer-help{font-size:11px;color:#777}@media(max-width:1024px){.top-bar{padding:8px 24px;flex-wrap:wrap}.nav{padding:0 24px}.nav-pill,.mega-dropdown{border-top:3px solid var(--yellow);display:none!important}.hero-slider{height:500px}.hero-content{padding:80px 32px 0}.hero h1{font-size:2.75rem}.audio-collection{grid-template-columns:1fr;padding:48px 32px}.gadget-section{grid-template-columns:1fr;padding:48px 32px;gap:32px}.products-viewport{padding:0 24px}.product-card{flex:0 0 300px}.compare-cta{padding:48px 24px}.sound-worlds{padding:48px 24px}.world-card{height:260px}.engineered{grid-template-columns:1fr;padding:48px 32px}.offers-section{padding:48px 24px}.faq-section{padding:48px 24px}.newsletter{padding:48px 24px}.footer{padding:48px 24px 24px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media(max-width:640px){.hero-slider{height:440px}.hero h1{font-size:2.25rem}.hero-features{flex-direction:column;gap:10px}.hero-actions{flex-direction:column;align-items:flex-start;gap:12px}.product-card{flex:0 0 260px}.offers-layout{flex-direction:column}.promo-card{flex:auto;min-height:200px}.offer-slide-card{flex:0 0 200px}.engineered-images{grid-template-columns:1fr}.eng-img-3{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%;border-radius:6px}.world-content h3{font-size:1.75rem}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}.fade-up.visible{opacity:1;transform:translateY(0)}.collection-cat img{max-height:132px}.nav-wrapper{margin:30px 0}.hero h1{font-size:clamp(3.5rem,6.5vw,5.5rem);font-weight:900;line-height:.92;letter-spacing:-.02em;color:#fff;margin-bottom:24px;text-transform:uppercase}.hero h1 .highlight{color:var(--yellow)}.hero-eyebrow{font-size:.7rem;font-weight:600;color:oklch(90% .005 90);letter-spacing:.15em;text-transform:uppercase;margin-bottom:20px;display:flex;align-items:center;gap:16px}.hero-eyebrow::after{content:'////';display:inline-flex;align-items:center;gap:16px;color:oklch(70% .005 90);font-size:.65rem;letter-spacing:.15em;border-left:60px solid oklch(70% .005 90);padding-left:16px;height:2px;line-height:0}.hero-sub{font-size:.85rem;color:oklch(78% .005 90);line-height:1.7;margin-bottom:32px;max-width:380px}.hero-content{font-size:30px;font-weight:bold}.hero-content h1{color:#ffe508;font-weight:bold;line-height:normal}span.highlight{color:#fff}.collection-cat:hover{background:linear-gradient(180deg,#f4f5f4,#f9ed7e,#ffe508);text-align:center;padding:20px}.collection-cat{text-align:center;padding:20px}.compare-cta .compare-eyebrow{color:var(--yellow)}section.compare-cta.fade-up.visible{background:#000 url("img/back.png") center center/contain no-repeat}.engineered{padding:80px 64px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;margin-top:0!important}.engineered h2{font-size:60px;font-weight:700;line-height:1;text-transform:uppercase;margin-bottom:40px;color:var(--text)}.eng-subtitle{font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;color:var(--text)}.eng-desc{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6a7282;line-height:19px;max-width:360px;margin-bottom:32px}.eng-product-img{max-width:380px;margin-bottom:32px}.eng-product-img img{width:100%;height:auto;object-fit:contain}.eng-specs{list-style:none;display:flex;flex-direction:column;gap:10px}.eng-specs li{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text);padding-left:18px;position:relative}.eng-specs li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:var(--yellow);border-radius:2px}.eng-right{display:flex;flex-direction:column;gap:32px}.eng-right-text{font-size:.85rem;color:var(--text-muted);line-height:1.7}.eng-right-text strong{color:var(--text);font-weight:700}.eng-eq-card{position:relative;border-radius:16px;overflow:hidden;height:400px}.eng-eq-card img{width:100%;height:100%;object-fit:cover}.eng-eq-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.65) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:32px}.eng-eq-overlay h4{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:12px}.eng-eq-overlay p{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:rgba(255,255,255,.9);line-height:1.7}.world-content{position:relative;z-index:2;color:var(--white);text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.world-content h3{font-size:48px;font-weight:700;letter-spacing:0;text-transform:uppercase;margin-bottom:4px;text-shadow:0 2px 20px oklch(0% 0 0/.3)}.world-eyebrow{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;opacity:.75}.world-sub{font-size:.8rem;color:rgba(255,255,255,.7);line-height:1.6;margin-bottom:16px}.world-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;color:var(--white);padding:14px 32px;font-size:.75rem;font-weight:600;letter-spacing:.06em;border:1.5px solid rgba(255,255,255,.5);border-radius:6px;transition:all 200ms var(--ease-out)}.world-btn:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.8)}p.world-sub{font-size:14px;font-weight:500;letter-spacing:0;color:#f7f7f7}a.world-btn{background:#000;border:0}section.faq-section.fade-up.visible{padding:0}.uns{font-size:14px;color:#0006;margin-top:20px;font-weight:400;font-family:'IBM Plex Sans Arabic',sans-serif}.topimg{text-align:center!important;display:flex;justify-content:center}section.newsletter.fade-up.visible{margin-top:100px}.nav-pill a{transition:color 800ms cubic-bezier(.22,1,.36,1)}.nav.nav-v2 .nav-group{display:none!important}.nav.nav-v2 .mobico{display:none!important}.nav.nav-v2~.menu-toggle,.nav.nav-v2 .menu-toggle{display:none!important}.nav.nav-v2{display:flex;align-items:center;justify-content:space-between;background:transparent}.nav-left-v2{display:flex;align-items:center;gap:24px;flex:1}.nav-left-v2 a{color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:color 200ms ease;display:flex;align-items:center;gap:5px}.nav-left-v2 a:hover{color:var(--yellow)}.shop-toggle-v2 svg{transition:transform 250ms ease}.shop-toggle-v2.active svg{transform:rotate(180deg)}.nav.nav-v2 .nav-logo{flex:0 0 auto}.nav-right-v2{flex:1;justify-content:flex-end}.shop-mega-v2{position:absolute;top:60px;left:0;right:0;z-index:89;visibility:hidden;opacity:0;pointer-events:none;transition:opacity 200ms ease,visibility 0ms 200ms}.shop-mega-v2.open{visibility:visible;opacity:1;pointer-events:auto;transition:opacity 200ms ease,visibility 0ms 0ms}.shop-mega-inner{display:flex;align-items:stretch;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.06);padding:18px 48px 20px;gap:0;margin:0}.shop-mega-cats{display:flex;flex:1;gap:0}.shop-mega-col{flex:1;min-width:0}.shop-mega-col h4{font-size:16.5px;font-weight:700;letter-spacing:1.32px;text-transform:uppercase;color:#0006;margin:0 0 10px 0}.shop-mega-col a{display:block;color:#333;font-size:13px;font-weight:500;text-decoration:none;padding:1.5px 0;transition:color 200ms ease;line-height:1.7}.shop-mega-col a:hover{color:var(--yellow)}.shop-mega-featured{flex:0 0 170px;padding-left:24px;display:flex;flex-direction:column}.shop-mega-featured h4{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#aaa;margin:0 0 10px 0}.featured-card-v2{background:#1a1a1a;border-radius:8px;padding:10px;text-align:left;position:relative;overflow:hidden;flex:1;display:flex;flex-direction:column}.featured-card-img{width:100%;height:65px;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.featured-card-img img{max-width:100%;max-height:100%;object-fit:contain}.featured-badge{display:inline-block;background:var(--yellow);color:#000;font-size:7px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:2px 5px;border-radius:2px;margin-bottom:4px;width:fit-content}.featured-name{color:#fff;font-size:12px;font-weight:700;margin-bottom:1px;line-height:1.3}.featured-desc{color:#777;font-size:9px;margin-bottom:4px;font-style:italic}.featured-price{color:var(--yellow);font-size:12px;font-weight:700}.featured-old-price{color:#666;font-size:9px;font-weight:400;text-decoration:line-through;margin-left:4px}.mega-panel .mega-products-row{display:none}.mega-panel .mega-products-row.active{display:flex}.products-viewport,.offers-viewport{user-select:none;-webkit-user-select:none}@media(max-width:768px){.mega-products-row{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mega-products-row::-webkit-scrollbar{display:none}}.is-hidden{display:none}.is-flex{display:flex}.is-block{display:block}.pos-relative{position:relative}.mt-16{margin-top:16px}span[data-color]{background:attr(data-color)}.anywhereslider-slide{position:relative}.hero-content{position:absolute;top:50%;left:50px;transform:translateY(-50%);z-index:2}.compare-cta .anywhereslider-slide{position:relative;text-align:center}.compare-cta .hero-content1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:2}.compare-cta .hero-content1 h2,.compare-cta .hero-content1 p,.compare-cta .hero-content1 a{position:relative;z-index:3}.slider-wrapper.compare-cta img{margin:0 auto}.world-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:2}.eng-left{text-align:left}.fullwidth{max-width:100%!important;padding:0!important}.anywhere-slider:before,.anywhere-slider:after{display:none}.product-card p.product-name{line-height:30px;height:60px!important;overflow:hidden}.category-page-body .offers-layout .jCarouselMainWrapper{margin:0}.category-page-body .offers-layout .qty-selector{display:none}.offers-section .product-card{display:flex!important;flex-direction:column!important;position:relative!important;padding:16px!important;background:#fff!important;border:1px solid #f0f0f0!important;border-radius:16px!important;box-shadow:0 4px 12px rgba(0,0,0,.03)!important}.offers-section .product-tags{order:1!important;display:flex!important;gap:4px!important;z-index:2!important;margin-bottom:8px!important}.offers-section .product-tag{background-color:#ffe600!important;color:#000!important;font-size:10px!important;font-weight:700!important;padding:3px 8px!important;border-radius:6px!important;text-transform:uppercase!important}.offers-section .product-img{order:2!important;width:100%!important;height:180px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:12px 0!important}.offers-section .product-img img{max-height:100%!important;width:auto!important;object-fit:contain!important}.offers-section .product-colors{order:3!important;display:flex!important;justify-content:flex-start!important;gap:6px!important;margin:8px 0!important}.offers-section .color-dot{width:12px!important;height:12px!important;border-radius:50%!important;border:1px solid #e4e4e7!important}.offers-section .product-category{order:4!important;font-size:11px!important;color:#9333ea!important;font-weight:600!important;margin-bottom:2px!important}.offers-section .product-name{order:5!important;margin-bottom:8px!important}.offers-section .product-name a{font-size:13px!important;font-weight:700!important;color:#18181b!important;text-decoration:none!important;line-height:1.3!important}.offers-section .product-footer{order:6!important;margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.offers-section .qty-selector{display:none!important}.offers-section .btn-add-cart{background:transparent!important;border:0!important;padding:0!important;color:#000!important;font-weight:800!important;font-size:14px!important;width:100%!important;text-align:right!important}.offers-section .old-price{text-decoration:line-through!important;color:#a1a1aa!important;font-size:11px!important;margin-left:6px!important;font-weight:400!important}.offers-section .promo-card{height:100%!important;display:flex!important;flex-direction:column!important}.offers-section .promo-card .slider-wrapper,.offers-section .promo-card .anywhere-slider{height:100%!important;padding:0}.offers-section .promo-card .picture-slide{display:flex!important;flex-direction:column!important;height:100%!important;border-radius:16px!important;box-sizing:border-box!important;overflow:hidden!important}.offers-section .promo-card .promo-card-eyebrow{order:1!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;color:rgba(255,255,255,.7)!important;letter-spacing:1px!important;margin-bottom:8px!important;padding:10px;padding-bottom:0}.offers-section .promo-card p{order:2!important;color:#fff!important;font-size:15px!important;line-height:1.4!important;font-weight:600!important;margin:0 0 16px 0!important;padding:0 10px}.offers-section .promo-card img{order:3!important;width:100%!important;height:auto!important;margin-top:auto!important;object-fit:contain!important;object-position:bottom!important;display:block!important}.top-bar-right .mobile-selector{display:none}.top-bar-right .currency-selector,.top-bar-right .language-selector{display:flex;align-items:center}.mega-dropdown:not(:has(.mega-panel.active)){visibility:hidden!important;opacity:0!important;pointer-events:none!important}.mega-products-row{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mega-products-row::-webkit-scrollbar{display:none}.mega-item{display:block;text-decoration:none}header{position:relative}.admin-header-links{position:relative;z-index:120}@media(min-width:769px){.nav-center{margin-right:0;flex:1 1 auto;min-width:0}.nav-pill{flex:1 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none}.nav-pill::-webkit-scrollbar{display:none}.nav-pill a{padding-inline:clamp(10px,1.6vw,49px)}.nav-right.disc{flex-shrink:0}}.header-upper .language-selector{display:none}.item-box.collection-cat{max-width:178px}.newprod .slider-wrapper{margin-bottom:30px!important}.slider-wrapper.compare-cta{margin:46px 0!important}span#Quiet{background:url(/Themes/Emporium/Content/img/headkk.png) 4px center #f5f3f0;background-repeat:no-repeat;padding-left:17px}span#Battery{background:url(/Themes/Emporium/Content/img/soun.png) 4px center #f5f3f0;background-repeat:no-repeat;padding-left:17px}span#Audio{background:url(/Themes/Emporium/Content/img/auio.png) 4px center #f5f3f0;background-repeat:no-repeat;padding-left:17px}.slider-wrapper.Next{margin:0 auto!important}.slider-wrapper.Faq{margin:0 auto!important}.slider-wrapper.compare-cta img{width:auto!important}.offers-section .product-tags{display:none!important}.ribbon-wrapper{position:relative;display:inline-block}.ribbon-wrapper .top-left{position:absolute;top:10px;left:10px;z-index:10;text-decoration:none}.ribbon-wrapper .product-ribbon{background-color:#ffd700;color:#000;padding:4px 12px;border-radius:16px;font-weight:600;font-size:10px;display:inline-block;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ribbon-wrapper .ribbon-text{color:#000!important;font-size:inherit;cursor:pointer}.slider-wrapper.Next{margin-bottom:32px!important}
