/* =========================================================
   Yedekse Theme — Stylesheet v2
   Brand: #ED6A1A
   ========================================================= */

:root{
  --brand:#ED6A1A;
  --brand-dark:#c95610;
  --brand-darker:#a64508;
  --brand-soft:#fff4ec;
  --brand-soft-2:#ffe2cc;
  --ink:#0e0e0e;
  --ink-2:#1f1f1f;
  --ink-3:#2e2e2e;
  --text:#444;
  --text-2:#5a5a5a;
  --muted:#8a8a8a;
  --muted-2:#a3a3a3;
  --line:#e8e8e8;
  --line-2:#f1f1f1;
  --bg:#ffffff;
  --bg-soft:#f7f7f8;
  --bg-soft-2:#fafafa;
  --bg-dark:#141414;
  --bg-dark-2:#1c1c1c;
  --success:#2c8a4a;
  --success-soft:#e8f4ed;
  --warning:#d97706;
  --danger:#c0392b;
  --radius-sm:6px;
  --radius:10px;
  --radius-lg:16px;
  --radius-xl:20px;
  --shadow-xs:0 1px 2px rgba(0,0,0,.04);
  --shadow-sm:0 2px 6px rgba(0,0,0,.05);
  --shadow:0 6px 20px rgba(0,0,0,.06);
  --shadow-lg:0 14px 40px rgba(0,0,0,.10);
  --container:1320px;
  --header-z:50;
}

*{box-sizing:border-box}
*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:'Manrope','Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
  font-size:15px;
  line-height:1.5;
  color:var(--text);
  background:#fff;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}
input,select,textarea{font-family:inherit;font-size:inherit;color:var(--ink)}
input:focus,select:focus,textarea:focus{outline:0}

h1,h2,h3,h4,h5,h6{
  font-family:'Manrope',sans-serif;color:var(--ink);
  margin:0;font-weight:800;letter-spacing:-0.018em;line-height:1.2;
}
h1{font-size:clamp(26px,3vw,34px)}
h2{font-size:clamp(20px,2.4vw,28px)}
h3{font-size:18px}
p{margin:0 0 .8em}

.container{max-width:var(--container);margin:0 auto;padding:0 24px}
@media (max-width:600px){.container{padding:0 16px}}

.skip{position:absolute;left:-9999px;top:0;background:var(--brand);color:#fff;padding:10px 16px;z-index:9999;font-weight:700}
.skip:focus{left:8px;top:8px}
.hide-mobile{display:none}
@media (min-width:1024px){.hide-mobile{display:initial}.hide-desktop{display:none}}

/* =========================================================
   TOP BAR
   ========================================================= */
.topbar{
  background:#0e0e0e;color:#bcbcbc;
  font-size:12.5px;
  border-bottom:1px solid rgba(255,255,255,.04);
}
.topbar .container{
  display:flex;justify-content:space-between;align-items:center;
  height:38px;gap:16px;
}
.topbar a{color:#d6d6d6;transition:color .15s}
.topbar a:hover{color:#fff}
.topbar-left{display:flex;align-items:center;gap:18px;white-space:nowrap}
.topbar-right{display:flex;align-items:center;gap:14px;white-space:nowrap}
.topbar-right .div{color:#3a3a3a}
.topbar .dot{
  width:7px;height:7px;border-radius:50%;background:#2c8a4a;
  display:inline-block;margin-right:8px;
  box-shadow:0 0 0 3px rgba(44,138,74,.25);
  position:relative;top:1px;
}
@media (max-width:768px){
  .topbar .container{height:34px;font-size:11.5px}
  .topbar-right a:nth-child(1),.topbar-right .div:nth-child(2){display:none}
}
@media (max-width:560px){
  .topbar-right a:nth-child(3),.topbar-right .div:nth-child(4){display:none}
}

/* =========================================================
   HEADER MAIN
   ========================================================= */
.header{
  background:#fff;border-bottom:1px solid var(--line);
  position:sticky;top:0;z-index:var(--header-z);
}
.header-row{
  display:flex;align-items:center;gap:28px;
  padding:18px 0;
}
.logo{display:inline-flex;flex-shrink:0;align-items:center}
.logo img{height:48px;width:auto;display:block}

/* === Search === */
.search-bar{
  display:flex;align-items:stretch;
  flex:1;min-width:0;max-width:640px;
  background:#fff;border:2px solid #ECECEC;
  border-radius:999px;overflow:hidden;
  transition:border-color .15s, box-shadow .15s;
  height:50px;
}
.search-bar:hover{border-color:#d8d8d8}
.search-bar:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px rgba(237,106,26,.12)}
.search-bar input[type=text]{
  flex:1;min-width:0;border:0;background:transparent;
  padding:0 20px;font-size:14px;color:var(--ink);
}
.search-bar input[type=text]::placeholder{color:#a0a0a0}
.search-bar .cat-select{
  border:0;background:transparent;
  border-left:1px solid #eee;
  padding:0 38px 0 16px;height:100%;
  font-size:12px;color:#666;
  text-transform:uppercase;letter-spacing:.05em;
  font-weight:700;cursor:pointer;
  appearance:none;-webkit-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M1 3l4 4 4-4' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;
}
.search-bar .cat-select:hover{color:var(--ink)}
.search-bar button[type=submit]{
  background:var(--brand);color:#fff;
  width:58px;display:flex;align-items:center;justify-content:center;
  transition:background .15s;flex-shrink:0;
}
.search-bar button[type=submit]:hover{background:var(--brand-dark)}
.search-bar button[type=submit] svg{width:20px;height:20px}

/* === Header actions (right side group) === */
.header-actions{
  display:flex;align-items:center;gap:8px;flex-shrink:0;
  margin-left:auto;
}

/* Generic action item — phone/account/wishlist (compact, no background) */
.action-item{
  display:flex;align-items:center;gap:10px;
  padding:6px 10px;border-radius:10px;
  color:var(--ink);transition:background .15s;
  white-space:nowrap;
}
.action-item:hover{background:var(--bg-soft)}
.action-item .ico{
  position:relative;
  width:38px;height:38px;border-radius:50%;
  background:var(--bg-soft);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;color:var(--ink);transition:all .15s;
}
.action-item:hover .ico{background:var(--brand-soft);color:var(--brand)}
.action-item .ico svg{width:20px;height:20px}
.action-item .ico .num{
  position:absolute;top:-3px;right:-3px;
  min-width:18px;height:18px;padding:0 5px;
  background:var(--brand);color:#fff;
  border-radius:9px;border:2px solid #fff;
  font-size:10.5px;font-weight:800;
  display:flex;align-items:center;justify-content:center;
}
.action-item .txt{
  display:flex;flex-direction:column;line-height:1.15;
}
.action-item .txt small{color:var(--muted);font-size:11px;font-weight:500}
.action-item .txt b{color:var(--ink);font-weight:700;font-size:13.5px;letter-spacing:-.005em}

/* === Cart pill === */
.cart-pill{
  display:flex;align-items:center;gap:10px;
  background:var(--brand);color:#fff;
  padding:5px 20px 5px 5px;border-radius:999px;
  height:50px;
  position:relative;flex-shrink:0;
  transition:background .15s;
  margin-left:6px;
}
.cart-pill:hover{background:var(--brand-dark)}
.cart-pill .ico{
  width:40px;height:40px;border-radius:50%;
  background:#fff;color:var(--brand);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  position:relative;
}
.cart-pill .ico svg{width:18px;height:18px}
.cart-pill .ico .badge{
  position:absolute;top:-4px;right:-4px;
  min-width:20px;height:20px;padding:0 5px;
  background:#0e0e0e;color:#fff;
  border-radius:10px;border:2px solid var(--brand);
  font-size:10.5px;font-weight:800;
  display:flex;align-items:center;justify-content:center;
  line-height:1;
}
.cart-pill:hover .ico .badge{border-color:var(--brand-dark)}
.cart-pill .txt{display:flex;flex-direction:column;line-height:1.15;white-space:nowrap}
.cart-pill .txt small{font-size:11px;font-weight:500;color:rgba(255,255,255,.9)}
.cart-pill .txt b{font-size:14.5px;font-weight:800;color:#fff;letter-spacing:-.01em}

/* === Mobile toggle === */
.mobile-toggle{
  display:none;background:#fff;border:1px solid var(--line);
  width:44px;height:44px;border-radius:10px;
  align-items:center;justify-content:center;flex-shrink:0;
}
.mobile-toggle:hover{border-color:var(--brand);color:var(--brand)}
.mobile-toggle svg{width:22px;height:22px}

/* === Header responsive === */
@media (max-width:1280px){
  .header-row{gap:20px}
  .action-item.action-support{display:none}
}
@media (max-width:1100px){
  .action-item .txt{display:none}
  .action-item{padding:4px}
  .action-item .ico{width:40px;height:40px}
  .cart-pill .txt{display:none}
  .cart-pill{padding:5px;width:50px;justify-content:center}
}
@media (max-width:900px){
  .header-row{gap:14px;padding:14px 0;flex-wrap:wrap}
  .logo{order:1}.logo img{height:38px}
  .header-actions{order:2;margin-left:auto;gap:4px}
  .search-bar{order:3;flex-basis:100%;height:44px;max-width:100%}
  .search-bar .cat-select{display:none}
  .mobile-toggle{display:flex;order:2}
  .header-actions .action-item:not(.cart-pill){display:none}
  .cart-pill{margin-left:0;width:auto;padding:4px 16px 4px 4px}
  .cart-pill .ico{width:36px;height:36px}
  .cart-pill .txt{display:flex}
  .cart-pill .txt small{display:none}
}

/* =========================================================
   NAVBAR + MEGA MENU
   ========================================================= */
.navbar{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.nav-row{display:flex;align-items:stretch;gap:0}

/* Categories button */
.cat-menu{position:relative;flex-shrink:0;display:flex;align-items:center}
.cat-btn{
  background:var(--brand);color:#fff;
  font-weight:800;font-size:12.5px;letter-spacing:.04em;
  padding:0 16px;height:46px;
  display:inline-flex;align-items:center;gap:10px;
  text-transform:uppercase;
  border-radius:8px;
  transition:background .15s;white-space:nowrap;
  cursor:pointer;
  align-self:center;
}
.cat-btn:hover,
.cat-menu.open .cat-btn{background:var(--brand-dark)}
.cat-btn .burger{display:flex;flex-direction:column;gap:3px;flex-shrink:0}
.cat-btn .burger span{width:14px;height:2px;background:#fff;border-radius:1px;transition:transform .2s}
.cat-btn .lbl{text-align:left}
.cat-btn .caret{flex-shrink:0;transition:transform .25s;width:10px;height:10px;margin-left:2px}
.cat-menu.open .cat-btn .caret{transform:rotate(180deg)}

/* === MEGA MENU === */
.megamenu{
  position:absolute;top:calc(100% + 8px);left:0;
  display:flex;
  width:920px;min-height:480px;
  background:#fff;
  border:1px solid var(--line);border-top:0;
  border-radius:0 0 12px 12px;
  box-shadow:0 24px 50px rgba(0,0,0,.12);
  z-index:60;
  opacity:0;visibility:hidden;transform:translateY(-8px);
  transition:opacity .2s ease, transform .2s ease, visibility 0s .2s;
}
.cat-menu.open .megamenu{
  opacity:1;visibility:visible;transform:translateY(0);
  transition:opacity .2s ease, transform .2s ease, visibility 0s 0s;
}

/* Left column — main category list */
.mm-cats{
  list-style:none;margin:0;padding:14px 0;
  width:280px;flex-shrink:0;
  background:var(--bg-soft);
  border-right:1px solid var(--line);
  border-radius:0 0 0 12px;
}
.mm-cat > a{
  display:flex;align-items:center;gap:14px;
  padding:13px 22px;
  font-size:13.5px;font-weight:600;color:var(--ink);
  transition:all .12s;
  border-left:3px solid transparent;
  position:relative;
}
.mm-cat > a svg{
  width:22px;height:22px;color:var(--ink-3);
  flex-shrink:0;transition:color .12s;
}
.mm-cat > a .arr{
  margin-left:auto;color:var(--muted-2);
  font-size:16px;line-height:1;transition:all .12s;
}
.mm-cat:hover > a,
.mm-cat:focus-within > a,
.mm-cat.active > a{
  background:#fff;color:var(--brand);
  border-left-color:var(--brand);
}
.mm-cat:hover > a svg,
.mm-cat.active > a svg{color:var(--brand)}
.mm-cat:hover > a .arr,
.mm-cat.active > a .arr{color:var(--brand);transform:translateX(3px)}

/* Right panel — subcategories */
.mm-panel{
  position:absolute;top:0;left:280px;
  width:640px;min-height:100%;
  padding:28px 32px;
  display:none;flex-direction:column;
}
.mm-cat:hover .mm-panel,
.mm-cat:focus-within .mm-panel{display:flex}
/* Show first category panel by default */
.megamenu .mm-cat:first-child .mm-panel{display:flex}
.megamenu:hover .mm-cat:first-child .mm-panel{display:none}
.megamenu:hover .mm-cat:first-child:hover .mm-panel{display:flex}
.megamenu .mm-cat:has(~ .mm-cat:hover) .mm-panel{display:none}

.mm-panel h4{
  font-size:11.5px;font-weight:800;color:var(--muted);
  text-transform:uppercase;letter-spacing:.08em;
  margin:0 0 12px;
}
.mm-cols{
  display:grid;grid-template-columns:1fr 1fr 1fr;
  gap:24px 28px;flex:1;
}
.mm-col{display:flex;flex-direction:column;min-width:0}
.mm-col a{
  display:block;padding:5px 0;
  font-size:13px;color:var(--text);
  transition:color .12s;
  line-height:1.4;
}
.mm-col a:hover{color:var(--brand);padding-left:4px}

/* Brand chips column */
.mm-brands{display:flex;flex-wrap:wrap;gap:6px;margin-top:-2px}
.mm-brands a{
  display:inline-flex;align-items:center;justify-content:center;
  padding:6px 12px;border:1px solid var(--line);border-radius:6px;
  font-size:12px;font-weight:700;color:var(--ink-2);
  background:#fff;transition:all .15s;
}
.mm-brands a:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft);padding-left:12px}

/* Footer of panel */
.mm-foot{
  margin-top:20px;padding-top:18px;
  border-top:1px solid var(--line);
  display:flex;justify-content:space-between;align-items:center;gap:16px;
}
.mm-foot .all-link{
  font-size:12.5px;font-weight:800;color:var(--brand);
  text-transform:uppercase;letter-spacing:.04em;
  display:inline-flex;align-items:center;gap:6px;
}
.mm-foot .all-link:hover{gap:10px}
.mm-promo{
  display:flex;align-items:center;gap:10px;
  font-size:12.5px;color:var(--text);
}
.mm-promo b{color:var(--ink);font-weight:700}
.mm-promo svg{width:18px;height:18px;color:var(--brand)}

/* === Nav links (center) === */
.nav-links{
  display:flex;align-items:center;
  flex:1;padding:0 18px;
  list-style:none;margin:0;
}
.nav-links a{
  padding:0 16px;height:54px;
  display:flex;align-items:center;
  font-weight:700;font-size:13px;letter-spacing:.04em;
  text-transform:uppercase;color:var(--ink-2);
  transition:color .15s;white-space:nowrap;
  position:relative;
}
.nav-links a::after{
  content:"";position:absolute;left:16px;right:16px;bottom:0;
  height:3px;background:var(--brand);
  transform:scaleX(0);transform-origin:center;
  transition:transform .2s;
}
.nav-links a:hover,.nav-links a.active{color:var(--brand)}
.nav-links a.active::after{transform:scaleX(1)}

/* === Nav utility (right) === */
.nav-util{
  display:flex;align-items:center;gap:18px;
  padding-right:4px;flex-shrink:0;
}
.nav-util a{
  font-size:12.5px;font-weight:700;
  text-transform:uppercase;letter-spacing:.04em;
  color:var(--ink-2);
  display:inline-flex;align-items:center;gap:8px;
  transition:color .15s;white-space:nowrap;
}
.nav-util a:hover{color:var(--brand)}
.nav-util svg{width:16px;height:16px}
.nav-util a.highlight{
  background:#0e0e0e;color:#fff;
  padding:9px 16px;border-radius:8px;
  text-transform:uppercase;
  transition:background .15s;
}
.nav-util a.highlight:hover{background:var(--brand);color:#fff}

@media (max-width:1280px){
  .megamenu{width:880px}
  .mm-panel{width:600px}
  .nav-links a{padding:0 13px;font-size:12.5px}
  .nav-links a::after{left:13px;right:13px}
  .cat-btn{width:280px;padding:0 20px}
  .nav-util{gap:14px}
}
@media (max-width:1180px){
  .nav-links li:nth-child(4),
  .nav-links li:nth-child(6){display:none} /* Markalar, Hakkımızda */
  .nav-util a:not(.highlight){display:none} /* Karşılaştır */
}
@media (max-width:1100px){
  .cat-btn{padding:0 14px;font-size:11.5px;gap:8px}
  .nav-links a{padding:0 10px;font-size:12px}
  .nav-links a::after{left:10px;right:10px}
  .nav-util a.highlight{padding:8px 12px;font-size:11px}
  .nav-util a.highlight svg{width:14px;height:14px}
  .megamenu{width:780px}
  .mm-panel{width:500px}
}
@media (max-width:1000px){
  .nav-links li:nth-child(5){display:none} /* Blog */
}
@media (max-width:900px){
  .navbar{display:none}
}

/* =========================================================
   MOBILE DRAWER
   ========================================================= */
.drawer-backdrop{
  position:fixed;inset:0;background:rgba(0,0,0,.5);
  opacity:0;pointer-events:none;transition:opacity .2s;z-index:90;
}
.drawer-backdrop.open{opacity:1;pointer-events:auto}
.drawer{
  position:fixed;top:0;left:0;bottom:0;width:320px;max-width:88vw;
  background:#fff;z-index:100;
  transform:translateX(-100%);transition:transform .25s ease;
  display:flex;flex-direction:column;
  box-shadow:0 0 40px rgba(0,0,0,.2);
}
.drawer.open{transform:translateX(0)}
.drawer-head{
  padding:18px 22px;border-bottom:1px solid var(--line);
  display:flex;justify-content:space-between;align-items:center;
  background:var(--bg-soft);
}
.drawer-head img{height:30px}
.drawer-head button{font-size:28px;color:#666;line-height:1;width:32px;height:32px;border-radius:50%}
.drawer-head button:hover{background:#e0e0e0;color:var(--ink)}
.drawer ul{list-style:none;margin:0;padding:8px 0;overflow-y:auto;flex:1}
.drawer li a{
  display:flex;align-items:center;gap:14px;
  padding:14px 22px;font-weight:600;color:var(--ink-2);font-size:14px;
}
.drawer li a:hover{background:var(--bg-soft);color:var(--brand)}
.drawer li.heading{
  padding:18px 22px 6px;font-size:11px;text-transform:uppercase;
  letter-spacing:.08em;color:var(--muted);font-weight:800;
}
.drawer-foot{padding:18px 22px;border-top:1px solid var(--line);font-size:13px;color:var(--text)}
.drawer-foot b{color:var(--ink);display:block;margin-bottom:2px}
.drawer-foot a{color:var(--brand);font-weight:700}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 22px;border-radius:8px;
  font-weight:700;font-size:13px;letter-spacing:.035em;
  text-transform:uppercase;
  transition:all .15s;
  border:2px solid transparent;
  white-space:nowrap;
  cursor:pointer;
}
.btn-primary{background:var(--brand);color:#fff}
.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(237,106,26,.3)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:#000;transform:translateY(-1px)}
.btn-outline{background:#fff;color:var(--ink);border-color:var(--line)}
.btn-outline:hover{border-color:var(--brand);color:var(--brand)}
.btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.3)}
.btn-outline-light:hover{border-color:#fff;background:#fff;color:var(--ink)}
.btn-ghost{background:transparent;color:var(--ink-2)}
.btn-ghost:hover{color:var(--brand)}
.btn-sm{padding:9px 14px;font-size:11.5px}
.btn-lg{padding:16px 28px;font-size:14px}
.btn-block{width:100%}
.btn svg{width:14px;height:14px}
.btn-lg svg{width:16px;height:16px}

/* =========================================================
   CATEGORY ICON STRIP
   ========================================================= */
.cat-strip{padding:42px 0 22px}
.cat-strip-grid{
  display:grid;grid-template-columns:repeat(6,1fr);gap:8px;
}
.cat-tile{
  display:flex;flex-direction:column;align-items:center;gap:14px;
  padding:18px 12px;border-radius:14px;
  transition:background .15s,transform .15s;
  text-align:center;color:inherit;
}
.cat-tile:hover{background:var(--bg-soft);transform:translateY(-3px)}
.cat-tile .ico-wrap{
  width:100px;height:100px;border-radius:50%;
  background:#fff;border:1.5px solid var(--line);
  display:flex;align-items:center;justify-content:center;
  transition:border-color .15s,background .15s;
  position:relative;
}
.cat-tile:hover .ico-wrap{border-color:var(--brand);background:var(--brand-soft)}
.cat-tile .ico-wrap svg{width:48px;height:48px;color:var(--ink-2);transition:color .15s}
.cat-tile .ico-wrap img{width:62px;height:62px;object-fit:contain;transition:transform .2s}
.cat-tile:hover .ico-wrap svg{color:var(--brand)}
.cat-tile:hover .ico-wrap img{transform:scale(1.08)}
.cat-tile .name{font-size:13.5px;font-weight:700;color:var(--ink);line-height:1.3;letter-spacing:-.005em}
@media (max-width:1024px){.cat-strip-grid{grid-template-columns:repeat(6,1fr);gap:6px}}
@media (max-width:760px){
  /* Mobilde yatay scroll — WP'deki gibi swipeable */
  .cat-strip{padding:18px 0 10px}
  .cat-strip .container{padding:0}
  .cat-strip-grid{
    display:flex;grid-template-columns:none;gap:6px;
    overflow-x:auto;scroll-snap-type:x mandatory;
    padding:4px 14px 8px;
    -webkit-overflow-scrolling:touch;
  }
  .cat-strip-grid::-webkit-scrollbar{display:none}
  .cat-strip-grid{scrollbar-width:none}
  .cat-tile{flex:0 0 96px;padding:10px 6px;gap:6px;scroll-snap-align:start}
  .cat-tile .ico-wrap{width:64px;height:64px;border-width:1px}
  .cat-tile .ico-wrap img{width:40px;height:40px}
  .cat-tile .ico-wrap svg{width:30px;height:30px}
  .cat-tile .name{font-size:11px;line-height:1.2}
}

/* =========================================================
   HERO GRID
   ========================================================= */
.hero-section{padding:8px 0 16px}
.hero-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:16px;
  min-height:640px;
}
.hero-card{
  position:relative;overflow:hidden;border-radius:18px;
  background:#1a1a1a;
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:36px;isolation:isolate;
  color:#fff;
  cursor:pointer;
  transition:transform .25s ease;
  min-height:280px;
}
.hero-card:hover{transform:translateY(-3px)}
.hero-card.tall{grid-row:span 2;min-height:auto}
.hero-card .bg{
  position:absolute;inset:0;z-index:-2;
  width:100%;height:100%;object-fit:cover;
  transition:transform .6s ease;
}
.hero-card:hover .bg{transform:scale(1.03)}
.hero-card::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg, rgba(10,10,10,0) 30%, rgba(10,10,10,.85) 100%);
}
.hero-card .eyebrow{
  font-size:12px;color:#ffd8be;font-weight:600;
  text-transform:uppercase;letter-spacing:.08em;
  display:inline-flex;align-items:center;gap:8px;
  margin-bottom:14px;
}
.hero-card .eyebrow::before{
  content:"";width:24px;height:2px;background:var(--brand);display:inline-block;
}
.hero-card h2{
  color:#fff;font-size:30px;line-height:1.1;
  margin-bottom:22px;max-width:90%;
  text-wrap:balance;
  font-weight:800;
  letter-spacing:-.02em;
}
.hero-card.tall h2{font-size:38px}
.hero-card .btn{
  font-size:11.5px;padding:11px 18px;
  align-self:flex-start;
}

@media (max-width:1024px){
  .hero-grid{grid-template-columns:1fr 1fr;min-height:auto}
  .hero-card{min-height:240px;padding:28px}
  .hero-card.tall{grid-row:span 2;min-height:496px}
  .hero-card h2,.hero-card.tall h2{font-size:24px}
}
@media (max-width:700px){
  .hero-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:12px}
  .hero-card{min-height:220px;padding:24px;border-radius:14px}
  .hero-card.tall{grid-row:auto;min-height:260px}
  .hero-card h2,.hero-card.tall h2{font-size:22px}
}

/* =========================================================
   FEATURES STRIP
   ========================================================= */
.features{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  background:#fff;border:1px solid var(--line);border-radius:16px;
  overflow:hidden;margin:18px 0;
}
.feature{
  padding:22px 24px;display:flex;align-items:center;gap:16px;
  border-right:1px solid var(--line);min-width:0;
}
.feature:last-child{border-right:0}
.feature .ico{
  width:48px;height:48px;border-radius:14px;
  background:var(--brand-soft);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.feature .ico svg{width:24px;height:24px;color:var(--brand)}
.feature .txt{min-width:0;flex:1}
.feature h4{font-size:14px;margin:0 0 2px;line-height:1.3;letter-spacing:-.005em}
.feature p{font-size:12.5px;color:var(--muted);margin:0;line-height:1.4}
@media (max-width:900px){
  .features{grid-template-columns:repeat(2,1fr)}
  .feature{border-right:0;border-bottom:1px solid var(--line)}
  .feature:nth-child(odd){border-right:1px solid var(--line)}
  .feature:nth-child(3),.feature:nth-child(4){border-bottom:0}
}
@media (max-width:560px){
  .features{grid-template-columns:1fr}
  .feature{border-right:0!important;border-bottom:1px solid var(--line)}
  .feature:last-child{border-bottom:0}
}

/* =========================================================
   SECTION HEADERS & TABS
   ========================================================= */
.section{padding:56px 0}
.section-tight{padding:28px 0}
.section-head{
  display:flex;justify-content:space-between;align-items:flex-end;
  margin-bottom:28px;gap:20px;flex-wrap:wrap;
}
.section-head h2{font-size:clamp(22px,2.4vw,28px)}
.section-head .eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--brand);font-size:12px;font-weight:700;
  text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;
}
.section-head .eyebrow::before{
  content:"";width:24px;height:2px;background:var(--brand);
}
.section-head .link{
  color:var(--ink);font-weight:700;font-size:12.5px;
  text-transform:uppercase;letter-spacing:.04em;
  display:inline-flex;align-items:center;gap:6px;
  border-bottom:2px solid var(--ink);padding-bottom:4px;
  transition:color .15s,border-color .15s;
}
.section-head .link:hover{color:var(--brand);border-color:var(--brand)}

.tabs{display:flex;gap:6px;flex-wrap:wrap}
.tabs button{
  padding:9px 16px;border-radius:999px;
  background:#fff;border:1.5px solid var(--line);color:var(--ink-2);
  font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;
  transition:all .15s;
}
.tabs button:hover{border-color:var(--ink)}
.tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}

/* =========================================================
   PRODUCT CARDS
   ========================================================= */
.products-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
@media (max-width:1180px){.products-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:860px){.products-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:560px){.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}}

.product-card{
  background:#fff;border:1px solid var(--line);
  border-radius:14px;overflow:hidden;
  display:flex;flex-direction:column;
  transition:border-color .2s, box-shadow .2s, transform .2s;
  position:relative;
}
.product-card:hover{
  border-color:#d8d8d8;
  box-shadow:var(--shadow);
  transform:translateY(-3px);
}
.product-card .media{
  position:relative;aspect-ratio:1/1;
  background:var(--bg-soft);
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.product-card .media img,.product-card .media svg{
  width:100%;height:100%;object-fit:cover;
  transition:transform .4s ease;
}
.product-card:hover .media img,.product-card:hover .media svg{transform:scale(1.05)}
.product-card .badges{
  position:absolute;top:10px;left:10px;
  display:flex;flex-direction:column;gap:5px;z-index:2;
}
.badge{
  display:inline-block;padding:4px 9px;border-radius:5px;
  font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;
  color:#fff;line-height:1.2;
}
.badge.discount{background:var(--brand)}
.badge.new{background:var(--success)}
.badge.stock{background:var(--ink)}
.badge.bestseller{background:#d97706}

.quick-actions{
  position:absolute;top:10px;right:10px;
  display:flex;flex-direction:column;gap:6px;z-index:2;
  opacity:0;transform:translateX(10px);
  transition:all .2s ease;
}
.product-card:hover .quick-actions{opacity:1;transform:translateX(0)}
.quick-actions button{
  width:34px;height:34px;border-radius:50%;
  background:#fff;border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;
  color:var(--ink-2);transition:all .15s;
}
.quick-actions button:hover{background:var(--brand);color:#fff;border-color:var(--brand)}
.quick-actions button svg{width:16px;height:16px}

.product-card .body{
  padding:18px;display:flex;flex-direction:column;gap:8px;flex:1;
}
.product-card .brand{
  font-size:10.5px;color:var(--text-2);
  text-transform:uppercase;letter-spacing:.08em;font-weight:800;
}
.product-card .title{
  font-size:14.5px;color:var(--ink);font-weight:800;
  line-height:1.45;letter-spacing:-.01em;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;min-height:44px;
}
.product-card .title:hover{color:var(--brand)}
.product-card .sku{font-size:11.5px;color:var(--muted);margin-top:2px;font-weight:600}
.product-card .rating{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--muted)}
.product-card .rating .stars{color:#f59e0b;letter-spacing:1.5px;font-size:12px}

.product-card .price-row{
  display:flex;align-items:baseline;gap:10px;margin-top:auto;padding-top:8px;
  flex-wrap:wrap;
}
.price{font-size:18px;font-weight:800;color:var(--ink);letter-spacing:-.015em;line-height:1}
.price-old{font-size:13px;color:var(--muted-2);text-decoration:line-through;font-weight:600;line-height:1}

.product-card .cart-btn{
  margin-top:12px;
  display:flex;align-items:center;justify-content:center;gap:8px;
  background:var(--bg-soft);color:var(--ink);
  padding:11px;border-radius:8px;
  font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;
  transition:all .15s;
  border:1.5px solid transparent;
}
.product-card .cart-btn:hover{background:var(--brand);color:#fff}
.product-card .cart-btn svg{width:14px;height:14px}

/* =========================================================
   BRAND STRIP
   ========================================================= */
.brands{
  background:var(--bg-soft);
  padding:36px 0;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
}
.brands-title{
  text-align:center;font-size:12px;font-weight:700;
  text-transform:uppercase;letter-spacing:.1em;color:var(--muted);
  margin-bottom:24px;
}
.brands-grid{
  display:grid;grid-template-columns:repeat(8,1fr);gap:10px;
}
@media (max-width:1000px){.brands-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:560px){.brands-grid{grid-template-columns:repeat(3,1fr)}}
.brand-logo{
  background:#fff;border:1px solid var(--line);border-radius:12px;
  padding:18px 12px;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;color:#666;font-size:14px;letter-spacing:-.02em;
  min-height:64px;transition:all .15s;
  font-family:'Manrope',sans-serif;
}
.brand-logo:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-2px);box-shadow:var(--shadow-sm)}

/* =========================================================
   CTA STRIP
   ========================================================= */
.cta-strip{
  background:linear-gradient(95deg,#141414 0%,#2a2a2a 100%);
  color:#fff;border-radius:18px;
  padding:44px;
  display:grid;grid-template-columns:1.4fr 1fr;gap:32px;
  align-items:center;margin:24px 0;
  position:relative;overflow:hidden;
}
.cta-strip::before{
  content:"";position:absolute;right:-80px;top:-100px;
  width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle,var(--brand) 0%,transparent 70%);
  opacity:.35;
}
.cta-strip::after{
  content:"";position:absolute;left:-40px;bottom:-80px;
  width:240px;height:240px;border-radius:50%;
  background:radial-gradient(circle,var(--brand) 0%,transparent 70%);
  opacity:.2;
}
.cta-strip .copy{position:relative;z-index:2}
.cta-strip h2{color:#fff;font-size:30px;margin-bottom:10px;letter-spacing:-.02em}
.cta-strip p{color:#c6c6c6;margin-bottom:0;max-width:540px;font-size:15px;line-height:1.5}
.cta-strip .actions{display:flex;gap:10px;justify-content:flex-end;position:relative;z-index:2;flex-wrap:wrap}
@media (max-width:860px){
  .cta-strip{grid-template-columns:1fr;text-align:center;padding:32px 24px}
  .cta-strip .actions{justify-content:center}
  .cta-strip h2{font-size:24px}
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer{
  background:#0e0e0e;color:#9a9a9a;
  padding-top:64px;margin-top:56px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;
  gap:36px;padding-bottom:44px;
}
.footer h4{
  color:#fff;font-size:13.5px;margin-bottom:18px;
  text-transform:uppercase;letter-spacing:.06em;font-weight:800;
}
.footer ul{list-style:none;margin:0;padding:0}
.footer li{margin-bottom:10px}
.footer a{color:#9a9a9a;font-size:13.5px;transition:color .15s}
.footer a:hover{color:var(--brand)}
.footer-about img{height:42px;margin-bottom:18px;filter:brightness(0) invert(1)}
.footer-about p{font-size:13.5px;line-height:1.65;margin-bottom:18px;color:#9a9a9a}
.footer-contact{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px;font-size:13.5px;line-height:1.5}
.footer-contact svg{width:18px;height:18px;color:var(--brand);flex-shrink:0;margin-top:2px}
.footer-contact b{color:#fff;font-weight:700;display:block;font-size:12px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}
.newsletter{display:flex;border:1px solid #2a2a2a;border-radius:999px;overflow:hidden;margin-top:14px;background:#1a1a1a}
.newsletter input{flex:1;min-width:0;border:0;padding:0 16px;height:44px;background:transparent;color:#fff;font-size:13px}
.newsletter input::placeholder{color:#777}
.newsletter button{background:var(--brand);color:#fff;padding:0 22px;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.04em;transition:background .15s}
.newsletter button:hover{background:var(--brand-dark)}
.social{display:flex;gap:8px;margin-top:18px}
.social a{
  width:38px;height:38px;border-radius:50%;background:#1f1f1f;
  display:flex;align-items:center;justify-content:center;
  transition:all .15s;color:#9a9a9a;
}
.social a:hover{background:var(--brand);color:#fff;transform:translateY(-2px)}
.social svg{width:16px;height:16px}

.footer-bottom{
  border-top:1px solid #1f1f1f;
  padding:22px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;
  font-size:12.5px;flex-wrap:wrap;color:#7a7a7a;
}
.footer-bottom a{color:#9a9a9a}
.footer-bottom a:hover{color:var(--brand)}
.payment-icons{display:flex;gap:8px;align-items:center}
.payment-icons .pay{
  background:#fff;border-radius:5px;padding:5px 10px;
  font-size:10.5px;font-weight:800;color:#0e0e0e;letter-spacing:.04em;
  min-width:40px;text-align:center;line-height:1;
}

@media (max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr 1fr;gap:32px}
  .footer-about{grid-column:span 3}
}
@media (max-width:640px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-about{grid-column:span 2}
  .footer-bottom{flex-direction:column;text-align:center;gap:12px}
}

/* =========================================================
   BREADCRUMB
   ========================================================= */
.breadcrumb{
  background:var(--bg-soft);padding:14px 0;font-size:13px;
  border-bottom:1px solid var(--line);
}
.breadcrumb ol{list-style:none;display:flex;gap:8px;align-items:center;margin:0;padding:0;flex-wrap:wrap}
.breadcrumb li{display:flex;align-items:center;gap:8px;color:var(--muted)}
.breadcrumb li:not(:last-child)::after{content:"";width:5px;height:5px;border-top:1.5px solid #ccc;border-right:1.5px solid #ccc;transform:rotate(45deg);display:inline-block;margin-left:2px}
.breadcrumb a{color:var(--ink-2);font-weight:600}
.breadcrumb a:hover{color:var(--brand)}
.breadcrumb li:last-child{color:var(--brand);font-weight:700}

/* =========================================================
   LISTING (kategori sayfası)
   ========================================================= */
.listing-wrap{
  display:grid;grid-template-columns:280px 1fr;gap:32px;
  padding:32px 0;
}
@media (max-width:1024px){.listing-wrap{grid-template-columns:1fr;gap:20px}}

.filter-card{
  background:#fff;border:1px solid var(--line);border-radius:12px;
  margin-bottom:14px;overflow:hidden;
}
.filter-head{
  padding:14px 18px;
  display:flex;justify-content:space-between;align-items:center;
  cursor:pointer;font-weight:800;color:var(--ink);font-size:12.5px;
  text-transform:uppercase;letter-spacing:.05em;
}
.filter-head .chev{transition:transform .2s;color:var(--muted)}
.filter-head .chev.open{transform:rotate(180deg)}
.filter-body{padding:0 18px 16px;max-height:280px;overflow-y:auto}
.filter-body::-webkit-scrollbar{width:6px}
.filter-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}
.filter-search{
  width:100%;padding:9px 12px;border:1px solid var(--line);
  border-radius:6px;font-size:12.5px;margin-bottom:10px;
}
.filter-search:focus{border-color:var(--brand)}
.filter-opt{
  display:flex;align-items:center;gap:10px;padding:6px 0;font-size:13.5px;
  cursor:pointer;color:var(--text);
}
.filter-opt input{accent-color:var(--brand);width:16px;height:16px;cursor:pointer;flex-shrink:0}
.filter-opt .count{color:var(--muted);font-size:12px;margin-left:auto}
.filter-opt:hover{color:var(--ink)}

.price-range{display:flex;gap:8px;align-items:center;margin-top:10px}
.price-range input{
  width:100%;min-width:0;padding:8px 10px;border:1px solid var(--line);
  border-radius:6px;font-size:13px;
}
.price-range input:focus{border-color:var(--brand)}

.swatches{display:flex;flex-wrap:wrap;gap:6px}
.swatches .sw{
  display:inline-flex;align-items:center;gap:6px;
  padding:6px 12px;border:1.5px solid var(--line);border-radius:999px;
  font-size:12px;cursor:pointer;font-weight:600;color:var(--ink-2);
  transition:all .15s;
}
.swatches .sw:hover{border-color:var(--ink)}
.swatches .sw.active{background:var(--ink);color:#fff;border-color:var(--ink)}

/* Listing top bar */
.listing-top{
  display:flex;justify-content:space-between;align-items:center;
  background:#fff;border:1px solid var(--line);border-radius:10px;
  padding:12px 18px;margin-bottom:18px;gap:14px;flex-wrap:wrap;
}
.listing-top .count{font-size:13px;color:var(--muted)}
.listing-top .count b{color:var(--ink);font-weight:800}
.listing-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.listing-tools select{
  border:1px solid var(--line);border-radius:7px;padding:8px 30px 8px 12px;
  font-size:13px;background:#fff;cursor:pointer;
  appearance:none;-webkit-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M1 3l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 10px center;
  font-weight:600;color:var(--ink);
}
.view-toggle{display:flex;border:1px solid var(--line);border-radius:7px;overflow:hidden}
.view-toggle button{
  width:36px;height:36px;display:flex;align-items:center;justify-content:center;
  color:var(--muted);background:#fff;
}
.view-toggle button.active{background:var(--ink);color:#fff}
.view-toggle svg{width:16px;height:16px}

.active-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px;align-items:center}
.chip{
  display:inline-flex;align-items:center;gap:6px;
  background:var(--brand-soft);color:var(--brand);
  padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;
}
.chip button{color:var(--brand);font-size:16px;line-height:1;font-weight:400}
.clear-all{color:var(--muted);font-size:12.5px;font-weight:700;text-decoration:underline;cursor:pointer}
.clear-all:hover{color:var(--ink)}

.listing-wrap .products-grid{grid-template-columns:repeat(4,1fr)}
@media (max-width:1240px){.listing-wrap .products-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:860px){.listing-wrap .products-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:420px){.listing-wrap .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}

.listing-intro{
  background:#fff8f3;
  border:1px solid #f4dcc8;
  border-radius:14px;
  padding:20px 22px;
  margin-bottom:18px;
}
.listing-intro h2{
  font-size:18px;
  margin-bottom:10px;
}
.listing-intro-content{
  color:var(--text);
  font-size:14px;
  line-height:1.75;
}
.listing-intro-content > *:first-child{margin-top:0}
.listing-intro-content > *:last-child{margin-bottom:0}
.listing-intro-content p,
.listing-intro-content ul,
.listing-intro-content ol{margin:0 0 10px}
.listing-intro-content ul,
.listing-intro-content ol{padding-left:18px}
.listing-intro-content li{margin-bottom:6px}

.pagination{display:flex;gap:6px;justify-content:center;margin-top:32px}
.pagination a, .pagination span{
  min-width:40px;height:40px;padding:0 12px;
  display:flex;align-items:center;justify-content:center;
  border:1px solid var(--line);border-radius:8px;font-size:13.5px;font-weight:700;
  color:var(--ink-2);transition:all .15s;
}
.pagination a:hover{border-color:var(--ink);color:var(--ink)}
.pagination .active{background:var(--ink);color:#fff;border-color:var(--ink)}
.pagination .gap{border:0}

.filter-mobile-btn{
  display:none;padding:10px 16px;border:1px solid var(--line);border-radius:8px;
  background:#fff;font-weight:700;font-size:13px;color:var(--ink);
  align-items:center;gap:8px;
}
@media (max-width:1024px){
  .filter-mobile-btn{display:inline-flex}
  .sidebar{
    position:fixed;top:0;left:-100%;bottom:0;width:88vw;max-width:340px;
    background:#fff;z-index:100;overflow-y:auto;padding:20px;
    transition:left .25s;box-shadow:var(--shadow-lg);
  }
  .sidebar.open{left:0}
  .sidebar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--line)}
}

/* =========================================================
   PRODUCT DETAIL
   ========================================================= */
.pd-wrap{
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:48px;
  padding:32px 0 48px;
}
@media (max-width:1024px){.pd-wrap{grid-template-columns:1fr;gap:32px}}

.gallery{display:grid;grid-template-columns:84px 1fr;gap:14px}
.gallery .thumbs{
  display:flex;flex-direction:column;gap:10px;
}
.gallery .thumb{
  width:84px;height:84px;border:2px solid var(--line);border-radius:10px;
  overflow:hidden;cursor:pointer;background:var(--bg-soft);
  transition:border-color .15s;
}
.gallery .thumb img,.gallery .thumb svg{width:100%;height:100%;object-fit:cover}
.gallery .thumb.active,.gallery .thumb:hover{border-color:var(--brand)}
.gallery .main{
  aspect-ratio:1/1;border:1px solid var(--line);border-radius:14px;
  overflow:hidden;background:var(--bg-soft);
  display:flex;align-items:center;justify-content:center;
  position:relative;
}
.gallery .main img,.gallery .main svg{width:100%;height:100%;object-fit:cover}
.gallery .main .zoom{
  position:absolute;top:14px;right:14px;
  width:40px;height:40px;border-radius:50%;background:#fff;
  border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;color:var(--ink-2);
}
.gallery .main .zoom:hover{background:var(--brand);color:#fff;border-color:var(--brand)}
.gallery .main .badges{position:absolute;top:14px;left:14px;display:flex;flex-direction:column;gap:6px}
@media (max-width:600px){
  .gallery{grid-template-columns:1fr;grid-template-rows:auto auto;gap:10px}
  .gallery .thumbs{flex-direction:row;order:2;overflow-x:auto;padding-bottom:4px}
  .gallery .thumb{width:64px;height:64px;flex-shrink:0}
  .gallery .main{order:1}
}

.pd-info .brand-line{
  display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap;
}
.brand-tag{
  background:var(--brand-soft);color:var(--brand);
  padding:5px 12px;border-radius:999px;font-size:11px;
  font-weight:800;text-transform:uppercase;letter-spacing:.06em;
}
.pd-info .sku-line{font-size:12.5px;color:var(--muted)}
.pd-info .sku-line b{color:var(--ink-2);font-weight:700}
.pd-info h1{font-size:clamp(22px,2.4vw,28px);line-height:1.25;margin-bottom:14px}

.pd-meta{
  display:flex;flex-wrap:wrap;gap:18px;padding:14px 0;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  font-size:13px;color:var(--text);margin-bottom:22px;
}
.pd-meta > div{display:flex;align-items:center;gap:6px}
.pd-meta b{color:var(--ink);font-weight:700}
.pd-meta .stars{color:#f59e0b;letter-spacing:1.5px}
.pd-meta .sep{color:var(--line);user-select:none}

.pd-price{display:flex;align-items:baseline;gap:14px;margin-bottom:6px;flex-wrap:wrap}
.pd-price .now{font-size:36px;font-weight:800;color:var(--brand);letter-spacing:-.025em;line-height:1}
.pd-price .old{font-size:18px;color:var(--muted);text-decoration:line-through;font-weight:600}
.pd-price .save{
  background:var(--brand-soft);color:var(--brand);padding:4px 10px;
  border-radius:6px;font-size:12px;font-weight:800;
}
.pd-price-vat{font-size:12.5px;color:var(--muted);margin-bottom:18px}
.pd-price-vat a{color:var(--brand);font-weight:700}

.stock-row{
  display:flex;align-items:center;gap:10px;padding:12px 16px;
  background:var(--success-soft);border-radius:10px;margin-bottom:18px;
  font-size:13.5px;color:#1f6e36;font-weight:700;
}
.stock-row .dot{
  width:8px;height:8px;border-radius:50%;background:#2c8a4a;
  box-shadow:0 0 0 4px rgba(44,138,74,.2);
}

.qty-cart{display:flex;gap:10px;align-items:stretch;margin-bottom:12px}
.qty{display:flex;border:2px solid var(--line);border-radius:10px;overflow:hidden;align-items:stretch;background:#fff}
.qty button{
  width:44px;font-size:18px;color:var(--ink);font-weight:700;
  background:#fff;transition:background .15s;
}
.qty button:hover{background:var(--bg-soft)}
.qty input{
  width:48px;text-align:center;border:0;
  font-size:15px;font-weight:800;color:var(--ink);
  border-left:1px solid var(--line);border-right:1px solid var(--line);
  -moz-appearance:textfield;
}
.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.qty-cart .btn-primary{flex:1;height:52px;font-size:13px}
.btn-wish{
  width:52px;height:52px;border:2px solid var(--line);border-radius:10px;
  background:#fff;
  display:flex;align-items:center;justify-content:center;color:var(--ink-2);
  transition:all .15s;
}
.btn-wish:hover,.btn-wish.active{border-color:var(--brand);color:var(--brand)}
.btn-wish.active svg{fill:var(--brand)}
.btn-buy-now{
  width:100%;margin-bottom:18px;background:var(--ink);color:#fff;
  padding:15px;border-radius:10px;font-weight:800;font-size:13px;
  text-transform:uppercase;letter-spacing:.04em;
  transition:background .15s;
}
.btn-buy-now:hover{background:#000}

.pd-features{
  border:1px solid var(--line);border-radius:12px;
  padding:14px 18px;margin-bottom:18px;
  display:grid;grid-template-columns:1fr 1fr;gap:14px;
}
.pd-features > div{display:flex;gap:12px;align-items:flex-start;font-size:12.5px;min-width:0}
.pd-features svg{width:20px;height:20px;color:var(--brand);flex-shrink:0;margin-top:1px}
.pd-features b{color:var(--ink);font-weight:700;display:block;font-size:13px;line-height:1.3;margin-bottom:2px}
.pd-features span{color:var(--muted);font-size:12px;line-height:1.4;display:block}
@media (max-width:500px){.pd-features{grid-template-columns:1fr}}

/* Compatibility */
.compat{
  background:linear-gradient(135deg,var(--bg-soft) 0%,#fff 100%);
  border:1px solid var(--line);
  border-radius:14px;padding:20px;margin-bottom:18px;
}
.compat h3{font-size:14.5px;margin-bottom:6px;display:flex;align-items:center;gap:8px}
.compat h3 svg{width:20px;height:20px;color:var(--brand)}
.compat p{font-size:12.5px;color:var(--muted);margin:0 0 14px}
.compat-search{
  width:100%;padding:12px 16px;border:1.5px solid var(--line);
  border-radius:10px;font-size:13.5px;background:#fff;font-weight:500;
}
.compat-search:focus{border-color:var(--brand)}
.compat-list{margin-top:12px;font-size:12.5px;color:var(--text);max-height:160px;overflow-y:auto;padding-left:0}
.compat-list li{padding:7px 0;border-bottom:1px solid var(--line-2);list-style:none;display:flex;align-items:center;gap:8px}
.compat-list li::before{content:"✓";color:var(--success);font-weight:800;font-size:13px}
.compat-list li:last-child{border-bottom:0}

/* Share */
.pd-share{
  display:flex;align-items:center;gap:14px;font-size:12.5px;color:var(--muted);
  padding-top:16px;border-top:1px solid var(--line);
}
.pd-share a{
  width:36px;height:36px;border-radius:50%;background:var(--bg-soft);
  display:flex;align-items:center;justify-content:center;color:var(--ink-2);
  transition:all .15s;
}
.pd-share a:hover{background:var(--brand);color:#fff;transform:translateY(-2px)}
.pd-share svg{width:16px;height:16px}

/* Tabs */
.pd-tabs{margin-top:56px}
.pd-tab-nav{
  display:flex;gap:0;border-bottom:2px solid var(--line);
  overflow-x:auto;scrollbar-width:none;
}
.pd-tab-nav::-webkit-scrollbar{display:none}
.pd-tab-nav button{
  padding:14px 22px;font-weight:800;font-size:13px;
  text-transform:uppercase;letter-spacing:.04em;color:var(--muted);
  border-bottom:3px solid transparent;margin-bottom:-2px;
  transition:all .15s;white-space:nowrap;
}
.pd-tab-nav button:hover{color:var(--ink)}
.pd-tab-nav button.active{color:var(--brand);border-bottom-color:var(--brand)}
.pd-tab-panel{padding:28px 0;font-size:14.5px;line-height:1.7;color:var(--text);display:none}
.pd-tab-panel.active{display:block}
.pd-tab-panel h3{font-size:17px;margin:24px 0 10px;color:var(--ink);font-weight:800}
.pd-tab-panel h3:first-child{margin-top:0}
.pd-tab-panel ul{padding-left:20px;margin:0 0 14px}
.pd-tab-panel li{margin-bottom:6px}

.spec-table{width:100%;border-collapse:collapse;font-size:14px}
.spec-table tr{border-bottom:1px solid var(--line)}
.spec-table th{
  text-align:left;padding:14px 16px;color:var(--ink);font-weight:700;
  background:var(--bg-soft);width:240px;font-size:13.5px;
}
.spec-table td{padding:14px 16px;color:var(--text)}
@media (max-width:600px){.spec-table th{width:140px;font-size:12.5px}.spec-table td{font-size:13px}}

/* Reviews */
.review{
  border-bottom:1px solid var(--line);padding:20px 0;
}
.review:last-child{border-bottom:0}
.review-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:12px;flex-wrap:wrap}
.review-head b{color:var(--ink);font-size:14px;font-weight:700}
.review-head .verified{
  background:var(--success-soft);color:#1f6e36;
  padding:2px 8px;border-radius:4px;font-size:10.5px;font-weight:700;
  text-transform:uppercase;letter-spacing:.04em;
}
.review-head .date{color:var(--muted);font-size:12.5px;margin-left:auto}
.review .stars{color:#f59e0b;letter-spacing:1.5px;font-size:13.5px;margin-bottom:8px;display:block}
.review p{font-size:13.5px;color:var(--text);margin:0;line-height:1.6}

.rating-summary{
  display:grid;grid-template-columns:240px 1fr;gap:32px;
  margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--line);
}
@media (max-width:600px){.rating-summary{grid-template-columns:1fr;gap:20px}}
.rating-big{
  text-align:center;padding:24px;background:var(--bg-soft);border-radius:14px;
}
.rating-big .num{font-size:54px;font-weight:800;color:var(--ink);line-height:1;letter-spacing:-.03em}
.rating-big .stars{color:#f59e0b;letter-spacing:2px;font-size:20px;margin:10px 0;display:block}
.rating-big .count{font-size:13px;color:var(--muted)}
.rating-bars{display:flex;flex-direction:column;justify-content:center;gap:8px}
.rating-bar{display:flex;align-items:center;gap:12px;font-size:13px}
.rating-bar .lvl{width:42px;color:var(--text);font-weight:600}
.rating-bar .bar{flex:1;height:8px;background:#eee;border-radius:4px;overflow:hidden}
.rating-bar .bar > div{height:100%;background:var(--brand)}
.rating-bar .n{color:var(--muted);width:32px;text-align:right;font-weight:600}

/* Related products */
.related{margin-top:56px}

/* =========================================================
   SEARCH RESULTS
   ========================================================= */
.search-hero{
  background:linear-gradient(135deg,#0e0e0e 0%,#2a2a2a 100%);
  color:#fff;padding:48px 0;text-align:center;
}
.search-hero h1{color:#fff;font-size:28px;margin-bottom:8px}
.search-hero p{color:#c6c6c6;margin-bottom:24px}
.no-results{text-align:center;padding:60px 20px}
.no-results svg{width:80px;height:80px;color:#ddd;margin:0 auto 16px}
.no-results h2{margin-bottom:6px}
.no-results p{color:var(--muted);margin-bottom:18px}

/* =========================================================
   CART
   ========================================================= */
.cart-grid{
  display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:32px;
  padding:32px 0;
}
@media (max-width:1024px){.cart-grid{grid-template-columns:1fr}}

.cart-table{
  background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;
}
.cart-row{
  display:grid;grid-template-columns:90px minmax(0,1fr) auto auto auto;
  gap:18px;align-items:center;padding:18px;
  border-bottom:1px solid var(--line);
}
.cart-row:last-child{border-bottom:0}
.cart-row .pic{
  width:90px;height:90px;background:var(--bg-soft);border-radius:10px;
  overflow:hidden;border:1px solid var(--line);
}
.cart-row .pic img,.cart-row .pic svg{width:100%;height:100%;object-fit:cover}
.cart-row .info{min-width:0}
.cart-row .info b{display:block;font-size:14px;color:var(--ink);margin-bottom:4px;font-weight:700;line-height:1.3}
.cart-row .info span{font-size:12.5px;color:var(--muted);display:block;line-height:1.4}
.cart-row .qty{height:auto;border-width:1.5px}
.cart-row .qty input{width:42px;font-size:14px}
.cart-row .qty button{width:34px;font-size:15px}
.cart-row .line-price{font-weight:800;font-size:17px;color:var(--ink);min-width:90px;text-align:right;letter-spacing:-.01em}
.cart-row .rm{color:var(--muted);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .15s}
.cart-row .rm:hover{background:#fbecec;color:var(--danger)}
.cart-row .rm svg{width:18px;height:18px}
@media (max-width:700px){
  .cart-row{grid-template-columns:70px 1fr auto;grid-template-areas:"pic info rm" "pic qty price";gap:10px;row-gap:14px}
  .cart-row .pic{grid-area:pic;width:70px;height:70px}
  .cart-row .info{grid-area:info}
  .cart-row .qty{grid-area:qty;justify-self:start}
  .cart-row .line-price{grid-area:price;text-align:right;font-size:15px}
  .cart-row .rm{grid-area:rm;justify-self:end}
}

.summary{
  background:#fff;border:1px solid var(--line);border-radius:14px;
  padding:24px;position:sticky;top:160px;
}
.summary h3{margin-bottom:16px;font-size:15px;text-transform:uppercase;letter-spacing:.04em}
.summary .row{display:flex;justify-content:space-between;padding:8px 0;font-size:13.5px;color:var(--text)}
.summary .row b{color:var(--ink);font-weight:700}
.summary .divider{border-top:1px dashed var(--line);margin:10px 0}
.summary .total{font-size:18px;padding:14px 0}
.summary .total b{color:var(--brand);font-size:24px;font-weight:800}
.coupon{display:flex;gap:8px;margin:12px 0}
.coupon input{flex:1;min-width:0;padding:11px 14px;border:1px solid var(--line);border-radius:7px;font-size:13px}
.coupon input:focus{border-color:var(--brand)}
.coupon button{padding:0 18px;border:1px solid var(--line);border-radius:7px;font-size:12px;font-weight:800;color:var(--ink);text-transform:uppercase;letter-spacing:.04em;background:#fff;transition:all .15s}
.coupon button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}

/* =========================================================
   PAGE HEADER (generic)
   ========================================================= */
.page-header{
  background:linear-gradient(135deg,var(--bg-soft) 0%,#fff 100%);
  padding:36px 0;border-bottom:1px solid var(--line);
}
.page-header h1{font-size:clamp(24px,3vw,32px);margin-bottom:6px}
.page-header p{color:var(--muted);margin:0;font-size:14px}

/* Misc */
@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.fade-in{animation:fadeIn .3s ease}

/* =========================================================
   MOBILE OPTIMIZATIONS (≤768px)
   Industry standard mobile e-commerce polish
   ========================================================= */
@media (max-width:768px){
  /* --- Body padding so sticky bottom bars don't cover content --- */
  body{padding-bottom:64px}
  body.no-tabbar{padding-bottom:0}

  /* --- Top bar: minimal --- */
  .topbar{display:none}

  /* --- Header rebuild --- */
  .header{position:sticky;top:0;z-index:60;box-shadow:0 1px 3px rgba(0,0,0,.04)}
  .header-row{
    display:grid !important;
    grid-template-columns:auto 1fr auto;
    grid-template-areas:"logo actions toggle" "search search search";
    gap:10px;row-gap:12px;padding:12px 0 !important;
    flex-wrap:nowrap !important;
  }
  .logo{grid-area:logo;order:unset}
  .logo img{height:34px}
  .header-actions{grid-area:actions;order:unset;justify-content:flex-end;gap:2px}
  .header-actions .action-item{display:none !important}
  .header-actions .cart-pill{display:flex !important;margin-left:0}
  .cart-pill{padding:3px 14px 3px 3px;height:42px}
  .cart-pill .ico{width:36px;height:36px}
  .cart-pill .ico svg{width:16px;height:16px}
  .cart-pill .ico .badge{min-width:18px;height:18px;font-size:10px;border-width:2px;top:-3px;right:-3px}
  .cart-pill .txt{display:flex}
  .cart-pill .txt small{display:none}
  .cart-pill .txt b{font-size:13px}
  .mobile-toggle{grid-area:toggle;order:unset;display:flex !important;width:42px;height:42px;border-radius:10px}
  .search-bar{
    grid-area:search;order:unset;
    flex-basis:100% !important;max-width:100% !important;
    height:42px !important;
  }
  .search-bar input[type=text]{font-size:14px;padding:0 16px}
  .search-bar .cat-select{display:none}
  .search-bar button[type=submit]{width:52px}

  /* --- Mobile drawer polish --- */
  .drawer{width:84vw}
  .drawer-head{padding:16px 18px}
  .drawer-head img{height:28px}
  .drawer li a{padding:13px 18px;font-size:14px}
  .drawer li.heading{padding:16px 18px 4px;font-size:10.5px}

  /* --- Container padding --- */
  .container{padding:0 14px}

  /* --- Category strip: tighter & more touchable --- */
  .cat-strip{padding:18px 0 8px}
  .cat-strip-grid{grid-template-columns:repeat(4,1fr) !important;gap:2px}
  .cat-tile{padding:10px 4px;gap:7px;border-radius:10px}
  .cat-tile .ico-wrap{width:60px;height:60px;border-width:1px}
  .cat-tile .ico-wrap svg{width:28px;height:28px;stroke-width:2}
  .cat-tile .name{font-size:10.5px;line-height:1.2;font-weight:700}

  /* --- Hero: tighter --- */
  .hero-section{padding:6px 0 12px}
  .hero-grid{gap:10px}
  .hero-card{min-height:180px;padding:20px;border-radius:12px}
  .hero-card.tall{min-height:220px}
  .hero-card h2,.hero-card.tall h2{font-size:20px;margin-bottom:14px;line-height:1.15}
  .hero-card .eyebrow{font-size:10.5px;margin-bottom:8px}
  .hero-card .eyebrow::before{width:16px}
  .hero-card .btn{font-size:10.5px;padding:9px 14px}

  /* --- Features: 2x2 grid on small screens, more visual --- */
  .features{grid-template-columns:repeat(2,1fr) !important;margin:12px 0;border-radius:12px}
  .feature{padding:14px;gap:10px;flex-direction:column;text-align:center;align-items:center}
  .feature .ico{width:40px;height:40px;border-radius:10px}
  .feature .ico svg{width:20px;height:20px}
  .feature h4{font-size:12.5px}
  .feature p{font-size:11px;line-height:1.3}
  .feature{border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)}
  .feature:nth-child(2n){border-right:0!important}
  .feature:nth-child(3),.feature:nth-child(4){border-bottom:0}

  /* --- Sections --- */
  .section{padding:32px 0}
  .section-tight{padding:18px 0}
  .section-head{margin-bottom:18px;gap:12px}
  .section-head h2{font-size:20px}
  .section-head .eyebrow{font-size:10.5px;margin-bottom:6px}
  .section-head .eyebrow::before{width:16px}
  .section-head .link{font-size:11.5px}

  /* Tabs (home filter) — horizontal scroll on mobile */
  .tabs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin:0 -14px;padding:0 14px}
  .tabs::-webkit-scrollbar{display:none}
  .tabs button{flex-shrink:0;padding:8px 14px;font-size:11.5px}

  /* --- Product cards: tighter on 2-col mobile --- */
  .products-grid{gap:10px}
  .product-card{border-radius:10px}
  .product-card .body{padding:12px;gap:6px}
  .product-card .brand{font-size:10px}
  .product-card .title{font-size:13px;min-height:36px;line-height:1.35}
  .product-card .sku{font-size:10.5px}
  .product-card .rating{font-size:10.5px}
  .product-card .rating .stars{font-size:11px;letter-spacing:1px}
  .product-card .price{font-size:16px}
  .product-card .price-old{font-size:11.5px}
  .product-card .cart-btn{padding:9px;font-size:10.5px;margin-top:8px;border-radius:7px}
  .product-card .badges{top:6px;left:6px;gap:3px}
  .badge{padding:3px 7px;font-size:9.5px}
  .product-card .quick-actions{display:none}
  .listing-intro{padding:16px}
  .listing-intro h2{font-size:16px}
  .listing-intro-content{font-size:13px;line-height:1.7}

  /* --- CTA strip: stacked --- */
  .cta-strip{padding:24px 18px;margin:18px 0;gap:18px;border-radius:14px}
  .cta-strip h2{font-size:20px;margin-bottom:6px}
  .cta-strip p{font-size:13.5px;line-height:1.5}
  .cta-strip .actions{flex-direction:column;gap:8px}
  .cta-strip .actions .btn{width:100%;font-size:12px;padding:13px 18px}

  /* --- Brands strip --- */
  .brands{padding:24px 0}
  .brands-grid{grid-template-columns:repeat(3,1fr);gap:6px}
  .brand-logo{padding:14px 8px;min-height:54px;font-size:12px;border-radius:8px}

  /* --- Footer: tighter --- */
  .footer{padding-top:36px;margin-top:32px}
  .footer-grid{gap:24px;padding-bottom:28px}
  .footer-about img{height:34px;margin-bottom:14px}
  .footer-about p{font-size:13px;margin-bottom:14px}
  .footer h4{font-size:12.5px;margin-bottom:12px}
  .footer-contact{font-size:12.5px;margin-bottom:10px}
  .newsletter input{height:42px;font-size:13px}
  .social a{width:36px;height:36px}
  .footer-bottom{font-size:11.5px;padding:18px 0;text-align:center}
  .footer-bottom > div:first-child{font-size:11px;line-height:1.6}
  .payment-icons{justify-content:center;flex-wrap:wrap}

  /* --- Breadcrumb tighter --- */
  .breadcrumb{padding:10px 0;font-size:12px}
  .breadcrumb li{gap:6px}

  /* --- Page header --- */
  .page-header{padding:22px 0}
  .page-header h1{font-size:22px}
  .page-header p{font-size:12.5px}

  /* --- Listing top bar --- */
  .listing-wrap{padding:16px 0;gap:14px}
  .listing-top{padding:10px 14px;gap:8px}
  .listing-top .count{font-size:12px;width:100%;order:-1}
  .listing-tools{flex:1;gap:6px;justify-content:space-between;width:100%}
  .listing-tools select{padding:8px 26px 8px 10px;font-size:12px;flex:1;min-width:0}
  .listing-tools select:not(:last-of-type){display:none} /* hide "page size" */
  .view-toggle{flex-shrink:0}
  .view-toggle button{width:32px;height:32px}
  .filter-mobile-btn{padding:8px 12px;font-size:12px;flex-shrink:0}
  .active-filters{gap:6px;margin-bottom:12px}
  .chip{padding:5px 10px;font-size:11px}
  .pagination a, .pagination span{min-width:34px;height:34px;font-size:12.5px;padding:0 8px}

  /* --- Product detail --- */
  .pd-wrap{padding:18px 0 32px;gap:20px}
  .pd-info h1{font-size:20px;margin-bottom:10px;line-height:1.25}
  .pd-info .brand-line{gap:8px;margin-bottom:10px}
  .pd-meta{font-size:12.5px;gap:10px;padding:10px 0;margin-bottom:16px}
  .pd-price .now{font-size:30px}
  .pd-price .old{font-size:15px}
  .pd-price .save{font-size:11px;padding:3px 8px}
  .pd-price-vat{font-size:12px;margin-bottom:14px}
  .stock-row{padding:10px 14px;font-size:12.5px;margin-bottom:14px}
  .qty-cart{gap:8px;margin-bottom:10px}
  .qty button{width:38px}
  .qty input{width:44px;font-size:14px}
  .qty-cart .btn-primary{height:48px;font-size:12px}
  .btn-wish{width:48px;height:48px}
  .btn-buy-now{padding:13px;font-size:12.5px;margin-bottom:14px}
  .pd-features{padding:12px 14px;gap:10px}
  .pd-features b{font-size:12.5px}
  .pd-features span{font-size:11.5px}
  .compat{padding:16px;border-radius:12px}
  .compat h3{font-size:13.5px}
  .compat p{font-size:12px}
  .compat-search{padding:11px 14px;font-size:13px}
  .compat-list{font-size:12px}

  .pd-tabs{margin-top:32px}
  .pd-tab-nav{margin:0 -14px;padding:0 14px}
  .pd-tab-nav button{padding:12px 16px;font-size:12px}
  .pd-tab-panel{padding:20px 0;font-size:13.5px;line-height:1.65}
  .pd-tab-panel h3{font-size:15px;margin:18px 0 8px}
  .rating-summary{margin-bottom:20px;padding-bottom:20px;gap:14px}
  .rating-big{padding:18px}
  .rating-big .num{font-size:40px}
  .rating-big .stars{font-size:16px;margin:6px 0}
  .review{padding:16px 0}

  .related{margin-top:32px}

  /* --- Gallery on mobile: thumbs horizontal, main image first --- */
  .gallery .thumbs{gap:8px;padding:4px 0}
  .gallery .thumb{width:56px;height:56px;border-radius:8px;border-width:1.5px}
  .gallery .main{border-radius:12px}
  .gallery .main .zoom{display:none}

  /* --- Cart page --- */
  .cart-grid{padding:18px 0;gap:18px}
  .summary{padding:18px;position:static;top:auto}
  .summary h3{font-size:13.5px}
  .summary .total b{font-size:20px}
  .cart-row{padding:14px}
}

/* =========================================================
   MOBILE BOTTOM TAB BAR (≤768px)
   Pinned to bottom — Anasayfa / Kategoriler / Arama / Hesap / Sepet
   ========================================================= */
.mobile-tabbar{display:none}
@media (max-width:768px){
  .mobile-tabbar{
    display:flex;
    position:fixed;bottom:0;left:0;right:0;
    background:#fff;
    border-top:1px solid var(--line);
    z-index:55;
    box-shadow:0 -4px 16px rgba(0,0,0,.06);
    padding:6px 0 max(6px, env(safe-area-inset-bottom));
  }
  .mobile-tabbar a{
    flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:3px;padding:6px 4px;
    color:var(--muted);font-size:10.5px;font-weight:700;letter-spacing:.02em;
    transition:color .12s;
    position:relative;min-height:48px;
  }
  .mobile-tabbar a svg{width:22px;height:22px;stroke-width:1.8}
  .mobile-tabbar a:hover,.mobile-tabbar a.active{color:var(--brand)}
  .mobile-tabbar a.active::before{
    content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);
    width:32px;height:3px;background:var(--brand);
    border-radius:0 0 3px 3px;
  }
  .mobile-tabbar a .num{
    position:absolute;top:2px;right:calc(50% - 22px);
    background:var(--brand);color:#fff;min-width:18px;height:18px;padding:0 5px;
    border-radius:9px;border:2px solid #fff;
    font-size:10px;font-weight:800;
    display:flex;align-items:center;justify-content:center;line-height:1;
  }
}

/* =========================================================
   STICKY ADD-TO-CART BAR (mobile, product detail only)
   ========================================================= */
.pd-sticky-bar{display:none}
@media (max-width:768px){
  body.pd-page{padding-bottom:124px} /* room for both tabbar + sticky bar */
  .pd-sticky-bar{
    display:flex;align-items:center;gap:10px;
    position:fixed;bottom:60px;left:0;right:0;
    background:#fff;border-top:1px solid var(--line);
    padding:10px 14px;z-index:54;
    box-shadow:0 -4px 14px rgba(0,0,0,.05);
  }
  .pd-sticky-bar .price-block{display:flex;flex-direction:column;line-height:1.15;flex-shrink:0}
  .pd-sticky-bar .price-block small{color:var(--muted);font-size:10.5px;font-weight:600}
  .pd-sticky-bar .price-block b{color:var(--brand);font-size:18px;font-weight:800;letter-spacing:-.01em}
  .pd-sticky-bar .btn{flex:1;padding:12px 14px;font-size:12px;height:46px}
  .pd-sticky-bar .btn-wish-mobile{
    width:46px;height:46px;border-radius:10px;
    background:var(--bg-soft);color:var(--ink);
    display:flex;align-items:center;justify-content:center;flex-shrink:0;
  }
  .pd-sticky-bar .btn-wish-mobile svg{width:20px;height:20px}
}

/* =========================================================
   TOUCH POLISH
   ========================================================= */
@media (hover:none) and (pointer:coarse){
  .btn,.cart-btn,.cart-pill,.action-item,.mobile-toggle,.mobile-tabbar a,
  .product-card .cart-btn,.qty button,.btn-wish{
    -webkit-tap-highlight-color:rgba(237,106,26,.18);
  }
  .product-card:hover{transform:none;box-shadow:none;border-color:var(--line)}
  .hero-card:hover{transform:none}
  .hero-card:hover .bg{transform:none}
}

/* =========================================================
   YEDEKSE HOME — Eski WP Site Adaptasyonu
   ========================================================= */

/* HERO 4-grid (büyük kategori bannerları) */
.hero-grid-4{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.hero-grid-4 .hero-card{
  position:relative;overflow:hidden;border-radius:14px;
  min-height:280px;display:flex;align-items:flex-end;
  background-color:#1a1a1a;color:#fff;text-decoration:none;
  transition:transform .3s, box-shadow .3s;
  isolation:isolate;
}
.hero-grid-4 .hero-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.hero-grid-4 .hero-card .hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.78) 100%);
  z-index:1;
}
.hero-grid-4 .hero-card .hero-card-content{
  position:relative;z-index:2;
  padding:24px 22px;width:100%;
  display:flex;flex-direction:column;gap:8px;
}
.hero-grid-4 .hero-card .hero-card-content .eyebrow{
  color:rgba(255,255,255,.85);font-size:11px;font-weight:700;
  text-transform:uppercase;letter-spacing:.06em;
}
.hero-grid-4 .hero-card .hero-card-content h2{
  color:#fff;font-size:20px;line-height:1.25;margin:0 0 4px;
  text-shadow:0 2px 8px rgba(0,0,0,.4);
}
.hero-grid-4 .hero-card .hero-card-content .btn{
  align-self:flex-start;margin-top:8px;font-size:12px;
  padding:9px 16px;display:inline-flex;align-items:center;gap:6px;
}
@media (max-width:1100px){
  .hero-grid-4{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:560px){
  .hero-grid-4{grid-template-columns:1fr}
  .hero-grid-4 .hero-card{min-height:220px}
  .hero-grid-4 .hero-card .hero-card-content h2{font-size:18px}
}

/* PROMO GRID (2 sütun büyük promo bannerlar) */
.promo-grid-2{
  display:grid;grid-template-columns:1fr 1fr;
  gap:18px;
}
.promo-card{
  position:relative;overflow:hidden;border-radius:16px;
  min-height:260px;display:flex;align-items:flex-end;
  background-color:#1a1a1a;color:#fff;text-decoration:none;
  transition:transform .3s, box-shadow .3s;
}
.promo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.promo-card-tall{min-height:340px}
.promo-card .promo-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.75) 100%);
  z-index:1;
}
.promo-card .promo-content{
  position:relative;z-index:2;
  padding:28px;width:100%;
  display:flex;flex-direction:column;gap:8px;
}
.promo-card .promo-content .eyebrow{
  color:rgba(255,255,255,.85);font-size:11px;font-weight:700;
  text-transform:uppercase;letter-spacing:.06em;
}
.promo-card .promo-content h2{
  color:#fff;font-size:26px;line-height:1.2;margin:0;
  text-shadow:0 2px 10px rgba(0,0,0,.5);
}
.promo-card .promo-content p{
  color:rgba(255,255,255,.85);font-size:14px;margin:4px 0 8px;
}
.promo-card .promo-content .btn{
  align-self:flex-start;margin-top:6px;font-size:12.5px;
  padding:11px 18px;display:inline-flex;align-items:center;gap:6px;
}
.btn-light{
  background:#fff;color:var(--ink);font-weight:700;
  border-radius:8px;transition:background .15s;
}
.btn-light:hover{background:var(--bg-soft)}
@media (max-width:900px){
  .promo-grid-2{grid-template-columns:1fr}
  .promo-card .promo-content h2{font-size:22px}
}

/* NEWSLETTER BANNER */
.newsletter-banner{
  background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color:#fff;border-radius:18px;
  padding:36px 40px;
  display:flex;align-items:center;justify-content:space-between;gap:30px;
  flex-wrap:wrap;
  box-shadow:0 8px 24px rgba(237,106,26,.20);
}
.newsletter-banner .nl-content{flex:1;min-width:260px}
.newsletter-banner .eyebrow{
  display:inline-block;color:rgba(255,255,255,.85);
  font-size:11px;font-weight:700;text-transform:uppercase;
  letter-spacing:.06em;margin-bottom:6px;
}
.newsletter-banner h2{color:#fff;font-size:26px;margin:0 0 6px}
.newsletter-banner p{color:rgba(255,255,255,.9);font-size:14px;margin:0}
.newsletter-banner .nl-form{
  display:flex;background:#fff;border-radius:999px;padding:5px;
  min-width:320px;max-width:420px;flex:1;
  box-shadow:0 6px 18px rgba(0,0,0,.10);
}
.newsletter-banner .nl-form input{
  flex:1;border:0;outline:0;background:transparent;
  padding:0 18px;font-size:14px;color:var(--ink);
}
.newsletter-banner .nl-form button{
  background:var(--ink);color:#fff;border:0;cursor:pointer;
  padding:0 24px;border-radius:999px;font-weight:700;font-size:13px;
  text-transform:uppercase;letter-spacing:.04em;
  transition:background .15s;
}
.newsletter-banner .nl-form button:hover{background:#000}
@media (max-width:760px){
  .newsletter-banner{padding:28px 24px}
  .newsletter-banner h2{font-size:22px}
  .newsletter-banner .nl-form{min-width:0}
}

/* =========================================================
   YEDEKSE HOME v2 — Eski WP Layout Tam Sadakat
   ========================================================= */

/* HERO 2x2 grid (eski yedekse'deki layout) */
.hero-grid-2x2{
  display:grid;grid-template-columns:1fr 1fr;
  gap:14px;
}
.hero-grid-2x2 .hero-card{
  position:relative;overflow:hidden;border-radius:14px;
  min-height:300px;display:flex;align-items:flex-end;
  background-color:#1a1a1a;color:#fff;text-decoration:none;
  transition:transform .3s, box-shadow .3s;
  isolation:isolate;
}
.hero-grid-2x2 .hero-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.hero-grid-2x2 .hero-card .hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.10) 25%, rgba(0,0,0,.75) 100%);
  z-index:1;
}
.hero-grid-2x2 .hero-card .hero-card-content{
  position:relative;z-index:2;
  padding:26px 28px;width:100%;
}
.hero-grid-2x2 .hero-card .eyebrow{
  color:rgba(255,255,255,.85);font-size:11.5px;font-weight:700;
  text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:6px;
}
.hero-grid-2x2 .hero-card h2{
  color:#fff;font-size:23px;line-height:1.22;margin:0 0 12px;
  text-shadow:0 2px 8px rgba(0,0,0,.5);
}
.hero-grid-2x2 .hero-card .btn{
  font-size:12px;padding:10px 18px;
  display:inline-flex;align-items:center;gap:6px;
  text-transform:uppercase;letter-spacing:.04em;
}
@media (max-width:760px){
  .hero-grid-2x2{grid-template-columns:1fr}
  .hero-grid-2x2 .hero-card{min-height:240px}
  .hero-grid-2x2 .hero-card h2{font-size:19px}
}

/* MINI PROMO 3 BANNER ROW (Kargo Bedava + Doğru Parça + Orijinal Garanti) */
.mini-promo-3{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:14px;margin:28px 0;
}
.mini-promo{
  position:relative;overflow:hidden;border-radius:12px;
  min-height:150px;display:flex;align-items:center;
  padding:24px 26px;color:#fff;text-decoration:none;
  transition:transform .25s, box-shadow .25s;
  background-size:cover;background-position:center;
  isolation:isolate;
}
.mini-promo:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.mini-promo .mp-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.65), rgba(0,0,0,.25));
  z-index:1;
}
.mini-promo .mp-content{position:relative;z-index:2;max-width:80%}
.mini-promo .mp-content small{display:block;color:rgba(255,255,255,.85);font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;text-shadow:0 1px 4px rgba(0,0,0,.5)}
.mini-promo .mp-content b{color:#fff;font-size:17px;font-weight:800;display:block;line-height:1.3;text-shadow:0 2px 6px rgba(0,0,0,.5)}
@media (max-width:900px){
  .mini-promo-3{grid-template-columns:1fr;gap:10px}
  .mini-promo{min-height:120px;padding:18px 22px}
  .mini-promo .mp-content b{font-size:15px}
}

/* SPLIT GRID (sol promo / sağ ürün listesi) */
.split-grid{
  display:grid;grid-template-columns:340px 1fr;
  gap:20px;align-items:start;
}
.split-grid .split-promo{
  display:flex;flex-direction:column;gap:14px;
}
.split-grid .promo-card{min-height:240px}
.split-grid .promo-card:first-child{min-height:340px}
@media (max-width:1000px){
  .split-grid{grid-template-columns:1fr}
}

/* 3-COL PRODUCT WIDGETS (Öne Çıkan / Çok Satanlar / En İyi Fiyat) */
.product-widget-row{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:24px;margin-top:32px;
}
.product-widget{
  background:#fff;border:1px solid var(--line);border-radius:12px;
  padding:22px;
}
.product-widget h3{
  font-size:13px;font-weight:800;text-transform:uppercase;
  letter-spacing:.06em;color:var(--ink);
  padding-bottom:12px;margin:0 0 14px;
  border-bottom:2px solid var(--brand);
}
.product-widget .pw-item{
  display:flex;gap:12px;padding:10px 0;
  border-bottom:1px solid var(--line-2);
  text-decoration:none;color:inherit;
  transition:transform .15s;
}
.product-widget .pw-item:last-child{border-bottom:0}
.product-widget .pw-item:hover{transform:translateX(3px)}
.product-widget .pw-item img{
  width:60px;height:60px;object-fit:cover;
  border-radius:6px;flex-shrink:0;
  background:var(--bg-soft);
}
.product-widget .pw-info{flex:1;min-width:0}
.product-widget .pw-info .name{
  font-size:13px;font-weight:600;color:var(--ink);
  line-height:1.35;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;margin-bottom:4px;
}
.product-widget .pw-info .price{
  font-size:14px;font-weight:800;color:var(--brand);
}
.product-widget .pw-info .brand{
  font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;
}
@media (max-width:900px){
  .product-widget-row{grid-template-columns:1fr}
}

/* BLOG SECTION (4 col blog cards) */
.blog-section{
  background:var(--bg-soft);
  padding:40px 0;margin:32px 0;
}
.blog-section .section-head{margin-bottom:24px}
.blog-grid-4{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.blog-card{
  background:#fff;border-radius:12px;overflow:hidden;
  text-decoration:none;color:inherit;
  transition:transform .25s, box-shadow .25s;
}
.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.blog-card .bc-media{
  position:relative;height:160px;background:var(--bg-soft);
  overflow:hidden;
}
.blog-card .bc-media img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .4s;
}
.blog-card:hover .bc-media img{transform:scale(1.05)}
.blog-card .bc-date{
  position:absolute;top:10px;left:10px;
  background:var(--brand);color:#fff;
  padding:6px 10px;border-radius:6px;
  font-size:10.5px;font-weight:800;text-transform:uppercase;
  text-align:center;line-height:1.1;
}
.blog-card .bc-date b{display:block;font-size:14px}
.blog-card .bc-body{padding:16px}
.blog-card .bc-cat{
  color:var(--brand);font-size:10.5px;font-weight:700;
  text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;
}
.blog-card .bc-title{
  font-size:14.5px;font-weight:700;color:var(--ink);
  line-height:1.35;margin-bottom:6px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.blog-card .bc-excerpt{
  font-size:12.5px;color:var(--text);line-height:1.5;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
@media (max-width:1000px){.blog-grid-4{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.blog-grid-4{grid-template-columns:1fr}}
