:root{
  --black:#050505;
  --black2:#0a0a0a;
  --ink:#111111;
  --white:#ffffff;
  --paper:#f7f4ef;
  --light:#f5f5f5;
  --soft:#ececec;
  --line:rgba(255,255,255,.13);
  --dark-line:rgba(0,0,0,.12);
  --red:#e63946;
  --red2:#ff1430;
  --red-dark:#8f111b;
  --muted:#8b8b8b;
  --shadow:0 34px 90px rgba(0,0,0,.32);
  --shadow-soft:0 18px 50px rgba(0,0,0,.12);
  --r:18px;
  --head:'Barlow Condensed',sans-serif;
  --body:'Inter',sans-serif;
}

/* Product card: show the next gallery image on desktop hover. */
.product-media .product-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .34s ease, transform .5s ease;
}
.product-media .product-card-image--hover { opacity: 0; transform: scale(1.035); }
.product-card:hover .product-media .product-card-image--primary { opacity: 0; transform: scale(1.035); }
.product-card:hover .product-media .product-card-image--hover { opacity: 1; transform: scale(1); }
@media (hover: none) {
  .product-media .product-card-image--hover { display: none; }
  .product-card:hover .product-media .product-card-image--primary { opacity: 1; transform: none; }
}

/* Hover image should switch immediately without showing the first image underneath. */
@media (hover: hover) {
  .product-media .product-card-image { transition: none !important; transform: none !important; }
  .product-media .product-card-image--hover { z-index: 1; opacity: 0 !important; }
  .product-card:hover .product-media .product-card-image--primary { opacity: 0 !important; transform: none !important; }
  .product-card:hover .product-media .product-card-image--hover { opacity: 1 !important; transform: none !important; }
}
*{box-sizing:border-box}
html{overflow-x:clip;background:var(--sx-page-bg,#050505)}
body{margin:0;font-family:var(--body);color:var(--sx-text, var(--white));background:var(--sx-page-bg, #050505);text-rendering:optimizeLegibility}
body.no-scroll{overflow-y:hidden!important}
a{text-decoration:none;color:inherit}
img,video{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
::selection{background:var(--red);color:#fff}
.container{width:min(1280px,calc(100% - 44px));margin-inline:auto}
.full{width:100%}
/* main arka planı theme-engine'e bırakıldı – sabit geçiş gradient kaldırıldı */
.eyebrow{display:inline-flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:var(--red)}
.eyebrow:before{content:'';width:38px;height:2px;background:currentColor}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border-radius:999px;padding:14px 22px;font-weight:950;text-transform:uppercase;letter-spacing:.04em;border:1px solid transparent;transition:transform .28s ease,box-shadow .28s ease,background .28s ease,color .28s ease,border-color .28s ease;white-space:nowrap}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 18px 44px rgba(230,57,70,.36)}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 26px 70px rgba(230,57,70,.48)}
.btn-light{background:#fff;color:#080808;border-color:#fff}
.btn-light:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(255,255,255,.15)}
.btn-ghost{border-color:rgba(255,255,255,.24);color:#fff;background:rgba(255,255,255,.07);backdrop-filter:blur(14px)}
.btn-ghost:hover{transform:translateY(-3px);background:rgba(255,255,255,.13)}
.btn-dark{background:#111;color:#fff}.btn-outline{background:transparent;border:1px solid rgba(0,0,0,.18);color:#111}.btn-outline:hover{background:#111;color:#fff}

.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,.70),rgba(0,0,0,0));transition:.28s ease}
.site-header.scrolled{background:rgba(6,6,6,.78);backdrop-filter:blur(16px);box-shadow:0 12px 45px rgba(0,0,0,.36);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-shell{height:78px;display:flex;align-items:center;justify-content:space-between;width:min(1360px,calc(100% - 44px));margin:auto;gap:20px}
.logo{font-family:var(--head);font-weight:900;font-size:34px;letter-spacing:.06em;line-height:1}.logo span{color:var(--red)}
.main-nav{display:flex;align-items:center;gap:8px}.main-nav>a,.nav-mega-trigger>a{display:flex;align-items:center;height:42px;padding:0 13px;border-radius:999px;font-weight:800;color:rgba(255,255,255,.82);transition:.25s}.main-nav a:hover{color:#fff;background:rgba(255,255,255,.08)}
.nav-mega-trigger{position:relative}.mega-menu{position:absolute;top:48px;left:0;width:360px;padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px;background:rgba(10,10,10,.92);border:1px solid rgba(255,255,255,.10);border-radius:20px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(10px);transition:.25s ease;backdrop-filter:blur(16px)}
.nav-mega-trigger:hover .mega-menu{opacity:1;pointer-events:auto;transform:translateY(0)}
.mega-menu a{padding:14px;border-radius:14px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));display:grid;gap:4px}.mega-menu span{font-size:12px;color:var(--red);font-weight:900;text-transform:uppercase}.mega-menu strong{font-family:var(--head);font-size:22px;letter-spacing:.04em}
.nav-actions{display:flex;align-items:center;gap:8px}.icon-btn,.account-pill{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#fff;border-radius:999px;min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;padding:0 13px;backdrop-filter:blur(10px)}.icon-btn:hover,.account-pill:hover{background:#fff;color:#111}.cart-icon.bounce{animation:cartBounce .52s ease}
.hamburger{display:none;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);padding:10px}.hamburger span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:99px}

.clone-hero{min-height:100svh;display:grid;align-items:center;overflow:hidden;isolation:isolate;background:#050505;position:relative;padding:112px 0 92px}
.hero-noise{position:absolute;inset:0;opacity:.11;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
.hero-red-blob{position:absolute;border-radius:999px;filter:blur(18px);opacity:.78;mix-blend-mode:screen}.blob-one{width:48vw;height:48vw;background:radial-gradient(circle,#ff1f38 0%,rgba(230,57,70,.75) 28%,transparent 67%);right:-15vw;top:-14vw;animation:floatBlob 9s ease-in-out infinite}.blob-two{width:34vw;height:34vw;background:radial-gradient(circle,#c71122 0%,rgba(230,57,70,.34) 38%,transparent 70%);left:-14vw;bottom:5vw;animation:floatBlob 11s ease-in-out infinite reverse}
.hero-video-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:56px;position:relative;z-index:2}
.hero-video-copy h1{font-family:var(--head);font-size:clamp(72px,11vw,172px);letter-spacing:-.055em;line-height:.78;margin:22px 0;text-transform:uppercase;max-width:760px;text-shadow:0 24px 80px rgba(0,0,0,.55)}
.hero-video-copy p{font-size:clamp(17px,1.3vw,22px);line-height:1.65;color:rgba(255,255,255,.72);max-width:620px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-video-stats{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}.hero-video-stats div{min-width:135px;padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(12px)}.hero-video-stats b{display:block;font-family:var(--head);font-size:34px;line-height:1;color:#fff}.hero-video-stats span{font-size:12px;color:rgba(255,255,255,.58);font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.hero-browser-stack{height:650px;position:relative;perspective:1100px}.browser-card{position:absolute;border-radius:26px;overflow:hidden;background:#090909;border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow);transform-style:preserve-3d}.browser-top{height:44px;display:flex;align-items:center;gap:7px;padding:0 15px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border-bottom:1px solid rgba(255,255,255,.09)}.browser-top span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.38)}.browser-top span:first-child{background:var(--red)}.browser-top em{margin-left:auto;font-style:normal;font-size:10px;font-weight:900;letter-spacing:.14em;color:rgba(255,255,255,.55)}
.browser-original{width:72%;height:47%;right:7%;top:0;transform:rotateY(-12deg) rotateX(5deg) rotateZ(1deg);background:radial-gradient(circle at 68% 32%,rgba(255,255,255,.16),transparent 26%),#0b0b0d}.browser-clone{width:84%;height:55%;left:1%;bottom:18px;transform:rotateY(9deg) rotateX(-4deg) rotateZ(-1deg);background:radial-gradient(circle at 22% 25%,rgba(230,57,70,.32),transparent 34%),linear-gradient(135deg,#060606,#121214 65%,#32070d)}
.wire-sphere{position:absolute;width:210px;height:210px;border-radius:50%;right:9%;top:72px;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.22),transparent 42%),repeating-radial-gradient(circle at center,rgba(255,255,255,.28) 0 1px,transparent 2px 14px),repeating-linear-gradient(55deg,rgba(255,255,255,.18) 0 1px,transparent 1px 13px);box-shadow:inset 0 0 42px rgba(255,255,255,.12),0 0 60px rgba(255,255,255,.11);animation:spinSoft 10s linear infinite}.wire-sphere:after{content:'';position:absolute;left:-10%;right:-10%;top:44%;height:18px;border-radius:50%;background:linear-gradient(90deg,transparent,#fff,transparent);filter:blur(7px);opacity:.45}.mini-copy{position:absolute;left:22px;bottom:22px}.mini-copy small{display:block;color:var(--red);font-weight:900;font-size:11px;letter-spacing:.12em}.mini-copy strong{display:block;font-family:var(--head);font-size:42px;text-transform:uppercase;letter-spacing:-.02em}.motion-garment{position:absolute;inset:72px 80px 58px 130px;transform-style:preserve-3d;animation:modelIdle 5.5s ease-in-out infinite}.motion-garment i{position:absolute;display:block;background:linear-gradient(145deg,#202020,#050505 60%,#560812);border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 0 24px rgba(255,255,255,.06),0 20px 50px rgba(0,0,0,.3)}.garment-hood{width:112px;height:68px;border-radius:60px 60px 18px 18px;left:112px;top:0}.garment-body{width:182px;height:210px;border-radius:24px 24px 42px 42px;left:76px;top:58px;display:grid!important;place-items:center;font-family:var(--head);font-size:60px;color:#fff;font-weight:900}.garment-sleeve{width:72px;height:185px;border-radius:48px;top:68px}.garment-sleeve.left{left:10px;transform:rotate(16deg)}.garment-sleeve.right{right:30px;transform:rotate(-16deg)}.garment-leg{width:74px;height:132px;border-radius:28px;bottom:-10px}.garment-leg.left{left:92px}.garment-leg.right{right:92px}.float-chip{position:absolute;z-index:4;padding:11px 14px;border-radius:999px;color:#101010;background:rgba(255,255,255,.86);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.07em;box-shadow:0 18px 60px rgba(0,0,0,.18)}.chip-a{top:33%;left:3%;animation:chipFloat 4.6s ease-in-out infinite}.chip-b{right:5%;top:42%;animation:chipFloat 5.5s ease-in-out infinite reverse}.chip-c{bottom:8%;left:24%;background:var(--red);color:#fff;animation:chipFloat 5s ease-in-out infinite}
.hero-bottom-marquee{position:absolute;left:0;right:0;bottom:0;height:58px;border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10);overflow:hidden!important;background:rgba(255,255,255,.03);display:flex;align-items:center;width:100%}.hero-bottom-marquee .marquee-track{display:flex;flex:none;animation:marquee 22s linear infinite;gap:0}.hero-bottom-marquee .marquee-group{display:flex;gap:44px;flex:none;min-width:max-content;padding-right:44px}.hero-bottom-marquee span{font-family:var(--head);font-weight:900;font-size:28px;letter-spacing:.07em;color:rgba(255,255,255,.72);white-space:nowrap}.hero-bottom-marquee span:nth-child(odd){color:var(--red)}.scroll-pill{position:absolute;left:50%;bottom:78px;transform:translateX(-50%);border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.07);color:#fff;border-radius:999px;padding:10px 15px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;backdrop-filter:blur(10px)}

.section{padding:110px 0}.section-head{margin-bottom:38px;max-width:780px}.section-head span{display:inline-block;color:var(--red);font-weight:950;text-transform:uppercase;letter-spacing:.17em;font-size:12px}.section-head h2{font-family:var(--head);font-size:clamp(48px,7vw,96px);line-height:.86;letter-spacing:-.035em;text-transform:uppercase;margin:12px 0;color:inherit}.section-head p{color:rgba(255,255,255,.62);font-size:17px;line-height:1.7}.split-head{display:flex;align-items:end;justify-content:space-between;gap:22px;max-width:none}.site-showcase{background:#050505;color:#fff}.showcase-grid{display:grid;grid-template-columns:1.05fr .9fr 1.05fr;gap:18px}.showcase-card{min-height:400px;border-radius:30px;padding:28px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-soft);transition:.35s ease;isolation:isolate}.showcase-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 34px 90px rgba(0,0,0,.36)}.showcase-card small{font-weight:950;letter-spacing:.13em;color:var(--red);font-size:11px}.showcase-card h3{font-family:var(--head);font-size:54px;text-transform:uppercase;line-height:.9;margin:16px 0 12px}.showcase-card p{color:rgba(255,255,255,.67);line-height:1.7;max-width:360px}.showcase-card.dark{background:radial-gradient(circle at 60% 25%,rgba(255,255,255,.12),transparent 26%),#0c0c0f}.showcase-card.light{background:#f3efe8;color:#080808}.showcase-card.light p{color:#585858}.showcase-card.mosaic{background:#121216}.showcase-orb{position:absolute;width:230px;height:230px;border-radius:50%;right:-50px;bottom:-30px;background:repeating-radial-gradient(circle,rgba(255,255,255,.32) 0 1px,transparent 2px 15px),radial-gradient(circle,rgba(230,57,70,.55),transparent 65%);animation:spinSoft 12s linear infinite;z-index:-1}.curve-ribbon{position:absolute;width:520px;height:220px;border:34px solid var(--red);border-top-color:transparent;border-right-color:transparent;border-radius:50%;right:-160px;top:-80px;transform:rotate(-18deg);opacity:.92}.mosaic-mini-grid{position:absolute;inset:86px 24px 24px;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;opacity:.9}.mosaic-mini-grid span{border-radius:12px;background:linear-gradient(135deg,#fff,#c9d4ff 45%,#ff2b41);animation:mosaicPulse 3s ease-in-out infinite}.mosaic-mini-grid span:nth-child(2n){animation-delay:.15s}.mosaic-mini-grid span:nth-child(3n){animation-delay:.3s}.mosaic-mini-grid span:nth-child(5n){background:#fff}

.category-cinema{background:#f5f5f5;color:#080808}.category-cinema .section-head p{color:#606060}.premium-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;min-height:450px;border-radius:30px;overflow:hidden;background:#111;color:#fff;box-shadow:var(--shadow-soft);isolation:isolate}.category-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.05);transition:transform .5s ease,filter .5s ease}.category-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72))}.category-card:hover img{transform:scale(1.08);filter:saturate(1.15) contrast(1.1)}.category-overlay{position:absolute;inset:auto 22px 22px;z-index:2}.category-overlay span{display:inline-block;color:var(--red);font-weight:950;margin-bottom:10px}.category-overlay h3{font-family:var(--head);font-size:64px;line-height:.86;text-transform:uppercase;margin:0 0 16px}.category-overlay em{font-style:normal;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:10px 16px;font-weight:900;text-transform:uppercase;font-size:12px}.category-card:hover .category-overlay em{background:#fff;color:#111;border-color:#fff}

.exploded-section{min-height:170vh;background:#070707;color:#fff;position:relative;padding:130px 0}.exploded-section:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 30%,rgba(230,57,70,.2),transparent 28%),linear-gradient(180deg,#0a0a0a,#050505)}.exploded-wrap{display:grid;grid-template-columns:.82fr 1.18fr;gap:50px;align-items:start;position:relative}.exploded-copy{position:sticky;top:120px;padding-top:20px}.exploded-copy h2{font-family:var(--head);font-size:clamp(54px,7vw,112px);line-height:.82;letter-spacing:-.04em;text-transform:uppercase;margin:18px 0}.exploded-copy p{color:rgba(255,255,255,.66);font-size:18px;line-height:1.75;max-width:570px;margin-bottom:28px}.exploded-sticky{position:sticky;top:105px;height:720px;border-radius:38px;background:radial-gradient(circle at 50% 42%,rgba(230,57,70,.22),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.10);overflow:hidden;box-shadow:var(--shadow)}.exploded-sticky:after{content:'SCROLL TO EXPLODE';position:absolute;left:22px;top:22px;font-size:11px;font-weight:950;letter-spacing:.16em;color:rgba(255,255,255,.43)}.exploded-product{position:absolute;left:50%;top:50%;width:410px;height:500px;transform:translate(-50%,-47%);transform-style:preserve-3d}.exp-piece{position:absolute;background:linear-gradient(145deg,#242424,#050505 58%,#4a060c);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 0 28px rgba(255,255,255,.06),0 26px 70px rgba(0,0,0,.38);transition:transform .12s linear,opacity .12s linear}.exp-hood{width:150px;height:88px;border-radius:80px 80px 20px 20px;left:130px;top:18px}.exp-body{width:214px;height:270px;border-radius:30px 30px 54px 54px;left:98px;top:96px;display:grid;place-items:center;font-family:var(--head);font-size:54px}.exp-left-sleeve,.exp-right-sleeve{width:78px;height:242px;top:118px;border-radius:52px}.exp-left-sleeve{left:22px;transform:rotate(14deg)}.exp-right-sleeve{right:22px;transform:rotate(-14deg)}.exp-left-panel,.exp-right-panel{width:85px;height:130px;border-radius:22px;bottom:0}.exp-left-panel{left:115px}.exp-right-panel{right:115px}.exp-shadow{position:absolute;left:70px;right:70px;bottom:-14px;height:40px;background:rgba(230,57,70,.42);filter:blur(30px);border-radius:50%}.tech-card{position:absolute;opacity:0;transform:translateY(18px) scale(.96);padding:12px 15px;border-radius:999px;background:#fff;color:#090909;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 20px 70px rgba(0,0,0,.24);transition:.25s ease}.tech-a{left:12%;top:25%}.tech-b{right:8%;top:36%}.tech-c{left:12%;bottom:24%}.tech-d{right:14%;bottom:18%;background:var(--red);color:#fff}.exploded-sticky.is-active .tech-card{opacity:1;transform:none}.exploded-sticky.is-active .tech-b{transition-delay:.08s}.exploded-sticky.is-active .tech-c{transition-delay:.16s}.exploded-sticky.is-active .tech-d{transition-delay:.24s}

.product-carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 0 28px;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}
.product-carousel::-webkit-scrollbar{display:none}
.premium-carousel .product-card{min-width:285px;scroll-snap-align:start}.carousel-actions{display:flex;gap:8px}.carousel-actions button{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:var(--sx-surface, #111);color:var(--sx-text, #fff);font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,0.1);transition:background 0.2s, transform 0.2s}.carousel-actions button:hover{background:var(--red);color:#fff;border-color:var(--red);transform:scale(1.05)}
.product-card{position:relative;background:#fff;color:#111;border-radius:28px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 44px rgba(0,0,0,.08);transition:.3s ease}.product-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 32px 80px rgba(0,0,0,.16)}.product-media{height:335px;display:block;position:relative;background:linear-gradient(135deg,#eee,#fff);overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:.5s ease}.product-card:hover .product-media img{transform:scale(1.08) rotate(.5deg)}.badge{position:absolute;z-index:3;top:14px;left:14px;padding:7px 10px;border-radius:999px;color:#fff;font-size:11px;font-weight:950;letter-spacing:.05em}.badge.sale{background:var(--red)}.badge.new{background:#111;left:auto;right:14px}.quick-view{position:absolute;left:50%;bottom:16px;transform:translate(-50%,18px);opacity:0;background:#111;color:#fff;border-radius:999px;padding:11px 15px;font-size:12px;font-weight:950;text-transform:uppercase;transition:.25s}.product-card:hover .quick-view{opacity:1;transform:translate(-50%,0)}.wishlist-btn{position:absolute;right:14px;top:60px;z-index:4;width:42px;height:42px;border-radius:50%;border:1px solid rgba(0,0,0,.08);background:#fff;font-weight:950}.wishlist-btn:hover{background:var(--red);color:#fff}.product-info{padding:18px}.product-info h3{font-family:var(--head);font-size:28px;text-transform:uppercase;margin:0 0 8px;line-height:.95}.price-row{display:flex;gap:8px;align-items:center}.old-price{text-decoration:line-through;color:#888}.price{color:var(--red);font-weight:950}.variant-summary{margin-top:8px;color:#777;font-size:13px;font-weight:800}.section.container{color:#111}.section.container .section-head p{color:#666}

.look-builder{background:#050505;color:#fff;overflow:hidden}.look-builder .section-head{max-width:860px}.look-builder .section-head p,.section-head.light p{color:rgba(255,255,255,.62)}.look-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.look-card{position:relative;min-height:430px;border-radius:32px;padding:24px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.11);transition:.35s ease}.look-card:hover{transform:translateY(-10px);background:linear-gradient(145deg,rgba(230,57,70,.2),rgba(255,255,255,.04))}.look-card span{color:var(--red);font-weight:950}.look-card h3{font-family:var(--head);font-size:46px;line-height:.88;text-transform:uppercase;margin:16px 0 10px}.look-card p{color:rgba(255,255,255,.64);line-height:1.65}.look-visual{position:absolute;right:-35px;bottom:-35px;width:260px;height:260px;opacity:.9}.hoodie-icon{background:radial-gradient(circle,#fff 0 16%,transparent 17%),linear-gradient(145deg,#2a2a2a,#060606);clip-path:polygon(35% 14%,65% 14%,78% 27%,95% 44%,78% 58%,72% 88%,28% 88%,22% 58%,5% 44%,22% 27%)}.jogger-icon{background:linear-gradient(100deg,#2c2c2c,#050505);clip-path:polygon(24% 6%,76% 6%,67% 92%,53% 92%,50% 35%,47% 92%,33% 92%)}.shoe-icon{background:linear-gradient(145deg,#f7f7f7,#191919 58%,#e63946);clip-path:polygon(8% 54%,60% 30%,86% 48%,96% 68%,87% 80%,20% 80%)}


.story-section{background:#f5f5f5;color:#111;padding:120px 0;overflow:hidden}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.story-sticky{position:sticky;top:110px;height:620px;border-radius:36px;background:#0b0b0d;overflow:hidden;box-shadow:var(--shadow);display:grid;place-items:center}.story-sticky:before{content:'';position:absolute;inset:-20%;background:conic-gradient(from 20deg,transparent,var(--red),transparent,#fff,transparent);animation:spinSoft 18s linear infinite;opacity:.16}.story-product{position:relative;width:340px;height:430px;display:grid;place-items:center;transform-style:preserve-3d;transition:transform .15s linear}.story-glow{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(230,57,70,.7),transparent 66%);filter:blur(15px)}.story-core{position:relative;width:210px;height:270px;border-radius:36px 36px 70px 70px;background:linear-gradient(145deg,#232323,#050505 60%,#5b0710);display:grid;place-items:center;color:#fff;font-family:var(--head);font-size:90px;font-weight:950;box-shadow:inset 0 0 30px rgba(255,255,255,.08),0 28px 90px rgba(0,0,0,.38)}.story-steps{display:grid;gap:30px}.story-step{min-height:300px;border-radius:28px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 60px rgba(0,0,0,.08);padding:30px;display:flex;flex-direction:column;justify-content:end}.story-step span{color:var(--red);font-weight:950}.story-step h3{font-family:var(--head);font-size:56px;line-height:.9;text-transform:uppercase;margin:12px 0}.story-step p{color:#666;line-height:1.7}

.feature-banner{display:grid;grid-template-columns:1fr 1fr;min-height:620px;background:#050505;color:#fff}.feature-image{min-height:620px;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-content{padding:7vw;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 90% 20%,rgba(230,57,70,.2),transparent 28%),#080808}.feature-content h2{font-family:var(--head);font-size:clamp(58px,7vw,112px);line-height:.82;text-transform:uppercase;margin:16px 0}.feature-content p{color:rgba(255,255,255,.65);line-height:1.75;max-width:560px}
.ugc-section{background:#050505;color:#fff;padding:105px 0;overflow:hidden}.ugc-row{display:flex;gap:16px;overflow-x:auto;padding-bottom:10px}.ugc-card{min-width:220px;height:300px;border-radius:26px;position:relative;overflow:hidden;background:linear-gradient(145deg,#1d1d22,#0a0a0a);border:1px solid rgba(255,255,255,.1);display:grid;place-items:center}.ugc-card:nth-child(2n){background:linear-gradient(145deg,#e63946,#101010)}.ugc-card:before{content:'';position:absolute;width:160px;height:160px;border-radius:50%;background:rgba(255,255,255,.12);filter:blur(5px)}.ugc-card .play{position:relative;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111}.ugc-card span{position:absolute;left:18px;bottom:18px;font-weight:900}.newsletter-banner{margin:0 auto 0;background:linear-gradient(135deg,#111,#050505 55%,#e63946);color:#fff;padding:64px clamp(22px,6vw,90px);display:grid;grid-template-columns:1fr minmax(290px,520px);gap:30px;align-items:center}.newsletter-banner h2{font-family:var(--head);font-size:clamp(46px,5vw,82px);line-height:.88;text-transform:uppercase;margin:10px 0}.newsletter-banner p{color:rgba(255,255,255,.72)}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px}.newsletter-form input{border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.10);color:#fff;padding:0 18px;min-height:54px}.newsletter-form input::placeholder{color:rgba(255,255,255,.55)}.form-message{grid-column:1/-1;margin:0;color:#fff;font-size:13px}

.site-footer{background:#050505;color:#fff;padding:70px 22px 30px;border-top:1px solid rgba(255,255,255,.1)}.footer-grid{width:min(1240px,100%);margin:auto;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:26px}.footer-grid p,.footer-grid a{color:rgba(255,255,255,.62)}.footer-grid a{display:block;margin:10px 0}.footer-grid a:hover{color:#fff}.footer-grid h4{margin:0 0 12px;font-family:var(--head);font-size:26px;text-transform:uppercase}.footer-bottom{width:min(1240px,100%);margin:36px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.45)}.scroll-top{position:fixed;right:22px;bottom:95px;width:46px;height:46px;border-radius:50%;border:0;background:#111;color:#fff;z-index:100;opacity:0;pointer-events:none;transform:translateY(12px);transition:.25s}.scroll-top.show{opacity:1;pointer-events:auto;transform:none}.whatsapp-float{position:fixed;right:20px;bottom:24px;z-index:100;padding:14px 18px;border-radius:999px;background:#25d366;color:#061208;font-weight:950;box-shadow:0 20px 60px rgba(37,211,102,.28);animation:pulse 2.4s ease-in-out infinite}.mobile-bottom-nav{display:none}
.search-overlay{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:2000;display:none;align-items:center;justify-content:flex-start;flex-direction:column;padding:12vh 22px;color:#fff}.search-overlay.active{display:flex}.search-close{position:absolute;right:26px;top:22px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;font-size:30px}.search-overlay input{width:min(740px,100%);height:64px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;padding:0 22px;font-size:20px}.search-results{width:min(740px,100%);margin-top:18px;display:grid;gap:8px}.search-results a{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.08);display:flex;justify-content:space-between}
.mini-cart{position:fixed;right:0;top:0;bottom:0;width:min(440px,100vw);background:#fff;color:#15151b;z-index:1900;transform:translateX(105%);transition:transform .32s ease;box-shadow:-20px 0 90px rgba(0,0,0,.25);display:flex;flex-direction:column}.mini-cart.open{transform:none}.mini-cart-head{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 18px;border-bottom:1px solid #ececef}.mini-cart-head strong{font-family:var(--head);font-size:34px;line-height:1;text-transform:uppercase}.mini-cart-head button{display:grid;place-items:center;width:42px;height:42px;padding:0;border-radius:50%;border:0;background:#15151b;color:#fff;font-size:24px;line-height:1;cursor:pointer}.mini-cart-body{flex:1;min-height:0;overflow-y:auto;padding:0 24px}.mini-cart-list{display:grid;gap:0}.mini-cart-item{position:relative;display:grid;grid-template-columns:82px minmax(0,1fr) 30px;gap:14px;padding:18px 0;border-bottom:1px solid #ececef}.mini-cart-item img{width:82px;height:102px;object-fit:cover;border-radius:14px;background:#f1f1f3}.mini-cart-item-info{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:7px}.mini-cart-item-name{font-size:15px;line-height:1.3;color:#15151b;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mini-cart-item-meta{font-size:12px;color:#73737b}.mini-cart-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:3px;font-size:12px;color:#707079}.mini-cart-item-bottom b{font-size:15px;color:#15151b;white-space:nowrap}.mini-cart-remove{align-self:start;display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid #e1e1e4;border-radius:50%;background:#fff;color:#555;font-size:20px;line-height:1;cursor:pointer}.mini-cart-remove:hover{background:#5a2031;border-color:#5a2031;color:#fff}.mini-cart-summary{display:grid;gap:10px;margin:18px 0 22px;padding:18px;border-radius:16px;background:#f6f6f8}.mini-cart-summary>div{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#696970;font-size:13px}.mini-cart-summary b{color:#2a2a30}.mini-cart-summary .mini-cart-discount,.mini-cart-summary .mini-cart-discount b{color:#138a4a}.mini-cart-summary .mini-cart-total{margin-top:3px;padding-top:13px;border-top:1px solid #dedee2;color:#15151b;font-size:15px;font-weight:800}.mini-cart-summary .mini-cart-total strong{font-size:20px;color:#5a2031}.mini-cart-footer{padding:16px 24px 24px;border-top:1px solid #ececef;background:#fff}.mini-cart-footer .btn{min-height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-radius:999px;font-weight:900}.mini-cart-footer .btn span{font-size:21px;line-height:1}.mini-cart .empty-state{margin:24px 0;padding:44px 20px;border:1px dashed #d9d9de;border-radius:18px;background:#fafafb;box-shadow:none;color:#555}
body.customer-theme-dark .mini-cart{background:#17171c;color:#f8f8fa}body.customer-theme-dark .mini-cart-head,body.customer-theme-dark .mini-cart-item,body.customer-theme-dark .mini-cart-footer{border-color:rgba(255,255,255,.12);background:#17171c}body.customer-theme-dark .mini-cart-head button{background:#fff;color:#17171c}body.customer-theme-dark .mini-cart-item-name,body.customer-theme-dark .mini-cart-item-bottom b,body.customer-theme-dark .mini-cart-summary .mini-cart-total{color:#fff}body.customer-theme-dark .mini-cart-item-meta,body.customer-theme-dark .mini-cart-item-bottom,body.customer-theme-dark .mini-cart-summary>div{color:#aaaab3}body.customer-theme-dark .mini-cart-remove{background:#24242b;border-color:#3c3c45;color:#fff}body.customer-theme-dark .mini-cart-summary{background:#24242b}body.customer-theme-dark .mini-cart-summary b{color:#fff}body.customer-theme-dark .mini-cart-summary .mini-cart-total{border-color:#41414a}body.customer-theme-dark .mini-cart .empty-state{background:#24242b;border-color:#44444d;color:#dadade}

.page-hero{padding:150px 0 70px;background:radial-gradient(circle at 80% 5%,rgba(230,57,70,.3),transparent 34%),#050505;color:#fff}.page-hero h1{font-family:var(--head);font-size:clamp(62px,8vw,118px);text-transform:uppercase;line-height:.85;margin:14px 0 0}.shop-layout{display:grid;grid-template-columns:280px 1fr;gap:28px;padding:52px 0 90px;color:#111}.filters,.cart-summary,.panel-like{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:20px;box-shadow:0 18px 55px rgba(0,0,0,.06)}.filters{align-self:start;position:sticky;top:100px}.filters h3{font-family:var(--head);font-size:36px;margin:0 0 14px}.filters label{display:grid;gap:8px;margin:12px 0;color:#333;font-weight:800}.filters input,.filters select,.filters textarea,.shop-toolbar select,.shop-toolbar input{border:1px solid rgba(0,0,0,.14);border-radius:14px;padding:12px;background:#fff;color:#111}.check{display:flex!important;align-items:center;gap:8px}.check input{width:auto}.filter-close{display:none}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;background:#fff;border-radius:22px;border:1px solid rgba(0,0,0,.08);padding:12px;box-shadow:0 12px 35px rgba(0,0,0,.05)}.shop-toolbar button{border:0;border-radius:999px;background:#111;color:#fff;padding:10px 13px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.load-more{margin:28px auto 0;display:flex}.product-detail{display:grid;grid-template-columns:1fr .88fr;gap:42px;padding:130px 0 90px;color:#111}.gallery .main-image{border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft)}.main-image img{width:100%;aspect-ratio:1/1.08;object-fit:cover}.thumbs{display:flex;gap:10px;margin-top:12px}.thumbs button{border:1px solid rgba(0,0,0,.1);background:#fff;border-radius:14px;padding:4px}.thumbs img{width:78px;height:88px;object-fit:cover;border-radius:10px}.product-side{background:#fff;border-radius:30px;padding:28px;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.08)}.breadcrumb{color:#777;font-size:13px;margin-bottom:12px}.product-side h1{font-family:var(--head);font-size:clamp(48px,5vw,82px);text-transform:uppercase;line-height:.84;margin:0 0 12px}.rating{color:#f3a000;font-weight:950}.rating span{color:#777;font-weight:700}.price-xl{font-size:28px;margin:18px 0;display:flex;gap:10px}.option-row,.size-row{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 18px}.color-option{width:38px;height:38px;border-radius:50%;border:3px solid #fff;background:var(--c);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.color-option.active{box-shadow:0 0 0 3px var(--red)}.size-row button{min-width:48px;height:42px;border-radius:12px;border:1px solid rgba(0,0,0,.14);background:#fff;font-weight:900}.size-row button.active{background:#111;color:#fff}.size-row button:disabled{opacity:.35;text-decoration:line-through}.stock-info{padding:10px 0;color:#777}.qty{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.12);border-radius:999px;overflow:hidden;background:#fff;margin:12px 0}.qty button{width:42px;height:42px;border:0;background:#f1f1f1}.qty input{width:52px;text-align:center;border:0;background:#fff;color:#111}.shipping-box{padding:14px 16px;border-radius:16px;background:#f7f7f7;margin:16px 0;font-weight:800}.accordion{display:grid;gap:8px;margin-top:14px}.accordion button{padding:14px;border-radius:14px;border:0;background:#111;color:#fff;text-align:left;font-weight:900}.accordion div{padding:14px;background:#f6f6f6;border-radius:14px;color:#555}.reviews{padding:0 0 90px;color:#111}.review{background:#fff;border-radius:18px;padding:18px;margin:12px 0;border:1px solid rgba(0,0,0,.08)}.cart-page{display:grid;grid-template-columns:1fr 360px;gap:24px;padding:52px 0 90px;color:#111}.cart-list{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:90px 1fr auto auto auto;align-items:center;gap:16px;background:#fff;border-radius:24px;padding:14px;border:1px solid rgba(0,0,0,.08);box-shadow:0 12px 40px rgba(0,0,0,.05)}.cart-item img{width:90px;height:105px;object-fit:cover;border-radius:16px}.cart-item h3{margin:0;font-family:var(--head);font-size:28px;text-transform:uppercase}.cart-item p{color:#777}.cart-item [data-cart-remove]{border:0;background:#111;color:#fff;border-radius:999px;padding:10px 13px}.cart-summary{position:sticky;top:100px;align-self:start}.cart-summary h3{font-family:var(--head);font-size:36px;margin:0 0 14px}.cart-summary p{display:flex;justify-content:space-between}.total{font-size:22px;font-weight:950}.coupon-form{display:flex;gap:8px}.coupon-form input{flex:1;border:1px solid rgba(0,0,0,.14);border-radius:14px;padding:12px}.coupon-form button{border:0;background:#111;color:#fff;border-radius:14px;padding:0 14px}.empty-state{grid-column:1/-1;text-align:center;background:#fff;border-radius:28px;padding:70px;box-shadow:var(--shadow-soft)}.empty-illustration{font-size:72px}.admin-page-fix{background:#f4f6fb;color:#111}

@media(max-width:1050px){
  .hero-video-grid,.exploded-wrap,.story-grid,.feature-banner,.product-detail,.cart-page{grid-template-columns:1fr}.hero-browser-stack{height:600px}.exploded-copy{position:relative;top:auto}.exploded-sticky{position:relative;top:auto}.showcase-grid,.premium-grid,.look-grid{grid-template-columns:1fr}.category-card{min-height:360px}.footer-grid{grid-template-columns:1fr 1fr}.shop-layout{grid-template-columns:1fr}.filters{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:1500;transform:translateY(110%);transition:.3s;border-radius:28px 28px 0 0;max-height:82vh;overflow:auto}.filters.open{transform:none}.filter-close{display:block;margin-left:auto;border:0;background:#111;color:#fff;border-radius:50%;width:38px;height:38px}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){
  .container{width:min(100% - 28px,1280px)}.nav-shell{width:calc(100% - 28px);height:68px}.hamburger{display:block}.main-nav{position:fixed;inset:68px 12px auto 12px;background:rgba(9,9,9,.95);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:16px;display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.mega-menu{position:static;width:100%;opacity:1;pointer-events:auto;transform:none;margin-top:8px;grid-template-columns:1fr;background:rgba(255,255,255,.05)}.nav-actions .account-pill{display:none}.clone-hero{padding-top:94px}.hero-video-grid{gap:22px}.hero-video-copy h1{font-size:74px}.hero-browser-stack{height:520px}.browser-original{width:86%;right:0}.browser-clone{width:94%;left:0}.motion-garment{inset:72px 34px 60px 54px}.float-chip{display:none}.section{padding:78px 0}.hero-video-stats{grid-template-columns:1fr;display:grid}.hero-bottom-marquee span{font-size:22px}.scroll-pill{display:none}.showcase-card{min-height:320px}.category-overlay h3{font-size:48px}.exploded-section{min-height:auto;padding:86px 0}.exploded-sticky{height:560px}.exploded-product{width:330px;transform:translate(-50%,-48%) scale(.78)}.tech-card{font-size:10px}.story-sticky{height:470px}.newsletter-banner{grid-template-columns:1fr}.newsletter-form{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.shop-toolbar{flex-wrap:wrap}.cart-item{grid-template-columns:78px 1fr;align-items:start}.cart-item strong,.cart-item .qty,.cart-item [data-cart-remove]{grid-column:2}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:10px;right:10px;bottom:10px;z-index:990;background:rgba(8,8,8,.92);border:1px solid rgba(255,255,255,.12);border-radius:22px;backdrop-filter:blur(14px);padding:8px}.mobile-bottom-nav a{display:grid;place-items:center;color:#fff;font-size:18px}.mobile-bottom-nav span{font-size:10px;margin-top:2px}.whatsapp-float{bottom:82px}.scroll-top{bottom:150px}}
.logo img{max-height:42px;width:auto;display:block}.site-header.scrolled .logo img{max-height:36px}

/* ═══════════════════════════════════════════════════════════════════════════
   HERO SLIDER — sx-hero-slider
   ═══════════════════════════════════════════════════════════════════════════ */
.sx-hero-slider {
  position: relative;
  width: 100%;
  min-height: 92vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* ── Slide track ── */
.hero-slider-track {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* ── Tek slide ── */
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.85s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
  z-index: 0;
}
.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

/* ── Arka plan görseli ── */
.hero-slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 6s ease;
  transform: scale(1.04);
}
.hero-slide.is-active .hero-slide-bg {
  transform: scale(1);
}
.hero-slide-bg--gradient {
  background: radial-gradient(circle at 60% 30%, color-mix(in srgb, var(--sx-primary, #e63946) 22%, transparent), transparent 52%),
              linear-gradient(160deg, var(--sx-page-bg, #050505) 0%, #0a0a0a 100%);
}

/* ── Overlay karartma ── */
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(0,0,0,.62) 0%,
    rgba(0,0,0,.22) 55%,
    rgba(0,0,0,.05) 100%
  );
  z-index: 1;
}

/* ── İçerik (sol metin) ── */
.hero-slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 120px;
}
.hero-slide-content .hero-video-copy {
  max-width: 640px;
}
.hero-slide-content .hero-video-copy h1 {
  color: #fff !important;
  text-shadow: 0 2px 32px rgba(0,0,0,.38);
}
.hero-slide-content .hero-video-copy p {
  color: rgba(255,255,255,.82) !important;
}
.hero-slide-content .hero-video-copy .eyebrow {
  color: var(--sx-primary, #e63946) !important;
}

/* ── Stats bar ── */
.hero-slide-content .hero-video-stats {
  display: flex;
  gap: 28px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.hero-slide-content .hero-video-stats div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(6px);
  padding: 10px 18px;
  border-radius: 12px;
}
.hero-slide-content .hero-video-stats b {
  font-family: var(--head, 'Barlow Condensed', sans-serif);
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.hero-slide-content .hero-video-stats span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.6);
}

/* ── Prev / Next butonlar ── */
.hero-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.28);
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .22s, border-color .22s, transform .22s;
  padding: 0;
}
.hero-slider-btn:hover {
  background: var(--sx-primary, #e63946);
  border-color: var(--sx-primary, #e63946);
  transform: translateY(-50%) scale(1.08);
}
.hero-slider-btn svg {
  width: 22px;
  height: 22px;
}
.hero-slider-prev { left: 28px; }
.hero-slider-next { right: 28px; }

/* ── Dot indikatörler ── */
.hero-slider-dots {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.55);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background .25s, transform .25s, width .3s;
}
.hero-dot.is-active {
  background: var(--sx-primary, #e63946);
  border-color: var(--sx-primary, #e63946);
  width: 28px;
  border-radius: 5px;
  transform: none;
}

/* ── Progress bar ── */
.hero-slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255,255,255,.12);
  z-index: 10;
}
.hero-slider-progress-bar {
  height: 100%;
  width: 0%;
  background: var(--sx-primary, #e63946);
}

/* ── Marquee & scroll pill z-index ── */
.sx-hero-slider .hero-bottom-marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.sx-hero-slider .scroll-pill {
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

/* ── Mobil ── */
@media (max-width: 768px) {
  .sx-hero-slider {
    min-height: 88vh;
  }
  .hero-slide-content {
    padding-top: 90px;
    padding-bottom: 140px;
  }
  .hero-slider-btn {
    width: 40px;
    height: 40px;
  }
  .hero-slider-prev { left: 14px; }
  .hero-slider-next { right: 14px; }
  .hero-slider-dots {
    bottom: 82px;
  }
  .hero-slide-content .hero-video-stats {
    gap: 10px;
  }
  .hero-slide-content .hero-video-stats div {
    padding: 7px 12px;
  }
  .hero-slide-content .hero-video-stats b {
    font-size: 20px;
  }
}
