*{box-sizing:border-box;margin:0;padding:0}body{font-family:Playfair Display;background:#1a1a1a;color:#fff;position:relative;z-index:1}body:before{content:"";position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) translateY(var(--scrollOffset, 0px));width:320px;height:320px;background:url(../images/swaggy_watermark_background.png) no-repeat center center;background-size:contain;opacity:.12;pointer-events:none;z-index:0;filter:grayscale(100%) contrast(.9) brightness(1.1);transition:transform .2s ease-out}.header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.08)}.header .logo{font-family:Lacquer,cursive;font-size:2rem;font-weight:400;color:#fff;text-decoration:none;letter-spacing:1px;text-shadow:0 0 4px rgba(255,255,255,.7),0 0 8px rgba(255,255,255,.5);transition:text-shadow .3s ease}.header .logo:hover{text-shadow:0 0 12px rgba(255,255,255,1)}.nav{display:flex;gap:16px}.nav a{color:#fff;text-decoration:none;font-size:1rem;font-family:Playfair Display,serif}.nav a:hover{text-shadow:0 0 6px rgba(255,255,255,.8)}@media (max-width: 520px){.header{flex-direction:column;align-items:center;text-align:center;padding:10px}.nav{flex-direction:row;gap:12px;margin-top:6px}}.navbar{background-color:#111;padding:1rem;border-bottom:1px solid #222;position:sticky;top:0;z-index:999}.header{position:sticky;top:0;z-index:1000}.nav-container{display:flex;align-items:center;justify-content:space-between;margin:0;width:100%;padding:0;height:60px;line-height:1}.logo{font-family:Lacquer,cursive;font-size:2rem;color:#fff;text-decoration:none;letter-spacing:1px;text-shadow:0 0 4px rgba(255,255,255,.7),0 0 8px rgba(255,255,255,.5);transition:text-shadow .3s ease}.logo:hover{text-shadow:0 0 12px rgba(255,255,255,1)}.navbar .logo{margin-left:12px}html[lang=ar] .navbar .logo{margin-right:12px;margin-left:0}.nav-links ul{list-style:none;display:flex;justify-content:center;align-items:center;gap:1.2rem;margin:0;padding:0}.nav-links a{display:inline-block;font-family:Lacquer,cursive;font-size:1.1rem;color:#fff;text-decoration:none;transition:all .3s ease;position:relative;text-shadow:0 0 3px rgba(255,255,255,.6),0 0 6px rgba(204,204,204,.4)}.nav-links a:hover{color:#9b5de5;text-shadow:0 0 6px rgba(155,93,229,.7),0 0 12px rgba(155,93,229,.5)}.nav-links a:after{content:"";position:absolute;top:50%;left:50%;width:80px;height:80px;background:url(https://www.transparenttextures.com/patterns/asfalt-light.png) repeat;opacity:0;transform:translate(-50%,-50%) scale(1);transition:all .4s ease;z-index:-1;filter:blur(12px)}.nav-links a:hover:after{opacity:.3;transform:translate(-50%,-50%) scale(1.3)}.nav-icons{display:flex;align-items:center;gap:1.5rem}@media (max-width: 600px){.nav-icons{gap:1rem}}.icon{font-size:1.5rem;color:#fff;position:relative;text-decoration:none;transition:all .3s ease;text-shadow:0 0 5px #ffffff,0 0 10px #888888}.icon:hover{color:#0f9;transform:scale(1.15);text-shadow:0 0 6px #ffffff,0 0 12px #ffffff,0 0 18px #ffffff}.cart-count{position:absolute;top:-6px;right:-6px;background:#9b5de5;color:#fff;font-size:.7rem;font-weight:700;border-radius:50%;padding:3px 6px;animation:popCount .3s ease-in-out}@media (max-width: 600px){.cart-count{font-size:.65rem;padding:2px 5px;top:-5px;right:-5px}}.cart-icon{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;line-height:1;font-size:24px;color:#fff;cursor:pointer;text-shadow:0 0 6px #ffffff,0 0 12px #ffffff;transition:transform .3s ease}cart-badge{position:absolute;top:-6px;right:-8px}.cart-icon:hover{transform:scale(1.15);text-shadow:0 0 10px #ffffff,0 0 20px #ffffff}.material-symbols-outlined{font-size:1.4rem;color:#fff;text-shadow:0 0 6px #ffffff,0 0 12px #ffffff;transition:transform .3s ease,text-shadow .3s ease}.bill-container{position:absolute;top:0;left:0;pointer-events:none;overflow:visible}.bill{position:absolute;animation:flyCrazy 1s ease-out forwards;opacity:1}@keyframes flyCrazy{0%{transform:translate(0) rotate(0) scale(1);opacity:1}to{transform:translate(var(--x),var(--y)) rotate(720deg) scale(1.5);opacity:0}}.hamburger{display:none;align-items:center;justify-content:center;width:44px;height:44px;line-height:1;font-size:24px;background:none;border:none;color:#fff;cursor:pointer}@media (max-width: 768px){.nav-links{position:absolute;top:70px;right:0;background:#0c0c0c;width:100%;flex-direction:column;align-items:flex-start;z-index:999;opacity:0;transform:translateY(-20px);pointer-events:none;transition:opacity .4s ease,transform .5s cubic-bezier(.25,1.5,.5,1)}.nav-links ul{flex-direction:column;gap:1rem;padding:1rem;width:100%}.nav-links ul li{opacity:0;transform:translateY(-8px);transition:opacity .3s ease,transform .4s ease}.nav-links.open{opacity:1;transform:translateY(0);pointer-events:auto}.nav-links.open ul li{opacity:1;transform:translateY(0)}.nav-links.open ul li:nth-child(1){transition-delay:.05s}.nav-links.open ul li:nth-child(2){transition-delay:.1s}.nav-links.open ul li:nth-child(3){transition-delay:.15s}.nav-links.open ul li:nth-child(4){transition-delay:.2s}.nav-links.open ul li:nth-child(5){transition-delay:.25s}.hamburger{display:inline-block}}.nav-customize{position:relative;font-weight:700;color:#fff;text-shadow:0 0 5px #9b5de5,0 0 10px rgba(155,93,229,.7),0 0 18px rgba(155,93,229,.6);animation:flameFlicker .18s infinite alternate}.nav-customize:before{content:"";position:absolute;top:50%;left:50%;width:170%;height:240%;background:radial-gradient(circle,rgba(155,93,229,.28) 0%,rgba(155,93,229,.15) 50%,transparent 80%);transform:translate(-50%,-50%);border-radius:50%;filter:blur(16px);opacity:.55;animation:flameAuraPulse 1s ease-in-out infinite alternate;z-index:-1;pointer-events:none}.carousel-container{position:relative;width:100%;height:auto;aspect-ratio:16 / 9;max-height:min(84vh,860px);overflow:hidden;background:#1a1a1a}.carousel{position:relative;height:100%;width:100%}.slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;background:#000}.slide.active{opacity:1;pointer-events:auto}.carousel-media{width:100%;height:100%;object-fit:contain;object-position:center center;background:#1a1a1a}.carousel-media.cover{object-fit:cover}@media (max-width: 600px){.carousel-container{max-height:62vh}}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:42px;height:42px;border-radius:50%;background:#ffffff26;color:#fff;border:none;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,color .3s ease}.prev:hover,.next:hover{background-color:#9b5de5;color:#000}.prev{left:20px}.next{right:20px}@media (max-width: 600px){.prev,.next{width:44px;height:44px;font-size:2rem;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.prev{left:clamp(10px,2vw,20px)}.next{right:clamp(10px,2vw,20px)}}.dots{position:absolute;bottom:18px;width:100%;text-align:center;z-index:6}.dot{width:12px;height:12px;margin:0 6px;background-color:#aaa;border-radius:50%;display:inline-block;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.dot:hover{background-color:#9b5de5}.dot.active{background-color:#9b5de5;transform:scale(1.3)}@media (max-width: 600px){.dot{width:16px;height:16px;margin:0 8px}}.product-info h4{font-size:1.1rem;margin-bottom:.2rem;color:#fff}.product-info p{font-size:.9rem;color:#ccc;margin-bottom:.3rem}.product-info span{font-size:1rem;font-weight:700;color:#9b5de5}.hero-overlay{position:absolute;top:50%;left:6%;transform:translateY(-50%);color:#fff;font-family:Lacquer,cursive;z-index:5;max-width:400px;text-shadow:0 0 10px rgba(0,0,0,.5)}.hero-overlay .tagline{font-family:Playfair Display;font-size:.9rem;font-weight:500;color:#9b5de5;margin-bottom:.4rem;letter-spacing:1.5px;text-transform:uppercase}.hero-overlay h1{font-family:Playfair Display;font-size:2.3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(180deg,#9b5de5,#9b5de5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 8px rgba(255,78,221,.2);letter-spacing:1.5px}.hero-overlay .hero-btn{display:inline-block;padding:.6rem 1.4rem;font-size:.9rem;border-radius:25px;margin-top:.6rem;font-family:Playfair Display,serif;font-weight:600;text-decoration:none;background:transparent;color:#9b5de5;border:2px solid #9b5de5;box-shadow:none;transition:all .3s ease}.hero-overlay .hero-btn:hover{background:#9b5de5;color:#fff;box-shadow:0 0 12px #9b5de599}.hero-overlay .tagline{font-size:.7rem;letter-spacing:1px;margin-bottom:.3rem}.hero-overlay h1{font-size:1.4rem;line-height:1.3;margin-bottom:.8rem;letter-spacing:1px;background:none;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;color:#9b5de5;text-shadow:0 0 6px rgba(0,0,0,.6)}.hero-overlay .hero-btn{padding:.6rem 1.4rem;font-size:.9rem;border-radius:25px;margin-top:.6rem}@media (max-width: 600px){.hero-overlay .hero-btn,.hero-overlay .hero-btn:link,.hero-overlay .hero-btn:visited{padding:.6rem 1.4rem;font-size:.9rem;border-radius:25px;margin-top:.6rem;background:transparent;color:#9b5de5;border:2px solid #9b5de5;box-shadow:none;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.hero-overlay .hero-btn:hover,.hero-overlay .hero-btn:focus,.hero-overlay .hero-btn:active{background:#9b5de5;color:#fff;box-shadow:0 0 12px #9b5de599;outline:none}}.hero-overlay .hero-btn,.hero-overlay .hero-btn:link,.hero-overlay .hero-btn:visited{background:#9b5de5!important;color:#000!important;border:2px solid #9b5de5!important;box-shadow:0 0 10px #9b5de566!important}.hero-overlay .hero-btn:hover,.hero-overlay .hero-btn:focus,.hero-overlay .hero-btn:active{background:#9b5de5!important;color:#000!important;box-shadow:0 0 14px #9b5de5b3!important}.carousel .hero-overlay .hero-btn{display:inline-block;width:auto;height:auto;white-space:nowrap;padding:.85rem 2rem;font-size:1rem;border-radius:40px}@media (max-width: 600px){.carousel .hero-overlay .hero-btn{padding:.6rem 1.4rem;font-size:.9rem;border-radius:30px}}.categories-clean{padding:5rem 2rem;background-color:#111;text-align:center}.categories-title{font-size:2.4rem;font-family:Lacquer,cursive;font-weight:700;color:#9b5de5;text-align:center;margin-bottom:3rem;letter-spacing:1px;text-shadow:0 0 6px rgba(155,93,229,.6),0 0 12px rgba(155,93,229,.5)}.categories-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 600px){.categories-wrapper{grid-template-columns:repeat(2,1fr);gap:1rem}.category-tile{width:100%;height:auto;aspect-ratio:1 / 1;margin:0 auto}}.category-tile{width:100%;max-width:150px;aspect-ratio:1 / 1;border-radius:50%;overflow:visible;background-color:#1e1e1e;box-shadow:0 0 8px #ffffff14;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;animation:fadeUp .8s ease forwards;opacity:0;margin:2px auto 28px}.category-tile:before{content:"";position:absolute;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 10%,transparent 60%);opacity:0;transition:opacity .3s ease;border-radius:50%;transform:scale(0);animation:none}.category-tile:hover:before{opacity:1;animation:ripple .6s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.6}to{transform:scale(1.8);opacity:0}}.category-tile.hoodie:hover,.category-tile.tshirt:hover,.category-tile.tote:hover,.category-tile.more:hover{box-shadow:0 0 0 2px #ffffff24 inset,0 0 18px #ffffff8c,0 0 36px #ffffff47;transition:box-shadow .3s ease}@keyframes fadeUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.category-tile:hover{transform:scale(1.015)}@media (hover:hover) and (pointer:fine){.category-tile:hover{transform:scale(1.03);box-shadow:0 0 0 2px #ffffff24 inset,0 0 18px #ffffff8c,0 0 36px #ffffff47}}.category-tile img{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .4s ease}.category-tile:hover img{transform:scale(1.05)}.category-tile span{position:absolute;bottom:-28px;left:50%;transform:translate(-50%);width:max-content;text-align:center;font-weight:600;font-size:1rem;color:#fff;font-family:Playfair Display;text-shadow:none;pointer-events:none}.section-title{text-align:center;font-size:2.8rem;font-weight:700;font-family:Lacquer,cursive;color:#fff;text-shadow:0 0 6px black,0 0 12px black;margin-bottom:2rem;position:relative;animation:fadeInSlide 1s ease-in-out;letter-spacing:1px}.flame-js{position:relative;color:#fff;font-weight:700;text-shadow:0 0 5px #9b5de5,0 0 10px rgba(155,93,229,.7),0 0 18px rgba(155,93,229,.6);animation:flameFlicker .18s infinite alternate}@keyframes flameFlicker{0%{text-shadow:0 0 5px #9b5de5,0 0 10px rgba(155,93,229,.7),0 0 16px rgba(155,93,229,.5)}50%{text-shadow:0 0 7px #9b5de5,0 0 14px rgba(155,93,229,.8),0 0 20px rgba(155,93,229,.6)}to{text-shadow:0 0 5px #9b5de5,0 0 10px rgba(155,93,229,.7),0 0 16px rgba(155,93,229,.5)}}.flame-aura{position:absolute;top:50%;left:50%;width:170%;height:240%;background:radial-gradient(circle,rgba(155,93,229,.28) 0%,rgba(155,93,229,.15) 50%,transparent 80%);transform:translate(-50%,-50%);border-radius:50%;filter:blur(16px);opacity:.55;animation:flameAuraPulse 1s ease-in-out infinite alternate;z-index:-1;pointer-events:none}@keyframes sprayFlicker{0%{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.03)}to{opacity:.8;transform:translate(-50%,-50%) scale(.98)}}@keyframes flameAuraPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.7}to{transform:translate(-50%,-50%) scale(1.15);opacity:1}}@media (max-width: 768px){.flame-aura{width:140%;height:220%;filter:blur(18px)}.spray-aura{width:150%;height:150%;filter:blur(8px);opacity:.7}}.section-title:after{content:"";display:block;width:60px;height:3px;background:#888;margin:12px auto 0;border-radius:4px;opacity:.5;animation:underlinePulse 2.8s infinite ease-in-out}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes underlinePulse{0%,to{transform:scaleX(1);opacity:.4}50%{transform:scaleX(1.25);opacity:.8}}.bag-static{margin-left:8px;font-size:1.4rem}.bag-static:hover{transform:scale(1.1);text-shadow:0 0 8px #d4af37;transition:transform .3s ease,text-shadow .3s ease}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,auto));gap:1.5rem;padding:2rem;justify-content:start}@media (max-width: 600px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,auto));padding:1rem;gap:1rem}}.hoodie-card{position:relative;overflow:hidden;cursor:pointer;transition:transform .3s ease;border-radius:10px;display:block;background-color:transparent;border:none;text-align:center}@media (min-width: 768px){.hoodie-card{max-width:250px;margin:0 auto}}.hoodie-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block;transition:transform .3s ease}.hoodie-card:hover img{transform:scale(1.05);opacity:.3}.hover-price{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);color:#fff;font-size:1.4rem;font-weight:700;opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.hoodie-card:hover .hover-price,.hoodie-card.hovered .hover-price{opacity:1;transform:translate(-50%,-50%) scale(1)}.product-detail-container{background:#222;border-radius:12px;padding:2rem;box-shadow:0 0 20px #0003}.product-info{display:flex;flex-wrap:wrap;gap:2rem}.product-info img{max-width:400px;width:100%;object-fit:cover;border-radius:6px}.product-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:1rem;gap:1rem;color:#f0f0f0}@media (max-width: 768px){.product-detail-container{flex-direction:column;align-items:center;text-align:center}.product-text{padding:1rem 0}}.product-text .price{font-size:1.8rem;font-weight:600;color:#f0f0f0;text-shadow:0 0 6px rgba(255,255,255,.3)}.add-to-cart{margin-top:1rem!important;padding:.6rem 1.2rem!important;background:transparent!important;color:#f0f0f0!important;border:2px solid #f0f0f0!important;border-radius:25px!important;font-family:Playfair Display,serif!important;font-size:1rem!important;transition:all .3s ease!important;transform:none!important}.add-to-cart:hover{background:#f0f0f01a!important;color:#fff!important;box-shadow:0 0 10px #f0f0f066!important;transform:none!important}.add-to-cart:active{background:#f0f0f033!important;color:#fff!important;transform:none!important}.add-to-cart:disabled{opacity:.5;cursor:not-allowed;border-color:#888;color:#888}.color-options{display:flex;gap:10px;margin:.5rem 0 1rem}.color-dot{width:22px;height:22px;border-radius:50%;border:2px solid #fff;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.color-dot:hover{transform:scale(1.2);box-shadow:0 0 6px #fff,0 0 12px #fff;border-color:#fff}.color-dot.active{box-shadow:0 0 8px #fff,0 0 16px #fff;border-color:#fff;animation:whitePulse 1.5s infinite ease-in-out}@keyframes whitePulse{0%{box-shadow:0 0 4px #fff,0 0 8px #fff}50%{box-shadow:0 0 10px #fff,0 0 20px #fff}to{box-shadow:0 0 4px #fff,0 0 8px #fff}}.back-button{margin-top:1rem;padding:.6rem 1.2rem;background:transparent;color:#f0f0f0;border:2px solid #f0f0f0;border-radius:25px;font-size:1rem;cursor:pointer;transition:all .3s ease}.back-button:hover{background:#f0f0f01a;box-shadow:0 0 10px #f0f0f066}.money{font-size:1.5rem;color:#0f9}.cart-container{max-width:1100px;margin:0 auto;padding:24px}#cartFilled{display:grid;grid-template-columns:1fr;gap:24px}#cartItems .cart-row{display:grid;grid-template-columns:80px 1fr 110px 100px 28px;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);transition:box-shadow .2s ease,background .2s ease}#cartItems .cart-row:hover{background:#ffffff05;box-shadow:0 0 10px #fff6;border-radius:10px}#cartItems .cart-row img{width:80px;height:80px;object-fit:cover;border-radius:10px;box-shadow:0 0 6px #ffffff26}.qty-input{width:72px;padding:8px;border-radius:8px;border:1px solid #333;background:#111;color:#fff;text-align:center}.price,.line-total{font-weight:600;color:#fff;text-shadow:0 0 6px rgba(255,255,255,.6)}.cart-summary{border:1px solid rgba(255,255,255,.12);background:#ffffff08;border-radius:14px;padding:20px;max-width:380px;box-shadow:0 0 12px #ffffff14}.cart-summary h2{margin:0 0 12px;font-size:1.4rem;font-weight:700}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;margin-bottom:18px}.summary-row span:last-child{font-weight:700;font-size:1.2rem;text-shadow:0 0 6px rgba(255,255,255,.8)}.cart-summary button{display:inline-block;padding:10px 16px;margin-right:8px;border:none;border-radius:8px;background:#fff;color:#000;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease}.cart-summary button:hover{box-shadow:0 0 10px #fffc;transform:translateY(-1px)}.cart-summary button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 520px){#cartItems .cart-row{grid-template-columns:60px 1fr;grid-template-areas:"img title" "img meta" "img price" "qty qty" "total remove";gap:6px 10px;padding:10px 0;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff05;box-shadow:0 0 8px #ffffff14}#cartItems .cart-row img{grid-area:img;width:60px;height:60px}#cartItems .cart-row .cart-item-title{grid-area:title;font-size:16px;text-shadow:0 0 4px rgba(255,255,255,.4)}#cartItems .cart-row .cart-item-meta{grid-area:meta;font-size:13px;color:#ffffffb3}#cartItems .cart-row .price{grid-area:price;font-size:15px}#cartItems .cart-row .qty-input{grid-area:qty;width:100px;height:40px}#cartItems .cart-row .line-total{grid-area:total;font-size:15px}#cartItems .cart-row .remove-btn{grid-area:remove;justify-self:end;width:36px;height:36px}}@media (max-width: 600px){.cart-summary{max-width:none;width:100%;padding:16px}.cart-summary button{display:block;width:100%;margin:6px 0}}@media (max-width: 600px){.cart-summary{max-width:none;width:100%;margin-top:16px}}@media (min-width: 900px){#cartFilled{grid-template-columns:1fr 360px}}@media (max-width: 520px){.qty-wrapper{display:flex;align-items:center;gap:4px}.qty-btn{background:#222;color:#fff;border:1px solid #333;border-radius:6px;padding:4px 8px;font-size:1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.qty-input{width:40px;padding:4px;font-size:.9rem;text-align:center;border:1px solid #333;background:#111;color:#fff;border-radius:6px}}@media (max-width: 520px){.qty-input{width:100%;max-width:120px;font-size:1rem;padding:10px}}.qty-controls{display:flex;align-items:center;gap:8px}.qty-btn{background:#fff;border:none;padding:10px 14px;border-radius:8px;color:#000;font-size:1.2rem;font-weight:700;cursor:pointer;transition:transform .1s ease,background .2s ease}.qty-btn:hover{background:#fff}.qty-controls{display:flex;align-items:center;gap:6px}.qty-btn{background:#fff;color:#000;border:none;padding:5px 9px;border-radius:6px;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .1s ease,background .2s ease;line-height:1}.qty-btn:hover{background:#f0f0f0}.qty-btn:active{transform:scale(.92)}.qty-input{width:36px;text-align:center;font-size:.95rem;padding:4px;border:1px solid #ccc;border-radius:6px;background:#fff;color:#000}@media (max-width: 600px){.qty-controls{gap:4px}.qty-btn{background:#222;color:#fff;font-size:16px;width:32px;height:32px;padding:0;border-radius:6px}.qty-btn:hover{background:#9b5de5;color:#000}.qty-input{width:46px;font-size:16px;border:1px solid #333;background:#111;color:#fff;padding:4px}}.best-seller .section-title{font-size:2rem;font-weight:700;color:#9b5de5;margin-bottom:25px;text-shadow:none}.best-seller-item{background:#1a1a1a;border-radius:12px;overflow:hidden;border:none;transition:transform .3s ease}.best-seller-item:hover{transform:translateY(-5px);animation:purplePulse 1.8s infinite ease-in-out}.best-seller{padding:40px 20px;background:#111;text-align:center}.best-seller-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.best-seller-item{background:#1a1a1a;border-radius:12px;overflow:hidden;border:none;transition:transform .3s ease,box-shadow .3s ease}.best-seller-item img{width:100%;height:auto;max-height:240px;object-fit:contain;background:#000;padding:10px;border-bottom:1px solid #333;transition:transform .4s ease}.best-seller-item:hover img{transform:scale(1.05)}.best-seller-item .info{padding:18px 12px}.best-seller-item h3{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:10px}.best-seller-item p{font-size:1rem;color:#9b5de5;font-weight:700;margin-bottom:14px}.best-seller-item .actions{display:flex;justify-content:center;padding:10px;background:#222}.best-seller-item .actions a{color:#9b5de5;text-decoration:none;font-size:.9rem;transition:color .3s ease}.best-seller-item .actions a:hover{color:#9b5de5}@media (max-width: 480px){.best-seller-item img{max-height:180px}.best-seller-item h3{font-size:1rem}.best-seller-item p{font-size:.9rem}}.size-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.size-option{display:inline-flex;justify-content:center;align-items:center;min-width:40px;padding:8px 12px;border:2px solid white;border-radius:6px;font-size:14px;font-weight:700;color:#fff;background-color:transparent;cursor:pointer;transition:all .2s ease}.size-option.active{background-color:#fff;color:#000;box-shadow:0 0 10px #fff}.size-option:hover{background-color:#ffffff26}@media (max-width: 600px){.size-option.active{background-color:#fff;color:#000;box-shadow:0 0 10px #fff}}.color-options{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.color-dot.active{box-shadow:0 0 8px #fff,0 0 15px #fffc;transform:scale(1.15)}.color-dot:hover{transform:scale(1.1)}@media (max-width: 600px){.color-dot{width:36px;height:36px}}.size-option{color:#fff!important}.size-option.active{background-color:#fff!important;color:#000!important;box-shadow:0 0 10px #fff}.color-dot{width:32px;height:32px;border-radius:50%;margin:5px;cursor:pointer;border:2px solid transparent;display:inline-block}.color-dot.active{border-color:transparent;box-shadow:none}.size-option{display:inline-block;padding:8px 14px;border:1px solid white;border-radius:6px;margin:5px;cursor:pointer;font-size:1rem}.color-dot.active,.size-option.active{border-color:transparent;box-shadow:none}.filter-toggle{background:#222;color:#fff;padding:10px 16px;border:none;cursor:pointer;font-size:1rem;border-radius:6px;transition:background .3s ease,transform .2s ease}.filter-toggle:hover{background:#333;transform:scale(1.05)}.filter-menu button{background:#2a2a2a;color:#eee;padding:12px;border:none;text-align:center;cursor:pointer;font-size:.95rem;transition:background .3s ease,color .3s ease}.filter-menu button.active{background:#555;color:#fff;font-weight:700;border:1px solid #777}.filter-menu button:hover{background:#444;color:#fff}.filter-menu button,.filter-toggle{min-height:50px;display:flex;align-items:center;justify-content:center}.has-submenu{display:flex;justify-content:space-between;align-items:center}.arrow{transition:transform .3s ease}.has-submenu.open .arrow{transform:rotate(90deg)}.submenu{display:none;background:#222}.submenu.open{display:block}.submenu button{background:#2a2a2a;padding-left:20px;font-size:.9rem}.category-filters{margin:10px;position:relative;z-index:5}.filter-toggle{background:#222;color:#fff;padding:10px 16px;border:none;cursor:pointer;font-size:1rem;border-radius:6px}.filter-menu{display:none;flex-direction:column;margin-top:6px;background:#111;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0006}.filter-menu.open{display:flex}.filter-menu button{background:#2a2a2a;color:#eee;padding:10px;border:none;text-align:center;cursor:pointer;font-size:.9rem}.filter-menu button:hover{background:#444}.filter-menu button.active{background:#fff;color:#111;font-weight:700}.filter-menu button,.filter-toggle{min-height:44px;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.filter-toggle{display:none}.filter-menu{display:flex!important;flex-direction:row;background:transparent;margin-top:0;gap:6px;box-shadow:none}.filter-menu button{background:#222;border-radius:4px;padding:8px 12px}.filter-menu button:hover{background:#444}.filter-menu button.active{background:#fff;color:#111;font-weight:700}}.category-tile{width:150px;height:150px}.category-tile.locked{position:relative;overflow:visible;cursor:not-allowed;pointer-events:none}.category-tile.locked img{filter:blur(2px) brightness(.7)}.category-tile.locked:after{content:"Coming Soon";position:absolute;inset:0;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:glow-pulse 1.8s infinite ease-in-out;border-radius:50%}@keyframes glow-pulse{0%,to{text-shadow:0 0 6px rgba(255,255,255,.4)}50%{text-shadow:0 0 12px rgba(255,255,255,.9)}}@media (max-width: 600px){.category-tile{width:100px;height:100px}.category-tile.locked:after{font-size:1rem;padding:4px 10px}.category-tile.locked span{font-size:.9rem}}.hover-container{position:relative}.hover-price{position:absolute;z-index:2}.hover-container img{position:relative;z-index:1}html{scroll-behavior:smooth}.footer{background:#111;color:#ccc;padding:2rem 1rem;margin-top:3rem;font-family:Playfair Display,serif}.footer-container{max-width:1200px;margin:auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem}.footer-logo h2{font-family:Lacquer,cursive;font-size:1.8rem;color:#fff;margin-bottom:.3rem}.footer-links a{margin:0 .8rem;color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#9b5de5}.footer-social{display:flex;gap:18px;align-items:center}.footer-social a{display:inline-flex;align-items:center;justify-content:center;line-height:0;text-decoration:none!important}.footer-social a img{width:30px;height:30px;filter:none!important;-webkit-filter:none!important;mix-blend-mode:normal;transition:transform .2s ease}.footer-social a{text-decoration:none!important;line-height:0}.footer-social a:hover img{transform:scale(1.15)}.footer-bottom{text-align:center;padding-top:1.5rem;font-size:.85rem;border-top:1px solid #333;margin-top:1.5rem;color:#888;font-family:Lacquer,serif}@media (max-width: 600px){.footer-container{flex-direction:column;text-align:center}.footer-links{margin:1rem 0}}.footer-container{align-items:flex-start;gap:24px}.footer-logo{flex:1 1 640px;max-width:760px;line-height:1.5}.footer-logo p{margin:.35rem 0}.footer-links{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center}.footer-links a{margin:0}.footer-social{margin-left:auto;display:flex;gap:18px}@media (min-width: 769px){.footer-container{position:relative;justify-content:space-between;align-items:flex-start}.footer{padding-bottom:3.2rem}.footer-social{position:absolute;right:1rem;bottom:1rem;justify-content:flex-end}}@media (max-width: 768px){.footer{margin-top:1.2rem;padding:1rem 1rem .8rem}.footer-container{position:static!important;display:grid!important;grid-auto-rows:min-content;justify-items:center;align-items:start;gap:10px;height:auto!important;min-height:0!important;flex-direction:initial!important;justify-content:initial!important;align-content:initial!important}.footer-logo{justify-self:stretch;text-align:left;padding:0 1rem}.footer-logo h2,.footer-logo p{text-align:left}.footer-logo p{margin-bottom:.5rem}.footer-links{display:flex;justify-content:center;gap:8px 16px;margin:0}.footer-social{position:static!important;justify-content:center;margin-top:4px}.footer-bottom{margin-top:.6rem;padding-top:.6rem}}.offer-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;pointer-events:none;transition:opacity .4s ease;font-family:Playfair Display}.offer-popup.active{opacity:1;pointer-events:auto}.offer-content{background:#111;color:#fff;padding:2rem;border-radius:15px;text-align:center;max-width:400px;width:90%;position:relative;box-shadow:0 0 20px #0009;animation:popupScale .4s ease}.offer-content h3{color:#9b5de5;margin-bottom:.5rem}.offer-content p{font-size:1rem;margin-bottom:1.2rem}.offer-btn{display:block;width:100%;padding:.55rem 1rem!important;background:transparent!important;color:#9b5de5!important;border:2px solid #9b5de5!important;border-radius:30px!important;font-weight:700;font-size:.9rem!important;line-height:1!important;text-decoration:none;text-align:center;box-shadow:none!important;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease!important}@media (max-width: 600px){.offer-btn{padding:.5rem .9rem!important;font-size:.85rem!important}}.offer-btn:hover{background-color:#9b5de51f!important;color:#9b5de5!important;box-shadow:0 0 10px #9b5de559,0 0 24px #9b5de538!important}.offer-btn:active{background-color:#9b5de533!important;transform:none!important}.offer-btn:focus-visible{outline:2px solid rgba(155,93,229,.65);outline-offset:2px;box-shadow:none!important}.close-offer{position:absolute;top:10px;right:15px;font-size:1.5rem;cursor:pointer;color:#fff;transition:color .3s ease}.close-offer:hover{color:#9b5de5}@keyframes popupScale{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.voucher-section{margin-top:1rem;text-align:center}.voucher-section input{padding:.5rem;border:1px solid #ccc;border-radius:6px;width:60%;max-width:200px}.voucher-section button{margin-left:.5rem;padding:10px 16px!important;border-radius:8px!important;height:auto!important;border:none;background:#9b5de5;color:#fff;font-weight:700;line-height:1}.voucher-section button:hover{background:#9b5de5!important;color:#fff!important;border:none!important;transform:translateY(-1px);filter:brightness(1.04) saturate(1.02);box-shadow:none}.voucher-msg{margin-top:.5rem;font-size:.9rem;color:#9b5de5}.voucher-section{text-align:left;display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-left:120px}@media (min-width: 721px){.voucher-section{text-align:left;display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-left:120px}.voucher-section input{width:auto;max-width:320px}.voucher-section button{margin-left:.5rem;width:auto}}@media (max-width: 720px){.voucher-section{margin-left:0;flex-direction:column;align-items:stretch;gap:10px;width:100%}.voucher-section input{width:100%!important;max-width:none!important;display:block;flex:0 0 auto;margin:0!important;box-sizing:border-box}.voucher-section button{width:100%!important;margin:0!important}}@media (min-width: 721px){.voucher-section{margin-left:0!important;flex-direction:column!important;align-items:stretch!important}.voucher-section input{width:100%!important;max-width:none!important;margin:0!important}.voucher-section button{width:100%!important;margin:0!important}}.footer-credit{font-size:.7rem;color:#666;margin-top:.5rem;text-align:center}.footer-credit a{color:inherit;text-decoration:none}.categories-clean,.best-seller,.footer{background-color:#1a1a1a!important}.navbar{background-color:#0d0d0d!important}.categories-title,.categories .section-title,.categories-section .section-title,.categories-clean .section-title{font-size:2rem}.title-aura{position:relative;display:inline-block;font-weight:700;color:#fff!important;text-shadow:0 0 5px #9b5de5,0 0 10px rgba(155,93,229,.7),0 0 18px rgba(155,93,229,.6);animation:flameFlicker .18s infinite alternate}.title-aura:before{content:"";position:absolute;top:50%;left:50%;width:170%;height:240%;background:radial-gradient(circle,rgba(155,93,229,.28) 0%,rgba(155,93,229,.15) 50%,transparent 80%);transform:translate(-50%,-50%);border-radius:50%;filter:blur(16px);opacity:.55;animation:flameAuraPulse 1s ease-in-out infinite alternate;z-index:-1;pointer-events:none}#discountRow span,#cartDiscount{color:#9b5de5!important;text-shadow:none!important;filter:none!important;box-shadow:none!important}.alert-modal{display:none;position:fixed;inset:0;background:#000000d9;justify-content:center;align-items:center;z-index:9999}.alert-content{background:#111;color:#fff;padding:2rem;border-radius:12px;text-align:center;max-width:400px;width:90%;box-shadow:0 8px 24px #0009;animation:fadeIn .3s ease-in-out;font-family:Playfair Display,cursive}.alert-content p{font-size:1rem;margin-bottom:1.5rem;color:#eee}#alertOkBtn{display:inline-block;padding:.6rem 1.4rem;background:#9b5de5;color:#fff;border-radius:25px;text-decoration:none;font-weight:700;border:none;cursor:pointer;transition:background .3s ease,color .3s ease;font-family:"Playfair Display",}#alertOkBtn:hover{background:#fff;color:#000}.category-tile .badge{display:inline-block;margin-top:.5rem;font-size:.8rem;opacity:.9;padding:.2rem .6rem;border:1px solid rgba(255,255,255,.25);border-radius:999px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.categories-wrapper.categories-3{display:grid;gap:2.5rem;grid-template-columns:repeat(3,minmax(220px,1fr));align-items:start;justify-items:center}@media (max-width: 1024px){.categories-wrapper.categories-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.categories-wrapper.categories-3{grid-template-columns:1fr}}.category-tile{position:relative}.category-tile .qm{position:absolute;top:-12px;right:-12px;width:34px;height:34px;border-radius:999px;display:grid;place-items:center;font-weight:800;font-size:1rem;color:#111;background:radial-gradient(closest-side,#fffffff2,#fff3);box-shadow:0 0 14px #ffffff59,inset 0 0 10px #ffffff59;transform:translateY(10px) scale(.9);opacity:0;pointer-events:none;transition:transform .35s ease,opacity .35s ease,filter .35s ease;filter:blur(.15px)}.category-tile:hover .qm{opacity:1;transform:translateY(0) scale(1);animation:qm-bounce 1.2s ease-in-out infinite}.customize-chooser{background:#111;text-align:center}.customize-chooser .section-title{margin-bottom:2.5rem}.custom-grid{display:grid;gap:2.5rem;grid-template-columns:repeat(3,minmax(220px,1fr));justify-items:center;align-items:start;padding:0 1rem}@media (max-width:1024px){.custom-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.custom-grid{grid-template-columns:1fr}}.custom-card{position:relative;display:grid;justify-items:center;text-align:center;text-decoration:none;color:inherit;transition:transform .25s ease}.custom-card:hover{transform:translateY(-2px)}.custom-card .art{width:280px;height:280px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 0 28px #ffffff2e;transition:transform .25s ease,box-shadow .25s ease}.custom-card .art img{width:62%;height:auto}.custom-card:hover .art{transform:scale(1.02);box-shadow:0 0 38px #ffffff47}.custom-card .label{margin-top:.8rem;padding:.35rem .9rem;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-size:1rem;line-height:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-family:Lacquer,cursive;letter-spacing:.5px}.custom-card .qm{position:absolute;top:-12px;right:-12px;width:34px;height:34px;border-radius:999px;display:grid;place-items:center;font-weight:800;font-size:1rem;color:#111;background:radial-gradient(closest-side,#fffffff2,#fff3);box-shadow:0 0 14px #ffffff59,inset 0 0 10px #ffffff59;transform:translateY(10px) scale(.9);opacity:0;pointer-events:none;transition:transform .35s ease,opacity .35s ease,filter .35s ease;filter:blur(.15px)}.custom-card:hover .qm{opacity:1;transform:translateY(0) scale(1);animation:qm-bounce 1.2s ease-in-out infinite}.customize-cards{background:#111;padding:2.5rem 1rem}.customize-cards .section-title{text-align:center;margin-bottom:1.25rem}.customize-cards .c-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:start;max-width:1200px;margin:0 auto}.c-card{background:#1a1a1a;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;border:1px solid rgba(155,93,229,.18);box-shadow:0 0 0 1px #9b5de51a inset,0 6px 16px #00000059}.c-card:hover{transform:translateY(-5px);border-color:#9b5de585;box-shadow:0 0 0 1px #9b5de559 inset,0 0 14px #9b5de547,0 14px 30px #00000059;animation:purplePulse 1.8s infinite ease-in-out}.c-card:focus-visible{outline:none;border-color:#9b5de5bf;box-shadow:0 0 0 2px #9b5de58c,0 0 18px #9b5de559}.c-media{background:#000;display:grid;place-items:center;border-bottom:1px solid rgba(155,93,229,.18);aspect-ratio:16 / 9}.c-media img{width:100%;height:auto;max-height:200px;object-fit:contain;padding:10px;transition:transform .4s ease}.c-card:hover .c-media img{transform:scale(1.05)}.c-info{padding:16px 12px;text-align:center}.c-info h3{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:8px;font-family:Lacquer,cursive;letter-spacing:.5px;text-transform:uppercase}.c-price{font-size:.98rem;color:#9b5de5;font-weight:700;margin-bottom:12px}.c-actions{display:flex;justify-content:center;padding:10px;background:#1e1b24;border-top:1px solid rgba(155,93,229,.18)}.c-actions span{color:#9b5de5;font-size:.95rem}@keyframes purplePulse{0%,to{box-shadow:0 0 12px #9b5de559}50%{box-shadow:0 0 22px #9b5de5a6}}#customizeChooser .best-seller-item{border:1px solid rgba(155,93,229,.18);box-shadow:0 0 0 1px #9b5de51a inset,0 6px 16px #00000059;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden}#customizeChooser .best-seller-item:hover{transform:translateY(-5px);border-color:#9b5de585;box-shadow:0 0 0 1px #9b5de559 inset,0 0 14px #9b5de547,0 14px 30px #00000059;animation:purplePulse 1.8s infinite ease-in-out}#customizeChooser .best-seller-item:focus-visible{outline:none;border-color:#9b5de5bf;box-shadow:0 0 0 2px #9b5de58c,0 0 18px #9b5de559}#customizeChooser .color-count{position:absolute;top:8px;left:8px;padding:.22rem .55rem;font-size:.72rem;line-height:1;border-radius:999px;color:#9b5de5;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:1px solid rgba(155,93,229,.75);box-shadow:0 0 0 1px #9b5de540 inset,0 0 10px #9b5de540;pointer-events:none;z-index:2}@keyframes purplePulse{0%,to{box-shadow:0 0 12px #9b5de566}50%{box-shadow:0 0 20px #9b5de5b3}}#customizeChooser .section-title{color:#fff;animation:none}#customizeChooser .section-title.flame-js,#customizeChooser .section-title.title-aura{color:#fff;text-shadow:0 0 6px #000,0 0 12px #000;animation:none}#customizeChooser .best-seller-item .actions a,#customizeChooser .best-seller-item .actions span{color:#9b5de5!important}.wa-btn{display:block;width:100%;box-sizing:border-box;color:#25d366;border:2px solid #25D366;background:transparent;padding:9.6px 19.2px!important;margin:16px 0 0!important;border-width:2px!important;border-radius:30px!important;font-size:16px!important;line-height:1!important}.wa-btn:hover{background-color:#25d3661f!important;color:#25d366!important;box-shadow:0 0 10px #25d36659,0 0 24px #25d36638!important;transform:none!important}.wa-btn:active{background-color:#25d36633!important;transform:none!important}.wa-btn:focus-visible{outline:2px solid rgba(37,211,102,.65);outline-offset:2px;box-shadow:none!important}.wa-btn svg{width:20px;height:20px;vertical-align:-4px;margin-right:.5rem;fill:currentColor}.add-to-cart+.wa-btn{margin-top:10px}@media (max-width:600px){.wa-btn{padding:.65rem 1rem!important;font-size:.95rem!important}}.header,.nav-container,.navbar{perspective:1000px}.header a.logo,.navbar a.logo,.swaggy-logo{display:inline-block!important;transform-style:preserve-3d;transform-origin:50% 50%;backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform;animation:spin3d 6s linear infinite!important}.swaggy-logo{animation:spin3d 6s linear infinite,glowPulse 4s ease-in-out infinite!important}@keyframes spin3d{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@-webkit-keyframes spin3d{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.header a.logo,.navbar a.logo,.swaggy-logo{backface-visibility:visible!important;-webkit-backface-visibility:visible!important}.cart-summary .summary-row:not(#deliveryRow)>:last-child{min-width:150px;text-align:right;font-variant-numeric:tabular-nums}#deliveryRow{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}#deliveryRow>div{flex:1 1 auto;display:flex;align-items:center;gap:.5rem;min-width:0}#deliveryRow #shipCountry{flex:1 1 auto;min-width:0;max-width:100%}#deliveryRow #cartDelivery{margin-left:auto;min-width:150px;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;display:block!important;height:auto!important;padding:0!important;border-radius:0!important}@media (max-width:720px){.cart-summary .summary-row:not(#deliveryRow)>:last-child{min-width:0}#deliveryRow>div{flex-wrap:wrap}#deliveryRow #shipCountry{flex-basis:100%}#deliveryRow #cartDelivery{min-width:0;margin-left:0;text-align:left}}#categories{scroll-margin-top:72px}@media (max-width: 600px){#categories{scroll-margin-top:84px}}.promo-multiline{white-space:pre-line;line-height:1.4}:root{--navH: 60px}.carousel-container{position:relative;aspect-ratio:16 / 9!important;max-height:84vh!important;background:#000;overflow:hidden}.carousel,.slide{height:100%!important}.carousel .carousel-media{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;background:#000!important}@media (min-width:601px) and (max-width:1024px){.carousel-container{aspect-ratio:3 / 2!important;max-height:80vh!important}.carousel .carousel-media{object-fit:contain!important}}@media (max-width:600px) and (orientation:portrait){.carousel-container{aspect-ratio:auto!important;height:calc(100dvh - var(--navH))!important;height:calc(100svh - var(--navH))!important;height:calc(100vh - var(--navH))!important;max-height:none!important;overflow:hidden!important;background:#000!important}.carousel .carousel-media{object-fit:cover!important;object-position:center center!important}.prev{left:clamp(10px,3vw,20px)!important}.next{right:clamp(10px,3vw,20px)!important}.dots{bottom:calc(env(safe-area-inset-bottom,0px) + 10px)!important}.carousel .slide .hero-overlay{top:auto!important;bottom:8dvh!important;left:6%!important;right:auto!important;transform:none!important;max-width:80%!important;text-align:left!important}.hero-overlay h1{font-size:1.4rem!important;line-height:1.25!important}}@media (max-width:600px) and (orientation:landscape){.carousel-container{aspect-ratio:16 / 9!important;height:auto!important;max-height:92dvh!important}.carousel .carousel-media{object-fit:contain!important}}@media (hover:none) and (pointer:coarse) and (orientation:landscape){.carousel-container{aspect-ratio:16 / 9!important;height:auto!important;max-height:92dvh!important}.carousel .carousel-media{object-fit:contain!important}}@media (max-height:480px){.carousel .carousel-media{object-fit:cover!important}}#categories{scroll-margin-top:72px!important}@media (max-width: 600px){#categories{scroll-margin-top:84px!important}}.desktop-only{display:block!important}.mobile-only{display:none!important}@media (max-width: 600px) and (orientation: portrait){.desktop-only{display:none!important}.mobile-only{display:block!important}}@supports not (aspect-ratio: 1 / 1){.carousel-container{height:56.25vw!important}}.sizeguide-modal{position:fixed;inset:0;background:#000000bf;display:none;align-items:center;justify-content:center;z-index:10001}.sizeguide-modal.open{display:flex}.sizeguide-content{position:relative;background:#111;border-radius:14px;padding:.75rem;max-width:min(92vw,820px);max-height:86vh;box-shadow:0 0 24px #0009;display:grid;place-items:center}#sizeGuideImg{width:100%;height:100%;object-fit:contain}.sizeguide-close{position:absolute;top:8px;right:10px;width:36px;height:36px;border:none;border-radius:50%;background:#ffffff1f;color:#fff;font-size:1.2rem;cursor:pointer;transition:background .2s ease,transform .1s ease}.sizeguide-close:hover{background:#9b5de5;color:#000}.add-to-cart.added{background:#0f9!important;color:#000!important;border-color:#0f9!important;box-shadow:0 0 12px #00ff9980!important;cursor:default;opacity:1}.carousel .slide:nth-child(1) .hero-overlay{top:55%;left:73%;transform:translate(-50%,-50%);max-width:430px;text-align:center}.carousel .slide:nth-child(2) .hero-overlay{inset:50% auto auto 68%;transform:none;max-width:420px;text-align:left}.carousel .slide:nth-child(3) .hero-overlay{inset:50% auto auto 67%;transform:none;max-width:420px;text-align:left}@media (min-width:1024px){.carousel .hero-overlay .hero-btn{white-space:nowrap;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none;text-rendering:geometricPrecision}}@media (max-width:600px) and (orientation:portrait){.carousel>.slide:nth-of-type(1) .hero-overlay{top:72%!important;bottom:10dvh!important;left:50%!important;transform:translate(-50%)!important;right:auto!important;max-width:78%!important;text-align:center!important}.carousel>.slide:nth-of-type(2) .hero-overlay{top:77%!important;bottom:8dvh!important;left:50%!important;transform:translate(-50%)!important;right:auto!important;max-width:86%!important;text-align:center!important}.carousel>.slide:nth-of-type(3) .hero-overlay{top:73%!important;bottom:10dvh!important;right:auto!important;left:33%!important;transform:none!important;max-width:72%!important;text-align:right!important}}@media (orientation:landscape) and (hover:none) and (pointer:coarse){.carousel .slide:nth-child(1) .hero-overlay{bottom:6vh;inset:auto auto 34% 60%;transform:none;max-width:60%;text-align:left}.carousel .slide:nth-child(2) .hero-overlay{bottom:6vh;inset:auto auto 34% 73%;transform:translate(-50%);max-width:68%;text-align:center}.carousel .slide:nth-child(3) .hero-overlay{bottom:6vh;inset:auto auto 34% 61%;transform:none;max-width:60%;text-align:right}}@media (min-width:601px) and (max-width:1366px){html[lang=en] .carousel .slide:nth-child(1) .hero-overlay,body[dir=ltr] .carousel .slide:nth-child(1) .hero-overlay{top:56%!important;left:73%!important;transform:translate(-50%,-50%)!important;max-width:430px!important;text-align:center!important}html[lang=en] .carousel .slide:nth-child(2) .hero-overlay,body[dir=ltr] .carousel .slide:nth-child(2) .hero-overlay{inset:50% auto auto 68%!important;transform:none!important;max-width:420px!important;text-align:left!important}html[lang=en] .carousel .slide:nth-child(3) .hero-overlay,body[dir=ltr] .carousel .slide:nth-child(3) .hero-overlay{inset:50% auto auto 67%!important;transform:none!important;max-width:420px!important;text-align:left!important}}.carousel .carousel-media{width:100%;height:100%;object-fit:cover!important;object-position:center center}#sizeGuideModal.open{display:flex!important}#sizeGuideModal{align-items:center;justify-content:center;padding:clamp(12px,2vw,24px)}#sizeGuideModal .sizeguide-content{max-width:min(92vw,900px)!important;max-height:85vh!important}#sizeGuideModal img{display:block;width:auto;max-width:100%;max-height:85vh;height:auto!important;object-fit:contain!important;border-radius:12px;box-shadow:0 6px 22px #00000059}.dots{position:absolute;bottom:auto!important;top:calc(100% - 42px)!important;left:50%;transform:translate(-50%);width:auto;text-align:center;z-index:8}@media (max-width: 600px){.dots{top:calc(100% - 36px)!important}}@media (max-width: 600px){.carousel-container{padding-bottom:110px}.carousel .dots{position:absolute;bottom:16px!important;left:50%!important;transform:translate(-50%)!important;margin-top:0!important;width:auto!important}}.carousel-container,.carousel,.carousel .slide,.carousel .carousel-media{background:#1a1a1a!important}.carousel-container{margin-bottom:0!important}@media (max-width: 600px){.categories-clean{padding-top:0!important;margin-top:-3rem!important}}.footer-multiline{white-space:pre-line!important}.footer .footer-founded,.footer .footer-founded em{font-family:Lacquer,cursive!important;font-style:normal!important;font-weight:400!important;font-synthesis:none!important;text-shadow:none!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;color:#ffffffd9!important;font-size:.95rem!important;letter-spacing:.4px!important;line-height:1.35!important}html.ig{-webkit-text-size-adjust:100%;text-size-adjust:100%}html.ig{scroll-behavior:auto!important}html.ig,html.ig body{overscroll-behavior-y:none}.ig a,.ig button,.ig .prev,.ig .next{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.ig .prev,.ig .next{appearance:none;-webkit-appearance:none;outline:none;border:0;background:#00000059!important;color:#fff!important}@media (hover:none),(pointer:coarse){.ig .prev:hover,.ig .next:hover{background:#00000059!important;color:#fff!important}}@media (max-width:600px) and (orientation:portrait){.ig .carousel-container{height:calc(var(--vh, 1vh) * 100 - var(--navH))!important;max-height:none!important;aspect-ratio:auto!important;overflow:hidden!important;background:#000!important}.ig .carousel .carousel-media{object-fit:cover!important;object-position:center center!important}.ig .carousel>.slide:nth-of-type(1) .hero-overlay{top:72%!important;bottom:10dvh!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;max-width:78%!important;text-align:center!important}.ig .carousel>.slide:nth-of-type(2) .hero-overlay{top:77%!important;bottom:8dvh!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;max-width:86%!important;text-align:center!important}.ig .carousel>.slide:nth-of-type(3) .hero-overlay{top:80%!important;bottom:10dvh!important;left:33%!important;right:auto!important;transform:none!important;max-width:72%!important;text-align:right!important}.ig .dots{top:auto!important;bottom:calc(env(safe-area-inset-bottom,0px) + 12px)!important;left:50%!important;transform:translate(-50%)!important;width:auto!important}}@media (hover:none),(pointer:coarse){.ig .nav-links a:hover{color:inherit!important;text-shadow:inherit!important}.ig .hero-overlay .hero-btn:hover,.ig .hero-overlay .hero-btn:focus,.ig .hero-overlay .hero-btn:active{background:#9b5de5!important;color:#000!important;box-shadow:0 0 14px #9b5de5b3!important;outline:none!important}}.ig .cart-icon{line-height:1!important}html.ig body:before{transform:translate(-50%,-50%)!important;transition:none!important}html.ig .carousel-container{height:calc(var(--vh, 1vh) * 100 - var(--navH))!important;max-height:none!important;padding-bottom:0!important;contain:layout paint size;will-change:auto!important;transform:translateZ(0)}html.ig .carousel,html.ig .slide,html.ig .carousel .carousel-media{backface-visibility:hidden;transform:translateZ(0)}html.ig .header,html.ig .navbar,html.ig .nav-container{perspective:none!important}html.ig .header .logo,html.ig .navbar .logo,html.ig .swaggy-logo{animation:none!important;transform:none!important}html.ig .carousel .carousel-media{object-fit:cover!important;object-position:center center!important}html.ig .carousel .dots{top:auto!important;bottom:calc(env(safe-area-inset-bottom,0px) + 12px)!important;left:50%!important;transform:translate(-50%)!important;width:auto!important}html.ig .carousel-container,html.ig .carousel,html.ig .slide{background:#000!important}@media (max-width: 600px){html.ig .categories-clean,html.ig #categories,html.ig .categories-section{margin-top:0!important;padding-top:clamp(8px,2.5vh,20px)!important}html.ig .carousel-container{margin-bottom:clamp(8px,2vh,16px)!important}}@media (max-width: 600px) and (orientation: portrait){html.ig .carousel-container{height:calc(100svh - var(--navH))!important;max-height:none!important;aspect-ratio:auto!important;overflow:hidden!important}}html[dir=rtl] body{font-family:Tajawal,Playfair Display,serif}html[dir=rtl] .section-title{text-align:center;unicode-bidi:plaintext}html[dir=rtl] .section-title:before,html[dir=rtl] .section-title:after{left:50%!important;right:auto!important;transform:translate(-50%)!important}html[dir=rtl] .categories-grid,html[dir=rtl] .category-scroller,html[dir=rtl] .best-seller-grid,html[dir=rtl] #customizeChooser .best-seller-grid,html[dir=rtl] .product-detail-container{direction:ltr}html[dir=rtl] .product-title,html[dir=rtl] .product-summary{text-align:center}html[dir=rtl] .price,html[dir=rtl] .cart-count,html[dir=rtl] .material-symbols-outlined{direction:ltr}@media (min-width: 769px){html[dir=rtl] .nav-links ul{flex-direction:row!important;justify-content:center;gap:1.2rem}html[dir=rtl] .nav-links ul>li{order:0!important}html[dir=rtl] .nav-links a{direction:rtl;text-align:center}html[dir=rtl] .nav-links ul .lang-switcher{margin-inline-start:auto!important;direction:ltr!important}}@media (max-width: 768px){html[dir=rtl] .nav-links{left:0!important;right:0!important;text-align:center}html[dir=rtl] .nav-links ul{display:flex;flex-direction:column!important;align-items:center!important;gap:.5rem!important;width:100%}html[dir=rtl] .nav-links ul li{width:100%}html[dir=rtl] .nav-links a{display:block;width:100%;text-align:center}}.lang-switcher{list-style:none;display:inline-flex;align-items:center;gap:8px;margin-inline-start:12px;direction:ltr}.nav-links ul .lang-switcher{margin-left:12px}@supports (margin-inline-start: 1px){.nav-links ul{display:flex}.nav-links ul .lang-switcher{margin-inline-start:auto}}.lang-switcher .lang-btn{padding:0;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;width:auto;height:auto;line-height:0;display:flex;align-items:center;justify-content:center;cursor:pointer;outline:none}.lang-switcher .lang-btn img{width:24px;height:16px;border-radius:2px;display:block}@media (max-width: 768px){.lang-switcher .lang-btn img{width:22px;height:14px}}.categories-title,.section-title{position:relative}.categories-title:after,.section-title:after{position:absolute!important;left:50%!important;transform:translate(-50%)!important;right:auto!important;margin-left:0!important;margin-right:0!important}.carousel-container .carousel{direction:ltr}html[dir=rtl] #heroCarousel>.slide:nth-of-type(3) .hero-overlay{position:absolute!important;top:60%!important;left:auto!important;right:28%!important;transform:translateY(-50%)!important;display:block!important;z-index:2!important}html[dir=rtl] #heroCarousel>.slide:nth-of-type(3) .hero-overlay .hero-btn{position:absolute!important;left:auto!important;right:50!important;bottom:40%!important;transform:translate(-20%);margin:0!important;z-index:3!important}@media (max-width: 600px) and (orientation: portrait){html[dir=rtl] #heroCarousel>.slide:nth-of-type(3) .hero-overlay{width:100%!important;height:100%!important;top:0!important;left:0!important;right:0!important}}@media (max-width: 600px) and (orientation: portrait){html[dir=rtl] #heroCarousel>.slide:nth-of-type(3) .hero-overlay .hero-btn{position:absolute!important;inset-inline-start:58%!important;inset-block-end:-40%!important;transform:translate(0)!important}}@media (max-width: 600px) and (orientation: landscape){html[dir=rtl] #heroCarousel>.slide:nth-of-type(3) .hero-overlay .hero-btn{left:auto!important;right:50%!important;bottom:18%!important;transform:translate(-50%)}}@media (max-width: 640px){.nav-icons{display:flex;align-items:center;gap:10px;margin-inline-start:auto}.nav-icons .lang-switcher{order:1;display:flex;align-items:center;gap:8px}.nav-icons .cart-icon{order:2}.nav-icons .hamburger{order:3}.lang-btn{width:36px;height:36px;padding:6px;border:1px solid rgba(140,84,255,.35);border-radius:9999px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;line-height:0;cursor:pointer}.lang-btn img{width:22px;height:16px;border-radius:2px;display:block}.cart-icon{position:relative;width:36px;height:36px;border:1px solid rgba(140,84,255,.35);border-radius:9999px;display:flex;align-items:center;justify-content:center;background:#ffffff0f}.cart-icon .material-symbols-outlined{font-size:22px;line-height:1}.cart-count{position:absolute;top:-4px;inset-inline-end:-4px;transform:none}.hamburger{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:9999px}}@media (max-width: 380px){.nav-icons{gap:px}.lang-switcher{gap:6px}}@media (min-width:601px) and (max-width:1366px){html[lang=ar] .carousel .slide:nth-child(1) .hero-overlay,body[dir=rtl] .carousel .slide:nth-child(1) .hero-overlay{top:56%!important;right:25%!important;left:auto!important;transform:translate(50%,-50%)!important;max-width:430px!important;text-align:center!important}html[lang=ar] .carousel .slide:nth-child(2) .hero-overlay,body[dir=rtl] .carousel .slide:nth-child(2) .hero-overlay{inset:50% 21% auto auto!important;transform:none!important;max-width:420px!important;text-align:right!important}html[lang=ar] .carousel .slide:nth-child(3) .hero-overlay,body[dir=rtl] .carousel .slide:nth-child(3) .hero-overlay{inset:50% 67% auto auto!important;transform:none!important;max-width:420px!important;text-align:right!important}}.lang-switcher{display:flex;align-items:center;gap:10px}.lang-switcher .lang-btn,.nav-icons .lang-btn{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;width:auto;height:auto;line-height:0;display:flex;align-items:center;justify-content:center;cursor:pointer;outline:none}.lang-switcher .lang-btn:before,.lang-switcher .lang-btn:after,.nav-icons .lang-btn:before,.nav-icons .lang-btn:after{content:none!important;display:none!important}.lang-switcher .lang-btn.active,.nav-icons .lang-btn.active,.lang-switcher .lang-btn[aria-current=true],.nav-icons .lang-btn[aria-current=true]{background:transparent!important;border:0!important;box-shadow:none!important}.lang-switcher .lang-btn img,.nav-icons .lang-btn img{width:26px;height:18px;border-radius:2px;display:block}@media (max-width: 640px){.nav-icons{display:flex;align-items:center;gap:8px;margin-inline-start:auto}.nav-icons .lang-switcher{order:1;display:flex;align-items:center;gap:6px}.nav-icons .cart-icon{order:2}.nav-icons .hamburger{order:3}.nav-icons .lang-btn img{width:24px;height:16px}.nav-icons .cart-icon{position:relative;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;width:auto;height:auto;display:flex;align-items:center;justify-content:center}.nav-icons .cart-icon .material-symbols-outlined{font-size:28px;line-height:1}.nav-icons .cart-count{position:absolute;top:-6px;inset-inline-end:-8px;transform:none}.nav-icons .hamburger{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;width:auto;height:auto;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;margin-inline-end:7px}html[dir=rtl] .nav-icons .lang-switcher{margin-inline-end:16px;transform:translate(-6px)}}@media (max-width: 380px){.nav-icons{gap:6px}.nav-icons .lang-switcher{gap:4px}}.cart-link{position:relative;display:inline-flex;align-items:center;gap:.3rem}.cart-link .material-symbols-outlined{font-size:1.6rem;vertical-align:middle}.cart-link [data-cart-count]{position:absolute;top:-6px;right:-10px;background:#9b5de5;color:#fff;font-size:.75rem;font-weight:700;border-radius:50%;padding:2px 6px}@media (min-width: 641px){html[dir=rtl] .footer-container{direction:ltr!important;text-align:left!important}html[dir=rtl] .footer-logo{text-align:left!important}html[dir=rtl] .footer-social{inset-inline-end:auto!important;right:24px!important;left:auto!important;bottom:16px!important}}@media (max-width: 640px){html[dir=rtl] .footer-container{direction:ltr!important;text-align:left!important}html[dir=rtl] .footer-logo{text-align:left!important}html[dir=rtl] .footer-social{inset-inline-end:auto!important;right:16px!important;left:auto!important;bottom:12px!important;transform:none!important}}@media (max-width: 520px){.header{position:sticky;top:0;z-index:1000;text-align:center;padding:12px 0}.logo{display:block;font-size:1.8rem;margin:0 auto}.cart-link{position:absolute;top:35px;right:16px;display:flex;align-items:center;gap:4px}[dir=rtl] .cart-link{right:auto;left:16px}}.carousel-container .prev,.carousel-container .next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:42px;height:42px;border-radius:50%;background:#ffffff26;color:#fff;border:none;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,color .3s ease}.carousel-container .prev:hover,.carousel-container .next:hover{background-color:#9b5de5;color:#000}.carousel-container .prev{left:20px;right:auto}.carousel-container .next{right:20px;left:auto}@media (max-width: 600px){.carousel-container .prev,.carousel-container .next{width:44px;height:44px;font-size:2rem;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.carousel-container .prev{left:clamp(10px,2vw,20px);right:auto}.carousel-container .next{right:clamp(10px,2vw,20px);left:auto}}html[dir=rtl] .carousel-container .prev{left:20px;right:auto}html[dir=rtl] .carousel-container .next{right:20px;left:auto}html[lang=ar],body[dir=rtl]{--swaggy-apply-width: 102%}html[lang=ar] .voucher-section #applyVoucher,body[dir=rtl] .voucher-section #applyVoucher{display:block;width:var(--swaggy-apply-width);margin:.6rem auto 0;box-sizing:border-box}html[lang=ar] .cart-summary,body[dir=rtl] .cart-summary{text-align:center}html[lang=ar] #checkoutBtn,html[lang=ar] #clearCartBtn,body[dir=rtl] #checkoutBtn,body[dir=rtl] #clearCartBtn{display:inline-block!important;width:calc(var(--swaggy-apply-width) / 2 - 8px)!important;margin:-1rem 1px 0!important;box-sizing:border-box;vertical-align:middle;transform:none!important}html[lang=ar] #checkoutBtn,body[dir=rtl] #checkoutBtn{float:right!important;margin-right:0!important}html[lang=ar] #clearCartBtn,body[dir=rtl] #clearCartBtn{float:left!important;margin-left:0!important}html[lang=ar] .cart-summary:after,body[dir=rtl] .cart-summary:after{content:"";display:table;clear:both}html[lang=en],body[dir=ltr]{--swaggy-apply-width: 100%}html[lang=en] .voucher-section #applyVoucher,body[dir=ltr] .voucher-section #applyVoucher{display:block;width:var(--swaggy-apply-width);margin:.6rem auto 0;box-sizing:border-box}html[lang=en] .cart-summary,body[dir=ltr] .cart-summary{text-align:center}html[lang=en] #checkoutBtn,html[lang=en] #clearCartBtn,body[dir=ltr] #checkoutBtn,body[dir=ltr] #clearCartBtn{display:inline-block!important;width:calc(var(--swaggy-apply-width) / 2 - 6px)!important;margin:-1rem 1px 0!important;box-sizing:border-box;vertical-align:middle;transform:none!important;white-space:nowrap!important;padding:.7rem .5rem!important;text-align:center}html[lang=en] #checkoutBtn,body[dir=ltr] #checkoutBtn{float:left!important;margin-left:0!important}html[lang=en] #clearCartBtn,body[dir=ltr] #clearCartBtn{float:right!important;margin-right:0!important}html[lang=en] .cart-summary:after,body[dir=ltr] .cart-summary:after{content:"";display:table;clear:both}@media (min-width: 900px){html[lang=en] #checkoutBtn,body[dir=ltr] #checkoutBtn{font-size:.89rem!important;letter-spacing:-.01em!important;line-height:1!important}}@media (min-width: 900px){html[lang=en] #clearCartBtn,body[dir=ltr] #clearCartBtn{font-size:.89rem!important;letter-spacing:-.01em!important;line-height:1!important}}html[dir=rtl] .cart-row>div:has(.price){display:flex;flex-direction:column;align-items:flex-start}html[dir=rtl] .cart-row>div:has(.price) .price{margin-top:4px;align-self:flex-start}@media (max-width: 600px){.cart-row>div:has(.price){display:flex;flex-direction:column;align-items:flex-start}.cart-row>div:has(.price) .price{margin-top:4px;align-self:flex-start}}html[lang=en] #whatsappBtn{font-family:Playfair Display,serif!important}html[lang=ar] #whatsappBtn{font-family:Tajawal,sans-serif!important}#whatsappBtn{color:#25d366!important;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}#whatsappBtn img{width:20px;height:20px;vertical-align:middle}#whatsappBtn span,#whatsappBtn{color:#25d366!important}.nav-icons{position:relative!important}.lang-dropdown{position:absolute!important;top:50%!important;right:100%!important;left:auto!important;transform:translateY(-50%)!important;z-index:1001!important}html[lang=ar] .nav-icons .lang-dropdown{right:-65%!important;left:0!important}.lang-toggle{display:flex!important;align-items:center!important;background:none!important;border:none!important;padding:0!important;cursor:pointer!important;color:#fff!important}.lang-toggle .globe-icon{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;line-height:1;font-size:24px;color:#fff;cursor:pointer;text-shadow:0 0 10px #ffffff,0 0 20px #ffffff;transition:transform .3s ease,text-shadow .3s ease}.lang-toggle .globe-icon:hover{transform:scale(1.15);text-shadow:0 0 10px #ffffff,0 0 20px #ffffff}.lang-menu{position:absolute;top:110%;right:0;list-style:none;padding:6px 0;margin:0;background:#0d0d0d;color:#fff;border-radius:12px;box-shadow:0 4px 10px #00000040;min-width:140px;z-index:1000;max-height:0;overflow:hidden;opacity:0;transform:translateY(-5px);transition:all .25s ease}.lang-dropdown.open .lang-menu{max-height:300px;opacity:1;transform:translateY(0)}.lang-menu li{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:14px}.lang-menu li img{width:22px;height:16px;border-radius:2px}.lang-menu li:hover{background:#ffffff26}@media (max-width: 600px){.lang-toggle .globe-icon{font-size:24px}.lang-menu{min-width:120px;font-size:13px}.lang-menu li{padding:6px 10px}}@media (max-width: 1024px){.lang-toggle .globe-icon{font-size:26px}.lang-menu{min-width:130px;font-size:13.5px}.lang-menu li{padding:7px 11px}}
