/*
Theme Name: Sit&Seats Zeyna
Theme URI: https://sit-seats.com
Description: Monokrom editorial WooCommerce çocuk teması (Zeyna / Tasarım 7) — paper/ink, General Sans, pill butonlar, editorial hero + marquee. Storefront child.
Author: Bk Grup Mobilya
Template: storefront
Version: 1.0.0
Text Domain: sitseats
*/

/* ============================================================================
   ZEYNA — TASARIM 7 (monokrom paper/ink editorial). Whole theme is scoped to
   html[data-design="7"] (set on <html> in header.php) so the demo CSS is used
   verbatim and dark-mode [data-theme="dark"] selectors keep working.
   ========================================================================== */

/* --- Design tokens --- */
html[data-design="7"]{
  --bg:#F1F1F1; --surface1:#FFFFFF; --surface2:#FFFFFF; --surface3:#EAEAEA;
  --border:#D1D1D1; --border-visible:#0F0F0F;
  --text1:#0F0F0F; --text2:#858585; --text3:#8E9194; --text4:#A8AAAC;
  --accent:#0F0F0F; --accent-subtle:#F0F0F0;
  --f-display:'General Sans','Inter',Arial,sans-serif; --f-body:'General Sans','Inter',Arial,sans-serif; --f-wide:'General Sans','Inter',Arial,sans-serif;
  --r-control:3px; --r-component:15px; --r-container:15px; --r-element:15px; --r-pill:100px;
  --shadow-card:none; --shadow-card-hover:0 1px 0 rgba(15,15,15,.04);
  --zy-ease:cubic-bezier(0.22,1,0.36,1);
  --tile:#FFFFFF;
}
html[data-design="7"][data-theme="dark"]{
  --bg:#0F0F0F; --surface1:#191919; --surface2:#191919; --surface3:#242424;
  --border:#2B2B2B; --border-visible:#F1F1F1;
  /* muted tokens must be LIGHTER in dark so they read on near-black (light-mode
     #858585/#6E6E6E were dark-gray-on-#0F0F0F = invisible). */
  --text1:#F1F1F1; --text2:#ABABAB; --text3:#8A8A8A; --text4:#6E6E6E;
  --accent:#F1F1F1; --accent-subtle:#1C1C1C;
  --tile:#191919;
}

/* --- Reset / Storefront bridge (neutralise parent chrome, keep Zeyna full-bleed) --- */
html[data-design="7"] *{box-sizing:border-box;}
html[data-design="7"] body{background:var(--bg);color:var(--text1);font-family:var(--f-body);-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden;}
html[data-design="7"] img{max-width:100%;height:auto;}
html[data-design="7"] button{font-family:inherit;}
html[data-design="7"] a{color:inherit;text-decoration:none;}
html[data-design="7"] h1,html[data-design="7"] h2,html[data-design="7"] h3,html[data-design="7"] h4,html[data-design="7"] p{margin:0;}
html[data-design="7"] ::selection{background:#0F0F0F;color:#F1F1F1;}
/* full-width content column (override Storefront .col-full max-width so Zeyna sections self-pad) */
html[data-design="7"] #page.hfeed.site{overflow:visible;}
html[data-design="7"] .site-content{padding:0;margin:0;}
html[data-design="7"] .site-content > .col-full,
html[data-design="7"] .col-full{max-width:1500px;width:100%;margin:0 auto;padding:0;}
/* non-home pages: clear the fixed header (single offset ~ header height 90px + gap) */
html[data-design="7"] body:not(.home) .site-content{padding-top:100px;}
/* Storefront's empty WooCommerce breadcrumb wrapper — we render our own .zy-crumb.
   The inner breadcrumb is unhooked but the wrapper div kept ~105px of dead space
   between the fixed header and the content. Hide it. */
html[data-design="7"] .storefront-breadcrumb{display:none;}
/* lucide icons */
html[data-design="7"] svg.lucide{width:18px;height:18px;stroke-width:1.7;display:inline-block;vertical-align:middle;flex:0 0 auto;}
html[data-design="7"] .zy-btn svg.lucide{width:16px;height:16px;}
html[data-design="7"] .zy-marquee svg.lucide{display:none;}

html[data-design="7"] .zy-wrap{max-width:1500px;margin:0 auto;padding:0 clamp(20px,5vw,72px);}
html[data-design="7"] .zy-eye{font-size:12px;font-weight:500;line-height:1.3;letter-spacing:.12em;text-transform:uppercase;color:var(--text2);}
/* default cursor hidden only when our custom cursor is live */
html[data-design="7"].zy-cursor-on,html[data-design="7"].zy-cursor-on *{cursor:none!important;}
/* custom cursor */
html[data-design="7"] .zeyna-cursor{position:fixed;top:0;left:0;width:12px;height:12px;border-radius:50%;background:#fff;mix-blend-mode:difference;pointer-events:none;z-index:99998;transform:translate(-50%,-50%);transition:width .25s var(--zy-ease),height .25s var(--zy-ease),background .25s var(--zy-ease);display:flex;align-items:center;justify-content:center;will-change:transform;}
html[data-design="7"] .zeyna-cursor.is-hover{width:64px;height:64px;}
html[data-design="7"] .zeyna-cursor .zc-label{font-family:var(--f-wide);font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#0F0F0F;mix-blend-mode:normal;opacity:0;transition:opacity .2s var(--zy-ease);}
html[data-design="7"] .zeyna-cursor.is-hover .zc-label{opacity:1;}
/* scroll reveals */
html[data-design="7"] .zy-rev{opacity:0;transform:translateY(28px);transition:opacity .8s var(--zy-ease),transform .8s var(--zy-ease);}
html[data-design="7"] .zy-rev.in{opacity:1;transform:none;}
html[data-design="7"] .zy-revimg{clip-path:inset(100% 0 0 0);transition:clip-path .9s var(--zy-ease);overflow:hidden;}
html[data-design="7"] .zy-revimg img,html[data-design="7"] .zy-revimg video{transform:scale(1.08);transition:transform .9s var(--zy-ease);}
html[data-design="7"] .zy-revimg.in{clip-path:inset(0 0 0 0);}
html[data-design="7"] .zy-revimg.in img,html[data-design="7"] .zy-revimg.in video{transform:none;}
/* marquee */
@keyframes zy-marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}
/* buttons */
html[data-design="7"] .zy-btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--f-wide);font-size:14px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;padding:16px 36px;border-radius:100px;border:1px solid #0F0F0F;cursor:pointer;transition:background .4s var(--zy-ease),color .4s var(--zy-ease);background:#0F0F0F;color:#F1F1F1;line-height:1;text-decoration:none;}
html[data-design="7"] .zy-btn:hover{background:#F1F1F1;color:#0F0F0F;}
html[data-design="7"] .zy-btn-sec{background:transparent;color:#0F0F0F;}
html[data-design="7"] .zy-btn-sec:hover{background:#0F0F0F;color:#F1F1F1;}
html[data-design="7"] .zy-btn svg.lucide{transition:transform .4s var(--zy-ease);}
html[data-design="7"] .zy-btn:hover svg.lucide{transform:translateX(4px);}
/* HEADER */
html[data-design="7"] .zy-hdr{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:26px clamp(20px,5vw,72px);transition:padding .35s var(--zy-ease),background .35s var(--zy-ease),box-shadow .35s var(--zy-ease);background:transparent;}
html[data-design="7"] .zy-hdr.solid{padding:14px clamp(20px,5vw,72px);background:rgba(241,241,241,.86);backdrop-filter:saturate(140%) blur(14px);box-shadow:0 1px 0 var(--border);}
html[data-design="7"] .zy-hdr-logo{display:flex;align-items:center;cursor:pointer;flex:0 0 auto;}
/* keep the wordmark's natural aspect ratio — never let the flex row / global
   img{max-width:100%} squash it (fixed height + auto width + no max-width clamp) */
html[data-design="7"] .zy-hdr-logo img{height:26px;width:auto;max-width:none;object-fit:contain;display:block;}
html[data-design="7"] .zy-hdr-nav{display:flex;align-items:center;gap:30px;}
html[data-design="7"] .zy-hdr-nav a{position:relative;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text1);cursor:pointer;padding-bottom:3px;}
html[data-design="7"] .zy-hdr-nav a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#0F0F0F;transform:scaleX(0);transform-origin:left;transition:transform .4s var(--zy-ease);}
html[data-design="7"] .zy-hdr-nav a:hover::after{transform:scaleX(1);}
html[data-design="7"] .zy-hdr-right{display:flex;align-items:center;gap:16px;}
html[data-design="7"] .zy-hdr-ic{width:38px;height:38px;border-radius:50%;border:none;background:transparent;color:var(--text1);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:background .3s var(--zy-ease);text-decoration:none;}
html[data-design="7"] .zy-hdr-ic:hover{background:rgba(15,15,15,.06);}
html[data-design="7"] .zy-hdr-ic .zy-dot{position:absolute;top:2px;right:2px;min-width:15px;height:15px;padding:0 3px;border-radius:50%;background:#0F0F0F;color:#F1F1F1;font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center;}
html[data-design="7"] .zy-hdr-cart{display:inline-flex;align-items:center;gap:8px;cursor:pointer;background:none;border:none;color:var(--text1);font-family:var(--f-wide);text-decoration:none;}
html[data-design="7"] .zy-hdr-cart .zy-cart-circ{width:38px;height:38px;border-radius:50%;background:#0F0F0F;color:#F1F1F1;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;transition:transform .3s var(--zy-ease);}
html[data-design="7"] .zy-hdr-cart:hover .zy-cart-circ{transform:scale(1.07);}
html[data-design="7"] .zy-hdr-cart .zy-cart-lbl{font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;}
html[data-design="7"] .zy-burger{display:none;width:38px;height:38px;border:none;background:none;color:var(--text1);align-items:center;justify-content:center;cursor:pointer;}
/* mobile menu */
html[data-design="7"] .zy-mnav{position:fixed;inset:0;z-index:250;background:var(--bg);transform:translateY(-100%);transition:transform .5s var(--zy-ease);display:flex;flex-direction:column;padding:90px clamp(20px,6vw,48px) 40px;gap:6px;}
html[data-design="7"] .zy-mnav.open{transform:none;}
html[data-design="7"] .zy-mnav a{font-family:var(--f-display);font-weight:500;font-size:34px;letter-spacing:-0.02em;padding:12px 0;border-bottom:1px solid var(--border);}
html[data-design="7"] .zy-mnav-close{position:absolute;top:24px;right:24px;width:44px;height:44px;border:1px solid var(--border);border-radius:50%;background:none;color:var(--text1);display:flex;align-items:center;justify-content:center;cursor:pointer;}
/* HERO */
html[data-design="7"] .zy-hero{padding:120px clamp(20px,5vw,72px) 0;}
html[data-design="7"] .zy-hero-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;flex-wrap:wrap;margin-bottom:34px;}
html[data-design="7"] .zy-hero-title{font-family:var(--f-display);font-weight:500;font-size:clamp(48px,9vw,128px);line-height:.98;letter-spacing:-0.04em;max-width:14ch;}
html[data-design="7"] .zy-hero-title em{font-style:italic;font-weight:300;}
html[data-design="7"] .zy-hero-aside{max-width:330px;padding-bottom:10px;}
html[data-design="7"] .zy-hero-aside p{font-size:17px;line-height:1.6;color:var(--text2);margin:14px 0 22px;}
html[data-design="7"] .zy-hero-media{position:relative;border-radius:15px;overflow:hidden;aspect-ratio:21/9;background:#fff;}
html[data-design="7"] .zy-hero-media img,html[data-design="7"] .zy-hero-media video{width:100%;height:100%;object-fit:cover;display:block;}
html[data-design="7"] .zy-hero-cap{position:absolute;left:24px;bottom:22px;z-index:2;color:#F1F1F1;mix-blend-mode:difference;}
html[data-design="7"] .zy-hero-cap .zy-eye{color:#F1F1F1;}
html[data-design="7"] .zy-hero-cap b{display:block;font-family:var(--f-display);font-weight:500;font-size:clamp(22px,3vw,40px);letter-spacing:-0.03em;line-height:1.05;margin-top:6px;}
/* MARQUEE */
html[data-design="7"] .zy-marquee{margin:clamp(64px,9vw,120px) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden;white-space:nowrap;padding:22px 0;}
html[data-design="7"] .zy-marquee-track{display:inline-flex;animation:zy-marquee 32s linear infinite;will-change:transform;}
html[data-design="7"] .zy-marquee-track span{font-family:var(--f-display);font-weight:500;font-size:clamp(26px,4vw,54px);letter-spacing:-0.03em;padding:0 .55em;display:inline-flex;align-items:center;}
html[data-design="7"] .zy-marquee-track span i{display:inline-block;width:9px;height:9px;border-radius:50%;background:#0F0F0F;margin-left:1.1em;}
/* GRID */
html[data-design="7"] .zy-shop{padding:0 clamp(20px,5vw,72px);}
html[data-design="7"] .zy-shop-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:clamp(40px,6vw,72px);}
html[data-design="7"] .zy-shop-head h2{font-family:var(--f-display);font-weight:500;font-size:clamp(40px,5vw,64px);letter-spacing:-0.03em;line-height:1.02;margin-top:14px;}
html[data-design="7"] .zy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(36px,4.5vw,72px) clamp(32px,4vw,64px);list-style:none;margin:0;padding:0;}
html[data-design="7"] .zy-card{cursor:pointer;list-style:none;}
html[data-design="7"] .zy-card-pic{position:relative;border-radius:15px;overflow:hidden;aspect-ratio:4/5;background:#fff;display:block;}
html[data-design="7"] .zy-card-pic>img{width:100%;height:100%;object-fit:contain;padding:7%;display:block;transition:transform .6s var(--zy-ease);}
html[data-design="7"] .zy-card:hover .zy-card-pic>img{transform:scale(1.05);}
html[data-design="7"] .zy-card-tag{position:absolute;top:14px;left:14px;z-index:3;background:rgba(241,241,241,.92);color:#0F0F0F;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;border-radius:100px;}
html[data-design="7"] .zy-card-add{position:absolute;bottom:14px;right:14px;z-index:3;width:46px;height:46px;border-radius:50%;border:none;background:#0F0F0F;color:#F1F1F1;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(8px);transition:opacity .4s var(--zy-ease),transform .4s var(--zy-ease),background .3s var(--zy-ease),color .3s var(--zy-ease);}
html[data-design="7"] .zy-card:hover .zy-card-add{opacity:1;transform:none;}
html[data-design="7"] .zy-card-add:hover{background:#F1F1F1;color:#0F0F0F;box-shadow:inset 0 0 0 1px #0F0F0F;}
html[data-design="7"] .zy-card-meta{padding:18px 2px 0;}
html[data-design="7"] .zy-card-meta .zy-eye{display:block;}
html[data-design="7"] .zy-card-row{display:flex;justify-content:space-between;align-items:baseline;gap:14px;margin-top:7px;}
html[data-design="7"] .zy-card-name{font-family:var(--f-display);font-weight:500;font-size:24px;letter-spacing:-0.01em;line-height:1.2;}
html[data-design="7"] .zy-card-price{font-size:14px;font-weight:500;white-space:nowrap;}
html[data-design="7"] .zy-card-price del{color:var(--text3);font-weight:400;margin-right:6px;}
html[data-design="7"] .zy-card-price ins{text-decoration:none;}
/* HERO meta strip */
html[data-design="7"] .zy-hero-acts{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px;}
html[data-design="7"] .zy-hero-meta{display:grid;grid-template-columns:repeat(4,1fr);margin-top:clamp(28px,3.5vw,44px);border-top:1px solid var(--border);}
html[data-design="7"] .zy-hm{padding:20px 22px 4px 0;border-right:1px solid var(--border);}
html[data-design="7"] .zy-hm:last-child{border-right:none;}
html[data-design="7"] .zy-hm b{display:block;font-family:var(--f-display);font-weight:500;font-size:clamp(20px,2.4vw,32px);letter-spacing:-0.02em;line-height:1.1;}
html[data-design="7"] .zy-hm span{font-size:12px;letter-spacing:.05em;color:var(--text2);}
@media(max-width:760px){html[data-design="7"] .zy-hero-meta{grid-template-columns:1fr 1fr;gap:0;}html[data-design="7"] .zy-hm:nth-child(2){border-right:none;}html[data-design="7"] .zy-hm:nth-child(3),html[data-design="7"] .zy-hm:nth-child(4){border-top:1px solid var(--border);}}
/* INTRO / manifesto */
html[data-design="7"] .zy-intro{padding:clamp(72px,10vw,150px) clamp(20px,5vw,72px) 0;}
html[data-design="7"] .zy-intro-lead{font-family:var(--f-display);font-weight:500;font-size:clamp(28px,4vw,56px);line-height:1.08;letter-spacing:-0.03em;max-width:21ch;margin:18px 0 clamp(40px,5vw,72px);}
html[data-design="7"] .zy-intro-lead em{font-style:italic;font-weight:300;color:var(--text2);}
html[data-design="7"] .zy-intro-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(36px,5vw,80px);align-items:start;}
html[data-design="7"] .zy-intro-body{font-size:17px;line-height:1.7;color:var(--text2);max-width:42ch;}
html[data-design="7"] .zy-intro-vals{display:grid;}
html[data-design="7"] .zy-iv{display:grid;grid-template-columns:auto 1fr;gap:20px;padding:22px 0;border-top:1px solid var(--border);}
html[data-design="7"] .zy-iv:last-child{border-bottom:1px solid var(--border);}
html[data-design="7"] .zy-iv .zy-no{font-family:var(--f-display);font-size:14px;font-weight:500;color:var(--text2);}
html[data-design="7"] .zy-iv h3{font-family:var(--f-display);font-weight:500;font-size:21px;letter-spacing:-0.01em;margin-bottom:6px;}
html[data-design="7"] .zy-iv p{font-size:14px;line-height:1.6;color:var(--text2);max-width:48ch;}
@media(max-width:820px){html[data-design="7"] .zy-intro-grid{grid-template-columns:1fr;}}
/* SERİ nav cards */
html[data-design="7"] .zy-series{padding:clamp(64px,9vw,120px) clamp(20px,5vw,72px) 0;}
html[data-design="7"] .zy-series-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,28px);}
html[data-design="7"] .zy-serie{cursor:pointer;}
html[data-design="7"] .zy-serie-pic{position:relative;border-radius:15px;overflow:hidden;aspect-ratio:3/4;background:#fff;}
html[data-design="7"] .zy-serie-pic img{width:100%;height:100%;object-fit:contain;padding:10%;display:block;transition:transform .6s var(--zy-ease);}
html[data-design="7"] .zy-serie:hover .zy-serie-pic img{transform:scale(1.05);}
html[data-design="7"] .zy-serie-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--f-display);font-weight:500;font-size:clamp(28px,4vw,48px);letter-spacing:-0.03em;color:var(--text3);}
html[data-design="7"] .zy-serie-ic{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--text1);}
/* Lucide category icons (crown/armchair/briefcase/graduation-cap). currentColor
   → inverts in dark mode. Lucide replaces the <i> placeholder with an <svg>. */
html[data-design="7"] .zy-serie-ic svg,html[data-design="7"] .zy-serie-ic .zy-cat-ic{width:clamp(44px,7vw,56px);height:clamp(44px,7vw,56px);display:block;stroke:currentColor;stroke-width:1.5;overflow:visible;transition:transform .6s var(--zy-ease);}
html[data-design="7"] .zy-serie:hover .zy-serie-ic svg{transform:scale(1.05);}
html[data-design="7"] .zy-serie-cap{display:flex;align-items:center;gap:10px;padding:14px 2px 0;}
html[data-design="7"] .zy-serie-cap .zy-no{font-family:var(--f-display);font-size:13px;color:var(--text2);}
html[data-design="7"] .zy-serie-cap h3{font-family:var(--f-display);font-weight:500;font-size:20px;letter-spacing:-0.01em;flex:1;}
html[data-design="7"] .zy-serie-go{display:flex;color:var(--text2);transition:transform .4s var(--zy-ease),color .3s var(--zy-ease);}
html[data-design="7"] .zy-serie:hover .zy-serie-go{transform:translate(3px,-3px);color:var(--text1);}
html[data-design="7"] .zy-serie-cnt{display:block;font-size:11px;letter-spacing:.06em;color:var(--text3);margin-top:3px;padding-left:2px;}
@media(max-width:760px){html[data-design="7"] .zy-series-grid{grid-template-columns:1fr 1fr;}}
/* SHOWCASE */
html[data-design="7"] .zy-showcase{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(36px,5vw,80px);align-items:center;padding:clamp(80px,11vw,150px) clamp(20px,5vw,72px) 0;}
html[data-design="7"] .zy-show-media{position:relative;border-radius:15px;overflow:hidden;aspect-ratio:4/5;background:#fff;cursor:pointer;}
html[data-design="7"] .zy-show-media img,html[data-design="7"] .zy-show-media video{width:100%;height:100%;object-fit:cover;display:block;}
html[data-design="7"] .zy-show-media.contain img{object-fit:contain;padding:7%;}
html[data-design="7"] .zy-show-body h2{font-family:var(--f-display);font-weight:500;font-size:clamp(34px,4.4vw,60px);line-height:1.02;letter-spacing:-0.035em;margin:14px 0 22px;}
html[data-design="7"] .zy-show-body>p{font-size:16px;line-height:1.7;color:var(--text2);max-width:46ch;}
html[data-design="7"] .zy-show-specs{display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0;border-top:1px solid var(--border);}
html[data-design="7"] .zy-show-specs div{padding:18px 16px 4px 0;border-right:1px solid var(--border);}
html[data-design="7"] .zy-show-specs div:last-child{border-right:none;}
html[data-design="7"] .zy-show-specs b{display:block;font-family:var(--f-display);font-weight:500;font-size:clamp(18px,2vw,24px);letter-spacing:-0.01em;}
html[data-design="7"] .zy-show-specs span{font-size:12px;color:var(--text2);}
html[data-design="7"] .zy-show-acts{display:flex;align-items:center;gap:22px;flex-wrap:wrap;}
html[data-design="7"] .zy-show-price{font-family:var(--f-display);font-weight:500;font-size:26px;letter-spacing:-0.02em;}
@media(max-width:820px){html[data-design="7"] .zy-showcase{grid-template-columns:1fr;}}
/* CTA band */
html[data-design="7"] .zy-cta{margin:clamp(80px,11vw,160px) 0 0;padding:clamp(64px,9vw,120px) clamp(20px,5vw,72px);border-top:1px solid var(--border);text-align:center;}
html[data-design="7"] .zy-cta h2{font-family:var(--f-display);font-weight:500;font-size:clamp(40px,6vw,84px);letter-spacing:-0.04em;line-height:1;max-width:16ch;margin:18px auto 30px;}
/* CERT row */
html[data-design="7"] .zy-certs{margin-top:clamp(64px,9vw,120px);padding:clamp(40px,5vw,64px) clamp(20px,5vw,72px) clamp(48px,6vw,80px);border-top:1px solid var(--border);}
html[data-design="7"] .zy-certs-eye{display:block;text-align:center;color:var(--text2);margin-bottom:clamp(28px,4vw,44px);}
html[data-design="7"] .zy-certs-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
html[data-design="7"] .zy-cert{display:flex;align-items:center;gap:14px;padding:6px clamp(28px,4vw,52px);position:relative;}
html[data-design="7"] .zy-cert:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:30px;background:var(--border);}
html[data-design="7"] .zy-cert img{height:30px;width:auto;filter:grayscale(1) contrast(.92);opacity:.78;transition:opacity .3s var(--zy-ease),filter .3s var(--zy-ease);}
html[data-design="7"] .zy-cert:hover img{opacity:1;filter:grayscale(1) contrast(1);}
html[data-design="7"] .zy-cert-lbl{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text2);white-space:nowrap;}
@media (max-width:640px){html[data-design="7"] .zy-cert:not(:last-child)::after{display:none;}html[data-design="7"] .zy-certs-row{gap:20px 0;}}
/* empty state */
html[data-design="7"] .zy-empty{border:1px dashed var(--border);border-radius:15px;padding:clamp(40px,6vw,72px);text-align:center;color:var(--text2);}
html[data-design="7"] .zy-empty b{display:block;font-family:var(--f-display);font-weight:500;font-size:22px;color:var(--text1);margin-bottom:8px;}
/* PDP */
html[data-design="7"] .zy-pdp{padding:24px clamp(20px,5vw,72px) 0;}
html[data-design="7"] .zy-crumb{display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text2);margin-bottom:34px;flex-wrap:wrap;}
html[data-design="7"] .zy-crumb a{cursor:pointer;}html[data-design="7"] .zy-crumb b{color:var(--text1);}
html[data-design="7"] .zy-pdp-top{display:grid;grid-template-columns:1.55fr .95fr;gap:clamp(40px,5vw,80px);align-items:start;}
html[data-design="7"] .zy-pdp-gal{display:flex;flex-direction:column;gap:16px;}
html[data-design="7"] .zy-pdp-main{position:relative;border-radius:15px;overflow:hidden;background:#fff;aspect-ratio:4/5;}
html[data-design="7"] .zy-pdp-main>img{width:100%;height:100%;object-fit:contain;padding:5%;display:block;cursor:zoom-in;}
html[data-design="7"] .zy-thumb-rail{display:flex;flex-wrap:wrap;gap:14px;}
html[data-design="7"] .zy-thumb{position:relative;width:84px;height:84px;flex:0 0 auto;border:none;padding:0;border-radius:15px;overflow:hidden;background:#fff;cursor:pointer;opacity:.5;box-shadow:inset 0 0 0 1px var(--border);transition:opacity .3s var(--zy-ease),box-shadow .3s var(--zy-ease);}
html[data-design="7"] .zy-thumb:hover{opacity:.85;}
html[data-design="7"] .zy-thumb.on{opacity:1;box-shadow:inset 0 0 0 1.5px #0F0F0F;}
html[data-design="7"] .zy-thumb img{width:100%;height:100%;object-fit:contain;padding:8%;display:block;}
html[data-design="7"] .zy-pdp-info{position:sticky;top:96px;}
html[data-design="7"] .zy-pdp-info h1{font-family:var(--f-display);font-weight:500;font-size:clamp(38px,4.4vw,60px);letter-spacing:-0.035em;line-height:1.02;margin:12px 0 0;}
html[data-design="7"] .zy-pdp-lead{font-size:17px;line-height:1.6;color:var(--text2);margin:22px 0;}
html[data-design="7"] .zy-pdp-price{font-family:var(--f-display);font-weight:500;font-size:34px;letter-spacing:-0.02em;}
html[data-design="7"] .zy-pdp-price del{color:var(--text3);font-weight:400;font-size:24px;margin-right:10px;}
html[data-design="7"] .zy-pdp-price ins{text-decoration:none;}
html[data-design="7"] .zy-pdp-price small{display:block;font-family:var(--f-body);font-weight:400;font-size:13px;letter-spacing:0;color:var(--text2);margin-top:5px;}
html[data-design="7"] .zy-pdp-rule{height:1px;background:var(--border);margin:28px 0;}
html[data-design="7"] .zy-opt-l{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--text2);margin-bottom:12px;display:block;}
html[data-design="7"] .zy-buy-row{display:flex;align-items:stretch;gap:12px;margin-top:26px;flex-wrap:wrap;}
html[data-design="7"] .zy-qty{display:flex;align-items:center;border:1px solid #0F0F0F;border-radius:100px;overflow:hidden;}
html[data-design="7"] .zy-qty input{width:46px;text-align:center;border:none;background:none;font-weight:500;font-family:inherit;font-size:16px;-moz-appearance:textfield;color:var(--text1);}
html[data-design="7"] .zy-qty input::-webkit-outer-spin-button,html[data-design="7"] .zy-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
html[data-design="7"] .zy-buy-add{flex:1;min-width:200px;justify-content:center;}
html[data-design="7"] .zy-trust{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin-top:30px;}
html[data-design="7"] .zy-trust div{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--text2);}
html[data-design="7"] .zy-trust div b{display:block;color:var(--text1);font-weight:500;font-size:13px;}
/* PDP lower */
html[data-design="7"] .zy-pdp-sec{margin-top:clamp(64px,9vw,120px);}
html[data-design="7"] .zy-pdp-sec h2{font-family:var(--f-display);font-weight:500;font-size:clamp(28px,3.4vw,44px);letter-spacing:-0.03em;margin-bottom:32px;}
html[data-design="7"] .zy-pdp-desc{font-size:16px;line-height:1.75;color:var(--text2);max-width:70ch;}
html[data-design="7"] .zy-pdp-desc p{margin:0 0 1em;}
html[data-design="7"] .zy-spec-table{border-top:1px solid var(--border);}
html[data-design="7"] .zy-spec-row{display:grid;grid-template-columns:.4fr 1fr;gap:20px;padding:16px 0;border-bottom:1px solid var(--border);}
html[data-design="7"] .zy-spec-row .zy-sk{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--text2);}
html[data-design="7"] .zy-spec-row .zy-sv{font-size:16px;}
/* accordion */
html[data-design="7"] .zy-acc{border-top:1px solid var(--border);max-width:70ch;}
html[data-design="7"] .zy-acc details{border-bottom:1px solid var(--border);}
html[data-design="7"] .zy-acc summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-family:var(--f-display);font-weight:500;font-size:18px;letter-spacing:-0.01em;}
html[data-design="7"] .zy-acc summary::-webkit-details-marker{display:none;}
html[data-design="7"] .zy-acc summary::after{content:"+";font-size:22px;color:var(--text2);transition:transform .3s var(--zy-ease);}
html[data-design="7"] .zy-acc details[open] summary::after{content:"–";}
html[data-design="7"] .zy-acc-body{padding:0 0 24px;font-size:15px;line-height:1.7;color:var(--text2);max-width:60ch;}
/* related */
html[data-design="7"] .zy-rel{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(28px,3vw,48px);list-style:none;margin:0;padding:0;}
/* FOOTER */
html[data-design="7"] .zy-ft{margin-top:clamp(80px,11vw,160px);border-top:1px solid #0F0F0F;padding:clamp(48px,6vw,80px) clamp(20px,5vw,72px) 40px;}
html[data-design="7"] .zy-ft-brand{display:inline-flex;cursor:pointer;}
html[data-design="7"] .zy-ft-logo{height:clamp(34px,5vw,52px);width:auto;display:block;filter:none;}
html[data-design="7"] .zy-ft-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:34px;margin-top:clamp(40px,5vw,72px);}
html[data-design="7"] .zy-ft-col h5{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text2);margin-bottom:16px;}
html[data-design="7"] .zy-ft-col span,html[data-design="7"] .zy-ft-col a{display:block;font-size:14px;color:var(--text1);cursor:pointer;margin-bottom:10px;width:fit-content;position:relative;}
html[data-design="7"] .zy-ft-col span::after,html[data-design="7"] .zy-ft-col a::after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:#0F0F0F;transform:scaleX(0);transform-origin:left;transition:transform .35s var(--zy-ease);}
html[data-design="7"] .zy-ft-col span:hover::after,html[data-design="7"] .zy-ft-col a:hover::after{transform:scaleX(1);}
html[data-design="7"] .zy-ft-intro p{font-size:15px;line-height:1.6;color:var(--text2);max-width:34ch;}
html[data-design="7"] .zy-ft-news{display:flex;gap:10px;margin-top:20px;max-width:320px;border-bottom:1px solid #0F0F0F;padding-bottom:8px;}
html[data-design="7"] .zy-ft-news input{flex:1;border:none;background:none;font-family:var(--f-body);font-size:14px;color:var(--text1);outline:none;}
html[data-design="7"] .zy-ft-news input::placeholder{color:var(--text3);}
html[data-design="7"] .zy-ft-news button{border:none;background:none;font-size:12px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;color:#0F0F0F;font-family:var(--f-wide);}
html[data-design="7"] .zy-ft-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;margin-top:clamp(40px,5vw,72px);padding-top:24px;border-top:1px solid var(--border);font-size:12px;color:var(--text2);}
html[data-design="7"] .zy-ft-bottom .zy-ft-legal{display:flex;gap:20px;flex-wrap:wrap;}
html[data-design="7"] .zy-ft-bottom .zy-ft-legal span,html[data-design="7"] .zy-ft-bottom .zy-ft-legal a{cursor:pointer;}
/* reduced motion */
@media(prefers-reduced-motion:reduce){
  html[data-design="7"] .zy-rev,html[data-design="7"] .zy-revimg{opacity:1!important;transform:none!important;clip-path:none!important;transition:none!important;}
  html[data-design="7"] .zy-revimg img,html[data-design="7"] .zy-revimg video{transform:none!important;}
  html[data-design="7"] .zy-marquee-track{animation:none!important;}
}
/* responsive */
@media(max-width:1000px){
  html[data-design="7"] .zy-grid{grid-template-columns:repeat(2,1fr);}
  html[data-design="7"] .zy-pdp-top{grid-template-columns:1fr;}
  html[data-design="7"] .zy-pdp-info{position:static;}
  html[data-design="7"] .zy-rel{grid-template-columns:repeat(2,1fr);}
  html[data-design="7"] .zy-ft-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:680px){
  html[data-design="7"] .zy-hdr-nav{display:none;}
  html[data-design="7"] .zy-burger{display:flex;width:34px;height:34px;}
  /* tighten header chrome so the natural-ratio logo + icons fit without squashing */
  html[data-design="7"] .zy-hdr{gap:12px;padding-left:16px;padding-right:16px;}
  html[data-design="7"] .zy-hdr.solid{padding-left:16px;padding-right:16px;}
  html[data-design="7"] .zy-hdr-right{gap:8px;}
  html[data-design="7"] .zy-hdr-ic{width:34px;height:34px;}
  html[data-design="7"] .zy-grid{grid-template-columns:1fr;}
  html[data-design="7"] .zy-rel{grid-template-columns:1fr;}
  html[data-design="7"] .zy-thumb{width:64px;height:64px;}
  html[data-design="7"] .zy-ft-grid{grid-template-columns:1fr;}
  html[data-design="7"] .zy-trust{grid-template-columns:1fr;}
}
/* ── ZEYNA DARK overrides ── */
html[data-design="7"][data-theme="dark"] ::selection{background:#F1F1F1;color:#0F0F0F;}
html[data-design="7"][data-theme="dark"] .zy-btn{background:#F1F1F1;color:#0F0F0F;border-color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-btn:hover{background:transparent;color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-btn-sec{background:transparent;color:#F1F1F1;border-color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-btn-sec:hover{background:#F1F1F1;color:#0F0F0F;}
html[data-design="7"][data-theme="dark"] .zy-hdr.solid{background:rgba(15,15,15,.86);box-shadow:0 1px 0 var(--border);}
html[data-design="7"][data-theme="dark"] .zy-hdr-logo img{filter:invert(1);}
html[data-design="7"][data-theme="dark"] .zy-hdr-nav a::after{background:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-hdr-ic:hover{background:rgba(241,241,241,.08);}
html[data-design="7"][data-theme="dark"] .zy-hdr-ic .zy-dot,html[data-design="7"][data-theme="dark"] .zy-hdr-cart .zy-cart-circ{background:#F1F1F1;color:#0F0F0F;}
html[data-design="7"][data-theme="dark"] .zy-marquee-track span i{background:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-card-pic,html[data-design="7"][data-theme="dark"] .zy-hero-media,html[data-design="7"][data-theme="dark"] .zy-pdp-main,html[data-design="7"][data-theme="dark"] .zy-thumb,html[data-design="7"][data-theme="dark"] .zy-serie-pic,html[data-design="7"][data-theme="dark"] .zy-show-media{background:#191919;}
html[data-design="7"][data-theme="dark"] .zy-card-tag{background:rgba(25,25,25,.92);color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-card-add{background:#F1F1F1;color:#0F0F0F;}
html[data-design="7"][data-theme="dark"] .zy-card-add:hover{background:transparent;color:#F1F1F1;box-shadow:inset 0 0 0 1px #F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-thumb.on{box-shadow:inset 0 0 0 1.5px #F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-qty{border-color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-ft{border-top-color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-ft-logo{filter:invert(1);}
html[data-design="7"][data-theme="dark"] .zy-ft-col span::after,html[data-design="7"][data-theme="dark"] .zy-ft-col a::after{background:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-ft-news{border-bottom-color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-ft-news button{color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zeyna-cursor{background:#fff;}
html[data-design="7"][data-theme="dark"] .zeyna-cursor .zc-label{color:#0F0F0F;}

/* ============================================================================
   WOOCOMMERCE bridge — style default Woo templates (cart, checkout, account,
   messages) in the Zeyna monochrome language.
   ========================================================================== */
html[data-design="7"] .woocommerce-breadcrumb{display:none;}
html[data-design="7"] .woocommerce .woocommerce-message,
html[data-design="7"] .woocommerce .woocommerce-info,
html[data-design="7"] .woocommerce .woocommerce-error{border-top-color:#0F0F0F;background:var(--surface3);color:var(--text1);border-radius:12px;}
html[data-design="7"] .woocommerce .woocommerce-message::before,
html[data-design="7"] .woocommerce .woocommerce-info::before{color:#0F0F0F;}
html[data-design="7"] .woocommerce a.button,
html[data-design="7"] .woocommerce button.button,
html[data-design="7"] .woocommerce input.button,
html[data-design="7"] .woocommerce a.button.alt,
html[data-design="7"] .woocommerce button.button.alt,
html[data-design="7"] .woocommerce #respond input#submit{background:#0F0F0F;color:#F1F1F1;border:1px solid #0F0F0F;border-radius:100px;padding:14px 30px;font-family:var(--f-wide);font-weight:500;letter-spacing:.04em;text-transform:uppercase;font-size:13px;transition:background .35s var(--zy-ease),color .35s var(--zy-ease);}
html[data-design="7"] .woocommerce a.button:hover,
html[data-design="7"] .woocommerce button.button:hover,
html[data-design="7"] .woocommerce input.button:hover,
html[data-design="7"] .woocommerce a.button.alt:hover,
html[data-design="7"] .woocommerce button.button.alt:hover,
html[data-design="7"] .woocommerce #respond input#submit:hover{background:#F1F1F1;color:#0F0F0F;}
html[data-design="7"][data-theme="dark"] .woocommerce a.button,
html[data-design="7"][data-theme="dark"] .woocommerce button.button,
html[data-design="7"][data-theme="dark"] .woocommerce input.button,
html[data-design="7"][data-theme="dark"] .woocommerce a.button.alt,
html[data-design="7"][data-theme="dark"] .woocommerce button.button.alt{background:#F1F1F1;color:#0F0F0F;border-color:#F1F1F1;}
html[data-design="7"] .woocommerce form .form-row input.input-text,
html[data-design="7"] .woocommerce form .form-row textarea,
html[data-design="7"] .woocommerce .select2-container--default .select2-selection--single,
html[data-design="7"] .woocommerce table.cart td.actions .coupon .input-text{border:1px solid var(--border);border-radius:12px;background:var(--surface1);color:var(--text1);padding:12px 16px;font-family:var(--f-body);}
html[data-design="7"] .woocommerce .price,
html[data-design="7"] .woocommerce ul.products li.product .price{color:var(--text1);font-weight:500;}
html[data-design="7"] .woocommerce table.shop_table{border-radius:15px;border-color:var(--border);}
html[data-design="7"] .woocommerce table.shop_table th{font-family:var(--f-wide);text-transform:uppercase;letter-spacing:.06em;font-size:12px;}
html[data-design="7"] .woocommerce-account .woocommerce-MyAccount-navigation ul li{border-bottom:1px solid var(--border);}
html[data-design="7"] .woocommerce-account .woocommerce-MyAccount-navigation ul li a{color:var(--text1);}
/* generic page / legal content */
html[data-design="7"] .page .entry-header,html[data-design="7"] .type-page .page-header{padding:0 clamp(20px,5vw,72px);}
html[data-design="7"] .page .entry-title,html[data-design="7"] .woocommerce-products-header__title{font-family:var(--f-display);font-weight:500;font-size:clamp(34px,5vw,60px);letter-spacing:-0.03em;padding:0 clamp(20px,5vw,72px);}
html[data-design="7"] .page .entry-content,html[data-design="7"] .hentry .entry-content{max-width:70ch;margin:24px auto 0;padding:0 clamp(20px,5vw,72px);font-size:16px;line-height:1.75;color:var(--text2);}
html[data-design="7"] .page .entry-content h2,html[data-design="7"] .page .entry-content h3{font-family:var(--f-display);color:var(--text1);margin:1.4em 0 .5em;}

/* search overlay */
html[data-design="7"] .zy-search-ov{position:fixed;inset:0;z-index:260;background:rgba(241,241,241,.98);backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center;padding:120px clamp(20px,6vw,48px) 0;opacity:0;visibility:hidden;transition:opacity .35s var(--zy-ease),visibility .35s var(--zy-ease);}
html[data-design="7"] .zy-search-ov.open{opacity:1;visibility:visible;}
html[data-design="7"][data-theme="dark"] .zy-search-ov{background:rgba(15,15,15,.98);}
html[data-design="7"] .zy-search-inner{width:100%;max-width:640px;}
html[data-design="7"] .zy-search-inner form{display:flex;gap:12px;border-bottom:2px solid #0F0F0F;padding-bottom:12px;}
html[data-design="7"][data-theme="dark"] .zy-search-inner form{border-bottom-color:#F1F1F1;}
html[data-design="7"] .zy-search-inner input[type="search"],html[data-design="7"] .zy-search-inner .search-field{flex:1;border:none;background:none;font-family:var(--f-display);font-size:clamp(22px,3.5vw,40px);color:var(--text1);outline:none;letter-spacing:-0.02em;}
html[data-design="7"] .zy-search-inner button[type="submit"]{border:none;background:none;font-family:var(--f-wide);text-transform:uppercase;letter-spacing:.1em;font-size:13px;cursor:pointer;color:var(--text1);}

/* WooCommerce product gallery — Zeyna framing (contain, rounded, whole chair) */
html[data-design="7"] .woocommerce-product-gallery{margin:0!important;width:100%!important;position:relative;}
html[data-design="7"] .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0;}
html[data-design="7"] .woocommerce-product-gallery .woocommerce-product-gallery__image{border-radius:15px;overflow:hidden;background:#fff;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;}
html[data-design="7"][data-theme="dark"] .woocommerce-product-gallery .woocommerce-product-gallery__image{background:#191919;}
html[data-design="7"] .woocommerce-product-gallery .woocommerce-product-gallery__image a{display:block;width:100%;height:100%;}
html[data-design="7"] .woocommerce-product-gallery .woocommerce-product-gallery__image img{width:100%;height:100%;object-fit:contain!important;padding:5%;}
html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs{display:flex;flex-wrap:wrap;gap:14px;margin:16px 0 0;padding:0;list-style:none;}
html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs li{width:84px;height:84px;margin:0;float:none;}
html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs img{width:84px;height:84px;object-fit:contain;padding:8%;border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px var(--border);opacity:.55;transition:opacity .3s var(--zy-ease),box-shadow .3s var(--zy-ease);}
html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs img.flex-active,html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs img:hover{opacity:1;box-shadow:inset 0 0 0 1.5px #0F0F0F;}
html[data-design="7"] .woocommerce-product-gallery__trigger{display:none!important;}

/* default WooCommerce loop → Zeyna grid */
html[data-design="7"] .woocommerce ul.products,html[data-design="7"] ul.products.zy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(36px,4.5vw,72px) clamp(32px,4vw,64px);list-style:none;margin:0;padding:0;}
html[data-design="7"] ul.products.zy-rel{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(28px,3vw,48px);}
html[data-design="7"] .woocommerce ul.products li.product,html[data-design="7"] ul.products li.zy-card{width:auto;margin:0;float:none;}
html[data-design="7"] .woocommerce ul.products li.product::before{display:none;}
/* WooCommerce/Storefront clearfix ::before/::after become phantom GRID ITEMS in a
   display:grid list (empty first cell → products shoved right). Neutralise them. */
html[data-design="7"] .woocommerce ul.products::before,html[data-design="7"] .woocommerce ul.products::after,html[data-design="7"] ul.products.zy-grid::before,html[data-design="7"] ul.products.zy-grid::after,html[data-design="7"] ul.products.zy-rel::before,html[data-design="7"] ul.products.zy-rel::after{content:none;display:none;}
@media(max-width:1000px){html[data-design="7"] .woocommerce ul.products,html[data-design="7"] ul.products.zy-grid{grid-template-columns:repeat(2,1fr);}html[data-design="7"] ul.products.zy-rel{grid-template-columns:repeat(2,1fr);}}
@media(max-width:680px){html[data-design="7"] .woocommerce ul.products,html[data-design="7"] ul.products.zy-grid,html[data-design="7"] ul.products.zy-rel{grid-template-columns:1fr;}}

/* add-to-cart form (single) */
html[data-design="7"] .zy-buy-wrap form.cart{display:flex;align-items:stretch;gap:12px;flex-wrap:wrap;margin:26px 0 0;}
html[data-design="7"] .zy-buy-wrap form.cart .quantity{display:flex;align-items:center;border:1px solid #0F0F0F;border-radius:100px;overflow:hidden;}
html[data-design="7"][data-theme="dark"] .zy-buy-wrap form.cart .quantity{border-color:#F1F1F1;}
html[data-design="7"] .zy-buy-wrap form.cart .quantity input.qty{width:60px;text-align:center;border:none;background:none;font-weight:500;font-size:16px;color:var(--text1);height:52px;-moz-appearance:textfield;}
html[data-design="7"] .zy-buy-wrap form.cart .quantity input.qty::-webkit-outer-spin-button,html[data-design="7"] .zy-buy-wrap form.cart .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
html[data-design="7"] .zy-buy-wrap form.cart button.single_add_to_cart_button{flex:1;min-width:200px;justify-content:center;}
html[data-design="7"] .zy-buy-wrap .woocommerce-variation-add-to-cart{display:flex;gap:12px;flex-wrap:wrap;width:100%;}

/* pagination */
html[data-design="7"] .zy-pagination ul,html[data-design="7"] .woocommerce nav.woocommerce-pagination ul{display:flex;gap:8px;list-style:none;margin:0;padding:0;border:none;justify-content:center;}
html[data-design="7"] .zy-pagination a,html[data-design="7"] .zy-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 8px;border-radius:100px;border:1px solid var(--border);font-size:14px;}
html[data-design="7"] .zy-pagination .current{background:#0F0F0F;color:#F1F1F1;border-color:#0F0F0F;}
html[data-design="7"][data-theme="dark"] .zy-pagination .current{background:#F1F1F1;color:#0F0F0F;border-color:#F1F1F1;}

/* --- Chunk 4: card add-to-cart (sales gate), KVKK consent, legal tables --- */
html[data-design="7"] .zy-card-buy-row{margin-top:12px;}
html[data-design="7"] .zy-card-buy,html[data-design="7"] .zy-card-buy.added{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 20px;border-radius:100px;background:#0F0F0F;color:#F1F1F1;border:1px solid #0F0F0F;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;transition:opacity var(--zy-ease,.25s ease);text-decoration:none;}
html[data-design="7"] .zy-card-buy:hover{opacity:.82;color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-card-buy{background:#F1F1F1;color:#0F0F0F;border-color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-card-buy:hover{color:#0F0F0F;}
html[data-design="7"] .zy-card-buy.loading{opacity:.55;}
html[data-design="7"] .zy-card .added_to_cart{display:inline-flex;align-items:center;height:40px;margin-left:10px;font-size:12px;letter-spacing:.06em;text-decoration:underline;}

/* KVKK checkout consent row */
html[data-design="7"] .ss-kvkk-consent{margin:8px 0 4px;font-size:14px;line-height:1.5;}
html[data-design="7"] .ss-kvkk-consent label{display:flex;gap:8px;align-items:flex-start;cursor:pointer;}
html[data-design="7"] .ss-kvkk-consent input[type=checkbox]{margin-top:3px;flex:0 0 auto;width:16px;height:16px;}
html[data-design="7"] .ss-kvkk-consent a{text-decoration:underline;}
html[data-design="7"] .ss-kvkk-consent .required{color:#c0392b;}

/* Legal / policy page tables */
html[data-design="7"] .ss-legal-table{width:100%;border-collapse:collapse;margin:18px 0;font-size:15px;}
html[data-design="7"] .ss-legal-table th{text-align:left;width:210px;padding:10px 14px;border:1px solid var(--border);background:rgba(0,0,0,.03);font-weight:600;vertical-align:top;}
html[data-design="7"] .ss-legal-table td{padding:10px 14px;border:1px solid var(--border);vertical-align:top;}
html[data-design="7"][data-theme="dark"] .ss-legal-table th{background:rgba(255,255,255,.05);}

/* ============================================================================
   WISHLIST / FAVORILER — lightweight client-side (localStorage) favourites.
   Heart toggle on product cards + PDP; header heart shows a count badge and
   links to /favorilerim. No commerce (works in showcase mode).
   ========================================================================== */
/* card heart (top-right corner, sibling of the .zy-card-pic anchor) */
html[data-design="7"] .zy-card{position:relative;}
html[data-design="7"] .zy-fav-btn{position:absolute;top:14px;right:14px;z-index:4;width:40px;height:40px;border-radius:50%;border:none;background:rgba(241,241,241,.92);color:#0F0F0F;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s var(--zy-ease),color .3s var(--zy-ease),transform .3s var(--zy-ease);box-shadow:0 1px 4px rgba(0,0,0,.08);}
html[data-design="7"] .zy-fav-btn:hover{background:#0F0F0F;color:#F1F1F1;}
html[data-design="7"] .zy-fav-btn svg{width:19px;height:19px;transition:transform .3s var(--zy-ease);}
html[data-design="7"] .zy-fav-btn.is-fav{background:#0F0F0F;color:#F1F1F1;}
html[data-design="7"] .zy-fav-btn.is-fav svg{fill:currentColor;}
html[data-design="7"] .zy-fav-btn.pop svg{transform:scale(1.28);}
html[data-design="7"] .zy-fav-btn:focus-visible{outline:2px solid #0F0F0F;outline-offset:2px;}
/* PDP heart (pill next to the title/actions) */
html[data-design="7"] .zy-pdp-fav{display:inline-flex;align-items:center;gap:9px;font-family:var(--f-wide);font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:11px 20px;border-radius:100px;border:1px solid var(--border);background:transparent;color:var(--text1);cursor:pointer;margin:22px 0 0;transition:background .3s var(--zy-ease),color .3s var(--zy-ease),border-color .3s var(--zy-ease);}
html[data-design="7"] .zy-pdp-fav:hover{border-color:#0F0F0F;}
html[data-design="7"] .zy-pdp-fav svg{width:17px;height:17px;transition:transform .3s var(--zy-ease);}
html[data-design="7"] .zy-pdp-fav.is-fav{background:#0F0F0F;color:#F1F1F1;border-color:#0F0F0F;}
html[data-design="7"] .zy-pdp-fav.is-fav svg{fill:currentColor;}
html[data-design="7"] .zy-pdp-fav.pop svg{transform:scale(1.28);}
html[data-design="7"] .zy-pdp-fav:focus-visible{outline:2px solid #0F0F0F;outline-offset:2px;}
/* PDP heart — icon-only ghost circle (no text) near the title */
html[data-design="7"] .zy-pdp-fav--icon{width:42px;height:42px;padding:0;gap:0;border-radius:50%;justify-content:center;}
html[data-design="7"] .zy-pdp-fav--icon svg{width:18px;height:18px;}
/* header heart count badge (reuses .zy-dot look) */
html[data-design="7"] .zy-hdr-ic .zy-fav-count{position:absolute;top:2px;right:2px;min-width:15px;height:15px;padding:0 3px;border-radius:50%;background:#0F0F0F;color:#F1F1F1;font-size:9px;font-weight:600;line-height:1;display:flex;align-items:center;justify-content:center;}
html[data-design="7"] .zy-hdr-ic .zy-fav-count[hidden]{display:none;}
/* favorilerim empty state link */
html[data-design="7"] .zy-empty a{color:var(--text1);text-decoration:underline;text-underline-offset:3px;}
@media (prefers-reduced-motion: reduce){
  html[data-design="7"] .zy-fav-btn svg,html[data-design="7"] .zy-pdp-fav svg{transition:none;}
  html[data-design="7"] .zy-fav-btn.pop svg,html[data-design="7"] .zy-pdp-fav.pop svg{transform:none;}
}
/* dark theme */
html[data-design="7"][data-theme="dark"] .zy-fav-btn{background:rgba(25,25,25,.92);color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-fav-btn:hover,html[data-design="7"][data-theme="dark"] .zy-fav-btn.is-fav{background:#F1F1F1;color:#0F0F0F;}
html[data-design="7"][data-theme="dark"] .zy-pdp-fav.is-fav{background:#F1F1F1;color:#0F0F0F;border-color:#F1F1F1;}
html[data-design="7"][data-theme="dark"] .zy-hdr-ic .zy-fav-count{background:#F1F1F1;color:#0F0F0F;}

/* ============================================================
   HAKKIMIZDA — full-bleed editorial manifesto page
   ============================================================ */
html[data-design="7"] .zy-ab{display:block;}
html[data-design="7"] .zy-ab section{padding-left:clamp(20px,5vw,72px);padding-right:clamp(20px,5vw,72px);}
/* intro */
html[data-design="7"] .zy-ab-intro{padding-top:clamp(48px,7vw,96px);}
html[data-design="7"] .zy-ab-open{font-family:var(--f-display);font-weight:500;font-size:clamp(56px,12vw,168px);line-height:.92;letter-spacing:-0.045em;margin:20px 0 0;}
html[data-design="7"] .zy-ab-dek{font-size:clamp(17px,1.6vw,22px);line-height:1.6;color:var(--text2);max-width:34ch;margin:clamp(28px,4vw,52px) 0 0;}
/* hairline separators */
html[data-design="7"] .zy-ab-rule{height:1px;background:var(--border);margin:clamp(56px,8vw,120px) clamp(20px,5vw,72px);}
html[data-design="7"] .zy-ab-mani .zy-ab-rule{margin-left:0;margin-right:0;}
/* section tag */
html[data-design="7"] .zy-ab-tag{display:block;margin-bottom:clamp(28px,4vw,56px);}
/* manifesto */
html[data-design="7"] .zy-ab-mani{padding-top:0;}
html[data-design="7"] .zy-ab-stanza{margin:clamp(48px,6vw,96px) 0;}
html[data-design="7"] .zy-ab-stanza--stagger .zy-ab-line{font-family:var(--f-display);font-weight:500;font-size:clamp(26px,4.6vw,64px);line-height:1.08;letter-spacing:-0.035em;max-width:24ch;margin:0 0 .18em;}
html[data-design="7"] .zy-ab-in1{margin-left:clamp(20px,6vw,120px);}
html[data-design="7"] .zy-ab-in2{margin-left:clamp(40px,12vw,240px);}
html[data-design="7"] .zy-ab-mut{color:var(--text2);}
html[data-design="7"] .zy-ab-strong{color:var(--text1);font-style:italic;}
/* flowing bodies */
html[data-design="7"] .zy-ab-body{font-family:var(--f-display);font-weight:500;font-size:clamp(22px,2.8vw,40px);line-height:1.28;letter-spacing:-0.02em;color:var(--text1);max-width:20ch;}
html[data-design="7"] .zy-ab-body{max-width:min(760px,90%);}
html[data-design="7"] .zy-ab-stanza--right{display:flex;justify-content:flex-end;}
html[data-design="7"] .zy-ab-stanza--right .zy-ab-body{text-align:right;}
html[data-design="7"] .zy-ab-close .zy-ab-line{max-width:26ch;}
/* full-bleed pull-quote */
html[data-design="7"] .zy-ab-quote{background:var(--text1);color:var(--bg);margin:clamp(56px,9vw,140px) 0;padding-top:clamp(72px,12vw,180px);padding-bottom:clamp(72px,12vw,180px);}
html[data-design="7"] .zy-ab-quote .zy-eye{color:var(--bg);opacity:.6;}
html[data-design="7"] .zy-ab-quote-in{max-width:min(1100px,92%);}
html[data-design="7"] .zy-ab-quote-txt{font-family:var(--f-display);font-weight:500;font-size:clamp(34px,6.5vw,96px);line-height:1.02;letter-spacing:-0.04em;margin:24px 0 0;border:none;padding:0;font-style:italic;}
/* sustainability */
html[data-design="7"] .zy-ab-sus{padding-top:clamp(24px,4vw,64px);}
html[data-design="7"] .zy-ab-h2{font-family:var(--f-display);font-weight:500;font-size:clamp(40px,6vw,88px);letter-spacing:-0.035em;line-height:1;margin:14px 0 0;}
html[data-design="7"] .zy-ab-sus-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(32px,5vw,80px);margin-top:clamp(40px,5vw,72px);align-items:start;}
html[data-design="7"] .zy-ab-sus-lead{font-size:clamp(18px,1.8vw,24px);line-height:1.5;color:var(--text1);max-width:30ch;}
html[data-design="7"] .zy-ab-sus-cols{display:grid;gap:clamp(28px,3vw,44px);}
html[data-design="7"] .zy-ab-sus-c{display:grid;grid-template-columns:auto 1fr;gap:18px;padding-top:22px;border-top:1px solid var(--border);}
html[data-design="7"] .zy-ab-sus-c .zy-no{font-family:var(--f-display);font-size:14px;font-weight:500;color:var(--text2);}
html[data-design="7"] .zy-ab-sus-c h3{font-family:var(--f-display);font-weight:500;font-size:22px;letter-spacing:-0.01em;margin:0 0 8px;}
html[data-design="7"] .zy-ab-sus-c p{font-size:15px;line-height:1.6;color:var(--text2);max-width:46ch;margin:0;}
/* cta */
html[data-design="7"] .zy-ab-cta{text-align:center;margin-top:clamp(72px,10vw,150px);padding-top:clamp(64px,9vw,120px);padding-bottom:clamp(64px,9vw,120px);border-top:1px solid var(--border);}
html[data-design="7"] .zy-ab-cta .zy-btn{margin-top:26px;}
@media(max-width:820px){
  html[data-design="7"] .zy-ab-sus-grid{grid-template-columns:1fr;}
  html[data-design="7"] .zy-ab-stanza--right{justify-content:flex-start;}
  html[data-design="7"] .zy-ab-stanza--right .zy-ab-body{text-align:left;}
  html[data-design="7"] .zy-ab-in2{margin-left:clamp(20px,8vw,80px);}
}

/* ============================================================================
   DARK-MODE CONTRAST FIXES (2026-07-02)
   Root causes fixed:
   1. Headings inherited Storefront's hardcoded #333 (never flips → invisible on
      near-black). Force every heading to the ink token so it inverts.
   2. --text2/--text3 muted tokens were the same/too-dark in dark mode (fixed in
      the :root dark block above).
   3. Storefront/WooCommerce hardcoded LIGHT surfaces (table cells #fdfdfd/#f8f8f8,
      checkout #payment / .payment_box, select2 rendered text #444, required red)
      stayed light in dark mode → flip them to theme tokens.
   ========================================================================== */

/* 1 — headings derive from the theme ink token (flips light↔dark) */
html[data-design="7"] h1,
html[data-design="7"] h2,
html[data-design="7"] h3,
html[data-design="7"] h4,
html[data-design="7"] h5,
html[data-design="7"] h6{color:var(--text1);}
/* keep the muted footer column labels + intro-lead emphasis as tokened muted */
html[data-design="7"] .zy-ft-col h5{color:var(--text2);}
/* legal / woo archive titles (high-specificity Storefront selectors) */
html[data-design="7"] .page .entry-title,
html[data-design="7"] .woocommerce-products-header__title{color:var(--text1);}

/* 3a — WooCommerce cart/checkout + legal table cells: drop the hardcoded light
   Storefront cell backgrounds so the dark page shows through (text = tokened) */
html[data-design="7"][data-theme="dark"] .woocommerce table.shop_table th,
html[data-design="7"][data-theme="dark"] .woocommerce table.shop_table td,
html[data-design="7"][data-theme="dark"] .woocommerce table.shop_table tfoot th,
html[data-design="7"][data-theme="dark"] .woocommerce table.shop_table tfoot td,
html[data-design="7"][data-theme="dark"] .ss-legal-table td{background-color:transparent;color:var(--text1);}
html[data-design="7"][data-theme="dark"] .woocommerce table.shop_table th,
html[data-design="7"][data-theme="dark"] .woocommerce table.shop_table tfoot th{color:var(--text2);}

/* 3b — checkout payment area: flip the WooCommerce light panels to dark tokens */
/* the whole order-review box is a hardcoded white panel (Storefront) → dark card */
html[data-design="7"][data-theme="dark"] .woocommerce-checkout #order_review,
html[data-design="7"][data-theme="dark"] .woocommerce-checkout-review-order,
html[data-design="7"][data-theme="dark"] #order_review .shop_table{background:var(--surface1);}
html[data-design="7"][data-theme="dark"] #payment,
html[data-design="7"][data-theme="dark"] .woocommerce-checkout #payment{background-color:transparent;}
/* payment method rows (#f5f5f5) + place-order row (#fafafa) come from ID-scoped
   WooCommerce selectors whose id specificity beats plain classes → !important */
html[data-design="7"][data-theme="dark"] #payment ul.payment_methods li.wc_payment_method,
html[data-design="7"][data-theme="dark"] #payment li.payment_method_bacs,
html[data-design="7"][data-theme="dark"] #payment .form-row.place-order,
html[data-design="7"][data-theme="dark"] .woocommerce-checkout .form-row.place-order{background-color:transparent!important;}
html[data-design="7"][data-theme="dark"] #payment ul.payment_methods{background:var(--surface1);border-color:var(--border);}
html[data-design="7"][data-theme="dark"] #payment ul.payment_methods li{border-color:var(--border);}
html[data-design="7"][data-theme="dark"] #payment div.payment_box{background:var(--surface3);color:var(--text2);}
html[data-design="7"][data-theme="dark"] #payment div.payment_box::before{border-bottom-color:var(--surface3)!important;}
html[data-design="7"][data-theme="dark"] #payment div.payment_box p,
html[data-design="7"][data-theme="dark"] #payment div.payment_box a{color:var(--text2);}
html[data-design="7"][data-theme="dark"] #payment label,
html[data-design="7"][data-theme="dark"] #payment .wc_payment_method label{color:var(--text1);}
/* privacy-policy + terms text block below payment (WC gives it a light bg) */
html[data-design="7"][data-theme="dark"] .woocommerce-privacy-policy-text,
html[data-design="7"][data-theme="dark"] .woocommerce-terms-and-conditions-wrapper,
html[data-design="7"][data-theme="dark"] .woocommerce-terms-and-conditions{background-color:transparent;color:var(--text2);}
html[data-design="7"][data-theme="dark"] .woocommerce-privacy-policy-text p,
html[data-design="7"][data-theme="dark"] .woocommerce-privacy-policy-text a,
html[data-design="7"][data-theme="dark"] .woocommerce-terms-and-conditions-checkbox-text,
html[data-design="7"][data-theme="dark"] .ss-kvkk-consent,
html[data-design="7"][data-theme="dark"] .ss-kvkk-consent a{color:var(--text2);}
/* required asterisks: darker reds fail on near-black — lighten in dark mode */
html[data-design="7"][data-theme="dark"] .woocommerce .required,
html[data-design="7"][data-theme="dark"] abbr.required,
html[data-design="7"][data-theme="dark"] .ss-kvkk-consent .required{color:#ff7a5c;border:none;}

/* 3c — select2 rendered value used select2's default #444 (invisible on the
   dark surface); tie it + the dropdown to theme tokens */
html[data-design="7"] .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--text1);}
html[data-design="7"][data-theme="dark"] .select2-dropdown,
html[data-design="7"][data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field{background:var(--surface1);border-color:var(--border);color:var(--text1);}
html[data-design="7"][data-theme="dark"] .select2-container--default .select2-results__option{color:var(--text1);}
html[data-design="7"][data-theme="dark"] .select2-container--default .select2-results__option--highlighted[aria-selected]{background:var(--surface3);color:var(--text1);}
html[data-design="7"][data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:var(--text2) transparent transparent;}
