/*
Theme Name: Nar-ı Zēn
Theme URI: https://narizen.com.tr
Description: Nar-ı Zēn için özel tasarlanmış Astra child teması — mühür kimliği, gezinen mühür animasyonu ve WooCommerce vitrini.
Author: Nar-ı Zēn
Version: 1.0.0
Template: astra
Text Domain: narizen-child
*/

/* ══════════ NAR-I ZĒN ══════════ */
:root{
  --bg:#f6f2ea; --ink:#171310; --soft:#7d7166; --line:#e6ded0;
  --wax:#9c1f33; --wax-d:#7d1526; --blush:#f3e4e2; --sand:#efe6d6;
}

/* ── Ana sayfa gövdesi ── */
body.nz-home{font-family:'Inter',sans-serif;font-weight:300;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden;margin:0}
.nz *{margin:0;padding:0;box-sizing:border-box}
.nz{position:relative}
.nz a{color:inherit;text-decoration:none}
.nz img{display:block;max-width:100%;height:auto}
.nz button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}
.nz ::selection{background:var(--wax);color:#fff}
.nz .wrap{max-width:1440px;margin:0 auto;padding:0 clamp(18px,3.4vw,52px)}
.nz .ser{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-weight:400}

/* ── Gezinen mühür ── */
#nz-flyer{position:fixed;z-index:30;pointer-events:none;width:min(30vw,300px);left:50%;top:50%;
  transform:translate(-50%,-50%);will-change:transform;filter:drop-shadow(0 30px 50px rgba(156,31,51,.28))}
#nz-flyer img{width:100%;animation:nzIdle 7s ease-in-out infinite}
@keyframes nzIdle{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
#nz-flyer.hide{opacity:0;transition:opacity .5s}

/* ── Nav ── */
.nz-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 0;transition:.4s}
.nz-nav.sc{padding:11px 0;background:#f6f2eaf2;backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--line)}
.nz-nav .nv{display:flex;justify-content:space-between;align-items:center;gap:20px}
.nz-nav .lg{display:flex;align-items:center;gap:11px}
.nz-nav .lg img{width:34px}
.nz-nav .lg b{font-family:'Bodoni Moda',serif;font-weight:400;font-size:20px;letter-spacing:.28em;text-transform:uppercase}
.nz-nav .nlinks{display:flex;gap:30px;font-size:13px;letter-spacing:.02em}
.nz-nav .nlinks a{position:relative;padding:4px 0;color:var(--soft);transition:.3s}
.nz-nav .nlinks a:hover{color:var(--ink)}
.nz-nav .nright{display:flex;gap:10px;align-items:center}
.nz-nav .icobtn{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;transition:.35s;font-size:14px;background:#fff}
.nz-nav .icobtn:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.nz-nav .cartbtn{position:relative;display:flex;align-items:center;gap:9px;background:var(--ink);color:#fff;padding:12px 22px;border-radius:99px;font-size:13px;transition:.35s}
.nz-nav .cartbtn:hover{background:var(--wax)}
.nz-nav .cartbtn .cnt{background:#fff;color:var(--ink);border-radius:99px;min-width:20px;height:20px;display:grid;place-items:center;font-size:11px;font-weight:500}

/* ── Hero ── */
.nz-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:120px 0 80px}
.nz-hero::before{content:"";position:absolute;inset:0;background:
  radial-gradient(60% 50% at 22% 28%,#f3e4e2 0%,transparent 62%),
  radial-gradient(55% 46% at 80% 68%,#efe6d6 0%,transparent 60%)}
.nz-bigword{position:relative;z-index:2;text-align:center;margin:clamp(30px,5vw,60px) 0 0;line-height:.82;pointer-events:none}
.nz-bigword span{display:block;font-family:'Bodoni Moda',serif;font-size:clamp(72px,17.5vw,270px);letter-spacing:-.02em}
.nz-bigword .w1{color:var(--ink)}
.nz-bigword .w2{color:transparent;-webkit-text-stroke:1.4px var(--wax);opacity:.9;font-size:clamp(30px,7vw,108px);letter-spacing:.06em}
.nz-hero .bottom{position:relative;z-index:5;display:flex;justify-content:space-between;align-items:flex-end;gap:26px;flex-wrap:wrap;margin-top:clamp(40px,7vw,90px)}
.nz-hero .disc{display:flex;align-items:center;gap:13px;font-size:12.5px;letter-spacing:.06em;color:var(--soft)}
.nz-hero .disc .sq{width:34px;height:34px;border:1px solid var(--line);display:grid;place-items:center;border-radius:50%;background:#fff;animation:nzBob 2.4s ease-in-out infinite}
@keyframes nzBob{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}
.nz-hero .pitch{max-width:340px;font-size:14px;line-height:1.85;color:var(--soft);text-align:right}
.nz .btn{display:inline-flex;align-items:center;gap:11px;font-size:13px;letter-spacing:.02em;font-weight:400;
  padding:16px 34px;border-radius:99px;background:var(--ink);color:#fff;transition:.4s;border:1px solid var(--ink);cursor:pointer}
.nz .btn:hover{background:var(--wax);border-color:var(--wax);transform:translateY(-2px);color:#fff}
.nz .btn.o{background:transparent;color:var(--ink)}
.nz .btn.o:hover{background:var(--ink);color:#fff}

/* ── Şerit ── */
.nz-strip{background:var(--ink);color:#f6f2ea;padding:15px 0;overflow:hidden;white-space:nowrap;position:relative;z-index:40}
.nz-strip .rn{display:inline-block;animation:nzRun 30s linear infinite;font-size:13px;letter-spacing:.16em;text-transform:uppercase}
.nz-strip i{font-style:normal;color:#d98f9c;margin:0 22px}
@keyframes nzRun{to{transform:translateX(-50%)}}

/* ── Mağaza ── */
.nz-shop{padding:clamp(70px,8vw,110px) 0 clamp(80px,9vw,130px);position:relative;z-index:40;background:var(--bg)}
.nz-shophead{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:34px}
.nz-shophead h2{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:clamp(34px,5vw,68px);line-height:1;letter-spacing:-.01em}
.nz-shophead h2 i{font-style:italic;color:var(--wax)}
.nz-shophead .sub{font-size:13.5px;color:var(--soft);margin-top:10px}
.nz-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:44px}
.nz-chips{display:flex;gap:9px;flex-wrap:wrap}
.nz-chip{font-size:12.5px;padding:10px 20px;border-radius:99px;border:1px solid var(--line);background:#fff;transition:.32s;white-space:nowrap}
.nz-chip:hover{border-color:var(--ink)}
.nz-chip.on{background:var(--ink);color:#fff;border-color:var(--ink)}
.nz-sort{font-size:12.5px;color:var(--soft)}

.nz-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.6vw,24px)}
.nz-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;position:relative;
  transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s,border-color .4s;display:flex;flex-direction:column}
.nz-card:hover{transform:translateY(-8px);box-shadow:0 26px 60px rgba(23,19,16,.11);border-color:#d8ccb8}
.nz-card.hide{display:none}
.nz-art{position:relative;aspect-ratio:1/1.04;display:grid;place-items:center;overflow:hidden;background:linear-gradient(150deg,#f6efe3,#eadfcb)}
.nz-art.a2{background:linear-gradient(150deg,#f5e9e7,#e8d5d2)}
.nz-art.a3{background:linear-gradient(150deg,#f1efe6,#e0dccd)}
.nz-art.a4{background:linear-gradient(150deg,#f7f0e6,#e9dcc6)}
.nz-art .pimg{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}
.nz-card:hover .nz-art .pimg{transform:scale(1.05)}
.nz-art svg{width:58%;position:relative;z-index:2;transition:transform .8s cubic-bezier(.16,1,.3,1)}
.nz-card:hover .nz-art svg{transform:translateY(-7px) scale(1.05)}
.nz-art svg path,.nz-art svg ellipse,.nz-art svg line{fill:none;stroke:var(--ink);stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;opacity:.82}
.nz-art .sl{position:absolute;width:19%;left:50%;top:50%;transform:translate(-50%,-50%) scale(.6);opacity:0;transition:.55s cubic-bezier(.3,1.4,.4,1);z-index:3}
.nz-card:hover .nz-art .sl{opacity:1;transform:translate(-50%,-50%) scale(1)}
.nz-art .shadow{position:absolute;bottom:12%;left:50%;transform:translateX(-50%);width:52%;height:9px;background:rgba(23,19,16,.12);filter:blur(7px);border-radius:50%}
.nz-flag{position:absolute;top:12px;left:12px;z-index:4;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;
  background:var(--wax);color:#fff;padding:6px 13px;border-radius:99px}
.nz-flag.dk{background:var(--ink)}
.nz-info{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}
.nz-info .cat{font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--wax);margin-bottom:8px}
.nz-info h3{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:19px;line-height:1.25;margin-bottom:6px;font-weight:400}
.nz-info h3 a{color:inherit}
.nz-info .ds{font-size:12.5px;color:var(--soft);line-height:1.6;margin-bottom:16px}
.nz-info .row{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:12px}
.nz-price{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:19px}
.nz-price del{color:var(--soft);font-size:14px;margin-right:7px;font-family:'Inter',sans-serif}
.nz-price ins{text-decoration:none}
.nz-price .woocommerce-Price-amount{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif}
.nz-add{font-size:12px;background:var(--ink);color:#fff!important;padding:11px 18px;border-radius:99px;transition:.35s;white-space:nowrap;display:inline-block}
.nz-card:hover .nz-add{background:var(--wax)}
.nz-add.loading{opacity:.6}
.nz-add.added::after{content:" ✓"}
.nz-loadmore{text-align:center;margin-top:56px}

/* ── İsim hikâyesi ── */
.nz-name{position:relative;z-index:40;padding:clamp(80px,10vw,150px) 0;
  background:linear-gradient(180deg,var(--bg),var(--blush) 46%,var(--bg))}
.nz-namehead{text-align:center;max-width:660px;margin:0 auto clamp(50px,6vw,80px)}
.nz-namehead .kk{font-size:11.5px;letter-spacing:.34em;text-transform:uppercase;color:var(--wax);display:block;margin-bottom:16px}
.nz-namehead h2{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:clamp(30px,4.4vw,58px);line-height:1.06;font-weight:400}
.nz-namehead h2 i{font-style:italic;color:var(--wax)}
.nz-namegrid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(16px,2vw,28px);max-width:940px;margin:0 auto}
.nz-ncard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(30px,3.4vw,46px);position:relative;overflow:hidden;transition:.5s}
.nz-ncard:hover{transform:translateY(-6px);box-shadow:0 26px 60px rgba(23,19,16,.1);border-color:#dccfbb}
.nz-ncard .glyph{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:clamp(56px,7vw,92px);line-height:.9;color:var(--wax);opacity:.16;position:absolute;right:22px;top:14px}
.nz-ncard .lbl{font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--wax);display:block;margin-bottom:16px}
.nz-ncard h3{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:26px;margin-bottom:14px;font-weight:400}
.nz-ncard p{font-size:14.5px;line-height:1.9;color:var(--soft)}
.nz-ncard p+p{margin-top:12px}
.nz-ncard b{font-weight:500;color:var(--ink)}
.nz-nsum{grid-column:1/-1;background:var(--ink);color:var(--bg);border-color:var(--ink);text-align:center;padding:clamp(40px,5vw,64px)}
.nz-nsum .lbl{color:#e8a7b1}
.nz-nsum h3{font-size:clamp(24px,3.4vw,40px);line-height:1.3;margin-bottom:14px}
.nz-nsum h3 i{font-style:italic;color:#e8a7b1}
.nz-nsum p{color:#a79b90;max-width:520px;margin:0 auto}

/* ── Kadın emeği ── */
.nz-women{position:relative;z-index:40;padding:clamp(70px,9vw,130px) 0;background:var(--bg)}
.nz-wg{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(34px,5vw,80px);align-items:center}
.nz-wleft .kk{font-size:11.5px;letter-spacing:.34em;text-transform:uppercase;color:var(--wax);display:block;margin-bottom:16px}
.nz-wleft h2{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:clamp(30px,4.4vw,56px);line-height:1.04;margin-bottom:20px;font-weight:400}
.nz-wleft h2 i{font-style:italic;color:var(--wax)}
.nz-wleft p{font-size:15px;line-height:1.95;color:var(--soft);max-width:460px;margin-bottom:14px}
.nz-wstats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden;margin-top:32px}
.nz-ws{background:#fff;padding:26px 20px;text-align:center}
.nz-ws b{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:30px;display:block;color:var(--wax);margin-bottom:6px;font-weight:400}
.nz-ws span{font-size:12px;color:var(--soft);line-height:1.5;display:block}
.nz-wquote{background:var(--blush);border-radius:20px;padding:clamp(34px,4vw,56px);position:relative}
.nz-wquote .mk{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:64px;line-height:.4;color:var(--wax);opacity:.35;display:block;margin-bottom:22px}
.nz-wquote q{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:clamp(20px,2.4vw,30px);line-height:1.45;quotes:none;display:block}
.nz-wquote .by{margin-top:26px;font-size:12.5px;color:var(--soft)}
.nz-wquote .by b{font-weight:500;color:var(--ink);display:block;font-size:13.5px;margin-bottom:3px}

/* ── Süreç ── */
.nz-proc{padding:clamp(70px,9vw,130px) 0;position:relative;z-index:40;background:var(--bg)}
.nz-prochead{max-width:640px;margin-bottom:52px}
.nz-prochead h2{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:clamp(30px,4.4vw,58px);line-height:1.02;font-weight:400}
.nz-prochead h2 i{font-style:italic;color:var(--wax)}
.nz-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.nz-stp{background:#fff;padding:clamp(26px,3vw,42px);transition:.45s;position:relative}
.nz-stp:hover{background:var(--sand)}
.nz-stp .n{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:13px;color:var(--wax);letter-spacing:.16em;display:block;margin-bottom:20px}
.nz-stp b{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-weight:400;font-size:20px;display:block;margin-bottom:10px}
.nz-stp p{font-size:13px;line-height:1.8;color:var(--soft)}

/* ── Sözler ── */
.nz-pledge{padding:clamp(70px,9vw,130px) 0;position:relative;z-index:40;background:var(--bg)}
.nz-pg{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(34px,5vw,80px);align-items:center}
.nz-pgleft h2{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:clamp(30px,4.4vw,56px);line-height:1.04;margin-bottom:18px;font-weight:400}
.nz-pgleft h2 i{font-style:italic;color:var(--wax)}
.nz-pgleft p{font-size:14.5px;line-height:1.9;color:var(--soft);max-width:400px;margin-bottom:26px}
.nz-pcards{display:grid;gap:12px}
.nz-pc{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px 26px;display:flex;gap:20px;align-items:flex-start;transition:.4s}
.nz-pc:hover{border-color:#d8ccb8;transform:translateX(6px)}
.nz-pc .rn{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;color:var(--wax);font-size:14px;min-width:24px;padding-top:2px}
.nz-pc b{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-weight:400;font-size:18px;display:block;margin-bottom:6px}
.nz-pc span{font-size:13px;color:var(--soft);line-height:1.75}

/* ── Final ── */
.nz-final{padding:clamp(90px,12vw,170px) 0;text-align:center;position:relative;z-index:40;background:var(--bg)}
.nz-final h2{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:clamp(38px,6.4vw,100px);line-height:1;margin-bottom:20px;font-weight:400}
.nz-final h2 i{font-style:italic;color:var(--wax)}
.nz-final p{color:var(--soft);font-size:15.5px;max-width:400px;margin:0 auto 36px;line-height:1.85}
.nz-final .promo{margin-top:24px;font-size:12.5px;color:var(--soft)}
.nz-final .promo b{color:var(--wax);font-weight:500}

/* ── Mail + footer ── */
.nz-mail{background:var(--ink);color:var(--bg);padding:clamp(56px,7vw,88px) 0;position:relative;z-index:40}
.nz-mi{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,64px);align-items:center}
.nz-mail h3{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:clamp(24px,3vw,36px);line-height:1.25;font-weight:400}
.nz-mail .sm{color:#9d9187;font-size:13.5px;margin-top:11px}
.nz-mail form{display:flex;background:#ffffff12;border:1px solid #f6f2ea2e;border-radius:99px;padding:5px;justify-self:end;width:100%;max-width:480px}
.nz-mail input{flex:1;background:none;border:0;outline:none;color:var(--bg);font-family:inherit;font-size:14px;padding:13px 20px}
.nz-mail input::placeholder{color:#9d9187}
.nz-mail button{background:var(--bg);color:var(--ink);border-radius:99px;padding:13px 26px;font-size:12.5px;transition:.35s}
.nz-mail button:hover{background:var(--wax);color:#fff}
.nz-foot{background:var(--ink);color:#9d9187;padding:0 0 40px;position:relative;z-index:40}
.nz-fg{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:clamp(28px,4vw,56px);padding-top:56px;border-top:1px solid #f6f2ea1a;margin-bottom:52px}
.nz-fb{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.nz-fb img{width:32px}
.nz-fb span{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:17px;letter-spacing:.3em;text-transform:uppercase;color:var(--bg)}
.nz-foot p{font-size:13.5px;line-height:1.9;max-width:280px}
.nz-foot h4{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--bg);margin-bottom:18px}
.nz-foot li{list-style:none;margin-bottom:11px}
.nz-foot li a{font-size:13.5px;transition:.3s}
.nz-foot li a:hover{color:var(--bg)}
.nz-fbot{border-top:1px solid #f6f2ea14;padding-top:26px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:11.5px}

/* ── Toast ── */
.nz-toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,150%);background:var(--ink);color:var(--bg);
  padding:15px 28px;border-radius:99px;z-index:300;font-size:13.5px;box-shadow:0 16px 40px rgba(23,19,16,.28);
  transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;gap:10px;align-items:center;font-family:'Inter',sans-serif}
.nz-toast.on{transform:translate(-50%,0)}
.nz-toast b{color:#e8a7b1;font-weight:500}

/* ── Reveal ── */
.nz .rv{opacity:0;transform:translateY(30px);transition:opacity .95s cubic-bezier(.16,1,.3,1),transform .95s cubic-bezier(.16,1,.3,1)}
.nz .rv.on{opacity:1;transform:none}

@media(max-width:1100px){.nz-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:860px){
  .nz-nav .nlinks{display:none}
  .nz-grid{grid-template-columns:repeat(2,1fr)}
  .nz-steps{grid-template-columns:1fr 1fr}
  .nz-pg,.nz-wg,.nz-mi{grid-template-columns:1fr}
  .nz-mail form{justify-self:start}
  .nz-fg{grid-template-columns:1fr 1fr}
  #nz-flyer{width:44vw}
  .nz-hero .pitch{text-align:left}
  .nz-namegrid{grid-template-columns:1fr}
}
@media(max-width:520px){.nz-grid{grid-template-columns:1fr}}


/* ── Ana sayfada Astra başlık/altbilgisini gizle ── */
body.nz-home .site-header,
body.nz-home #masthead,
body.nz-home .ast-above-header,
body.nz-home .ast-below-header,
body.nz-home .ast-mobile-header-wrap,
body.nz-home .site-footer,
body.nz-home #colophon,
body.nz-home .ast-scroll-top{display:none!important}
body.nz-home #content,
body.nz-home .site-content,
body.nz-home #primary,
body.nz-home .ast-container,
body.nz-home .entry-content,
body.nz-home .site-main{padding:0!important;margin:0!important;max-width:none!important;width:100%!important}
body.nz-home .entry-header,
body.nz-home .entry-title{display:none!important}
body.nz-home #page{overflow-x:hidden}


/* ── Hero ölçü düzeltmesi ── */
.nz-bigword{overflow:hidden;width:100%;padding:0 clamp(12px,3vw,40px)}
.nz-bigword span{white-space:nowrap;display:block;max-width:100%}
.nz-bigword .w1{font-size:clamp(34px,10.6vw,158px)!important;letter-spacing:-.01em}
.nz-bigword .w2{font-size:clamp(13px,4.15vw,60px)!important;letter-spacing:.08em;-webkit-text-stroke-width:1.1px}
#nz-flyer{width:min(21vw,215px)}
.nz-hero{padding:clamp(96px,12vw,140px) 0 60px}
@media(max-width:860px){
  #nz-flyer{width:min(34vw,180px)}
  .nz-bigword .w1{font-size:clamp(30px,11.5vw,90px)!important}
  .nz-bigword .w2{font-size:clamp(11px,4.5vw,34px)!important}
}


/* ── Genişlik taşması düzeltmesi ── */
body.nz-home .ast-container{display:block!important}
body.nz-home .nz{min-width:0!important;width:100%!important;max-width:100vw!important;overflow-x:clip}
body.nz-home .nz *{min-width:0}
body.nz-home .nz-strip,body.nz-home .nz-strip .rn{max-width:100vw}
body.nz-home .nz-strip{overflow:hidden!important}
.nz-bigword .w1{font-size:clamp(34px,12vw,190px)!important}
.nz-bigword .w2{font-size:clamp(13px,4.7vw,72px)!important}


/* ── Hero alt satırı kenarlara yasla ── */
body.nz-home .nz-hero > .wrap{max-width:none!important;padding:0 clamp(20px,2.6vw,44px)!important}
body.nz-home .nz-hero .bottom{align-items:flex-end}
body.nz-home .nz-hero .pitch{max-width:300px;font-size:13.5px;line-height:1.8}


/* ── Hero wrap tam genişlik ── */
body.nz-home .nz-hero > .wrap{width:100%!important;margin-left:0!important;margin-right:0!important;align-self:stretch}


/* ══════════ MOBİL ══════════ */
@media(max-width:768px){
  body.nz-home .nz-hero{min-height:auto;padding:104px 0 54px}
  body.nz-home .nz-hero > .wrap{padding:0 20px!important}
  body.nz-home .nz-bigword{margin-top:8px;padding:0}
  body.nz-home .nz-bigword .w1{font-size:clamp(30px,12.5vw,64px)!important}
  body.nz-home .nz-bigword .w2{font-size:clamp(11px,4.9vw,26px)!important;-webkit-text-stroke-width:.9px}
  body.nz-home #nz-flyer{width:min(40vw,150px)}

  body.nz-home .nz-hero .bottom{flex-direction:column;align-items:stretch;gap:26px;margin-top:44px}
  body.nz-home .nz-hero .pitch{text-align:left;max-width:100%;font-size:14px}
  body.nz-home .nz-hero .bottom > div:last-child > div{text-align:left!important}
  body.nz-home .nz .btn{width:100%;justify-content:center;padding:16px 24px;font-size:12.5px}
  body.nz-home .nz-hero .disc{font-size:12px}

  body.nz-home .nz-nav{padding:12px 0}
  body.nz-home .nz-nav.sc{padding:9px 0}
  body.nz-home .nz-nav .lg img{width:28px}
  body.nz-home .nz-nav .lg b{font-size:15px;letter-spacing:.2em}
  body.nz-home .nz-nav .icobtn{width:36px;height:36px}
  body.nz-home .nz-nav .cartbtn{padding:9px 15px;font-size:12px}

  body.nz-home .nz-strip{padding:11px 0}
  body.nz-home .nz-strip .rn{font-size:11px;letter-spacing:.1em}
  body.nz-home .nz-strip i{margin:0 14px}

  body.nz-home .nz-shop{padding:52px 0 64px}
  body.nz-home .nz-shophead{margin-bottom:22px}
  body.nz-home .nz-shophead h2{font-size:32px}
  body.nz-home .nz-bar{margin-bottom:26px;padding:13px 0}
  body.nz-home .nz-chips{gap:7px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  body.nz-home .nz-chips::-webkit-scrollbar{display:none}
  body.nz-home .nz-chip{font-size:12px;padding:9px 15px}
  body.nz-home .nz-sort{display:none}
  body.nz-home .nz-grid{grid-template-columns:1fr 1fr!important;gap:11px}
  body.nz-home .nz-info{padding:13px 13px 16px}
  body.nz-home .nz-info h3{font-size:15px;line-height:1.25}
  body.nz-home .nz-info .ds{display:none}
  body.nz-home .nz-info .cat{font-size:9.5px;margin-bottom:5px}
  body.nz-home .nz-info .row{flex-direction:column;align-items:flex-start;gap:9px}
  body.nz-home .nz-price{font-size:16px}
  body.nz-home .nz-price .woocommerce-Price-amount{font-size:16px}
  body.nz-home .nz-add{width:100%;text-align:center;padding:10px 12px;font-size:11.5px}
  body.nz-home .nz-flag{font-size:9px;padding:5px 9px;top:8px;left:8px}
  body.nz-home .nz-art .sl{opacity:1;transform:translate(-50%,-50%) scale(1);width:22%}

  body.nz-home .nz-name{padding:56px 0}
  body.nz-home .nz-namehead{margin-bottom:30px}
  body.nz-home .nz-namehead h2{font-size:29px}
  body.nz-home .nz-namegrid{grid-template-columns:1fr;gap:12px}
  body.nz-home .nz-ncard{padding:26px 22px;border-radius:14px}
  body.nz-home .nz-ncard h3{font-size:21px}
  body.nz-home .nz-ncard p{font-size:14px}
  body.nz-home .nz-ncard .glyph{font-size:48px;right:16px;top:10px}
  body.nz-home .nz-nsum h3{font-size:23px}

  body.nz-home .nz-women{padding:56px 0}
  body.nz-home .nz-wg{gap:28px}
  body.nz-home .nz-wleft h2{font-size:28px}
  body.nz-home .nz-wstats{margin-top:24px}
  body.nz-home .nz-ws{padding:18px 10px}
  body.nz-home .nz-ws b{font-size:23px}
  body.nz-home .nz-ws span{font-size:10.5px}
  body.nz-home .nz-wquote{padding:28px 24px;border-radius:14px}
  body.nz-home .nz-wquote q{font-size:19px}

  body.nz-home .nz-proc,body.nz-home .nz-pledge{padding:56px 0}
  body.nz-home .nz-prochead{margin-bottom:26px}
  body.nz-home .nz-prochead h2{font-size:28px}
  body.nz-home .nz-steps{grid-template-columns:1fr!important;border-radius:14px}
  body.nz-home .nz-stp{padding:24px 22px}
  body.nz-home .nz-stp .n{margin-bottom:12px}
  body.nz-home .nz-stp b{font-size:18px}
  body.nz-home .nz-pgleft h2{font-size:28px}
  body.nz-home .nz-pc{padding:18px 20px;gap:14px}
  body.nz-home .nz-pc b{font-size:16px}

  body.nz-home .nz-final{padding:64px 0}
  body.nz-home .nz-final h2{font-size:38px}
  body.nz-home .nz-mail{padding:48px 0}
  body.nz-home .nz-mail h3{font-size:22px}
  body.nz-home .nz-mail form{max-width:100%}
  body.nz-home .nz-mail input{padding:12px 16px;font-size:13.5px}
  body.nz-home .nz-mail button{padding:12px 18px;font-size:11.5px}
  body.nz-home .nz-fg{grid-template-columns:1fr 1fr;gap:26px;padding-top:40px;margin-bottom:34px}
  body.nz-home .nz-fbot{flex-direction:column;gap:8px;font-size:10.5px}
}

@media(max-width:430px){
  body.nz-home .nz-grid{grid-template-columns:1fr!important;max-width:330px;margin:0 auto}
  body.nz-home .nz-info .ds{display:block;font-size:12px;margin-bottom:12px}
  body.nz-home .nz-info h3{font-size:17px}
  body.nz-home .nz-wstats{grid-template-columns:1fr}
  body.nz-home #nz-flyer{width:min(44vw,135px)}
  body.nz-home .nz-final h2{font-size:33px}
}


/* ══════════ MOBİL DÜZELTMELER 2 ══════════ */
@media(max-width:768px){
  /* başlık ile alt başlık arası mesafe */
  body.nz-home .nz-bigword{line-height:1}
  body.nz-home .nz-bigword .w2{margin-top:16px}

  /* butonlar: küçük ve yan yana */
  body.nz-home .nz-hero .bottom{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:12px;align-items:center}
  body.nz-home .nz-hero .bottom > div{display:contents}
  body.nz-home .nz-hero .disc{order:1;flex:0 0 100%}
  body.nz-home .nz-hero .pitch{order:2;flex:0 0 100%;margin:0}
  body.nz-home .nz-hero .bottom > div > a.btn{order:3;flex:1 1 0;min-width:0;width:auto!important;margin-top:0!important;
    font-size:11px;padding:13px 8px;letter-spacing:.04em}
  body.nz-home .nz-hero .bottom > div > div{order:4;flex:1 1 0;min-width:0;margin-top:0!important;text-align:center!important}
  body.nz-home .nz-hero .bottom > div > div .btn{width:100%!important;font-size:11px;padding:13px 8px;letter-spacing:.04em}

  /* kategori filtreleri: sıkışmasın */
  body.nz-home .nz-chip{flex:0 0 auto!important;white-space:nowrap}
  body.nz-home .nz-chips{padding-bottom:4px}

  /* ürünler ikili kalsın */
  body.nz-home .nz-grid{grid-template-columns:1fr 1fr!important}

  /* mühür sabit değil, dokununca gelsin */
  body.nz-home .nz-art .sl{opacity:0;transform:translate(-50%,-50%) scale(.6);width:20%}
  body.nz-home .nz-card:hover .nz-art .sl,
  body.nz-home .nz-card:active .nz-art .sl,
  body.nz-home .nz-card:focus-within .nz-art .sl{opacity:1;transform:translate(-50%,-50%) scale(1)}
}
@media(max-width:430px){
  body.nz-home .nz-grid{grid-template-columns:1fr 1fr!important;max-width:none;gap:9px}
  body.nz-home .nz-info .ds{display:none}
  body.nz-home .nz-info h3{font-size:14px}
  body.nz-home .nz-price{font-size:14.5px}
  body.nz-home .nz-add{font-size:10.5px;padding:9px 8px}
}


/* ══════════ MOBİL: Nâr & Zēn yan yana ══════════ */
@media(max-width:768px){
  body.nz-home .nz-namegrid{grid-template-columns:1fr 1fr!important;gap:10px}
  body.nz-home .nz-ncard{padding:20px 15px}
  body.nz-home .nz-ncard .lbl{font-size:9.5px;letter-spacing:.22em;margin-bottom:10px}
  body.nz-home .nz-ncard h3{font-size:17px;margin-bottom:10px;line-height:1.2}
  body.nz-home .nz-ncard p{font-size:12.5px;line-height:1.75}
  body.nz-home .nz-ncard p+p{margin-top:9px}
  body.nz-home .nz-ncard .glyph{font-size:34px;right:11px;top:7px}
  body.nz-home .nz-nsum{grid-column:1/-1;padding:28px 22px;margin-top:2px}
  body.nz-home .nz-nsum h3{font-size:21px;line-height:1.35}
  body.nz-home .nz-nsum p{font-size:13.5px}
}
@media(max-width:380px){
  body.nz-home .nz-ncard h3{font-size:15px}
  body.nz-home .nz-ncard p{font-size:11.5px}
}


/* ══════════ MOBİL: istatistikler tek satır ══════════ */
@media(max-width:768px){
  body.nz-home .nz-wstats{grid-template-columns:1fr 1fr 1fr!important}
  body.nz-home .nz-ws{padding:16px 6px}
  body.nz-home .nz-ws b{font-size:19px;margin-bottom:4px}
  body.nz-home .nz-ws span{font-size:9.5px;line-height:1.35}
}
@media(max-width:430px){
  body.nz-home .nz-wstats{grid-template-columns:1fr 1fr 1fr!important}
  body.nz-home .nz-ws b{font-size:17px}
  body.nz-home .nz-ws span{font-size:9px}
}


/* ══════════ HERO YENİ YAPI ══════════ */
.nz-hero .bottom{display:grid;grid-template-columns:auto auto;
  grid-template-areas:"disc pitch" "btns pitch";
  justify-content:space-between;align-items:end;gap:18px 40px}
.nz-hero .pitch{grid-area:pitch;align-self:end;margin:0}
.nz-hero .disc{grid-area:disc}
.nz-hero .hbtns{grid-area:btns;display:flex;gap:12px;align-items:center}

@media(max-width:768px){
  body.nz-home .nz-hero .bottom{grid-template-columns:1fr!important;
    grid-template-areas:"pitch" "disc" "btns"!important;gap:20px!important;margin-top:64px}
  body.nz-home .nz-hero .pitch{text-align:left!important;max-width:100%;font-size:14px}
  body.nz-home .nz-hero .hbtns{display:grid!important;grid-template-columns:1fr 1fr;gap:10px}
  body.nz-home .nz-hero .hbtns .btn{width:100%!important;justify-content:center;
    font-size:11.5px!important;padding:15px 8px!important;letter-spacing:.05em;text-align:center}

  /* süreç adımları ikili */
  body.nz-home .nz-steps{grid-template-columns:1fr 1fr!important}
  body.nz-home .nz-stp{padding:20px 15px}
  body.nz-home .nz-stp .n{margin-bottom:10px;font-size:11.5px}
  body.nz-home .nz-stp b{font-size:16px;margin-bottom:7px}
  body.nz-home .nz-stp p{font-size:11.5px;line-height:1.65}
}


/* ══════════ MOBİL: giriş ekranı tam yükseklik ══════════ */
@media(max-width:768px){
  body.nz-home .nz-hero{min-height:100svh!important;min-height:100vh;
    justify-content:space-between!important;padding:104px 0 30px!important}
  body.nz-home .nz-bigword{margin:auto 0!important;padding-bottom:8px}
  body.nz-home .nz-hero > .wrap{margin-top:auto!important}
  body.nz-home .nz-hero .bottom{margin-top:0!important;gap:16px!important}
  body.nz-home .nz-hero .pitch{font-size:13.5px;line-height:1.75}
  body.nz-home .nz-hero .disc{font-size:11.5px}
}


/* ══════════ MOBİL: giriş yüksekliği ince ayar ══════════ */
@media(max-width:768px){
  body.nz-home .nz-hero{min-height:84svh!important;padding:96px 0 24px!important}
  body.nz-home .nz-bigword{margin:0!important;padding-bottom:0}
  body.nz-home .nz-hero .bottom{gap:14px!important}
}


/* ══════════ MOBİL: başlık daha geniş ══════════ */
@media(max-width:768px){
  body.nz-home .nz-bigword{padding:0 8px!important}
  body.nz-home .nz-bigword .w1{font-size:clamp(36px,15.5vw,86px)!important;letter-spacing:-.005em}
  body.nz-home .nz-bigword .w2{font-size:clamp(12px,5.9vw,34px)!important;letter-spacing:.055em;margin-top:14px}
}


/* ══════════ MOBİL: alt blok azıcık yukarı ══════════ */
@media(max-width:768px){
  body.nz-home .nz-hero{padding-bottom:58px!important}
}


/* ══════════ MOBİL: başlık bloğu biraz aşağı ══════════ */
@media(max-width:768px){
  body.nz-home .nz-bigword{margin-top:46px!important}
}


/* ══════════ MOBİL: metin-buton arası boşluk ══════════ */
@media(max-width:768px){
  body.nz-home .nz-hero .pitch{margin-top:12px!important}
  body.nz-home .nz-hero .hbtns{margin-bottom:12px}
}


/* ══════════ MOBİL: boşluk ince ayar 2 ══════════ */
@media(max-width:768px){
  body.nz-home .nz-hero .pitch{margin-top:20px!important}
  body.nz-home .nz-hero .hbtns{margin-bottom:18px}
}


/* ══════════ MOBİL: metin biraz aşağı, şerit uzakta ══════════ */
@media(max-width:768px){
  body.nz-home .nz-hero .pitch{margin-top:34px!important}
  body.nz-home .nz-hero{padding-bottom:68px!important}
}


/* ══════════ MOBİL: mühür ile alt blok arası açıldı ══════════ */
@media(max-width:768px){
  body.nz-home .nz-hero{padding-bottom:28px!important;min-height:90svh!important}
  body.nz-home .nz-hero .disc{margin-top:26px}
  body.nz-home .nz-hero .pitch{margin-top:22px!important}
}


/* ══════════ MOBİL: kenar boşlukları eşitlendi + buton stilleri ══════════ */
@media(max-width:768px){
  body.nz-home .nz .wrap{padding-left:20px!important;padding-right:20px!important}
  body.nz-home .nz-hero > .wrap{padding-left:20px!important;padding-right:20px!important}
  body.nz-home .nz-shophead{gap:14px}
  body.nz-home .nz-shophead .sub{margin-top:8px}
}

/* WooCommerce/Astra buton ezmelerini engelle */
body.nz-home .nz .nz-add,
body.nz-home .nz a.nz-add.button,
body.nz-home .nz .nz-add.add_to_cart_button{
  background:var(--ink)!important;color:#fff!important;border:0!important;border-radius:99px!important;
  font-family:'Inter',sans-serif!important;font-size:12px!important;font-weight:400!important;
  padding:11px 18px!important;line-height:1.2!important;text-transform:none!important;letter-spacing:0!important;
  box-shadow:none!important;width:auto;display:inline-block}
body.nz-home .nz .nz-card:hover .nz-add{background:var(--wax)!important}
body.nz-home .nz .btn,
body.nz-home .nz a.btn{border-radius:99px!important;font-family:'Inter',sans-serif!important;
  text-transform:none!important;letter-spacing:.02em!important;box-shadow:none!important}
body.nz-home .nz a.btn.o{background:transparent!important;color:var(--ink)!important;border:1px solid var(--ink)!important}
body.nz-home .nz a.btn.o:hover{background:var(--ink)!important;color:#fff!important}
body.nz-home .nz a.btn:not(.o){background:var(--ink)!important;color:#fff!important;border:1px solid var(--ink)!important}
body.nz-home .nz a.btn:not(.o):hover{background:var(--wax)!important;border-color:var(--wax)!important}

@media(max-width:768px){
  body.nz-home .nz .nz-add{width:100%!important;text-align:center!important;padding:10px 10px!important;font-size:11.5px!important}
}


/* ══════════ MOBİL MENÜ ══════════ */
body.nz-home .ast-mobile-popup-drawer,
body.nz-home #ast-mobile-popup,
body.nz-home .ast-mobile-header-wrap,
body.nz-home #ast-mobile-header,
body.nz-home .ast-mobile-popup-overlay{display:none!important}

.nz-burger{display:none;font-size:16px!important}
.nz-menu{position:fixed;inset:0;z-index:400;background:var(--bg);
  transform:translateY(-100%);transition:transform .5s cubic-bezier(.16,1,.3,1);
  display:flex;flex-direction:column;padding:20px}
.nz-menu.on{transform:none}
.nz-menu-top{display:flex;justify-content:space-between;align-items:center;padding:4px 0 24px;border-bottom:1px solid var(--line)}
.nz-menu-brand{display:flex;align-items:center;gap:11px;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:18px;letter-spacing:.26em;text-transform:uppercase}
.nz-menu-brand img{width:28px}
.nz-menu-close{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:15px;display:grid;place-items:center}
.nz-menu-links{display:flex;flex-direction:column;padding:26px 0;gap:2px;flex:1}
.nz-menu-links a{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:27px;padding:14px 0;border-bottom:1px solid var(--line);transition:.3s;color:var(--ink)}
.nz-menu-links a:active{color:var(--wax);padding-left:8px}
.nz-menu-foot{font-size:12px;letter-spacing:.14em;color:var(--soft);padding:14px 0 6px;text-align:center}

@media(max-width:860px){
  .nz-burger{display:grid!important}
}
@media(min-width:861px){
  .nz-menu{display:none!important}
}


/* ══════════════════════════════════════════
   İÇ SAYFALAR — Nar-ı Zēn kimliği
   ══════════════════════════════════════════ */
body.nz-page{background:var(--bg)!important;color:var(--ink);font-family:'Inter',sans-serif;font-weight:300}
body.nz-page h1,body.nz-page h2,body.nz-page h3,body.nz-page h4,
body.nz-page .woocommerce-loop-product__title,
body.nz-page .product_title,
body.nz-page .entry-title{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-weight:400!important;letter-spacing:-.005em;color:var(--ink)}
body.nz-page a{color:var(--ink)}
body.nz-page a:hover{color:var(--wax)}

/* iç sayfa gövde boşlukları */
body.nz-page #content,body.nz-page .site-content{padding:0!important;background:var(--bg)}
body.nz-page .ast-container{max-width:1440px!important;margin:0 auto!important;
  padding:clamp(96px,10vw,140px) clamp(20px,3.4vw,52px) clamp(70px,8vw,110px)!important;display:block!important}
body.nz-page .nz-inner .wrap{padding:0 clamp(20px,3.4vw,52px)}
body.nz-page.woocommerce-cart .ast-container,
body.nz-page.woocommerce-checkout .ast-container{max-width:1120px!important}

/* sayfa başlığı */
body.nz-page .entry-header{margin-bottom:34px;padding:0}
body.nz-page .entry-title,body.nz-page .woocommerce-products-header__title,
body.nz-page .page-title{font-size:clamp(32px,4.6vw,64px)!important;line-height:1.04;margin:0 0 10px}
body.nz-page .woocommerce-products-header{margin-bottom:26px}
body.nz-page .term-description,body.nz-page .taxonomy-description{color:var(--soft);font-size:15px;max-width:600px}

/* breadcrumb / sıralama */
body.nz-page .woocommerce-breadcrumb{font-size:12.5px;color:var(--soft);letter-spacing:.04em;margin-bottom:20px}
body.nz-page .woocommerce-breadcrumb a{color:var(--soft)}
body.nz-page .woocommerce-breadcrumb a:hover{color:var(--wax)}
body.nz-page .woocommerce-result-count{color:var(--soft);font-size:13px}
body.nz-page .woocommerce-ordering select,
body.nz-page select,body.nz-page input[type=text],body.nz-page input[type=email],
body.nz-page input[type=tel],body.nz-page input[type=number],body.nz-page textarea{
  border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;
  padding:12px 14px!important;font-family:'Inter',sans-serif!important;font-size:14px!important;color:var(--ink)!important;box-shadow:none!important}

/* ── mağaza ürün ızgarası ── */
body.nz-page ul.products{display:grid!important;grid-template-columns:repeat(4,1fr)!important;
  gap:clamp(14px,1.6vw,24px)!important;margin:0!important;padding:0!important;list-style:none}
body.nz-page ul.products::before,body.nz-page ul.products::after{display:none!important}
body.nz-page ul.products li.product{width:100%!important;margin:0!important;float:none!important;clear:none!important;
  background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;padding:0!important;
  transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s,border-color .4s;text-align:left}
body.nz-page ul.products li.product:hover{transform:translateY(-8px);box-shadow:0 26px 60px rgba(23,19,16,.11);border-color:#d8ccb8}
body.nz-page ul.products li.product a img{margin:0!important;border-radius:0!important;aspect-ratio:1/1.04;object-fit:cover;
  background:linear-gradient(150deg,#f6efe3,#eadfcb);transition:transform .8s cubic-bezier(.16,1,.3,1)}
body.nz-page ul.products li.product:hover a img{transform:scale(1.04)}
body.nz-page ul.products li.product .woocommerce-loop-product__title{font-size:18px!important;padding:16px 16px 4px!important;margin:0!important;line-height:1.25}
body.nz-page ul.products li.product .price{display:block;padding:0 16px 12px;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;
  font-size:18px!important;color:var(--ink)!important;margin:0!important}
body.nz-page ul.products li.product .price del{color:var(--soft);font-family:'Inter',sans-serif;font-size:13px;margin-right:6px}
body.nz-page ul.products li.product .price ins{text-decoration:none}
body.nz-page ul.products li.product .star-rating{display:none!important}
body.nz-page ul.products li.product .button,
body.nz-page ul.products li.product .added_to_cart{margin:0 16px 18px!important;display:inline-block!important}
body.nz-page ul.products li.product .onsale{background:var(--wax)!important;color:#fff!important;border-radius:99px!important;
  font-family:'Inter',sans-serif!important;font-size:10.5px!important;letter-spacing:.1em;text-transform:uppercase;
  padding:6px 13px!important;min-height:0!important;min-width:0!important;line-height:1.2!important;top:12px!important;left:12px!important;right:auto!important;margin:0!important}

/* ── butonlar (tüm site) ── */
body.nz-page .button,body.nz-page button[type=submit],body.nz-page input[type=submit],
body.nz-page .woocommerce a.button,body.nz-page .woocommerce button.button,
body.nz-page .woocommerce input.button,body.nz-page .woocommerce #respond input#submit,
body.nz-page .woocommerce .button.alt,body.nz-page .wc-block-components-button{
  background:var(--ink)!important;color:#fff!important;border:1px solid var(--ink)!important;border-radius:99px!important;
  font-family:'Inter',sans-serif!important;font-weight:400!important;font-size:12.5px!important;letter-spacing:.02em!important;
  text-transform:none!important;padding:13px 26px!important;line-height:1.3!important;box-shadow:none!important;transition:.35s!important}
body.nz-page .button:hover,body.nz-page button[type=submit]:hover,body.nz-page input[type=submit]:hover,
body.nz-page .woocommerce a.button:hover,body.nz-page .woocommerce button.button:hover,
body.nz-page .woocommerce input.button:hover,body.nz-page .woocommerce .button.alt:hover{
  background:var(--wax)!important;border-color:var(--wax)!important;color:#fff!important;transform:translateY(-2px)}
body.nz-page .added_to_cart{background:transparent!important;color:var(--wax)!important;border:0!important;
  font-size:11.5px!important;padding:0!important;text-decoration:underline}

/* ── ürün detay ── */
body.nz-page .single-product div.product{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(30px,4vw,64px);align-items:start}
body.nz-page .single-product div.product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}
body.nz-page .single-product div.product .woocommerce-product-gallery img{border-radius:18px;background:linear-gradient(150deg,#f6efe3,#eadfcb)}
body.nz-page .single-product div.product .summary{width:100%!important;float:none!important;margin:0!important}
body.nz-page .single-product .product_title{font-size:clamp(28px,3.6vw,46px)!important;margin-bottom:14px!important}
body.nz-page .single-product .summary .price{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:26px!important;color:var(--ink)!important;margin-bottom:20px!important}
body.nz-page .single-product .woocommerce-product-details__short-description{color:var(--soft);font-size:15px;line-height:1.9;margin-bottom:24px}
body.nz-page .single-product .quantity input{border:1px solid var(--line)!important;border-radius:10px!important;padding:11px!important}
body.nz-page .single-product .product_meta{font-size:12.5px;color:var(--soft);border-top:1px solid var(--line);padding-top:18px;margin-top:24px}
body.nz-page .woocommerce-tabs ul.tabs{border-bottom:1px solid var(--line)!important;padding:0!important;margin:0 0 22px!important}
body.nz-page .woocommerce-tabs ul.tabs::before{display:none!important}
body.nz-page .woocommerce-tabs ul.tabs li{background:none!important;border:0!important;border-radius:0!important;margin:0 24px 0 0!important;padding:0!important}
body.nz-page .woocommerce-tabs ul.tabs li::before,body.nz-page .woocommerce-tabs ul.tabs li::after{display:none!important}
body.nz-page .woocommerce-tabs ul.tabs li a{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:17px!important;color:var(--soft)!important;padding:10px 0!important;display:inline-block}
body.nz-page .woocommerce-tabs ul.tabs li.active a{color:var(--ink)!important;border-bottom:2px solid var(--wax)}
body.nz-page .related.products>h2,body.nz-page .up-sells>h2,body.nz-page .cross-sells>h2{
  font-size:clamp(24px,3vw,38px)!important;margin:clamp(50px,6vw,80px) 0 26px!important}

/* ── sepet & ödeme ── */
body.nz-page .woocommerce table.shop_table{border:1px solid var(--line)!important;border-radius:16px!important;
  border-collapse:separate!important;overflow:hidden;background:#fff}
body.nz-page .woocommerce table.shop_table th{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-weight:400!important;
  font-size:14px!important;letter-spacing:.06em;text-transform:none!important;color:var(--ink);padding:16px!important;
  border-bottom:1px solid var(--line)!important}
body.nz-page .woocommerce table.shop_table td{padding:16px!important;border-top:1px solid var(--line)!important;font-size:14px}
body.nz-page .woocommerce table.shop_table img{border-radius:10px}
body.nz-page .cart_totals h2,body.nz-page .woocommerce-billing-fields h3,
body.nz-page #order_review_heading,body.nz-page .woocommerce-additional-fields h3{
  font-size:24px!important;margin-bottom:16px!important}
body.nz-page .cart_totals{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}
body.nz-page .woocommerce-info,body.nz-page .woocommerce-message,body.nz-page .woocommerce-error{
  background:var(--blush)!important;border-top:0!important;border-left:3px solid var(--wax)!important;
  border-radius:12px!important;color:var(--ink)!important;font-size:14px;padding:16px 20px!important}
body.nz-page .woocommerce-info::before,body.nz-page .woocommerce-message::before,body.nz-page .woocommerce-error::before{color:var(--wax)!important}
body.nz-page .woocommerce form .form-row label{font-size:13px;color:var(--soft);margin-bottom:6px}
body.nz-page #payment{background:#fff!important;border:1px solid var(--line)!important;border-radius:16px!important;padding:8px}
body.nz-page #payment ul.payment_methods{border-bottom:1px solid var(--line)!important}
body.nz-page .select2-container--default .select2-selection--single{border:1px solid var(--line)!important;border-radius:10px!important;height:46px!important}
body.nz-page .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px!important;padding-left:14px!important}

/* ── blog / yazı / sayfa içerik ── */
body.nz-page .entry-content{font-size:16px;line-height:1.95;color:#4a423a;max-width:760px}
body.nz-page .entry-content p{margin-bottom:18px}
body.nz-page .entry-content img{border-radius:16px}
body.nz-page .ast-article-post,body.nz-page .ast-separate-container .ast-article-single{
  background:#fff!important;border:1px solid var(--line)!important;border-radius:18px!important;padding:clamp(24px,3vw,44px)!important}
body.nz-page .ast-blog-layout-1-grid .ast-article-post{margin-bottom:22px}
body.nz-page .entry-meta,body.nz-page .post-meta{font-size:12.5px;color:var(--soft)}
body.nz-page .read-more a,body.nz-page .ast-blog-featured-section+.blog-layout-1 .read-more a{color:var(--wax)!important}
body.nz-page .widget-title{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:19px!important}
body.nz-page .pagination .page-numbers,body.nz-page .woocommerce-pagination .page-numbers{
  border:1px solid var(--line)!important;border-radius:99px!important;padding:8px 14px!important;margin:0 4px!important;
  background:#fff!important;color:var(--ink)!important;font-size:13px}
body.nz-page .pagination .page-numbers.current,body.nz-page .woocommerce-pagination .page-numbers.current{
  background:var(--ink)!important;color:#fff!important;border-color:var(--ink)!important}

/* ── iç sayfa şerit & altbilgi ── */
body.nz-page .nz-strip{margin-top:0}
body.nz-page .nz-nav{position:sticky;top:0;background:#f6f2eaf2;backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--line)}

@media(max-width:1100px){body.nz-page ul.products{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:860px){
  body.nz-page ul.products{grid-template-columns:1fr 1fr!important}
  body.nz-page .single-product div.product{grid-template-columns:1fr}
  body.nz-page .ast-container{padding:88px 20px 56px!important}
  body.nz-page .nz-inner .wrap{padding:0 20px}
  body.nz-page ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;padding:13px 13px 4px!important}
  body.nz-page ul.products li.product .price{padding:0 13px 10px;font-size:15px!important}
  body.nz-page ul.products li.product .button{margin:0 13px 14px!important;font-size:11.5px!important;padding:10px 16px!important;width:calc(100% - 26px);text-align:center}
  body.nz-page .woocommerce table.shop_table{font-size:13px}
  body.nz-page .entry-title{font-size:30px!important}
}


/* ══════════ ÜRÜN DETAY DÜZELTME ══════════ */
body.nz-page.single-product div.product{display:grid!important;grid-template-columns:1.05fr 1fr;gap:clamp(30px,4vw,64px);align-items:start}
body.nz-page.single-product div.product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}
body.nz-page.single-product div.product .woocommerce-product-gallery img{border-radius:18px;background:linear-gradient(150deg,#f6efe3,#eadfcb)}
body.nz-page.single-product div.product .summary{width:100%!important;float:none!important;margin:0!important}
body.nz-page.single-product .product_title{font-size:clamp(28px,3.6vw,46px)!important;margin-bottom:14px!important}
body.nz-page.single-product .summary p.price,
body.nz-page.single-product .summary .price,
body.nz-page.single-product .summary .price .woocommerce-Price-amount{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:26px!important;color:var(--ink)!important}
body.nz-page.single-product .summary .price{margin-bottom:20px!important;display:block}
body.nz-page.single-product .woocommerce-product-details__short-description{color:var(--soft);font-size:15px;line-height:1.9;margin-bottom:24px}
body.nz-page.single-product .woocommerce-tabs,
body.nz-page.single-product .related.products,
body.nz-page.single-product .up-sells{grid-column:1/-1}
body.nz-page.single-product .product_meta{font-size:12.5px;color:var(--soft);border-top:1px solid var(--line);padding-top:18px;margin-top:24px}
body.nz-page.single-product form.cart{margin-bottom:20px!important}
body.nz-page.single-product .woocommerce-product-gallery__trigger{display:none!important}
@media(max-width:860px){
  body.nz-page.single-product div.product{grid-template-columns:1fr!important}
  body.nz-page.single-product .single_add_to_cart_button{width:100%!important;text-align:center}
}


/* ══════════ ÜST BAR & MENÜ DÜZELTME ══════════ */
/* logo tek satırda kalsın */
.nz-nav .lg{flex-shrink:0;min-width:0}
.nz-nav .lg b{white-space:nowrap}
@media(max-width:860px){
  .nz-nav .nv{gap:10px}
  .nz-nav .lg{gap:8px}
  .nz-nav .lg img{width:26px}
  .nz-nav .lg b{font-size:14px!important;letter-spacing:.16em!important}
  .nz-nav .nright{gap:7px;flex-shrink:0}
  .nz-nav .icobtn[title="Ara"]{display:none!important}
  .nz-nav .icobtn{width:34px;height:34px;font-size:14px!important}
  .nz-nav .cartbtn{padding:8px 14px;font-size:11.5px;white-space:nowrap}
  .nz-nav .cartbtn .cnt{min-width:17px;height:17px;font-size:10px}
}
@media(max-width:400px){
  .nz-nav .lg b{font-size:12.5px!important;letter-spacing:.12em!important}
  .nz-nav .lg img{width:23px}
  .nz-nav .cartbtn{padding:7px 11px;font-size:11px}
}

/* menü fontu: sans, ferah */
.nz-menu-links a{font-family:'Inter',sans-serif!important;font-size:17px!important;font-weight:400!important;
  letter-spacing:.14em!important;text-transform:uppercase!important;padding:18px 0!important;color:var(--ink)!important;
  display:flex;align-items:center;justify-content:space-between}
.nz-menu-links a::after{content:"→";font-size:14px;color:var(--soft);transition:.3s}
.nz-menu-links a:active::after,.nz-menu-links a:hover::after{color:var(--wax);transform:translateX(4px)}
.nz-menu-brand{font-size:15px!important;letter-spacing:.18em!important;white-space:nowrap}
.nz-menu-brand img{width:24px!important}
.nz-menu-links{padding:18px 0!important}
.nz-menu-foot{font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.18em;text-transform:uppercase}

/* iç sayfalarda üst boşluk (sticky nav altında) */
body.nz-page .ast-container{padding-top:clamp(34px,4vw,52px)!important}
@media(max-width:860px){
  body.nz-page .ast-container{padding-top:26px!important}
}


/* ══════════ MENÜ GÖRÜNÜRLÜK GARANTİSİ ══════════ */
.nz-menu{z-index:9999!important;-webkit-overflow-scrolling:touch}
body.nz-home .nz{overflow-x:visible!important}
body.nz-home{overflow-x:hidden}
.nz-burger{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.nz-menu-close{-webkit-tap-highlight-color:transparent;touch-action:manipulation;cursor:pointer}


/* ══════════ BURGER GÖRÜNÜRLÜK DÜZELTMESİ ══════════ */
.nz-nav .nright .nz-burger,
.nz-nav .icobtn.nz-burger{display:none!important}
@media(max-width:860px){
  .nz-nav .nright .nz-burger,
  .nz-nav .icobtn.nz-burger{display:grid!important;place-items:center!important}
  .nz-menu{display:flex!important}
}
@media(min-width:861px){
  .nz-menu{display:none!important}
}


/* ══════════ BÜLTEN FORMU DÜZELTME ══════════ */
.nz .nz-mail form,
body.nz-home .nz-mail form{
  background:transparent!important;border:1px solid rgba(246,242,234,.28)!important;
  border-radius:99px!important;padding:5px!important;display:flex!important;align-items:center;
  max-width:480px;width:100%;overflow:hidden}
.nz .nz-mail form:focus-within{border-color:rgba(246,242,234,.6)!important}
.nz .nz-mail input,
body.nz-home .nz-mail input,
body.nz-page .nz-mail input[type=email]{
  background:transparent!important;border:0!important;outline:none!important;box-shadow:none!important;
  color:var(--bg)!important;font-family:'Inter',sans-serif!important;font-size:14px!important;
  padding:13px 20px!important;flex:1;min-width:0;border-radius:0!important;-webkit-appearance:none}
.nz .nz-mail input::placeholder{color:rgba(246,242,234,.5)!important}
.nz .nz-mail input:-webkit-autofill{-webkit-text-fill-color:var(--bg)!important;
  -webkit-box-shadow:0 0 0 100px #171310 inset!important;caret-color:var(--bg)}
.nz .nz-mail button,
body.nz-home .nz-mail button,
body.nz-page .nz-mail button{
  background:var(--wax)!important;color:#fff!important;border:0!important;border-radius:99px!important;
  font-family:'Inter',sans-serif!important;font-size:12px!important;letter-spacing:.14em!important;
  text-transform:uppercase!important;padding:13px 28px!important;flex-shrink:0;transition:.3s!important;cursor:pointer}
.nz .nz-mail button:hover,body.nz-home .nz-mail button:hover{background:var(--wax-d)!important;transform:none!important}

@media(max-width:768px){
  body.nz-home .nz-mail form{max-width:100%}
  body.nz-home .nz-mail input{padding:12px 16px!important;font-size:13.5px!important}
  body.nz-home .nz-mail button{padding:12px 20px!important;font-size:11px!important;letter-spacing:.1em!important}
}


/* ══════════ MENÜ KAPAT BUTONU ══════════ */
.nz-menu .nz-menu-close,
button.nz-menu-close{
  width:40px!important;height:40px!important;min-width:40px!important;
  border:1px solid var(--line)!important;border-radius:50%!important;
  background:#fff!important;color:var(--ink)!important;
  font-family:'Inter',sans-serif!important;font-size:16px!important;font-weight:400!important;
  line-height:1!important;padding:0!important;display:flex!important;align-items:center!important;
  justify-content:center!important;box-shadow:none!important;letter-spacing:0!important;
  text-transform:none!important;transition:.3s!important;cursor:pointer}
.nz-menu .nz-menu-close:hover,button.nz-menu-close:hover{
  background:var(--ink)!important;color:#fff!important;border-color:var(--ink)!important;transform:none!important}
.nz-menu .nz-menu-brand{color:var(--ink)!important}
.nz-menu .nz-menu-links a{color:var(--ink)!important}
.nz-menu .nz-menu-foot{color:var(--soft)!important}


/* ══════════ İLETİŞİM SAYFASI ══════════ */
body.nz-page .nz-contact-intro{font-size:16px;line-height:1.9;color:var(--soft);max-width:620px;margin-bottom:40px}
body.nz-page .nz-contact-cols{gap:clamp(24px,3.4vw,54px)!important;align-items:flex-start}
body.nz-page .nz-contact-h{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:22px;font-weight:400;margin:0 0 20px;
  padding-bottom:14px;border-bottom:1px solid var(--line)}
body.nz-page .nz-contact-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(24px,3vw,34px)}
body.nz-page .nz-contact-list{list-style:none;margin:0;padding:0;display:grid;gap:20px}
body.nz-page .nz-contact-list li{font-size:15px;line-height:1.75;color:var(--ink)}
body.nz-page .nz-contact-list li span{display:block;font-size:10.5px;letter-spacing:.22em;text-transform:uppercase;
  color:var(--wax);margin-bottom:6px}
body.nz-page .nz-contact-list li a{color:var(--ink);border-bottom:1px solid var(--line);transition:.3s}
body.nz-page .nz-contact-list li a:hover{color:var(--wax);border-color:var(--wax)}
body.nz-page .nz-contact-list li em{font-size:13px;color:var(--soft);font-style:italic}
body.nz-page .nz-contact-note{margin-top:24px;padding-top:20px;border-top:1px solid var(--line);
  font-size:13px;line-height:1.75;color:var(--soft)}

/* form alanları */
body.nz-page .srfm-form,body.nz-page .srfm-form-container{background:transparent!important;padding:0!important;box-shadow:none!important;border:0!important}
body.nz-page .srfm-input-common,body.nz-page .srfm-input-content input,body.nz-page .srfm-input-content textarea,
body.nz-page .srfm-form input[type=text],body.nz-page .srfm-form input[type=email],body.nz-page .srfm-form textarea{
  background:#fff!important;border:1px solid var(--line)!important;border-radius:12px!important;
  padding:14px 16px!important;font-family:'Inter',sans-serif!important;font-size:14.5px!important;
  color:var(--ink)!important;box-shadow:none!important;width:100%!important}
body.nz-page .srfm-form input:focus,body.nz-page .srfm-form textarea:focus{border-color:var(--ink)!important;outline:none!important}
body.nz-page .srfm-form label,body.nz-page .srfm-block-label{font-size:12.5px!important;color:var(--soft)!important;
  letter-spacing:.04em;margin-bottom:7px!important;font-weight:400!important}
body.nz-page .srfm-submit-richtext,body.nz-page .srfm-button,body.nz-page .srfm-form button[type=submit]{
  background:var(--ink)!important;color:#fff!important;border:1px solid var(--ink)!important;border-radius:99px!important;
  font-family:'Inter',sans-serif!important;font-size:12.5px!important;letter-spacing:.02em!important;
  text-transform:none!important;padding:14px 34px!important;box-shadow:none!important;transition:.35s!important}
body.nz-page .srfm-button:hover,body.nz-page .srfm-form button[type=submit]:hover{
  background:var(--wax)!important;border-color:var(--wax)!important;transform:translateY(-2px)}

@media(max-width:860px){
  body.nz-page .nz-contact-cols{flex-direction:column!important}
  body.nz-page .nz-contact-cols .wp-block-column{flex-basis:100%!important;width:100%!important}
  body.nz-page .nz-contact-intro{font-size:14.5px;margin-bottom:26px}
}


/* ══════════ YASAL SAYFALAR ══════════ */
body.nz-page .nz-legal{max-width:800px;font-size:15.5px;line-height:1.95;color:#4a423a}
body.nz-page .nz-legal-lead{font-size:17px;line-height:1.85;color:var(--soft);
  padding:22px 26px;background:var(--blush);border-radius:14px;margin-bottom:38px}
body.nz-page .nz-legal h2{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-size:22px!important;font-weight:400!important;
  color:var(--ink)!important;margin:38px 0 14px!important;padding-bottom:10px;border-bottom:1px solid var(--line)}
body.nz-page .nz-legal h2:first-of-type{margin-top:0!important}
body.nz-page .nz-legal p{margin-bottom:16px}
body.nz-page .nz-legal ul,body.nz-page .nz-legal ol{margin:0 0 18px;padding-left:22px}
body.nz-page .nz-legal li{margin-bottom:9px;line-height:1.85}
body.nz-page .nz-legal strong{color:var(--ink);font-weight:500}
body.nz-page .nz-legal em{color:var(--wax);font-style:italic}
body.nz-page .nz-legal a{color:var(--wax);border-bottom:1px solid rgba(156,31,51,.3)}
body.nz-page .nz-legal a:hover{border-color:var(--wax)}
body.nz-page .nz-legal-note{margin-top:34px;padding:18px 22px;background:#fff;border:1px solid var(--line);
  border-radius:12px;font-size:14px;color:var(--soft)}
@media(max-width:860px){
  body.nz-page .nz-legal{font-size:14.5px}
  body.nz-page .nz-legal-lead{font-size:15px;padding:18px 20px;margin-bottom:28px}
  body.nz-page .nz-legal h2{font-size:19px!important;margin:30px 0 12px!important}
}


/* ══════════ EL YAPIMI NOTU ══════════ */
body.nz-page .nz-handmade{display:flex;gap:14px;align-items:flex-start;
  background:var(--blush);border-radius:14px;padding:18px 20px;margin:22px 0 4px;clear:both}
body.nz-page .nz-handmade-mark{color:var(--wax);font-size:15px;line-height:1.5;flex-shrink:0}
body.nz-page .nz-handmade b{display:block;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;font-weight:400;
  font-size:16px;color:var(--ink);margin-bottom:5px;letter-spacing:.01em}
body.nz-page .nz-handmade span{display:block;font-size:13.5px;line-height:1.75;color:var(--soft)}
@media(max-width:860px){
  body.nz-page .nz-handmade{padding:15px 16px;gap:11px}
  body.nz-page .nz-handmade b{font-size:15px}
  body.nz-page .nz-handmade span{font-size:12.5px}
}


/* ══════════ ÜRÜN GÖRSEL ÇERÇEVESİ — DAHA KOMPAKT ══════════ */
body.nz-home .nz-art{aspect-ratio:1/0.86!important}
body.nz-home .nz-art .pimg{padding:3%!important}
body.nz-page ul.products li.product a img{aspect-ratio:1/0.9!important;padding:3%!important}
@media(max-width:860px){
  body.nz-home .nz-art{aspect-ratio:1/0.92!important}
  body.nz-page ul.products li.product a img{aspect-ratio:1/0.95!important}
}


/* ══════════ ÜRÜN GÖRSELİ TAM GÖRÜNSÜN (kesin) ══════════ */
body.nz-home .nz-card .nz-art{overflow:hidden;display:grid;place-items:center;background:#fff}
body.nz-home .nz-card .nz-art img.pimg{
  width:100%!important;height:100%!important;
  object-fit:contain!important;object-position:center!important;
  padding:5%!important;background:#fff!important;display:block}
body.nz-home .nz-card:hover .nz-art img.pimg{transform:scale(1.03)}

body.nz-page ul.products li.product a img{
  width:100%!important;height:auto!important;aspect-ratio:1/0.92!important;
  object-fit:contain!important;object-position:center!important;
  padding:5%!important;background:#fff!important}

body.nz-page.single-product .woocommerce-product-gallery img{
  object-fit:contain!important;background:#fff!important}


/* ══════════ GÖRSEL KIRPILMA — SON DÜZELTME ══════════ */
body.nz-home .nz-card .nz-art{position:relative!important;display:block!important;overflow:hidden}
body.nz-home .nz-card .nz-art img.pimg{
  position:absolute!important;inset:0!important;
  width:100%!important;height:100%!important;
  object-fit:contain!important;object-position:center!important;
  padding:6%!important;background:#fff!important}
body.nz-home .nz-card .nz-art .sl{z-index:4}


/* ══════════ ÇERÇEVE = FOTOĞRAF ZEMİNİ (kutu görünümü bitti) ══════════ */
body.nz-home .nz-card .nz-art,
body.nz-home .nz-art{background:#f6f2ea!important}
body.nz-home .nz-card .nz-art img.pimg{
  padding:0!important;background:transparent!important;
  object-fit:cover!important;object-position:center 42%!important}

body.nz-page ul.products li.product a img{
  padding:0!important;background:#f6f2ea!important;
  object-fit:cover!important;object-position:center 42%!important;
  aspect-ratio:1/1.05!important}
body.nz-page ul.products li.product{background:#fff}

body.nz-page.single-product .woocommerce-product-gallery,
body.nz-page.single-product .woocommerce-product-gallery img{background:#f6f2ea!important}
body.nz-page.single-product .woocommerce-product-gallery{border-color:#eee6d8}

body.nz-page table.shop_table img{background:#f6f2ea}


/* ══════════ BAŞLIK ÇAKIŞMASI + ÇERÇEVE ══════════ */
body.nz-home .nz-bigword{line-height:1!important}
body.nz-home .nz-bigword .w1{line-height:.92!important;display:block}
body.nz-home .nz-bigword .w2{line-height:1.05!important;display:block;margin-top:20px!important;height:auto!important}
@media(max-width:768px){
  body.nz-home .nz-bigword .w2{margin-top:14px!important}
}

body.nz-home .nz-card .nz-art{aspect-ratio:1/0.94!important}
body.nz-home .nz-card .nz-art img.pimg{object-fit:contain!important;object-position:center!important;padding:0!important;background:#f6f2ea!important}
body.nz-page ul.products li.product a img{aspect-ratio:1/1!important;object-fit:contain!important;padding:0!important;background:#f6f2ea!important}


/* ══════════ KOYU ZEMİNDE OKUNURLUK + TOAST ══════════ */
/* Astra h1-h6 rengini koyu bloklarda eziyor -> zorla açık renk */
.nz-nsum h1,.nz-nsum h2,.nz-nsum h3,.nz-nsum h4,.nz-nsum h5,.nz-nsum h6,
.nz-mail h1,.nz-mail h2,.nz-mail h3,.nz-mail h4,.nz-mail h5,.nz-mail h6,
.nz-foot h1,.nz-foot h2,.nz-foot h3,.nz-foot h4,.nz-foot h5,.nz-foot h6,
.nz-dark h1,.nz-dark h2,.nz-dark h3,.nz-dark h4,.nz-dark h5,.nz-dark h6,
.nz-menu h1,.nz-menu h2,.nz-menu h3,.nz-menu h4{color:var(--bg)!important}
.nz-nsum h3 i,.nz-nsum h3 em,.nz-nsum .it{color:var(--blush)!important}
.nz-mail p,.nz-nsum p{color:#cfc4b8!important}
.nz-foot a{color:#cfc4b8!important}
.nz-foot a:hover{color:var(--bg)!important}

/* Sepet bildirimi boşken görünmesin */
.nz-toast{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .28s ease,transform .28s ease}
.nz-toast.on,.nz-toast.show,.nz-toast.gorunur{opacity:1!important;visibility:visible!important}


/* ══════════ KOYU ZEMİNDE OKUNURLUK + TOAST ══════════ */
.nz-nsum h1,.nz-nsum h2,.nz-nsum h3,.nz-nsum h4,.nz-nsum h5,.nz-nsum h6,
.nz-mail h1,.nz-mail h2,.nz-mail h3,.nz-mail h4,.nz-mail h5,.nz-mail h6,
.nz-foot h1,.nz-foot h2,.nz-foot h3,.nz-foot h4,.nz-foot h5,.nz-foot h6,
.nz-dark h1,.nz-dark h2,.nz-dark h3,.nz-dark h4,.nz-dark h5,.nz-dark h6,
.nz-menu h1,.nz-menu h2,.nz-menu h3,.nz-menu h4{color:var(--bg)!important}
.nz-nsum h3 i,.nz-nsum h3 em,.nz-nsum .it,.nz-mail h3 i,.nz-mail h3 em{color:var(--blush)!important}
.nz-mail p,.nz-nsum p{color:#cfc4b8!important}
.nz-foot a{color:#cfc4b8!important}
.nz-foot a:hover{color:var(--bg)!important}

.nz-toast{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.nz-toast.on,.nz-toast.show,.nz-toast.gorunur,.nz-toast.acik{opacity:1!important;visibility:visible!important}


/* Ürün galerisi küçük görselleri eşit kare */
body.nz-page.single-product .flex-control-thumbs li,
body.nz-page.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child){box-sizing:border-box}
body.nz-page.single-product .flex-control-thumbs li img,
body.nz-page.single-product ol.flex-control-nav li img{aspect-ratio:1/1!important;object-fit:contain!important;background:#f6f2ea!important;width:100%!important;border:1px solid #eee6d8;border-radius:8px}


/* Bülten başlığı: Inter */
.nz-mail h3{
  font-family:'Inter',-apple-system,'Helvetica Neue',sans-serif!important;
  font-weight:600!important;
  font-size:clamp(26px,3vw,38px)!important;
  line-height:1.22!important;
  letter-spacing:-.015em!important;
  font-style:normal!important;
}
.nz-mail h3 i,.nz-mail h3 em{font-style:normal!important;font-family:inherit!important}
@media(max-width:768px){ .nz-mail h3{font-size:24px!important} }


/* Atölye alıntısı: sadeleştir (Inter) */
.nz-wquote q,.nz-wquote blockquote,.nz-wquote p{
  font-family:'Inter',-apple-system,'Helvetica Neue',sans-serif!important;
  font-weight:400!important;
  font-size:clamp(18px,1.7vw,23px)!important;
  line-height:1.62!important;
  letter-spacing:-.005em!important;
  font-style:normal!important;
}
@media(max-width:768px){ .nz-wquote q,.nz-wquote blockquote,.nz-wquote p{font-size:17px!important;line-height:1.6!important} }


/* ══════════ TİPOGRAFİ: BODONI SADECE MARKA ADINDA ══════════ */
:where(body) :is(h1,h2,h3,h4,h5,h6,p,a,span,b,i,em,strong,small,q,blockquote,li,td,th,dd,dt,figcaption,label,button,legend,input,select,textarea){
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif!important;
}
.lg b,.lg span,.nz-foot .lg b,.nz-menu .lg b,.nz-nav .lg b,
.nz-bigword span,.nz-bigword .w1 span,.nz-bigword .w2 span{
  font-family:'Bodoni Moda',Didot,'Times New Roman',serif!important;
}
.star-rating,.star-rating span,.star-rating::before,.star-rating span::before{font-family:star!important}
[class^="dashicons"],[class*=" dashicons"]{font-family:dashicons!important}
.woocommerce-Price-currencySymbol{font-family:inherit!important}

.nz-shophead i,.nz-namehead i,.nz-wleft i,.nz-ncard i,.nz-nsum h3 i{
  font-style:italic!important;font-weight:400!important;letter-spacing:-.02em!important;
}
.nz-info a{font-weight:500!important;letter-spacing:-.01em!important}
.woocommerce-Price-amount,.price,.nz-ws b{font-weight:600!important;font-variant-numeric:tabular-nums;letter-spacing:-.02em!important}


/* Fiyat satırı tek satırda kalsın (Inter geçişi sonrası) */
body.nz-home .nz-card .price,
body.nz-home .nz-card .woocommerce-Price-amount,
body.nz-page ul.products li.product .price{white-space:nowrap!important}
body.nz-home .nz-card .price small,
body.nz-home .nz-card .woocommerce-price-suffix{white-space:nowrap!important;font-size:.66em!important;font-weight:400!important;letter-spacing:0!important}


/* ══════════ ÖDEME LOGOLARI ══════════ */
.nz-fbot .nz-pay,.nz-pay{display:inline-flex!important;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.nz-pay b{font-weight:400!important;white-space:nowrap;margin-right:2px}
.nz-pay img{display:block!important;background:#fff!important;border-radius:5px!important;padding:5px 8px!important;box-shadow:0 1px 2px rgba(0,0,0,.10)!important;height:26px!important;width:auto!important}
.nz-pay .nz-pay-iyz{padding:6px 9px!important}
@media(max-width:900px){
  .nz-pay{justify-content:center;width:100%;gap:8px}
  .nz-pay img{height:24px!important}
}


/* Ödeme/sepet güven bloğu */
.nz-odeme-guven{margin:18px 0 4px;padding:16px 18px;background:#fff;border:1px solid #eee6d8;border-radius:12px}
.nz-odeme-guven .nz-og-logo{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.nz-odeme-guven .nz-og-logo img{display:block;height:26px;width:auto;background:#fff;border:1px solid #f0eadf;border-radius:5px;padding:5px 8px}
.nz-odeme-guven p{margin:0!important;font-size:13px!important;line-height:1.55!important;color:#7d7166!important}
.nz-odeme-guven strong{color:#171310!important;font-weight:600!important}
@media(max-width:768px){
  .nz-odeme-guven{padding:14px}
  .nz-odeme-guven .nz-og-logo img{height:24px}
  .nz-odeme-guven p{font-size:12.5px!important}
}

.nz-odeme-guven .nz-og-svg{display:block;height:26px;width:auto;background:#fff;border:1px solid #f0eadf;border-radius:5px;padding:5px 8px;box-sizing:content-box}
.nz-odeme-guven .nz-og-svg[viewBox="0 0 48 16"]{width:48px}
.nz-odeme-guven .nz-og-svg[viewBox="0 0 48 30"]{width:42px}
@media(max-width:768px){ .nz-odeme-guven .nz-og-svg{height:24px} }

/* ödeme kutusu dar sütuna sığsın */
.nz-odeme-guven .nz-og-logo{gap:7px}
.nz-odeme-guven .nz-og-svg,.nz-odeme-guven .nz-og-logo img{height:18px!important;padding:4px 6px!important;border-radius:4px}
.nz-odeme-guven .nz-og-svg[viewBox="0 0 48 16"]{width:40px!important}
.nz-odeme-guven .nz-og-svg[viewBox="0 0 48 30"]{width:29px!important}
.nz-odeme-guven{padding:14px}

/* güven kutusu tam genişlik */
.nz-odeme-guven{max-width:760px;margin:26px auto 8px!important;padding:18px 20px!important}
.nz-odeme-guven .nz-og-logo{justify-content:flex-start;gap:9px}
.nz-odeme-guven .nz-og-svg,.nz-odeme-guven .nz-og-logo img{height:22px!important;padding:5px 8px!important}
.nz-odeme-guven .nz-og-svg[viewBox="0 0 48 16"]{width:46px!important}
.nz-odeme-guven .nz-og-svg[viewBox="0 0 48 30"]{width:34px!important}


/* ══════════ ALTBİLGİ YASAL LİNKLER ══════════ */
.nz-fbot{flex-wrap:wrap!important}
.nz-flegal{flex-basis:100%;width:100%;order:9;display:flex;flex-wrap:wrap;gap:8px 18px;
  margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.10)}
.nz-flegal a{color:#cfc4b8!important;font-size:13px!important;text-decoration:none;letter-spacing:.01em}
.nz-flegal a:hover{color:var(--bg)!important;text-decoration:underline}
@media(max-width:900px){
  .nz-flegal{justify-content:center;gap:8px 14px;margin-top:14px;padding-top:14px}
  .nz-flegal a{font-size:12.5px!important}
}


/* ══════════ İADE TALEP FORMU ══════════ */
.nz-talep-form{max-width:520px;margin:8px 0 30px}
.nz-talep-form label{display:block;font-size:13px!important;font-weight:600!important;letter-spacing:.02em;margin-bottom:6px;color:#171310!important}
.nz-talep-form input,.nz-talep-form select,.nz-talep-form textarea{width:100%;padding:12px 14px;border:1px solid #e6ded0;border-radius:10px;background:#fff;font-size:15px;color:#171310;box-sizing:border-box}
.nz-talep-form input:focus,.nz-talep-form select:focus,.nz-talep-form textarea:focus{outline:none;border-color:#9c1f33}
.nz-talep-form p{margin:0 0 16px!important}
.nz-talep-btn{background:#171310!important;color:#f6f2ea!important;border:none;border-radius:999px;padding:14px 34px;font-size:15px!important;font-weight:500!important;cursor:pointer}
.nz-talep-btn:hover{background:#9c1f33!important}
.nz-talep-mesaj{max-width:520px;padding:14px 18px;border-radius:10px;margin:0 0 18px;font-size:14.5px;line-height:1.55}
.nz-talep-mesaj.ok{background:#eef6ee;border:1px solid #cfe5cf;color:#1e5a1e}
.nz-talep-mesaj.hata{background:#fdf0f0;border:1px solid #efd0d0;color:#8a1f1f}
.woocommerce-form-track-order{max-width:520px}
.woocommerce-form-track-order input{width:100%;padding:12px 14px;border:1px solid #e6ded0;border-radius:10px;box-sizing:border-box}
.woocommerce-form-track-order button{background:#171310!important;color:#f6f2ea!important;border:none;border-radius:999px;padding:13px 30px;cursor:pointer}


/* ══════════ SİPARİŞLERİM LİSTESİ ══════════ */
.nz-siplist{max-width:640px;display:flex;flex-direction:column;gap:14px;margin:8px 0 30px}
.nz-sipkart{background:#fff;border:1px solid #e6ded0;border-radius:14px;padding:16px 18px}
.nz-sipust{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}
.nz-sipust b{font-size:15px!important}
.nz-sipust span{color:#7d7166;font-size:13.5px}
.nz-sipdurum{margin-left:auto;font-style:normal!important;font-size:12.5px!important;font-weight:600!important;padding:4px 12px;border-radius:999px;background:#efe6d6;color:#171310}
.nz-sipdurum.s-processing{background:#e8f0e8;color:#1e5a1e}
.nz-sipdurum.s-completed{background:#e6efe6;color:#1e5a1e}
.nz-sipdurum.s-cancelled,.nz-sipdurum.s-refunded{background:#f3e4e2;color:#8a1f1f}
.nz-sipurun{font-size:14px;color:#4a4038;line-height:1.5;margin-bottom:12px}
.nz-sipalt{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.nz-minitalep{margin:0!important;display:inline}
.nz-talep-btn.kucuk{padding:9px 20px;font-size:13.5px!important;background:#9c1f33!important}
.nz-talep-btn.kucuk:hover{background:#7d1526!important}
@media(max-width:600px){ .nz-sipalt{flex-direction:column;align-items:stretch} .nz-talep-btn.kucuk{width:100%} }

/* En alttaki sipariş takibi linki vurgulu */
.nz-flegal a b{color:#f6f2ea!important;font-weight:600!important;border-bottom:1px solid rgba(246,242,234,.4);padding-bottom:1px}
.nz-flegal a:hover b{border-color:#f6f2ea}


/* ══════════ ANA SAYFA H1 (SEO) ══════════ */
.nz-hero .nz-h1{margin:0 0 10px;font-size:11.5px;font-weight:400;letter-spacing:.2em;
  text-transform:uppercase;color:var(--wax-d);text-align:right;line-height:1.5}
@media(max-width:768px){body.nz-home .nz-hero .nz-h1{text-align:left;font-size:10.5px;letter-spacing:.16em;margin-bottom:6px}}
