
:root{--orange:#ff6500;--ink:#111;--paper:#f4f2ed;--white:#fff;--line:#d9d6cf;--muted:#77736d;--soft:#ebe8e0}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
button,input,select{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}
.wrap{width:min(1500px,calc(100% - 40px));margin:auto}
.utility{background:#111;color:#fff;font-size:12px}.utility .wrap{height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px}
header{position:sticky;top:0;z-index:20;background:rgba(244,242,237,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.head{min-height:84px;display:grid;grid-template-columns:220px 1fr auto;gap:22px;align-items:center}.brand img{width:205px}
.searchbox{height:48px;background:#fff;border:1px solid #111;display:flex}.searchbox input{flex:1;border:0;outline:0;padding:0 14px;background:transparent}.searchbox button{width:52px;border:0;border-left:1px solid #111;background:var(--orange);font-size:20px}
.quote-top{height:48px;padding:0 18px;background:#111;color:#fff;border:1px solid #111;font-weight:800}
.nav{height:46px;border-top:1px solid var(--line);display:flex;overflow-x:auto}.nav button{border:0;border-right:1px solid var(--line);background:transparent;padding:0 18px;white-space:nowrap;font-size:12px;font-weight:800}.nav button:first-child{background:#111;color:#fff}
.hero{border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.16fr .84fr;min-height:560px}.hero-copy{padding:70px 60px 54px 0}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.17em;text-transform:uppercase;display:flex;align-items:center;gap:10px}.eyebrow:before{content:"";width:38px;height:3px;background:var(--orange)}
.hero h1{font-size:clamp(60px,7vw,112px);line-height:.86;letter-spacing:-.07em;margin:30px 0}.hero h1 em{font-style:normal;color:var(--orange)}.lead{font-size:18px;line-height:1.55;color:#555;max-width:680px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:52px;border-top:1px solid var(--line)}.hero-stat{padding:20px 16px 0 0}.hero-stat b{display:block;font-size:34px}.hero-stat span{font-size:10px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}
.hero-visual{background:var(--orange);padding:44px;display:flex;align-items:center}.feature{width:100%;background:#fff;border:1px solid #111;box-shadow:16px 16px 0 #111;padding:16px}.feature img{width:100%;height:320px;object-fit:contain;background:#f8f7f3}.feature-foot{display:flex;justify-content:space-between;gap:20px;align-items:end;padding-top:15px}.feature-foot small{color:var(--muted)}.feature-foot h2{font-size:29px;margin:5px 0}.feature-foot button{width:50px;height:50px;border:0;background:#111;color:#fff}
.catalog{padding:78px 0}.section-head{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:28px}.section-head h2{font-size:55px;letter-spacing:-.055em;line-height:.98;margin:8px 0}.section-head p{max-width:550px;color:var(--muted);line-height:1.55}
.filters{display:grid;grid-template-columns:1fr 230px 230px;gap:9px;padding:10px;background:var(--soft);border:1px solid var(--line);margin-bottom:15px}.filters input,.filters select{height:46px;border:1px solid #111;background:#fff;padding:0 12px}
.resultbar{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:12px;margin-bottom:13px}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.card{background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;transition:.22s ease}.card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(0,0,0,.08);border-color:#b7b2aa}
.card-pic{aspect-ratio:1.06/1;background:#f7f5f0;padding:22px;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid var(--line)}.card-pic img{width:100%;height:100%;object-fit:contain;transition:.25s}.card:hover .card-pic img{transform:scale(1.035)}
.stock{position:absolute;left:12px;top:12px;background:#111;color:#fff;padding:6px 8px;font-size:9px;font-weight:900;letter-spacing:.05em}.stock.zero{background:#777}
.card-body{padding:17px;display:flex;flex-direction:column;flex:1}.meta{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:10px;text-transform:uppercase}.card h3{font-size:19px;line-height:1.17;margin:10px 0 5px;min-height:44px}.price{font-size:22px;font-weight:900;margin:7px 0 2px}
.variants-preview{display:flex;flex-wrap:wrap;gap:5px;min-height:31px;margin-top:10px}.pill{font-size:9px;border:1px solid var(--line);background:#f5f3ee;padding:5px 7px}
.card-actions{display:grid;grid-template-columns:1fr 48px;gap:7px;margin-top:auto;padding-top:15px}.card-actions button{height:46px;border:1px solid #111;font-weight:800}.details-btn{background:#111;color:#fff}.add-btn{background:var(--orange);font-size:21px}
.more{display:block;margin:28px auto 0;height:48px;padding:0 24px;border:0;background:#111;color:#fff;font-weight:800}
.product-page{display:none;padding:48px 0 78px}.product-page.open{display:block}.breadcrumb{font-size:11px;color:var(--muted);margin-bottom:18px}.breadcrumb button{border:0;background:transparent;padding:0;color:inherit}
.product-shell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:50px;align-items:start}.product-media{background:#fff;border:1px solid var(--line);padding:34px;min-height:620px;display:flex;align-items:center;justify-content:center}.product-media img{width:100%;max-height:560px;object-fit:contain}
.product-info{position:sticky;top:150px}.product-code{font-size:11px;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.product-info h1{font-size:58px;line-height:.95;letter-spacing:-.055em;margin:12px 0 16px}.product-price{font-size:35px;font-weight:900;margin:14px 0 7px}.product-stock{font-size:13px;padding-bottom:18px;border-bottom:1px solid var(--line);color:#514e49}
.part-title{font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin:23px 0 10px}.product-variants{display:flex;flex-wrap:wrap;gap:8px}.product-variants button{padding:9px 11px;border:1px solid #aaa;background:#fff}.product-variants button.on{background:#111;color:#fff;border-color:#111}.product-desc{font-size:14px;line-height:1.7;color:#59554f;white-space:pre-line}
.product-cta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:24px}.product-cta button{height:52px;border:1px solid #111;font-weight:900}.product-cta .primary{background:var(--orange)}
.related{margin-top:70px;padding-top:34px;border-top:1px solid var(--line)}.related-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.related-head h2{font-size:38px;letter-spacing:-.045em;margin:0}.related-head span{font-size:12px;color:var(--muted)}
.related-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,310px);gap:14px;overflow-x:auto;padding-bottom:14px;scroll-snap-type:x mandatory}.related-card{scroll-snap-align:start;background:#fff;border:1px solid var(--line);cursor:pointer}.related-pic{aspect-ratio:1;background:#f6f4ef;padding:18px}.related-pic img{width:100%;height:100%;object-fit:contain}.related-body{padding:14px}.related-body small{font-size:10px;color:var(--muted)}.related-body h3{font-size:17px;margin:7px 0}.related-body b{font-size:18px}
.overlay{position:fixed;inset:0;background:#0009;z-index:49;opacity:0;pointer-events:none;transition:.2s}.overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;right:0;top:0;bottom:0;width:min(480px,100%);background:var(--paper);z-index:50;transform:translateX(100%);transition:.25s;padding:24px;display:flex;flex-direction:column;border-left:1px solid #111}.drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:14px}.drawer-head h3{font-size:30px;margin:0}.drawer-head button{border:0;background:transparent;font-size:30px}.quote-items{flex:1;overflow:auto;padding:14px 0}.qitem{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px 0;border-bottom:1px solid var(--line)}.qitem small{color:var(--muted)}.qitem button{border:0;background:transparent}.drawer-foot button{width:100%;height:50px;margin-top:8px;border:1px solid #111;font-weight:900}.wa{background:#25d366}.clear{background:#fff}
footer{background:#111;color:#fff;margin-top:65px}.footer-main{padding:58px 0 40px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:38px}.footer-brand img{width:210px;filter:brightness(0) invert(1);margin-bottom:18px}.footer-brand p{max-width:370px;color:#aaa;line-height:1.6}.footer-col h4{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#777;margin:0 0 15px}.footer-col a,.footer-col span{display:block;color:#d4d4d4;font-size:13px;margin-bottom:10px}.footer-bottom{border-top:1px solid #2f2f2f;padding:18px 0;display:flex;justify-content:space-between;color:#777;font-size:11px}
@media(max-width:1050px){.head{grid-template-columns:190px 1fr}.quote-top{display:none}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-right:0}.grid{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr 1fr}.filters input{grid-column:1/-1}.product-shell{grid-template-columns:1fr}.product-info{position:static}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.wrap{width:calc(100% - 22px)}.utility{display:none}.head{grid-template-columns:1fr;padding:12px 0}.brand img{width:170px}.nav{height:44px}.hero-copy{padding:40px 0}.hero h1{font-size:58px}.hero-visual{padding:27px}.feature img{height:240px}.hero-stats{grid-template-columns:1fr}.hero-stat{padding:12px 0}.section-head{flex-direction:column;align-items:start}.section-head h2{font-size:42px}.filters{grid-template-columns:1fr}.filters input{grid-column:auto}.grid{grid-template-columns:1fr;gap:10px}.product-page{padding-top:25px}.product-media{min-height:360px;padding:18px}.product-info h1{font-size:40px}.product-cta{grid-template-columns:1fr}.related-track{grid-auto-columns:82%}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:7px}}

/* =========================================================
   BAŞGAN PROMOSYON — UI REVİZYON 2026
   Veri ve işlevler korunur, yalnızca görünüm geliştirilir.
   ========================================================= */
:root{
  --orange:#ff6400;
  --orange-dark:#e95b00;
  --ink:#111111;
  --paper:#f5f5f2;
  --white:#ffffff;
  --line:#e1e1dc;
  --line-dark:#cacac3;
  --muted:#73736d;
  --soft:#ecece7;
  --soft2:#f9f9f7;
  --shadow:0 14px 40px rgba(16,16,16,.07);
}
body{background:var(--paper);font-family:Inter,Arial,Helvetica,sans-serif;letter-spacing:-.01em}
.wrap{width:min(1540px,calc(100% - 56px))}

/* top bar */
.utility{background:#111;color:#fff;border-bottom:1px solid #222}
.utility .wrap{height:34px;font-size:11px;letter-spacing:.02em;opacity:.92}

/* header */
header{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  box-shadow:0 4px 18px rgba(0,0,0,.035);
}
.head{min-height:92px;grid-template-columns:240px minmax(320px,1fr) auto;gap:28px}
.brand{display:flex;align-items:center}
.brand img{
  width:210px;
  filter:brightness(0) saturate(100%);
  opacity:.98;
}
.searchbox{
  height:50px;
  background:#f7f7f4;
  border:1px solid #d5d5cf;
  border-radius:6px;
  overflow:hidden;
  transition:.18s ease;
}
.searchbox:focus-within{background:#fff;border-color:#111;box-shadow:0 0 0 3px rgba(0,0,0,.04)}
.searchbox input{font-size:14px;padding:0 16px}
.searchbox button{
  width:54px;
  border-left:1px solid #d5d5cf;
  background:#111;
  color:#fff;
  font-size:18px;
}
.quote-top{
  height:50px;
  border-radius:6px;
  background:var(--orange);
  border-color:var(--orange);
  color:#111;
  padding:0 20px;
}
.quote-top:hover{background:var(--orange-dark);color:#fff}
.nav{
  height:48px;
  border-top:1px solid var(--line);
  background:#fff;
}
.nav button{
  border-right:0;
  padding:0 18px;
  font-size:12px;
  color:#4a4a46;
  position:relative;
}
.nav button:after{
  content:"";
  position:absolute;
  left:18px;right:18px;bottom:0;
  height:2px;background:transparent;
}
.nav button:hover{color:#111;background:#fafaf8}
.nav button:hover:after{background:var(--orange)}
.nav button:first-child{
  background:#111;
  color:#fff;
  margin-right:6px;
}

/* hero */
.hero{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.hero-grid{
  min-height:610px;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  gap:52px;
  align-items:stretch;
}
.hero-copy{
  padding:86px 0 64px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.eyebrow{
  color:#4c4c47;
  letter-spacing:.13em;
}
.eyebrow:before{width:30px;height:2px}
.hero h1{
  max-width:920px;
  font-size:clamp(58px,6.35vw,104px);
  line-height:.9;
  letter-spacing:-.065em;
  margin:30px 0 26px;
}
.hero h1 em{color:var(--orange)}
.lead{
  font-size:18px;
  line-height:1.62;
  color:#555550;
  max-width:700px;
}
.hero-stats{
  border-top:0;
  margin-top:46px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.hero-stat{
  background:var(--soft2);
  border:1px solid var(--line);
  padding:18px 24px;
  min-width:160px;
  border-radius:6px;
}
.hero-stat b{font-size:31px;line-height:1}
.hero-stat span{margin-top:7px;display:block}
.hero-visual{
  background:transparent;
  padding:48px 0 48px 18px;
}
.feature{
  position:relative;
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:var(--shadow);
  padding:20px;
  overflow:hidden;
  background:#f7f7f4;
}
.feature:before{
  content:"ÖNE ÇIKAN";
  position:absolute;
  top:16px;left:16px;
  background:var(--orange);
  color:#111;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  padding:7px 9px;
  z-index:2;
}
.feature img{
  height:380px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:6px;
  padding:18px;
}
.feature-foot{padding:18px 4px 2px}
.feature-foot h2{font-size:27px;letter-spacing:-.035em}
.feature-foot button{
  border-radius:6px;
  background:#111;
  transition:.18s;
}
.feature-foot button:hover{background:var(--orange);color:#111}

/* catalog */
.catalog{padding:86px 0 90px}
.section-head{margin-bottom:32px}
.section-head h2{
  font-size:clamp(42px,4vw,62px);
  letter-spacing:-.055em;
  line-height:.98;
}
.section-head p{font-size:15px}
.filters{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:12px;
  gap:10px;
  box-shadow:0 8px 24px rgba(0,0,0,.025);
}
.filters input,.filters select{
  border:1px solid #d6d6d0;
  border-radius:5px;
  background:#fafaf8;
  color:#222;
}
.filters input:focus,.filters select:focus{outline:none;border-color:#111;background:#fff}
.resultbar{padding:3px 2px 9px;font-size:11px}

/* product cards */
.grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.card{
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  box-shadow:none;
  background:#fff;
}
.card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 36px rgba(0,0,0,.075);
  border-color:#c6c6bf;
}
.card-pic{
  aspect-ratio:1.03/1;
  background:#f6f6f3;
  padding:24px;
  border-bottom:1px solid var(--line);
}
.card-pic img{mix-blend-mode:multiply}
.stock{
  left:12px;top:12px;
  border-radius:4px;
  background:#fff;
  color:#111;
  border:1px solid #d0d0cb;
  padding:6px 8px;
  box-shadow:0 4px 14px rgba(0,0,0,.04);
}
.stock.zero{background:#ecece8;color:#777}
.card-body{padding:18px}
.meta{font-size:9.5px;letter-spacing:.05em}
.card h3{
  font-size:18px;
  min-height:auto;
  line-height:1.25;
  margin:11px 0 7px;
}
.price{
  color:#111;
  font-size:21px;
  letter-spacing:-.03em;
  margin:8px 0 5px;
}
.variants-preview{min-height:34px;margin-top:11px}
.pill{
  background:#f4f4f1;
  border-radius:4px;
  font-size:9px;
  padding:5px 7px;
}
.card-actions{grid-template-columns:1fr 46px;gap:8px}
.card-actions button{height:45px;border-radius:5px}
.details-btn{background:#111;color:#fff}
.details-btn:hover{background:#292929}
.add-btn{background:var(--orange);border-color:var(--orange)}
.add-btn:hover{background:var(--orange-dark);color:#fff}
.more{border-radius:6px}

/* product detail */
.product-page{padding:56px 0 90px;background:#fff}
.breadcrumb{margin-bottom:22px}
.product-shell{
  grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);
  gap:64px;
}
.product-media{
  border:1px solid var(--line);
  border-radius:10px;
  min-height:650px;
  background:#f7f7f4;
  padding:46px;
}
.product-media img{
  max-height:560px;
  background:#fff;
  border-radius:7px;
  padding:18px;
}
.product-info{top:165px}
.product-info h1{font-size:54px;margin-top:14px}
.product-price{color:#111;font-size:34px}
.product-stock{padding:12px 0 20px}
.part-title{margin-top:27px}
.product-variants button{
  border-radius:4px;
  padding:10px 12px;
  transition:.15s;
}
.product-variants button:hover{border-color:#111}
.product-desc{
  background:#f7f7f4;
  border:1px solid var(--line);
  border-radius:6px;
  padding:17px 18px;
}
.product-cta button{border-radius:5px}
.related{margin-top:76px}
.related-track{gap:16px}
.related-card{
  border-radius:7px;
  overflow:hidden;
  transition:.18s;
}
.related-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,.07)}
.related-pic{background:#f6f6f3}

/* quote drawer */
.drawer{
  background:#fff;
  width:min(500px,100%);
  box-shadow:-18px 0 50px rgba(0,0,0,.12);
}
.drawer-head{padding-bottom:18px}
.drawer-foot button{border-radius:5px}
.wa{background:#25d366}

/* footer */
footer{
  margin-top:0;
  background:#101010;
  border-top:4px solid var(--orange);
}
.footer-main{padding:74px 0 56px}
.footer-grid{
  grid-template-columns:minmax(360px,1.55fr) repeat(3,minmax(160px,.72fr));
  gap:64px;
}
.footer-brand img{
  width:220px;
  filter:brightness(0) invert(1);
  opacity:.96;
}
.footer-brand p{
  max-width:440px;
  color:#b6b6b0;
  line-height:1.75;
  font-size:14px;
}
.footer-brand:after{
  content:"Markanızı günlük hayatın içinde görünür kılan promosyon çözümleri.";
  display:block;
  max-width:450px;
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid #2c2c2c;
  color:#777;
  font-size:12px;
}
.footer-col h4{
  color:#fff;
  font-size:11px;
  letter-spacing:.12em;
  margin-bottom:20px;
}
.footer-col a,.footer-col span{
  color:#aaa;
  font-size:13px;
  margin-bottom:13px;
  transition:.15s;
}
.footer-col a:hover{color:#fff;transform:translateX(2px)}
.footer-bottom{
  min-height:58px;
  border-top:1px solid #2a2a2a;
  padding:18px 0;
  color:#777;
}
.footer-copy{
  display:flex;
  align-items:center;
  gap:9px;
}
.footer-crescent{
  width:17px;
  height:17px;
  flex:0 0 17px;
}
.footer-crescent path,.footer-crescent polygon{fill:#d71920}

@media(max-width:1200px){
  .grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-grid{gap:36px}
}
@media(max-width:1050px){
  .wrap{width:min(100% - 34px,1540px)}
  .head{grid-template-columns:190px 1fr}
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{padding:0 0 55px}
  .feature{max-width:760px}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .wrap{width:calc(100% - 22px)}
  .head{gap:12px}
  .brand img{width:175px}
  .hero h1{font-size:55px}
  .hero-copy{padding:52px 0 36px}
  .hero-stat{min-width:calc(50% - 5px);padding:15px 16px}
  .feature img{height:250px}
  .catalog{padding:62px 0}
  .grid{grid-template-columns:1fr}
  .card{border-radius:6px}
  .product-media{min-height:370px;padding:20px}
  .product-info h1{font-size:39px}
  .footer-main{padding:52px 0 34px}
  .footer-grid{grid-template-columns:1fr;gap:28px}
}


.card-pic{cursor:pointer}
.card-pic:focus-visible{outline:3px solid var(--orange);outline-offset:-3px}
.product-title-link{cursor:pointer}
.product-title-link:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}


/* =========================================================
   BAŞGAN PROMOSYON — FERAH / MINIMAL UI
   Referans hissi: beyaz alan + lacivert yapı + turuncu vurgu
   ========================================================= */
:root{
  --orange:#ff6500;
  --orange-2:#ff7b21;
  --navy:#172442;
  --navy-2:#0f1a31;
  --text:#191b20;
  --muted:#6c717a;
  --paper:#ffffff;
  --soft:#f6f7f9;
  --soft2:#f1f3f6;
  --line:#e6e8ec;
  --white:#ffffff;
}
html{background:#fff}
body{
  background:#fff;
  color:var(--text);
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:14px;
  letter-spacing:-.012em;
}
.wrap{width:min(1220px,calc(100% - 40px));margin:auto}

/* top bar */
.utility{
  background:var(--navy);
  color:#fff;
  border:0;
}
.utility .wrap{
  height:32px;
  font-size:10.5px;
  font-weight:500;
  opacity:.96;
}

/* header */
header{
  top:0;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid #eff0f2;
  box-shadow:none;
}
.head{
  min-height:74px;
  grid-template-columns:180px minmax(280px,1fr) auto;
  gap:24px;
}
.brand img{
  width:158px;
  filter:brightness(0) saturate(100%);
}
.searchbox{
  height:42px;
  border:1px solid #e1e3e7;
  border-radius:7px;
  background:#f9fafb;
}
.searchbox input{
  font-size:12px;
  color:#252830;
}
.searchbox button{
  width:45px;
  background:var(--navy);
  border:0;
  color:#fff;
}
.quote-top{
  height:42px;
  border-radius:7px;
  padding:0 16px;
  background:var(--orange);
  border:0;
  color:#fff;
  font-size:12px;
}
.nav{
  height:42px;
  border-top:1px solid #f1f2f4;
  background:#fff;
  justify-content:center;
  gap:4px;
}
.nav button,
.nav button:first-child{
  background:transparent;
  color:#41454d;
  font-size:10.5px;
  padding:0 12px;
  margin:0;
  border:0;
}
.nav button:hover,
.nav button:first-child:hover{
  background:#f7f8fa;
  color:#111;
}
.nav button:after{display:none}

/* hero */
.hero{
  background:#fff;
  border:0;
}
.hero-grid{
  min-height:590px;
  grid-template-columns:minmax(0,1fr) 450px;
  gap:70px;
  align-items:center;
}
.hero-copy{padding:78px 0}
.eyebrow{
  font-size:10px;
  letter-spacing:.12em;
  color:#676c75;
}
.eyebrow:before{
  width:24px;
  height:2px;
  background:var(--orange);
}
.hero h1{
  font-size:clamp(52px,5.3vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
  margin:24px 0 22px;
  max-width:760px;
}
.hero h1 em{color:var(--orange)}
.lead{
  max-width:620px;
  font-size:15px;
  line-height:1.65;
  color:#6b7078;
}
.hero-stats{
  margin-top:38px;
  gap:8px;
}
.hero-stat{
  background:#f8f9fa;
  border:1px solid #eceef1;
  border-radius:7px;
  min-width:130px;
  padding:14px 18px;
}
.hero-stat b{
  font-size:24px;
  font-weight:700;
}
.hero-stat span{
  font-size:9px;
  color:#838790;
}
.hero-visual{
  padding:52px 0;
}
.feature{
  padding:12px;
  background:#fff;
  border:1px solid #e6e8eb;
  border-radius:9px;
  box-shadow:0 16px 46px rgba(24,34,59,.08);
}
.feature:before{
  top:14px;left:14px;
  padding:5px 8px;
  font-size:8px;
  background:#fff3e9;
  color:#c84f00;
  border:1px solid #ffd8bc;
  border-radius:4px;
}
.feature img{
  height:330px;
  border:0;
  border-radius:6px;
  background:#f7f8fa;
}
.feature-foot{
  padding:14px 6px 4px;
}
.feature-foot small{font-size:9px}
.feature-foot h2{font-size:20px}
.feature-foot b{font-size:11px}
.feature-foot button{
  width:40px;height:40px;
  border-radius:6px;
  background:var(--navy);
}

/* trust / benefits */
.trust-section{
  background:#f7f8fa;
  padding:82px 0 88px;
  border-top:1px solid #f0f1f3;
  border-bottom:1px solid #f0f1f3;
}
.trust-head{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:60px;
  align-items:end;
  margin-bottom:30px;
}
.mini-label{
  display:inline-block;
  font-size:9px;
  font-weight:700;
  letter-spacing:.13em;
  color:#70757d;
  margin-bottom:10px;
}
.trust-head h2{
  margin:0;
  font-size:38px;
  line-height:1.08;
  letter-spacing:-.04em;
}
.trust-head p{
  margin:0;
  color:#70757d;
  line-height:1.6;
  font-size:13px;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.trust-card{
  min-height:265px;
  padding:24px;
  background:#fff;
  border:1px solid #e7e9ed;
  border-radius:9px;
  display:flex;
  flex-direction:column;
}
.trust-icon{
  width:34px;height:34px;
  border-radius:7px;
  background:#f4f5f7;
  color:var(--navy);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:10px;
  margin-bottom:34px;
}
.trust-card h3{
  font-size:17px;
  letter-spacing:-.025em;
  margin:0 0 9px;
}
.trust-card p{
  color:#747983;
  font-size:12px;
  line-height:1.6;
  margin:0 0 20px;
}
.trust-card a,.trust-card button{
  margin-top:auto;
  padding:0;
  border:0;
  background:transparent;
  color:#232730;
  text-align:left;
  font-size:11px;
  font-weight:600;
}
.trust-card a:hover,.trust-card button:hover{color:var(--orange)}

.shipping-strip{
  margin-top:54px;
  display:grid;
  grid-template-columns:380px 1fr;
  gap:54px;
  align-items:center;
  background:#fff;
  border:1px solid #e6e8ec;
  border-radius:12px;
  padding:20px 48px 20px 20px;
}
.shipping-visual{
  min-height:220px;
  border-radius:9px;
  background:linear-gradient(145deg,#fff8f2,#f1f4f8);
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.gift-box{
  position:relative;
  width:145px;
  height:110px;
  background:#d8b576;
  border-radius:4px 4px 8px 8px;
  box-shadow:0 18px 30px rgba(0,0,0,.08);
  margin-bottom:24px;
}
.gift-lid{
  position:absolute;
  width:158px;height:27px;
  left:-6px;top:-18px;
  border-radius:5px;
  background:#e5c589;
}
.gift-ribbon-v{
  position:absolute;
  width:26px;
  height:128px;
  top:-18px;left:59px;
  background:#8fc340;
}
.gift-ribbon-h{
  position:absolute;
  height:21px;width:145px;
  left:0;top:36px;
  background:#8fc340;
}
.shipping-badge{
  position:absolute;
  right:28px;bottom:30px;
  width:66px;height:66px;
  background:var(--navy);
  color:#fff;
  border-radius:50% 50% 45% 55%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  font-weight:800;
  transform:rotate(-8deg);
}
.shipping-copy h3{
  font-size:28px;
  line-height:1.1;
  letter-spacing:-.035em;
  margin:3px 0 12px;
}
.shipping-copy p{
  max-width:600px;
  color:#737883;
  line-height:1.65;
  font-size:12px;
}
.shipping-copy a{
  display:inline-block;
  margin-top:12px;
  padding:10px 14px;
  border-radius:6px;
  background:var(--navy);
  color:#fff;
  font-size:10px;
  font-weight:600;
}

/* catalog */
.catalog{
  background:#fff;
  padding:88px 0 96px;
}
.section-head{
  margin-bottom:26px;
  align-items:end;
}
.section-head h2{
  font-size:40px;
  line-height:1.08;
}
.section-head p{
  font-size:12.5px;
  max-width:440px;
}
.filters{
  padding:8px;
  border:1px solid #e8eaed;
  border-radius:8px;
  box-shadow:none;
  background:#f9fafb;
}
.filters input,.filters select{
  height:42px;
  border:1px solid #e1e4e8;
  background:#fff;
  border-radius:6px;
  font-size:11px;
}
.resultbar{
  font-size:10px;
  margin:12px 0;
  color:#8a8e96;
}
.grid{
  gap:12px;
}
.card{
  border:1px solid #e7e9ec;
  border-radius:8px;
  box-shadow:none;
}
.card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(25,33,55,.07);
  border-color:#d8dbe0;
}
.card-pic{
  padding:18px;
  background:#f7f8fa;
}
.stock{
  top:10px;left:10px;
  padding:5px 7px;
  font-size:8px;
  background:#fff;
  border-color:#e2e4e7;
}
.card-body{padding:14px}
.meta{font-size:8.5px}
.card h3{
  font-size:15px;
  line-height:1.3;
  margin:8px 0 6px;
}
.price{
  font-size:17px;
  margin-top:6px;
}
.variants-preview{min-height:28px;margin-top:8px}
.pill{
  font-size:8px;
  padding:4px 6px;
  border-radius:4px;
  background:#f6f7f8;
}
.card-actions{
  grid-template-columns:1fr 40px;
  gap:6px;
  padding-top:11px;
}
.card-actions button{
  height:39px;
  border-radius:6px;
  font-size:10px;
}
.details-btn{
  background:var(--navy);
}
.add-btn{
  background:var(--orange);
  border-color:var(--orange);
}
.more{
  height:42px;
  padding:0 17px;
  border-radius:6px;
  background:var(--navy);
  font-size:10px;
}

/* product detail */
.product-page{
  background:#fff;
  padding:50px 0 92px;
}
.product-shell{
  grid-template-columns:1fr 440px;
  gap:58px;
}
.product-media{
  min-height:570px;
  padding:32px;
  background:#f7f8fa;
  border:1px solid #e6e8ec;
  border-radius:9px;
}
.product-media img{
  border-radius:6px;
  padding:16px;
}
.product-info{top:130px}
.product-code{font-size:9px}
.product-info h1{
  font-size:42px;
  line-height:1.03;
}
.product-price{font-size:27px}
.product-stock{font-size:11px}
.part-title{font-size:9px}
.product-variants button{
  padding:8px 10px;
  border-radius:5px;
  font-size:10px;
}
.product-desc{
  font-size:11.5px;
  background:#f8f9fa;
  border-color:#e8eaed;
}
.product-cta button{
  height:44px;
  border-radius:6px;
  font-size:10px;
}
.related-head h2{font-size:28px}
.related-card{border-radius:8px}
.related-body h3{font-size:14px}
.related-body b{font-size:15px}

/* drawer */
.drawer{
  width:min(440px,100%);
}
.drawer-head h3{font-size:23px}
.qitem{font-size:11px}
.drawer-foot button{
  height:44px;
  font-size:10px;
}

/* footer */
footer{
  background:var(--navy-2);
  border-top:0;
}
.footer-main{
  padding:66px 0 46px;
}
.footer-grid{
  grid-template-columns:1.55fr repeat(3,.7fr);
  gap:48px;
}
.footer-brand img{
  width:170px;
  margin-bottom:16px;
}
.footer-brand p{
  color:#b9bfca;
  font-size:11.5px;
  line-height:1.7;
  max-width:360px;
}
.footer-brand:after{
  color:#737c8e;
  border-color:#283551;
  font-size:10px;
}
.footer-col h4{
  font-size:9px;
  color:#fff;
}
.footer-col a,.footer-col span{
  color:#aeb5c2;
  font-size:10.5px;
  margin-bottom:11px;
}
.footer-bottom{
  min-height:52px;
  border-color:#283551;
  color:#747e91;
  font-size:9.5px;
}
.footer-crescent{width:14px;height:14px;flex-basis:14px}

@media(max-width:1050px){
  .wrap{width:min(100% - 32px,1220px)}
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{max-width:650px}
  .trust-head{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr 1fr}
  .shipping-strip{grid-template-columns:1fr}
  .shipping-visual{min-height:240px}
  .grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .wrap{width:calc(100% - 20px)}
  .head{grid-template-columns:1fr}
  .brand img{width:145px}
  .nav{justify-content:flex-start}
  .hero-copy{padding:54px 0 25px}
  .hero h1{font-size:49px}
  .hero-grid{gap:10px}
  .hero-visual{padding:0 0 45px}
  .feature img{height:240px}
  .trust-section{padding:60px 0}
  .trust-head h2{font-size:31px}
  .trust-grid{grid-template-columns:1fr}
  .shipping-strip{padding:14px}
  .shipping-copy{padding:8px 4px 14px}
  .shipping-copy h3{font-size:23px}
  .catalog{padding:64px 0}
  .section-head h2{font-size:32px}
  .grid{grid-template-columns:1fr}
  .product-shell{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}


/* === v6 HEADER / FOOTER — referansın iskeletine yakın === */
.utility{height:29px;background:#182543}
.utility .wrap{height:29px;width:min(1180px,calc(100% - 32px));font-size:9px}

.ikas-header{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid #edf0f4;
  box-shadow:none;
}
.ikas-header-row{
  width:min(1180px,calc(100% - 32px));
  min-height:68px;
  display:grid;
  grid-template-columns:145px 1fr auto;
  align-items:center;
  gap:28px;
}
.ikas-brand img{
  width:132px;
  filter:brightness(0) saturate(100%);
}
.ikas-main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
}
.ikas-main-nav button{
  border:0;
  background:transparent;
  padding:9px 10px;
  color:#242832;
  font-size:10px;
  font-weight:600;
  border-radius:6px;
}
.ikas-main-nav button:hover{background:#f4f5f7}
.ikas-header-actions{
  display:flex;
  align-items:center;
  gap:7px;
}
.ikas-login,.ikas-primary{
  height:36px;
  border-radius:6px;
  padding:0 12px;
  font-size:9.5px;
  font-weight:700;
}
.ikas-login{
  color:#222630;
  background:#fff;
  border:1px solid #dfe2e7;
}
.ikas-primary{
  color:#fff;
  background:#ff6500;
  border:1px solid #ff6500;
}
.ikas-mobile-menu{display:none}

/* Old header/nav elements cannot affect layout */
.searchbox,.nav,.quote-top{display:none!important}

/* hero begins closer under compact nav */
.hero-grid{min-height:530px}
.hero-copy{padding:66px 0}

/* PRE FOOTER */
.prefooter-cta{
  background:#f5f7fa;
  border-top:1px solid #eceff3;
  padding:70px 0;
}
.prefooter-inner{
  width:min(1180px,calc(100% - 32px));
  display:grid;
  grid-template-columns:1fr auto;
  gap:70px;
  align-items:center;
}
.prefooter-copy h2{
  margin:5px 0 13px;
  font-size:36px;
  line-height:1.08;
  letter-spacing:-.045em;
}
.prefooter-copy p{
  max-width:650px;
  margin:0;
  color:#6f7580;
  font-size:12px;
  line-height:1.65;
}
.prefooter-actions{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:190px;
}
.prefooter-actions button{
  height:40px;
  border-radius:6px;
  padding:0 14px;
  font-size:10px;
  font-weight:700;
}
.prefooter-main-btn{border:1px solid #ff6500;background:#ff6500;color:#fff}
.prefooter-secondary-btn{border:1px solid #dce0e6;background:#fff;color:#242832}

/* FOOTER */
.ikas-footer{
  background:#111a30;
  color:#fff;
  margin:0;
  border:0;
}
.footer-topline{
  width:min(1180px,calc(100% - 32px));
  padding:52px 0 37px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:60px;
  border-bottom:1px solid #28334a;
}
.footer-brand-large img{
  width:158px;
  filter:brightness(0) invert(1);
  margin-bottom:15px;
}
.footer-brand-large p{
  margin:0;
  max-width:440px;
  color:#adb5c3;
  font-size:11px;
  line-height:1.7;
}
.footer-contact-quick{
  text-align:right;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:5px;
}
.footer-contact-quick span{
  color:#748096;
  font-size:8.5px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.footer-contact-quick strong{
  font-size:18px;
  font-weight:650;
  letter-spacing:-.02em;
}
.footer-contact-quick a{
  color:#ff8b42;
  font-size:9px;
}
.footer-links-grid{
  width:min(1180px,calc(100% - 32px));
  padding:36px 0 46px;
  display:grid;
  grid-template-columns:repeat(3,1fr) 1.35fr;
  gap:50px;
}
.footer-link-col h4{
  margin:0 0 15px;
  color:#fff;
  font-size:9px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.footer-link-col a,.footer-link-col span{
  display:block;
  margin:0 0 9px;
  color:#99a3b4;
  font-size:9.5px;
  line-height:1.4;
}
.footer-link-col a:hover{color:#fff}
.footer-newsletter{
  padding:19px;
  border:1px solid #2a3650;
  border-radius:8px;
  background:#162139;
}
.footer-newsletter p{
  color:#9ca6b6;
  font-size:9.5px;
  line-height:1.6;
}
.footer-newsletter button{
  margin-top:7px;
  height:35px;
  padding:0 12px;
  border:0;
  border-radius:5px;
  background:#fff;
  color:#182033;
  font-size:9px;
  font-weight:700;
}
.ikas-footer-bottom{
  width:min(1180px,calc(100% - 32px));
  min-height:50px;
  padding:15px 0;
  border-top:1px solid #28334a;
  color:#68758b;
  font-size:8.5px;
}
.footer-crescent{width:13px;height:13px;flex-basis:13px}

@media(max-width:900px){
  .ikas-header-row{grid-template-columns:130px 1fr auto}
  .ikas-main-nav{display:none}
  .ikas-mobile-menu{
    display:block;
    grid-column:3;
    grid-row:1;
    width:36px;height:36px;
    border:1px solid #dde1e7;
    background:#fff;
    border-radius:6px;
    font-size:15px;
  }
  .ikas-header-actions{grid-column:2;justify-self:end}
  body.nav-open .ikas-main-nav{
    display:flex;
    position:absolute;
    top:68px;
    left:0;right:0;
    flex-direction:column;
    align-items:stretch;
    padding:10px 16px 14px;
    background:#fff;
    border-bottom:1px solid #e8ebef;
  }
  .prefooter-inner{grid-template-columns:1fr}
  .prefooter-actions{flex-direction:row;min-width:0}
  .footer-links-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .utility{display:none}
  .ikas-header-row{
    min-height:62px;
    grid-template-columns:120px 1fr 36px;
    gap:8px;
  }
  .ikas-brand img{width:114px}
  .ikas-header-actions{display:none}
  body.nav-open .ikas-main-nav{top:62px}
  .prefooter-cta{padding:52px 0}
  .prefooter-copy h2{font-size:29px}
  .prefooter-actions{flex-direction:column}
  .footer-topline{align-items:flex-start;flex-direction:column}
  .footer-contact-quick{text-align:left;align-items:flex-start}
  .footer-links-grid{grid-template-columns:1fr;gap:24px}
}


/* ÜST KAMPANYA BANDI — referansa yakın */
.utility{
  position:relative;
  height:46px;
  background:#1d2d50;
  color:#fff;
  overflow:hidden;
  border:0;
}
.utility:before{
  content:"";
  position:absolute;
  left:12%;
  top:-36px;
  width:520px;
  height:110px;
  background:radial-gradient(circle at center,rgba(145,102,255,.42) 0%,rgba(113,82,212,.20) 38%,rgba(29,45,80,0) 72%);
  filter:blur(12px);
  pointer-events:none;
}
.utility .utility-inner{
  position:relative;
  z-index:1;
  width:min(1180px,calc(100% - 32px));
  height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:11px;
  letter-spacing:0;
  opacity:1;
}
.utility-promo{
  font-weight:600;
  color:#fff;
}
.utility-promo span{
  margin-left:3px;
  font-size:12px;
}
.utility-contact{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:10.5px;
  white-space:nowrap;
}
.utility-contact a{
  color:#fff;
  text-decoration:none;
  opacity:.96;
}
.utility-contact a:hover{opacity:.75}
.utility-sep{
  color:rgba(255,255,255,.28);
}

@media(max-width:650px){
  .utility{
    display:block!important;
    height:38px;
  }
  .utility .utility-inner{
    height:38px;
    width:calc(100% - 20px);
    justify-content:center;
  }
  .utility-promo{
    font-size:9.5px;
    text-align:center;
  }
  .utility-contact{display:none}
  .utility:before{
    left:50%;
    transform:translateX(-50%);
    width:340px;
    height:90px;
    top:-32px;
  }
}


/* === HERO SHOWCASE SLIDER === */
.showcase-hero{
  position:relative;
  min-height:650px;
  background:#fbfbfc;
  overflow:hidden;
  border-bottom:1px solid #eef0f3;
}
.showcase-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,101,0,.075), rgba(255,255,255,0) 28%),
    radial-gradient(circle at 20% 25%, rgba(78,101,160,.07), rgba(255,255,255,0) 32%),
    radial-gradient(circle at 82% 73%, rgba(120,143,200,.08), rgba(255,255,255,0) 30%),
    linear-gradient(180deg,#fff 0%,#fbfbfd 66%,#f3f7fb 100%);
}
.showcase-bg:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-90px;
  height:190px;
  background:radial-gradient(ellipse at center,rgba(164,196,225,.22),rgba(255,255,255,0) 68%);
}
.showcase-stage{
  position:relative;
  min-height:650px;
  width:min(1220px,calc(100% - 36px));
}
.showcase-center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-49%);
  z-index:5;
  width:min(540px,60%);
  text-align:center;
}
.showcase-kicker{
  display:block;
  color:#6d727b;
  font-size:11px;
  letter-spacing:.13em;
  font-weight:600;
  margin-bottom:12px;
}
.showcase-center h1{
  margin:0;
  color:#20232a;
  font-size:54px;
  line-height:1.02;
  font-weight:400;
  letter-spacing:-.05em;
}
.showcase-center h1 strong{
  color:#0d0f14;
  font-weight:750;
}
.showcase-actions{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:24px;
}
.showcase-actions button{
  height:42px;
  padding:0 16px;
  border-radius:7px;
  font-size:10px;
  font-weight:700;
}
.showcase-primary{
  border:1px solid #172442;
  background:#172442;
  color:#fff;
}
.showcase-secondary{
  border:1px solid #dfe2e7;
  background:#fff;
  color:#222630;
}
.floating-product{
  position:absolute;
  z-index:3;
  transition:opacity .18s ease,transform .18s ease;
}
.floating-product.changing{opacity:.1;transform:scale(.96)}
.floating-card{
  border:0;
  padding:0;
  background:transparent;
  display:block;
  text-align:center;
}
.floating-image{
  width:150px;
  height:178px;
  padding:9px;
  border-radius:10px;
  background:#fff;
  border:1px solid #e5e7eb;
  box-shadow:0 15px 34px rgba(29,45,80,.10);
  transition:.2s ease;
}
.floating-card:hover .floating-image{
  transform:translateY(-4px);
  box-shadow:0 19px 40px rgba(29,45,80,.14);
}
.floating-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#f7f8fa;
  border-radius:7px;
}
.floating-price{
  display:inline-block;
  margin-top:7px;
  padding:5px 9px;
  border:1px solid #e4e6e9;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#20232a;
  font-size:10px;
  font-weight:700;
  box-shadow:0 4px 12px rgba(0,0,0,.035);
}
.fp-1{left:3%;top:12%}
.fp-2{left:20%;top:3%}
.fp-3{right:19%;top:4%}
.fp-4{right:2%;top:26%}
.fp-5{left:17%;bottom:3%}
.fp-6{right:17%;bottom:2%}
.fp-2 .floating-image,.fp-5 .floating-image{width:135px;height:160px}
.fp-3 .floating-image,.fp-6 .floating-image{width:140px;height:165px}

@media(max-width:1000px){
  .showcase-hero,.showcase-stage{min-height:620px}
  .floating-image{width:125px;height:150px}
  .fp-2,.fp-3{top:8%}
  .fp-1{left:1%;top:29%}
  .fp-4{right:1%;top:29%}
  .fp-5{left:9%;bottom:2%}
  .fp-6{right:9%;bottom:2%}
  .showcase-center{width:58%}
  .showcase-center h1{font-size:46px}
}
@media(max-width:700px){
  .showcase-hero,.showcase-stage{min-height:590px}
  .showcase-center{
    top:46%;
    width:82%;
  }
  .showcase-center h1{font-size:39px}
  .showcase-kicker{font-size:9px}
  .floating-image{width:92px!important;height:112px!important;padding:6px}
  .floating-price{font-size:8px;padding:4px 6px}
  .fp-1{left:2%;top:8%}
  .fp-2{left:35%;top:3%}
  .fp-3{right:2%;top:10%}
  .fp-4{right:3%;top:auto;bottom:5%}
  .fp-5{left:3%;bottom:4%}
  .fp-6{display:none}
  .showcase-actions{margin-top:18px}
  .showcase-actions button{height:39px;padding:0 12px}
}


/* =========================================================
   BUTTON / LINK INTERACTION SYSTEM
   ========================================================= */
button,
a,
.card-pic,
.product-title-link,
.related-card,
.floating-card {
  -webkit-tap-highlight-color: transparent;
}

button,
a[href],
.card-pic,
.product-title-link,
.related-card,
.floating-card {
  cursor: pointer;
}

button {
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    opacity .16s ease;
}

button:hover {
  transform: translateY(-1px);
}

button:active {
  transform: translateY(1px) scale(.985);
}

button:focus-visible,
a:focus-visible,
.card-pic:focus-visible {
  outline: 3px solid rgba(255,101,0,.28);
  outline-offset: 3px;
}

/* Header buttons */
.ikas-main-nav button:hover {
  background:#f1f3f6;
  color:#111;
  box-shadow:0 2px 8px rgba(17,26,48,.05);
}
.ikas-login:hover {
  border-color:#bfc5ce;
  background:#f8f9fb;
  box-shadow:0 5px 14px rgba(18,32,58,.08);
}
.ikas-primary:hover {
  background:#e85d00;
  border-color:#e85d00;
  box-shadow:0 7px 18px rgba(255,101,0,.24);
}

/* Hero CTA */
.showcase-primary:hover {
  background:#0f1930;
  border-color:#0f1930;
  box-shadow:0 8px 20px rgba(23,36,66,.20);
}
.showcase-secondary:hover {
  border-color:#bfc5ce;
  background:#f7f8fa;
  box-shadow:0 6px 16px rgba(23,36,66,.08);
}

/* Floating products */
.floating-card {
  border-radius:12px;
  transition:transform .18s ease, filter .18s ease;
}
.floating-card:hover {
  transform:translateY(-5px) scale(1.025);
  filter:saturate(1.03);
}
.floating-card:active {
  transform:translateY(-1px) scale(.99);
}

/* Trust / advantage links */
.trust-card a,
.trust-card button {
  transition:color .15s ease, transform .15s ease;
}
.trust-card a:hover,
.trust-card button:hover {
  color:#ff6500;
  transform:translateX(3px);
}

/* Shipping CTA */
.shipping-copy a {
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.shipping-copy a:hover {
  transform:translateY(-2px);
  background:#0f1930;
  box-shadow:0 8px 18px rgba(23,36,66,.18);
}

/* Product cards */
.card {
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}
.card:hover {
  transform:translateY(-4px);
  box-shadow:0 14px 32px rgba(23,36,66,.09);
  border-color:#d0d5dc;
}
.card-pic {
  transition:background .18s ease;
}
.card:hover .card-pic {
  background:#f2f4f7;
}
.card-pic img {
  transition:transform .20s ease;
}
.card:hover .card-pic img {
  transform:scale(1.035);
}
.product-title-link {
  transition:color .15s ease;
}
.product-title-link:hover {
  color:#ff6500;
}

.details-btn:hover {
  background:#0f1930;
  border-color:#0f1930;
  box-shadow:0 7px 18px rgba(23,36,66,.18);
}
.add-btn:hover {
  background:#e85d00;
  border-color:#e85d00;
  color:#fff;
  box-shadow:0 7px 18px rgba(255,101,0,.22);
}
.more:hover {
  background:#0f1930;
  box-shadow:0 8px 18px rgba(23,36,66,.18);
}

/* Product detail buttons */
.product-variants button:hover {
  background:#f5f6f8;
  border-color:#8d95a0;
}
.product-variants button.on:hover {
  background:#111a30;
  color:#fff;
}
.product-cta .primary:hover {
  background:#e85d00;
  border-color:#e85d00;
  box-shadow:0 8px 20px rgba(255,101,0,.20);
}
.product-cta button:not(.primary):hover {
  background:#f5f6f8;
  box-shadow:0 7px 18px rgba(23,36,66,.08);
}

/* Related products */
.related-card {
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.related-card:hover {
  transform:translateY(-4px);
  box-shadow:0 12px 28px rgba(23,36,66,.09);
  border-color:#d2d6dc;
}

/* Prefooter / footer */
.prefooter-main-btn:hover {
  background:#e85d00;
  border-color:#e85d00;
  box-shadow:0 8px 18px rgba(255,101,0,.20);
}
.prefooter-secondary-btn:hover {
  background:#fff;
  border-color:#bfc5ce;
  box-shadow:0 7px 18px rgba(23,36,66,.08);
}
.footer-newsletter button:hover {
  transform:translateY(-1px);
  background:#f0f2f5;
  box-shadow:0 7px 18px rgba(0,0,0,.14);
}

/* Drawer */
.drawer-foot .wa:hover {
  background:#20bd59;
  box-shadow:0 8px 18px rgba(37,211,102,.20);
}
.drawer-foot .clear:hover {
  background:#f4f5f7;
  border-color:#c9ced6;
}

/* Make clickable labels feel clickable */
.ikas-main-nav button,
.ikas-login,
.ikas-primary,
.showcase-actions button,
.card-actions button,
.product-cta button,
.product-variants button,
.prefooter-actions button,
.drawer-foot button,
.footer-newsletter button {
  font-weight:700;
}


[hidden]{display:none!important}
.react-empty{grid-column:1/-1;padding:36px;border:1px solid #e6e8ec;border-radius:8px;background:#fff;text-align:center;color:#777}



/* =========================================================
   ANA SAYFA KATEGORİ KARTLARI
   ========================================================= */
.home-category-sections{
  width:min(1420px,calc(100% - 56px));
  padding:72px 0 18px;
}
.home-category-rail{
  margin-bottom:68px;
}
.category-rail-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:28px;
}
.category-rail-head h2{
  margin:0;
  color:#111a30;
  font-size:25px;
  line-height:1.1;
  letter-spacing:-.035em;
}
.category-all{
  border:0;
  background:transparent;
  color:#172442;
  padding:8px 4px;
  font-size:12px;
  font-weight:700;
}
.category-all:hover{
  color:#ff6500;
  transform:translateX(3px);
}
.category-rail-shell{position:relative}
.category-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 72px)/4);
  gap:24px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding:2px 1px 10px;
}
.category-track::-webkit-scrollbar{display:none}
.category-card{
  min-width:0;
  border:1px solid #dfe4eb;
  border-radius:8px;
  background:#fff;
  overflow:hidden;
  scroll-snap-align:start;
  cursor:pointer;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}
.category-card:hover{
  transform:translateY(-4px);
  border-color:#cbd2dc;
  box-shadow:0 14px 30px rgba(17,26,48,.08);
}
.category-image{
  height:285px;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border-bottom:1px solid #f0f2f5;
}
.category-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .2s ease;
}
.category-card:hover .category-image img{
  transform:scale(1.04);
}
.category-card-body{
  padding:18px 16px 20px;
}
.category-card-body h3{
  margin:0 0 12px;
  color:#18233a;
  font-size:16px;
  line-height:1.3;
  font-weight:550;
}
.category-card-body span{
  color:#758096;
  font-size:10px;
  font-weight:600;
  transition:color .15s ease,transform .15s ease;
}
.category-card:hover .category-card-body span{
  color:#ff6500;
}
.category-arrow{
  position:absolute;
  z-index:4;
  top:42%;
  transform:translateY(-50%);
  width:42px;
  height:58px;
  border:0;
  background:rgba(255,255,255,.97);
  color:#172442;
  font-size:40px;
  line-height:1;
  box-shadow:0 5px 20px rgba(17,26,48,.08);
}
.category-arrow:hover{
  background:#172442;
  color:#fff;
  transform:translateY(-50%) scale(1.04);
}
.category-prev{
  left:-22px;
  border-radius:0 7px 7px 0;
}
.category-next{
  right:-22px;
  border-radius:7px 0 0 7px;
}

@media(max-width:1000px){
  .home-category-sections{width:calc(100% - 36px)}
  .category-track{
    grid-auto-columns:calc((100% - 36px)/3);
    gap:18px;
  }
  .category-image{height:240px}
}
@media(max-width:700px){
  .home-category-sections{
    width:calc(100% - 28px);
    padding-top:48px;
  }
  .home-category-rail{margin-bottom:48px}
  .category-rail-head{margin-bottom:18px}
  .category-rail-head h2{font-size:21px}
  .category-track{
    grid-auto-columns:78%;
    gap:12px;
  }
  .category-image{height:225px}
  .category-arrow{display:none}
}

/* HERO ÜRÜN GÖRSELLERİ — daha büyük, boşluksuz ve görsele uyumlu */
.showcase-stage .floating-card{
  overflow:visible;
  background:transparent;
  border:0;
  box-shadow:none;
}
.showcase-stage .floating-image{
  width:100%;
  height:100%;
  padding:0 !important;
  overflow:hidden;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 24px rgba(17,26,48,.08);
}
.showcase-stage .floating-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover !important;
  object-position:center;
  transform:scale(1.09);
}
.showcase-stage .floating-card:hover .floating-image img{
  transform:scale(1.14);
}
.showcase-stage .floating-price{
  position:absolute;
  left:50%;
  bottom:-20px;
  transform:translateX(-50%);
  white-space:nowrap;
  z-index:4;
}
.showcase-stage .floating-card{
  position:relative;
}

/* Kartları mevcut yerlerinde yaklaşık %15 büyüt */
.showcase-stage .fp-1,
.showcase-stage .fp-2,
.showcase-stage .fp-3,
.showcase-stage .fp-4,
.showcase-stage .fp-5,
.showcase-stage .fp-6{
  transform:scale(1.14);
  transform-origin:center;
}
.showcase-stage .floating-card:hover{
  transform:translateY(-4px) scale(1.02);
}

/* HERO ÜRÜNLERİ v6 — sadece hafif büyütme */
.showcase-stage .fp-1,
.showcase-stage .fp-2,
.showcase-stage .fp-3,
.showcase-stage .fp-4,
.showcase-stage .fp-5,
.showcase-stage .fp-6{
  transform:scale(1.035) !important;
  transform-origin:center !important;
}

.showcase-stage .floating-card{
  overflow:visible;
  background:#fff;
  border:1px solid #e2e6ec;
  border-radius:12px;
  box-shadow:0 7px 20px rgba(17,26,48,.06);
}

.showcase-stage .floating-image{
  padding:7px !important;
  overflow:hidden;
  border-radius:11px;
  background:#fff;
  box-shadow:none;
}

.showcase-stage .floating-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain !important;
  object-position:center;
  transform:scale(1.035) !important;
  transition:transform .18s ease;
}

.showcase-stage .floating-card:hover .floating-image img{
  transform:scale(1.065) !important;
}

.showcase-stage .floating-card:hover{
  transform:translateY(-3px) !important;
}

/* HERO v7 — kart sabit, ürün görseli kontrollü ve küçük */
.showcase-stage .fp-1,
.showcase-stage .fp-2,
.showcase-stage .fp-3,
.showcase-stage .fp-4,
.showcase-stage .fp-5,
.showcase-stage .fp-6{
  transform:none !important;
}

.showcase-stage .floating-card{
  transform:none !important;
  overflow:visible;
}

.showcase-stage .floating-image{
  box-sizing:border-box;
  padding:18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden;
}

.showcase-stage .floating-image img{
  width:auto !important;
  height:auto !important;
  max-width:82% !important;
  max-height:82% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}

.showcase-stage .floating-card:hover{
  transform:translateY(-3px) !important;
}

.showcase-stage .floating-card:hover .floating-image img{
  transform:scale(1.025) !important;
}


/* =========================================================
   HERO SLIDER v8 — SABİT KART ÖLÇÜSÜ / TAŞMA YOK
   ========================================================= */

.showcase-hero{
  min-height:640px !important;
  overflow:hidden !important;
}

.showcase-stage{
  position:relative !important;
  min-height:640px !important;
  overflow:visible !important;
}

/* Merkez yazı her zaman ürünlerin üstünde */
.showcase-center{
  z-index:20 !important;
  width:min(540px,52%) !important;
  padding:20px 28px !important;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

/* Her floating slot için açık ve sabit ölçü */
.showcase-stage .floating-product{
  width:142px !important;
  height:168px !important;
  z-index:5 !important;
  transform:none !important;
}

/* Üstteki iki kart biraz küçük */
.showcase-stage .fp-2,
.showcase-stage .fp-3{
  width:128px !important;
  height:150px !important;
}

/* Floating button karta tamamen oturur */
.showcase-stage .floating-card{
  position:relative !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  padding:0 !important;
  margin:0 !important;
  overflow:visible !important;
  border:1px solid #e1e5eb !important;
  border-radius:12px !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(17,26,48,.08) !important;
  transform:none !important;
}

/* Görsel alanı kart içinde sabit */
.showcase-stage .floating-image{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  box-sizing:border-box !important;
  padding:12px !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:11px !important;
  background:#fff !important;
  box-shadow:none !important;
}

/* Görsel asla doğal ölçüsüyle büyümez */
.showcase-stage .floating-image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}

/* Fiyat etiketi kartın altına */
.showcase-stage .floating-price{
  position:absolute !important;
  left:50% !important;
  top:calc(100% + 9px) !important;
  bottom:auto !important;
  transform:translateX(-50%) !important;
  z-index:8 !important;
  margin:0 !important;
  white-space:nowrap !important;
}

/* Hover sadece kartı hafif yukarı alır */
.showcase-stage .floating-card:hover{
  transform:translateY(-4px) !important;
  box-shadow:0 14px 30px rgba(17,26,48,.12) !important;
}

.showcase-stage .floating-card:hover .floating-image img{
  transform:scale(1.025) !important;
}

/* Konumlar: merkez metne girmeyecek şekilde */
.showcase-stage .fp-1{left:4% !important;top:18% !important}
.showcase-stage .fp-2{left:23% !important;top:5% !important}
.showcase-stage .fp-3{right:22% !important;top:6% !important}
.showcase-stage .fp-4{right:4% !important;top:24% !important}
.showcase-stage .fp-5{left:18% !important;bottom:8% !important}
.showcase-stage .fp-6{right:17% !important;bottom:8% !important}

@media(max-width:1000px){
  .showcase-stage .floating-product{
    width:118px !important;
    height:142px !important;
  }
  .showcase-stage .fp-2,
  .showcase-stage .fp-3{
    width:108px !important;
    height:128px !important;
  }
  .showcase-center{
    width:min(500px,58%) !important;
  }
}

@media(max-width:700px){
  .showcase-hero,
  .showcase-stage{
    min-height:575px !important;
  }
  .showcase-center{
    width:82% !important;
    top:47% !important;
    padding:16px 18px !important;
  }
  .showcase-stage .floating-product{
    width:82px !important;
    height:98px !important;
  }
  .showcase-stage .fp-2,
  .showcase-stage .fp-3{
    width:74px !important;
    height:90px !important;
  }
  .showcase-stage .fp-1{left:2% !important;top:8% !important}
  .showcase-stage .fp-2{left:38% !important;top:3% !important}
  .showcase-stage .fp-3{right:2% !important;top:9% !important}
  .showcase-stage .fp-4{right:3% !important;top:auto !important;bottom:8% !important}
  .showcase-stage .fp-5{left:3% !important;bottom:8% !important}
  .showcase-stage .fp-6{display:none !important}
  .showcase-stage .floating-image{padding:7px !important}
  .showcase-stage .floating-price{
    top:calc(100% + 5px) !important;
    font-size:8px !important;
    padding:3px 6px !important;
  }
}

/* HERO v9 — merkez metin tamamen şeffaf, kutu yok */
.showcase-center{
  background:transparent !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}
.showcase-center h1,
.showcase-center .showcase-kicker,
.showcase-center .showcase-actions{
  position:relative;
  z-index:21;
}

/* FOOTER v10 */
.footer-contact-quick strong{font-size:32px!important;line-height:1!important;letter-spacing:-.035em!important}
.footer-link-col a,.footer-link-col span,.footer-link-col p{font-size:13px!important;line-height:1.5!important}
.footer-link-col h4{font-size:13px!important}
.footer-brand-large p{font-size:13px!important}
.footer-contact-quick a{font-size:13px!important}
.footer-contact-quick span{font-size:11px!important}

/* WhatsApp Sipariş */
.product-cta .whatsapp-order{
  background:#25D366!important;
  border-color:#25D366!important;
  color:#fff!important;
}
.product-cta .whatsapp-order:hover{
  background:#1fbd59!important;
  border-color:#1fbd59!important;
  box-shadow:0 8px 20px rgba(37,211,102,.24)!important;
}

/* Bilgi sayfaları */
.info-page{background:#fff;padding:64px 0 90px;min-height:70vh}
.info-back{border:0;background:transparent;color:#6f7683;font-size:12px;padding:0;margin-bottom:44px}
.info-back:hover{color:#ff6500;transform:translateX(-2px)}
.info-hero{max-width:820px;margin-bottom:42px}
.info-hero h1{font-size:56px;line-height:1;letter-spacing:-.05em;margin:8px 0 17px}
.info-hero p{font-size:16px;line-height:1.7;color:#6f7683;max-width:720px}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:56px}
.info-card{border:1px solid #e5e8ed;border-radius:10px;padding:26px;background:#f9fafb}
.info-card>span{font-size:10px;color:#ff6500;font-weight:800}
.info-card h3{font-size:18px;margin:24px 0 10px}
.info-card p{font-size:13px;line-height:1.65;color:#707784;margin:0}
.info-cta{display:flex;justify-content:space-between;gap:30px;align-items:center;border-radius:12px;background:#172442;color:#fff;padding:32px 36px}
.info-cta h2{font-size:26px;margin:0 0 7px}
.info-cta p{color:#bac1ce;font-size:13px;margin:0}
.info-cta button{height:44px;padding:0 16px;border:0;border-radius:6px;background:#25D366;color:#fff;font-weight:700}
.info-cta button:hover{background:#1fbd59;box-shadow:0 8px 20px rgba(37,211,102,.2)}
@media(max-width:800px){.info-grid{grid-template-columns:1fr}.info-hero h1{font-size:42px}.info-cta{align-items:flex-start;flex-direction:column}}

/* FOOTER SOSYAL MEDYA */
.footer-socials{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-left:auto;
  margin-right:28px;
}
.footer-socials a{
  color:#9aa4b8;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  transition:color .16s ease,transform .16s ease;
}
.footer-socials a:hover{
  color:#fff;
  transform:translateY(-1px);
}
@media(max-width:700px){
  .ikas-footer-bottom{gap:14px;flex-wrap:wrap}
  .footer-socials{order:3;width:100%;justify-content:flex-start;margin:0}
}

/* FOOTER SOSYAL İKONLAR */
.footer-socials{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-left:auto;
  margin-right:28px;
}
.footer-socials a{
  width:34px;
  height:34px;
  border:1px solid #2f3b55;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#a8b1c2;
  background:#162139;
  transition:
    transform .16s ease,
    color .16s ease,
    background .16s ease,
    border-color .16s ease,
    box-shadow .16s ease;
}
.footer-socials a svg{
  width:16px;
  height:16px;
  fill:currentColor;
}
.footer-socials a:hover{
  color:#fff;
  background:#1e2c49;
  border-color:#465673;
  transform:translateY(-2px) scale(1.05);
  box-shadow:0 7px 16px rgba(0,0,0,.18);
}
@media(max-width:700px){
  .footer-socials{
    order:3;
    width:auto;
    justify-content:flex-start;
    margin:0;
  }
}
