/* =========================================================================
   Mağaza teması — minimal streetwear
   Siyah-beyaz, tek font (Plus Jakarta Sans), köşesiz, bol boşluk.
   style.css + zsa.css'ten SONRA yüklenir; onların üstüne yazar.
   ========================================================================= */
:root{
  --o-ink:#262626; --o-black:#000; --o-bg:#fff; --o-soft:#f6f6f6; --o-line:#e4e4e4; --o-muted:#8a8a8a;
  --o-accent:#89634a; --o-sale:#b3261e;
  --o-font:"Plus Jakarta Sans","Segoe UI",system-ui,sans-serif;
  --ink:#262626; --muted:#8a8a8a; --line:#e4e4e4; --bg:#fff; --cream:#f6f6f6;
  --green:#000; --green-d:#000; --green-dd:#000; --head:#000; --teal:#262626;
  --f-krona:var(--o-font); --f-body:var(--o-font); --f-serif:var(--o-font); --f-logo:var(--o-font);
  --fdisp:var(--o-font); --fbody:var(--o-font);
  --radius:0px; --radius-sm:0px; --radius-lg:0px;
}
html,body{font-family:var(--o-font)!important;background:var(--o-bg);color:var(--o-ink)}
body *{font-family:inherit}
body .fas,body .far,body .fab,body .fa-solid,body .fa-regular{font-family:"Font Awesome 6 Free"!important}
body .fas,body .fa-solid{font-weight:900}
h1,h2,h3,h4{font-family:var(--o-font)!important;font-weight:400;letter-spacing:.02em}
a{color:inherit}
::selection{background:#000;color:#fff}

/* Butonlar */
.btn,.btn-primary,.btn-dark,.o-btn,.z-add,.btn-add{background:#000!important;color:#fff!important;border:1px solid #000!important;border-radius:0!important;font-family:var(--o-font)!important;font-weight:400!important;letter-spacing:.08em;text-transform:uppercase}
.btn:hover,.btn-primary:hover,.o-btn:hover,.z-add:hover,.btn-add:hover{background:#262626!important}
.btn-outline,.btn-ghost{background:#fff!important;color:#000!important;border:1px solid #000!important;border-radius:0!important}
.o-btn{display:inline-block;padding:.9rem 1.8rem;font-size:.78rem}
.o-btn.light{background:#fff!important;color:#000!important;border-color:#fff!important}
input,select,textarea{border-radius:0!important}

/* ---------------- Kayan duyuru bandı (ince, siyah) ---------------- */
.z-marquee{height:34px!important;background:#000!important;background-image:none!important}
.z-marquee a,.z-marquee span{font-family:var(--o-font)!important;font-size:.72rem!important;letter-spacing:.12em;text-transform:uppercase}
.no-zbar .z-marquee{display:none}

/* ---------------- Header ---------------- */
.o-header,.page-home .o-header,.page-home.z-scrolled .o-header{position:sticky!important;top:0!important;left:auto;right:auto;z-index:610;background:rgba(255,255,255,.86)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--o-line);box-shadow:none!important}
.o-band{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:78px;padding:0 2rem;gap:1rem}
.o-left{display:flex;align-items:center;gap:1rem}
.o-right{display:flex;align-items:center;justify-content:flex-end;gap:.35rem}
.o-center{display:flex;justify-content:center}
.o-links{display:flex;gap:1.9rem}
.o-links a{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--o-ink);position:relative;padding:.3rem 0}
.o-links a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:currentColor;transition:right .25s}
.o-links a:hover::after{right:0}
.o-products-menu{position:relative}
.o-products-menu summary{display:flex;align-items:center;justify-content:space-between;gap:.65rem;list-style:none;cursor:pointer;font-size:.78rem;letter-spacing:.14em;padding:.3rem 0}
.o-products-menu summary::-webkit-details-marker{display:none}
.o-products-menu summary span{transition:transform .15s}
.o-products-menu[open]>summary span{transform:rotate(180deg)}
.o-products-menu summary:focus-visible,.o-products-menu a:focus-visible{outline:2px solid currentColor;outline-offset:4px}
.o-products-categories{position:absolute;top:calc(100% + 1rem);left:0;width:280px;max-height:65vh;overflow:auto;padding:1rem 1.25rem;background:var(--o-bg);border:1px solid var(--o-line);box-shadow:0 12px 24px #0000000d;z-index:20}
.o-products-categories ul{list-style:none;padding:0;margin:0}
.o-products-categories ul ul{padding-left:1rem;border-left:1px solid var(--o-line);margin-left:.25rem}
.o-products-categories .o-cat-link{display:block;padding:.65rem 0;font-size:.8rem;letter-spacing:.02em;text-transform:none;line-height:1.5;overflow-wrap:anywhere}
.o-products-categories .o-cat-all{border-bottom:1px solid var(--o-line);margin-bottom:.45rem;font-weight:600}
.o-products-menu.mobile .o-products-categories{position:static;width:auto;max-height:none;border:0;box-shadow:none;padding:0 .25rem 1rem}
.o-products-menu.mobile .o-cat-link{min-height:44px}
.o-ico{position:relative;display:inline-grid;place-items:center;width:40px;height:40px;font-size:1.05rem;color:var(--o-ink)}
.o-ico:hover{opacity:.6}
.o-burger{display:none}
.o-badge{position:absolute;top:3px;right:1px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#000;color:#fff;font-size:.62rem;font-weight:400;display:grid;place-items:center;line-height:1}
.o-logo{display:block;line-height:1}
.o-logo img{height:var(--logo-h,46px);width:auto;max-width:260px;object-fit:contain}
.o-word{font-family:var(--o-font);font-size:1.9rem;letter-spacing:.32em;color:#000;white-space:nowrap;padding-left:.32em}
.o-header .acct-drop{border-radius:0;border-top:1px solid #000;top:calc(100% + 6px);right:0;left:auto}
.o-header .acct-drop a{font-size:.8rem}
.o-search{display:none;position:relative;border-top:1px solid var(--o-line);background:#fff;padding:.7rem 2rem}
.o-search.open{display:flex}
.o-search input{flex:1;border:0;border-bottom:1px solid #000;padding:.6rem 0;font-size:.95rem;background:transparent}
.o-search input:focus{outline:none}
.o-search button{width:44px;font-size:1rem}
.o-search .search-drop{position:absolute;top:100%;left:2rem;right:2rem;background:#fff;box-shadow:0 14px 30px rgba(0,0,0,.1);display:none;z-index:50;border-radius:0}
.o-search .search-drop.open{display:block}
.z-nav,.z-mega,.z-toplinks,.z-lang,.z-mob-icons{display:none!important}

/* Mobil çekmece */
.z-drawer-panel{border-radius:0}
.z-drow{font-size:.85rem!important;letter-spacing:.1em;text-transform:uppercase}
.z-drawer .o-word{font-size:1.3rem}

/* ---------------- Slider (tam genişlik) ---------------- */
.page-home .slider{background:#f2f2f2!important;height:min(88vh,52vw)!important;max-height:900px}
.slide-caption{background:none!important;text-align:center;left:0;right:0;bottom:8%;top:auto;gap:.85rem;text-shadow:0 1px 14px rgba(0,0,0,.35)}
.slide-caption h2{font-size:clamp(1.4rem,3vw,2.6rem);color:#fff;letter-spacing:.14em;text-transform:uppercase;margin:0}
.slide-caption p{color:#fff;letter-spacing:.1em;margin:0}
.slide-caption .btn{background:#fff!important;color:#000!important;border-color:#fff!important;margin-top:.15rem}
.slide-arrow{background:rgba(255,255,255,.8)!important;color:#000!important;border-radius:0!important;width:42px;height:42px}
.slide-dots button{background:rgba(255,255,255,.5)!important;border-radius:0!important;width:22px!important;height:2px!important}
.slide-dots button.active{background:#fff!important}
.o-slide-plain{height:100%;min-height:60vh;background:#111;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}
.o-slide-plain b{font-weight:400;font-size:clamp(2.2rem,7vw,5.5rem);letter-spacing:.3em;padding-left:.3em}

/* ---------------- Ana sayfa bölümleri ---------------- */
.o-sec{padding:4.5rem 0 1rem}
.o-sec[hidden]{display:none}
.o-head{text-align:center;margin:0 auto 2.2rem;padding:0 1rem;position:relative}
.o-title{font-size:clamp(1.6rem,3.2vw,2.8rem)!important;letter-spacing:.06em;text-transform:uppercase;color:#000}
.o-title a{color:inherit}
.o-sub{margin-top:.55rem;font-size:.82rem;letter-spacing:.3em;text-transform:uppercase;color:var(--o-muted)}
.o-head .z-recent-clear{position:absolute;right:2rem;top:50%;transform:translateY(-50%);font-size:.75rem;text-decoration:underline}
.o-sec .z-rail{padding:0 2rem;position:relative}
.o-sec .prod-scroller{gap:1.25rem!important}
.o-sec .prod-scroller>.pcard{flex:0 0 calc((100% - 3*1.25rem)/4)!important;max-width:none!important}
.z-rail-arrow{background:#fff!important;border:1px solid #000!important;color:#000!important;border-radius:0!important;width:40px;height:40px}

/* Görsel + ürünler bloğu */
.o-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem;padding:0 2rem;align-items:start}
.o-split.rev .o-split-img{order:2}
.o-split.no-img{grid-template-columns:1fr}
.o-split-img{position:relative;display:block;overflow:hidden;background:var(--o-soft)}
.o-split-img img{width:100%;height:100%;aspect-ratio:4/5;object-fit:cover;transition:transform 1.2s}
.o-split-img:hover img{transform:scale(1.03)}
.o-split-img span{position:absolute;left:1.5rem;bottom:1.5rem;color:#fff;font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase;text-shadow:0 1px 8px rgba(0,0,0,.35)}
.o-split-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}
.o-split.three{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr)}
.o-split.three .o-split-list{grid-template-columns:repeat(3,minmax(0,1fr))}
.o-split.no-img .o-split-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-width:1200px;margin:0 auto;width:100%}

/* Instagram ızgarası */
.o-ig{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:0 2rem}
.o-ig a{display:block;overflow:hidden;background:var(--o-soft)}
.o-ig img{width:100%;aspect-ratio:3/4;object-fit:cover;transition:opacity .3s}
.o-ig a:hover img{opacity:.75}

/* Marka kartları */
.o-cards-sec{padding-bottom:4rem}
.o-cards{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.o-card{border:1px solid #111;padding:2.6rem 2.2rem;min-height:230px;display:flex;flex-direction:column;gap:.9rem}
.o-card small{font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:var(--o-muted)}
.o-card h3{font-size:1.5rem;letter-spacing:.04em;text-transform:uppercase}
.o-card p{font-size:.92rem;line-height:1.75;color:#444;max-width:46ch}

/* ---------------- Ürün kartı ---------------- */
.pcard{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;text-align:center}
.pcard-media{background:var(--o-soft)!important;border-radius:0!important;aspect-ratio:3/4!important;overflow:hidden}
.pcard-media img{width:100%;height:100%;object-fit:cover!important;transition:transform .9s}
.pcard:hover .pcard-media img{transform:scale(1.04)}
.pcard-body{padding:.9rem .25rem 0!important;align-items:center;text-align:center}
.z-pc-top{justify-content:center!important;gap:.4rem}
.pcard-name{font-size:.86rem!important;letter-spacing:.06em;text-transform:uppercase;font-weight:400!important;color:#000!important;-webkit-line-clamp:2}
.pcard-fav{position:absolute!important;top:.6rem;right:.6rem;z-index:3;width:34px;height:34px;display:grid;place-items:center;background:rgba(255,255,255,.85);border-radius:0!important}
.pcard{position:relative}
.pcard-price{justify-content:center}
.pcard-price .now{font-size:.86rem!important;font-weight:400!important;color:#000!important}
.z-pc-disc{justify-content:center;gap:.5rem;font-size:.8rem}
.z-pc-disc b{background:none!important;color:var(--o-sale)!important;font-weight:400!important;padding:0!important}
.z-pc-disc s{color:var(--o-muted)}
.z-pc-camp{font-size:.72rem;color:var(--o-accent);letter-spacing:.04em}
.pcard-badges{top:.6rem!important;left:.6rem!important}
.pcard-badges span{border-radius:0!important;background:#000!important;color:#fff!important;font-size:.62rem!important;letter-spacing:.12em;font-weight:400!important;padding:.3rem .5rem!important}
.pcard-badges .badge-disc{background:var(--o-sale)!important}
.pcard-rate{justify-content:center;font-size:.72rem}
.pcard-add{margin-top:.7rem}
.pcard-add .stepper{display:none!important}
.pcard-add .add-row{display:block!important}
.pcard-add .btn-add{width:100%;padding:.72rem .5rem!important;font-size:.68rem!important;letter-spacing:.16em}
.pcard-add .btn-add:disabled{background:#fff!important;color:var(--o-muted)!important;border-color:var(--o-line)!important}
.stars i,.pcard-rate i,.z-pd-rate i{color:#000!important}

/* ---------------- Kategori / liste ---------------- */
.product-grid{gap:2rem 1.25rem!important}
.cat-hero,.z-cat-hero{border-radius:0!important}
.page-category h1{text-transform:uppercase;letter-spacing:.06em}

/* ---------------- Ürün sayfası: solda görseller, sağda bilgi ---------------- */
@media(min-width:1024px){
  .page-product #pdWrap{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);column-gap:3.5rem;padding:2rem 2rem 0;align-items:start;max-width:1500px;margin:0 auto}
  .page-product #pdWrap>*{grid-column:2}
  .page-product #pdWrap>.z-pd-strip{grid-column:1;grid-row:1/span 20;display:grid!important;grid-template-columns:1fr 1fr;gap:6px;overflow:visible!important;transform:none!important}
  .page-product #pdWrap>.z-pd-strip>.z-pd-shot:first-child{grid-column:1/-1}
  .page-product .z-pd-shot{width:auto!important;min-width:0!important;height:auto!important;flex:none!important}
  .page-product .z-pd-shot img{width:100%;height:auto!important;aspect-ratio:3/4;object-fit:cover}
  /* Başlık/fiyat/sepet bloğu sayfayla birlikte kayar. Eskiden "yapışkan"dı ama arka planı
     şeffaf olduğu için altından geçen açıklama yazılarının üstüne biniyordu. */
  .page-product #pdWrap>.z-pd-bar{position:static}
}
.z-pd-bar,.z-pd-extra,.z-pd-info{border:0!important;background:transparent!important}
.z-pd-bar{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:1.2rem;padding:1rem 0 0!important}
.z-pd-title h1{font-size:clamp(1.3rem,2.2vw,1.9rem)!important;letter-spacing:.05em;text-transform:uppercase;font-weight:400!important}
.z-pd-buy{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:1rem}
.z-pd-price{display:flex;flex-direction:column;gap:.3rem}
.z-pd-now{font-size:1.25rem!important;font-weight:400!important;color:#000!important}
.z-pd-cta{display:flex;gap:.6rem}
.z-pd-cta .z-add{flex:1;padding:1.05rem!important;font-size:.8rem!important;letter-spacing:.2em}
.z-qty{border:1px solid #000!important;border-radius:0!important}
.z-pd-icons button{border:1px solid var(--o-line)!important;border-radius:0!important}
.pd-var-opts{gap:.45rem!important}
.pd-var-opt{min-width:52px;border:1px solid var(--o-line)!important;border-radius:0!important;background:#fff!important;color:#000!important;font-size:.8rem;padding:.65rem .8rem!important}
.pd-var-opt:hover{border-color:#000!important}
.pd-var-opt.on,.pd-var-opt.active,.pd-var-opt.sel{background:#000!important;color:#fff!important;border-color:#000!important}
.pd-var-head b{font-weight:400;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}
.z-size-link{text-decoration:underline;font-size:.8rem;letter-spacing:.06em}
.pd-tab-head{display:none!important}
.pd-acc{border-top:1px solid var(--o-line);border-radius:0!important}
.pd-acc:last-child{border-bottom:1px solid var(--o-line)}
.pd-acc-head{width:100%;display:flex!important;justify-content:space-between;align-items:center;padding:1.1rem 0!important;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;background:none!important}
.pd-acc .pd-pane{display:none!important;padding:0 0 1.2rem;font-size:.9rem;line-height:1.75}
.pd-acc.open .pd-pane{display:block!important}
.pd-acc-head i{transition:transform .2s}
.pd-acc.open .pd-acc-head i{transform:rotate(180deg)}
.z-pd-camp,.bundle-box,.tier-box{border-radius:0!important}

/* ---------------- Footer ---------------- */
.o-foot{background:var(--o-soft)!important;color:var(--o-ink)!important;margin-top:4rem;padding:0!important}
.o-foot-in{max-width:1400px;margin:0 auto;padding:4rem 2rem 2.5rem;display:grid;grid-template-columns:1.3fr .8fr .8fr 1.4fr;gap:2.5rem}
.o-foot-logo .o-word{font-size:1.5rem}
.o-foot-logo img{height:var(--logo-hf,46px);width:auto}
.o-slogan{margin:1rem 0 .6rem;font-size:.85rem;color:#555;letter-spacing:.04em}
.o-mail{display:block;font-size:.85rem;margin-top:.35rem;text-decoration:underline;text-underline-offset:3px}
.o-foot .z-socials{display:flex;gap:.9rem;margin-top:1.2rem;font-size:1.15rem}
.o-foot .z-socials a{color:#0a0a0a}
.o-foot-col h4,.o-foot-news h4{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.1rem;font-weight:400}
.o-foot-col a{display:block;font-size:.85rem;color:#444;padding:.28rem 0}
.o-foot-col a:hover{color:#000;text-decoration:underline}
.o-foot-news h4{text-transform:none;letter-spacing:.02em;font-size:1rem;line-height:1.45}
.o-news-row{display:flex;border-bottom:1px solid #000}
.o-news-row input{flex:1;min-width:0;border:0;background:transparent;padding:.8rem 0;font-size:.9rem}
.o-news-row input:focus{outline:none}
.o-news-row button{padding:0 .4rem;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase}
.o-check{display:flex;gap:.5rem;align-items:flex-start;margin-top:.9rem;font-size:.72rem;color:#666;line-height:1.5}
.o-check a{text-decoration:underline}
.o-foot-pay{max-width:1400px;margin:0 auto;padding:1.2rem 2rem;display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;border-top:1px solid var(--o-line)}
.o-foot-pay b{font-size:.8rem;letter-spacing:.04em}
.o-foot-pay .z-etbis{margin-left:auto}
.o-foot-pay .z-etbis img{height:40px;width:auto}
.o-foot-bottom{max-width:1400px;margin:0 auto;padding:1.1rem 2rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;border-top:1px solid var(--o-line);font-size:.75rem;color:#555}
.o-foot-bottom nav{display:flex;flex-wrap:wrap;gap:1.4rem}
.o-foot-bottom a:hover{color:#000;text-decoration:underline}
.o-legal{max-width:1400px;margin:0 auto;padding:0 2rem 1.6rem;font-size:.7rem;color:#777;line-height:1.6}
.z-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.z-news,.z-foot-tabs,.z-fpanel,.z-foot-bottom,.z-powered{display:none!important}

/* Çerez bildirimi, sepet çekmecesi, toast */
.cookie-bar,.hp-cookie,#cookieBar{border-radius:0!important;font-size:.8rem}
.cart-drawer,.drawer,#cartDrawer{border-radius:0!important}
.toast{border-radius:0!important;background:#000!important;color:#fff!important}

/* ---------------- Mobil ---------------- */
@media(max-width:1023px){
  .o-band{height:62px;padding:0 .75rem;grid-template-columns:1fr auto 1fr}
  .o-links,.o-desk{display:none!important}
  .o-burger{display:inline-grid}
  .o-word{font-size:1.25rem;letter-spacing:.24em}
  .o-logo img{height:var(--logo-hm,34px)}
  .o-search{padding:.6rem 1rem}
  .page-home .slider{height:min(125vw,78vh)!important}
  .o-sec{padding:3rem 0 .5rem}
  .o-sec .z-rail,.o-split,.o-ig,.o-cards{padding:0 1rem}
  .o-sec .prod-scroller>.pcard{flex:0 0 calc((100% - 1rem)/2)!important}
  .o-sec .prod-scroller{gap:1rem!important}
  .z-rail-arrow{display:none!important}
  .o-split,.o-split.three{grid-template-columns:1fr}
  .o-split.rev .o-split-img{order:0}
  .o-split-list,.o-split.three .o-split-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
  .o-ig{grid-template-columns:repeat(2,minmax(0,1fr))}
  .o-cards{grid-template-columns:1fr}
  .o-card{padding:2rem 1.4rem;min-height:0}
  .o-head .z-recent-clear{position:static;transform:none;margin-top:.6rem}
  .o-foot-in{grid-template-columns:1fr 1fr;padding:3rem 1rem 2rem;gap:2rem}
  .o-foot-brand,.o-foot-news{grid-column:1/-1}
  .o-foot-pay,.o-foot-bottom,.o-legal{padding-left:1rem;padding-right:1rem}
  .o-foot-bottom{flex-direction:column}
  .pcard-name{font-size:.76rem!important}
}
.slider.single .slide-arrow,.slider.single .slide-dots{display:none!important}
.o-foot h4,.o-foot-col h4,.o-foot-news h4{color:#262626!important}
.o-etbis-txt{border:1px solid #262626;padding:.35rem .6rem;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}
.page-product #pdWrap>.empty-state{grid-column:1/-1}
/* Ürün sayfası sağ sütun: tek sütun, akordeon bilgiler, fiyat solda */
.page-product .z-pd-bar{border-bottom:0!important;padding:1rem 0 0!important}
.page-product .z-pd-buy{gap:1.1rem!important}
.page-product .z-pd-price{align-items:flex-start!important;text-align:left!important}
.page-product .z-pd-cta{flex-direction:row!important;align-items:stretch!important;width:100%}
.page-product .z-qty{display:flex;align-items:center}
.page-product .z-qty button{width:40px;height:100%}
.page-product .z-qty input{width:44px;text-align:center;border:0;background:transparent}
.page-product .z-pd-icons{flex-direction:row!important;gap:.5rem}
.page-product .z-pd-icons button{width:46px;height:46px;display:grid;place-items:center;font-size:1rem}
.page-product .z-pd-info{display:block!important;padding:1.4rem 0 0!important}
.page-product .z-pd-side{display:none!important}
.page-product .z-pd-tabs .pd-tab-head{display:none!important}
.page-product .z-pd-tabs .pd-acc-head{display:flex!important}
.page-product .z-pd-tabs .pd-pane,.page-product .z-pd-tabs .pd-pane.active{display:none!important}
.page-product .z-pd-tabs .pd-acc.open .pd-pane{display:block!important}
.page-product .z-pd-extra{padding:1.2rem 0 0!important}
.page-product .z-pd-shot{background:var(--o-soft)!important}
.page-product .z-pd-shot img{mix-blend-mode:normal}
.page-product .z-rail-head h2,.z-rail-head h2{text-transform:uppercase;letter-spacing:.06em;font-size:clamp(1.3rem,2.4vw,2rem)}
@media(max-width:1023px){.page-product .z-pd-bar,.page-product .z-pd-extra,.page-product .z-pd-info{padding-left:16px!important;padding-right:16px!important}}
.page-product .z-qty button{color:#000!important}
/* Ürün görsel ızgarası: sabit yükseklik yok, her görsel 3:4 tam görünür */
@media(min-width:1024px){
  .page-product #pdWrap>.z-pd-strip{height:auto!important}
  .page-product #pdWrap>.z-pd-strip>.z-pd-shot{height:auto!important;aspect-ratio:3/4}
  .page-product #pdWrap>.z-pd-strip>.z-pd-shot img{position:static!important;width:100%!important;height:100%!important;object-fit:contain!important}
}
.page-product .z-pd-extra{display:flex!important;flex-direction:column!important;align-items:flex-start!important;text-align:left}
.page-product .z-size-row{order:2;margin-top:.6rem}
.page-product .pd-variants{width:100%}
.page-product .z-size-link i{color:#000!important}
.page-product #pdWrap>.z-pd-extra{max-width:none!important;margin:1rem 0 0!important;padding:0!important}
/* Plus Jakarta Sans: başlıklar kalın, logo ikas tarzı kalın ve sıkı */
h1,h2,h3,h4,.o-title{font-weight:700!important;letter-spacing:-.01em!important}
.o-word{font-weight:700;letter-spacing:.2em;padding-left:.2em;font-size:1.6rem;text-transform:uppercase}
.o-slide-plain b{font-weight:800;letter-spacing:-.02em;padding-left:0}
.o-links a,.o-sub,.pd-acc-head,.o-foot-col h4{font-weight:600}
.pcard-name{font-weight:600!important;letter-spacing:.01em}
.btn,.o-btn,.z-add,.btn-add{font-weight:700!important}

/* ---- Tema rengi: panelden değişir (Ana Sayfa Düzeni → Tema & Footer). Varsayılan siyah.
   Eski temanın bordo/mercan/kırmızı değişkenleri bu renge bağlanır; sitede eski renk kalmaz. ---- */
:root{--o-main:#000;--o-main-txt:#fff}
:root,:root body{
  --z-plum:var(--o-main); --z-coral:#111; --z-red:var(--o-main); --z-yellow:#fff; --z-gold:#8a8a8a; --z-beige:#f6f6f6;
  --green:var(--o-main); --green-d:var(--o-main); --green-dd:var(--o-main); --head:var(--o-main); --teal:var(--o-main);
}
.btn,.btn-primary,.btn-dark,.o-btn:not(.light),.z-add,.btn-add,.sup-fab:not(.wa),.sup-head,.o-badge,.pcard-badges span:not(.badge-disc),.z-marquee{background:var(--o-main)!important;color:var(--o-main-txt)!important;border-color:var(--o-main)!important}
.sup-fab:not(.wa){box-shadow:0 8px 22px rgba(0,0,0,.25)!important}
.z-tb-btn i,.z-chip.on,.z-size-link i,.z-pd-ship i,.z-pd-line i,.z-size-note i,.stars,.pcard-fav.on,.z-pd-icons button.on,.page-category .side-cats h4 i{color:var(--o-main)!important}
.page-category .side-cats a.active{color:var(--o-main)!important;border-left-color:var(--o-main)!important}
.page-category .filter-clear{border-color:var(--o-main)!important;color:var(--o-main)!important;border-radius:0!important}
.z-pd-camp,.z-pc-disc b{background:transparent!important;color:var(--o-sale)!important}
.z-check input,.o-check input{accent-color:var(--o-main)}
.ship-timeline li.now .st-dot{background:var(--o-main)!important;box-shadow:0 0 0 4px rgba(0,0,0,.12)!important}
.ship-timeline li.now b,.z-dfoot b{color:var(--o-main)!important}
.z-adminbar{background:var(--o-main)!important}
.z-adminbar a{color:var(--o-main)!important}
/* Kategori araç çubuğu (Filtrele · ürün sayısı · Sırala): kaydırınca ürünlerin üstünde gezmesin */
.z-toolbar{position:static!important;top:auto!important}
/* Footer: Furkatech E-Commerce imzası */
.o-powered{max-width:1400px;margin:0 auto;padding:0 2rem 1.6rem;display:flex;justify-content:center}
.o-powered a{display:inline-flex;align-items:center;gap:.5rem;color:#777;font-size:.72rem;letter-spacing:.04em}
.o-powered img{height:22px;width:auto;opacity:.75}
.o-powered b{font-weight:700;color:#444}
.o-powered a:hover{color:#000}.o-powered a:hover img{opacity:1}
.o-sec .z-rail-arrow.prev{left:.75rem}.o-sec .z-rail-arrow.next{right:.75rem}
.o-sec .prod-scroller>.pcard{min-width:0}
.page-home .slide-caption .btn{border-radius:0!important;font-size:.8rem!important;padding:.9rem 1.8rem!important;box-shadow:none!important}
#hp-header{position:sticky;top:0;z-index:610;min-height:78px!important}
.mobile-menu-open #hp-header{z-index:1650}
.page-home #hp-header{min-height:78px!important}
.o-icon{display:block;flex-shrink:0}

/* Mobil ana menü: hesap satırı ve yalnızca ana sayfa bağlantıları. */
.z-drawer:not(.open){visibility:hidden}
.o-drawer-head{display:grid;grid-template-columns:44px minmax(0,1fr) 80px;height:62px;min-height:62px;padding:0 .5rem;border:0;gap:.25rem}
.o-drawer-head .o-logo{justify-self:center;max-width:100%}
.o-drawer-head .o-logo img{max-width:100%;height:32px}
.o-drawer-head .o-word{font-size:1.15rem;letter-spacing:.2em}
.o-drawer-tools{display:flex}
.o-drawer-tools .o-ico{width:40px}
.o-drawer-account{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem 1.3rem;border-bottom:1px solid #f3f3f3;font-size:.72rem;letter-spacing:.03em}
.o-drawer-account a{display:flex;align-items:center;gap:.5rem}
.o-drawer-account a:last-child{text-decoration:underline;text-underline-offset:3px}
.z-drawer-body{padding:0 1.5rem}
.z-drawer .z-drow{padding:1.4rem .25rem;min-height:64px;font-size:1rem!important;letter-spacing:.02em;font-weight:600;border-bottom:1px solid #f3f3f3}
.o-band{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}
.o-links{gap:clamp(.8rem,1.7vw,1.9rem)}
.o-links a{white-space:nowrap;font-size:.7rem;letter-spacing:.08em}
.o-powered{padding-top:1rem;border-top:1px solid var(--o-line)}
.o-powered a{font-size:.8rem;color:#444;gap:.35rem}
.o-powered img{height:32px;width:64px;opacity:1}

/* Görselin yüksekliğini kendi oranı belirler; yanındaki uzun sütun fotoğrafı uzatmaz. */
.o-split,.o-split-list,.o-ig{align-items:start}
.o-split-img{width:100%;min-width:0;aspect-ratio:4/5}
.o-split-img picture{display:block;width:100%;height:100%}
.o-split-img img{display:block;width:100%;height:100%;object-fit:cover}
.o-split-img .o-split-caption{display:flex;flex-direction:column;gap:.6rem;right:1.5rem}
.o-split-caption strong{font-weight:600;font-size:1.1rem}
.o-split-caption small{font-size:.85rem;letter-spacing:0;text-transform:none;max-width:40ch}
.o-split-caption b{font-size:.72rem;font-weight:500;text-decoration:underline;text-underline-offset:4px}
.o-ig a{min-width:0;aspect-ratio:3/4}
.o-ig img{display:block;width:100%;height:100%;object-fit:cover}
.o-ig a:only-child{grid-column:1/-1;max-width:600px;justify-self:center;width:100%}
.slide{min-width:100%;position:relative}
.page-home .slider[hidden]{display:none!important}
.o-slide-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0}
.video-playing .o-slide-video{opacity:1}
.o-video-toggle,.o-video-link{position:absolute;bottom:1.5rem;right:1.5rem;z-index:5;padding:.65rem 1rem;color:#fff;background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.7);font-size:.72rem}
.o-video-link{right:auto;left:1.5rem}
.slide-caption{pointer-events:none}
.slide-caption a{pointer-events:auto}
.slider{touch-action:pan-y}
.slide-dots button{position:relative}
.slide-dots button::before{content:"";position:absolute;inset:-10px 0}
a:focus-visible,button:focus-visible{outline:2px solid currentColor;outline-offset:4px}
@media(max-width:1023px){
  #hp-header,.page-home #hp-header{min-height:62px!important}
  .z-drawer-panel{width:min(100%,390px)}
  .o-word{font-size:1.2rem}
  .o-band{grid-template-columns:44px minmax(0,1fr) 80px;gap:.25rem}
  .o-band .o-logo{max-width:100%}.o-band .o-logo img{max-width:100%}
  .o-right{gap:0}.o-right .o-ico{width:40px}
  .page-home .slider{height:auto!important;aspect-ratio:3/4;max-height:none}
  .page-home .slides{position:absolute;inset:0}
  .o-slide-plain{min-height:0}
  .o-split-img{aspect-ratio:4/5;max-height:none}
  .o-split.no-img .o-split-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .o-ig{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
  .o-ig a{aspect-ratio:3/4;height:auto}
  .o-ig img{aspect-ratio:3/4;max-height:none}
  .o-ig a:last-child:nth-child(odd):not(:only-child){grid-column:1/-1;aspect-ratio:4/3}
  .o-ig a:last-child:nth-child(odd):not(:only-child) img{aspect-ratio:4/3}
  .o-video-toggle,.o-video-link{bottom:2rem;right:1rem;padding:.55rem .7rem}
  .o-video-link{right:auto;left:1rem}
}
@media(prefers-reduced-motion:reduce){
  .slides,.z-drawer-panel,.z-drawer-ov{transition:none!important}
  .z-marquee-track{animation:none!important}
  .pcard-media img,.o-split-img img{transition:none!important;transform:none!important}
}
/* Ürünler menüsü açılır ok ikonu — metin karakteri yerine SVG, hizası her fontta sabit */
.o-chevron{display:inline-flex;align-items:center;justify-content:center;transition:transform .15s;flex:none}
.o-products-menu[open]>summary .o-chevron{transform:rotate(180deg)}
.z-drow .o-chevron{margin-left:auto}
/* Çerez bandı: mobilde kısa ve tek satır düğme grubu — sayfa içeriğini bastırmasın */
@media(max-width:1023px){
  .cookie-bar.cerez{padding:.85rem .9rem;gap:.6rem;font-size:.78rem}
  .cookie-bar.cerez .cerez-metin p{font-size:.76rem;line-height:1.45}
  .cerez-btn{display:grid!important;grid-template-columns:1fr 1fr;gap:.5rem;width:100%}
  .cerez-btn .btn{padding:.6rem .5rem!important;font-size:.72rem!important;flex:none!important}
  .cerez-btn .btn-primary{grid-column:1/-1}
  .cerez-tercih{margin-top:.5rem;gap:.35rem}
  .cerez-tercih label{font-size:.74rem}
}
/* Bedenimi Bul / AR ile Gör — ürün sayfası ek araç düğmeleri */
.z-size-row{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;align-items:center}
.z-size-find,.z-ar-link{background:none;border:0;padding:0;color:#000;font-size:.8rem;text-decoration:underline;text-underline-offset:3px;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer}
.z-size-find:hover,.z-ar-link:hover{opacity:.7}
.sf-box .sf-not{font-size:.82rem;color:var(--o-muted);margin:.6rem 0 1rem;line-height:1.5}
.sf-row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.sf-row label{display:flex;flex-direction:column;gap:.3rem;font-size:.78rem;font-weight:600;flex:1;min-width:120px}
.sf-row input[type="number"]{border:1px solid var(--o-line);padding:.65rem;font-size:.95rem;font-weight:400}
.sf-fit{gap:1.4rem;align-items:center}
.sf-fit label{flex-direction:row;align-items:center;gap:.4rem;font-weight:400;flex:none}
.sf-sonuc{margin-top:1.2rem;padding-top:1.1rem;border-top:1px solid var(--o-line);display:flex;flex-direction:column;gap:.7rem}
.sf-sonuc b{font-size:1.05rem}
.sf-sonuc small{color:var(--o-muted);font-size:.76rem;line-height:1.5}
.sf-sonuc small a{color:#000;text-decoration:underline}
.ar-box .ar-wrap{margin:.8rem 0}
.ar-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;height:200px;color:var(--o-muted);font-size:.85rem}
model-viewer{--poster-color:#f6f6f6}
.ar-btn{background:#000;color:#fff;border:0;padding:.8rem 1.4rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.5rem;position:absolute;bottom:16px;right:16px;box-shadow:0 6px 18px rgba(0,0,0,.25)}
