/*
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.3
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 TWO-TIER header (shrunk topbar ~39px + mainbar
   ~84px = ~123px) + ~34px breathing gap, minus each section's own top padding (24px). */
html[data-design="7"] body:not(.home) .site-content{padding-top:133px;}
/* 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 — two tiers: thin utility topbar + brand/nav mainbar */
html[data-design="7"] .zy-hdr{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;flex-direction:column;transition:background .35s var(--zy-ease),box-shadow .35s var(--zy-ease);background:transparent;}
html[data-design="7"] .zy-hdr.solid{background:rgba(241,241,241,.86);backdrop-filter:saturate(140%) blur(14px);box-shadow:0 1px 0 var(--border);}
/* tier 1 — thin, quiet utility strip (clearly subordinate to the brand bar):
   ~38px tall (4px padding + 30px controls), muted text, tight controls. */
html[data-design="7"] .zy-topbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:24px;padding:4px clamp(20px,5vw,72px);border-bottom:1px solid var(--border);transition:padding .35s var(--zy-ease);}
html[data-design="7"] .zy-topbar-left{display:flex;flex-wrap:nowrap;align-items:center;gap:20px;min-width:0;flex:1 1 auto;}
html[data-design="7"] .zy-topbar-note{font-family:var(--f-wide);font-size:11px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--text3);white-space:nowrap;}
html[data-design="7"] .zy-topbar-link{font-family:var(--f-wide);font-size:11px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--text2);text-decoration:none;white-space:nowrap;transition:color .3s var(--zy-ease);}
html[data-design="7"] .zy-topbar-link:hover{color:var(--text1);}
/* social brand icons — compact monochrome row (currentColor → inverts in dark) */
html[data-design="7"] .zy-social{display:inline-flex;align-items:center;gap:2px;}
html[data-design="7"] .zy-social--top{margin-left:14px;padding-left:16px;border-left:1px solid var(--border);}
html[data-design="7"] .zy-social-ic{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;color:var(--text3);text-decoration:none;transition:color .3s var(--zy-ease),background .3s var(--zy-ease);}
html[data-design="7"] .zy-social-ic svg{width:16px;height:16px;display:block;}
html[data-design="7"] .zy-social--top .zy-social-ic:hover{color:var(--text1);background:rgba(15,15,15,.06);}
/* mobile-menu social row — larger tap targets, pinned to the menu footer */
html[data-design="7"] .zy-social--mnav{margin-top:auto;padding-top:24px;gap:10px;}
html[data-design="7"] .zy-social--mnav .zy-social-ic{width:44px;height:44px;border:1px solid var(--border);color:var(--text1);}
html[data-design="7"] .zy-social--mnav .zy-social-ic svg{width:20px;height:20px;}
html[data-design="7"][data-theme="dark"] .zy-social--top .zy-social-ic:hover{background:rgba(241,241,241,.08);}
/* tier 2 — brand + nav */
html[data-design="7"] .zy-mainbar{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:16px clamp(20px,5vw,72px);transition:padding .35s var(--zy-ease);}
html[data-design="7"] .zy-hdr.solid .zy-topbar{padding-top:3px;padding-bottom:3px;}
html[data-design="7"] .zy-hdr.solid .zy-mainbar{padding-top:10px;padding-bottom:10px;}
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).
   2× the old 26px → 52px, contained so it stays undistorted in the main bar. */
html[data-design="7"] .zy-hdr-logo img{height:52px;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;flex-wrap:nowrap;align-items:center;gap:16px;min-width:0;flex:0 0 auto;}
html[data-design="7"] .zy-hdr-ic{width:30px;height:30px;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:30px;height:30px;border-radius:50%;background:#0F0F0F;color:#F1F1F1;display:flex;align-items:center;justify-content:center;font-size:11px;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;}
/* header contact (landline pill + WhatsApp) — ungated, monochrome currentColor */
html[data-design="7"] .zy-hdr-contact{display:inline-flex;align-items:center;gap:10px;}
html[data-design="7"] .zy-hdr-tel{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 12px;border-radius:100px;border:1px solid var(--border);color:var(--text1);text-decoration:none;font-family:var(--f-wide);font-size:11px;font-weight:500;letter-spacing:.06em;white-space:nowrap;transition:background .3s var(--zy-ease),border-color .3s var(--zy-ease);}
html[data-design="7"] .zy-hdr-tel:hover{background:rgba(15,15,15,.06);}
html[data-design="7"] .zy-hdr-tel i,html[data-design="7"] .zy-hdr-tel svg{width:15px;height:15px;flex:0 0 auto;}
html[data-design="7"] .zy-hdr-tel .zy-tel-num{line-height:1;}
html[data-design="7"] .zy-hdr-wa .zy-wa-svg{width:18px;height:18px;display:block;}
html[data-design="7"] .zy-hdr-wa:hover{color:#25D366;}
/* mobile-menu contact rows — smaller than the big display nav links, clearly readable */
html[data-design="7"] .zy-mnav-contact{display:flex;align-items:center;gap:12px;font-family:var(--f-wide)!important;font-size:17px!important;font-weight:500;letter-spacing:.02em;}
html[data-design="7"] .zy-mnav-contact i,html[data-design="7"] .zy-mnav-contact .zy-wa-svg{width:22px;height:22px;flex:0 0 auto;color:var(--text1);}
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%);visibility:hidden;transition:transform .5s var(--zy-ease),visibility 0s .5s;display:flex;flex-direction:column;padding:90px clamp(20px,6vw,48px) 40px;gap:6px;}
html[data-design="7"] .zy-mnav.open{transform:none;visibility:visible;transition:transform .5s var(--zy-ease),visibility 0s 0s;}
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 — home has no .site-content offset, so the hero itself clears the
   shrunk two-tier header (~123px) + gap. */
html[data-design="7"] .zy-hero{padding:153px 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;isolation:isolate;}
html[data-design="7"] .zy-hero-media img,html[data-design="7"] .zy-hero-media video{width:100%;height:100%;object-fit:cover;object-position:center 20%;display:block;}
/* Readability scrim behind the caption — the difference-blend text stays legible
   over bright/busy areas because the backdrop under it is darkened & uniform.
   Tune the "dose" via the two rgba alpha stops below. */
html[data-design="7"] .zy-hero-media::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.62) 2%,rgba(0,0,0,.34) 26%,rgba(0,0,0,0) 55%);}
html[data-design="7"] .zy-hero-cap{position:absolute;left:24px;right:24px;bottom:22px;z-index:2;color:#FFFFFF;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:1/1;background:#fff;display:block;}
html[data-design="7"] .zy-card-pic>img{width:100%;height:100%;object-fit:contain;padding:3%;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(3,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;}
/* Series as a big numbered typographic list (no cards) — 01 Yönetici / 02 Çalışma / 03 Çok Amaçlı. */
html[data-design="7"] .zy-series-list{display:flex;flex-direction:column;margin-top:clamp(18px,3vw,38px);border-top:1px solid var(--border);}
html[data-design="7"] .zy-srow{display:flex;align-items:baseline;gap:clamp(16px,2.5vw,44px);padding:clamp(22px,3.6vw,46px) 6px;border-bottom:1px solid var(--border);text-decoration:none;color:var(--text1);transition:padding-left .45s var(--zy-ease);}
html[data-design="7"] .zy-srow-no{font-family:var(--f-display);font-weight:500;font-size:clamp(15px,1.5vw,20px);color:var(--text3);letter-spacing:.02em;flex:0 0 auto;width:2.1em;}
html[data-design="7"] .zy-srow-name{font-family:var(--f-display);font-weight:500;font-size:clamp(40px,7.2vw,104px);line-height:.96;letter-spacing:-0.04em;flex:1;}
html[data-design="7"] .zy-srow-meta{display:flex;align-items:center;gap:14px;flex:0 0 auto;color:var(--text2);font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;}
html[data-design="7"] .zy-srow-meta i{width:22px;height:22px;stroke-width:1.5;transition:transform .45s var(--zy-ease);}
html[data-design="7"] .zy-srow:hover{padding-left:clamp(10px,1.6vw,26px);}
html[data-design="7"] .zy-srow:hover .zy-srow-meta i{transform:translateX(8px);}
/* Mobile ≤680: 3 series categories in ONE row (3 columns). Cards shrink — number + arrow
   hidden, smaller icon/label/count — kept readable, not clipped. */
@media(max-width:680px){
	html[data-design="7"] .zy-series-grid{grid-template-columns:repeat(3,1fr);gap:8px;}
	html[data-design="7"] .zy-serie-pic{border-radius:12px;}
	html[data-design="7"] .zy-serie-ic svg,html[data-design="7"] .zy-serie-ic .zy-cat-ic{width:clamp(30px,11vw,44px);height:clamp(30px,11vw,44px);}
	html[data-design="7"] .zy-serie-cap{gap:5px;padding:10px 0 0;}
	html[data-design="7"] .zy-serie-cap .zy-no,html[data-design="7"] .zy-serie-go{display:none;}
	html[data-design="7"] .zy-serie-cap h3{font-size:13px;letter-spacing:-0.02em;line-height:1.15;}
	html[data-design="7"] .zy-serie-cnt{font-size:10px;margin-top:2px;letter-spacing:.04em;}
	html[data-design="7"] .zy-srow{gap:14px;padding:20px 2px;align-items:center;}
	html[data-design="7"] .zy-srow-no{font-size:13px;width:1.8em;}
	html[data-design="7"] .zy-srow-name{font-size:clamp(30px,10vw,46px);}
	html[data-design="7"] .zy-srow-cnt{display:none;}
	html[data-design="7"] .zy-srow-meta i{width:20px;height:20px;}
}
/* 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 + AWARD container */
html[data-design="7"] .zy-certs{margin-top:clamp(64px,9vw,120px);padding:clamp(48px,6vw,72px) clamp(20px,5vw,72px) clamp(56px,7vw,90px);border-top:1px solid var(--border);}
/* Certs moved directly under the hero — compact, no top border/margin so it sits cleanly. */
html[data-design="7"] .zy-certs--top{margin-top:clamp(22px,3vw,40px);padding-top:0;padding-bottom:clamp(18px,2.4vw,32px);border-top:none;}
html[data-design="7"] .zy-certs--top .zy-certs-head{margin-bottom:clamp(14px,1.8vw,22px);}
html[data-design="7"] .zy-certs-head{text-align:center;margin-bottom:clamp(36px,5vw,56px);}
html[data-design="7"] .zy-certs-eye{display:block;color:var(--text2);}
html[data-design="7"] .zy-certs-sub{font-size:14px;color:var(--text3);margin-top:8px;}
html[data-design="7"] .zy-certs-group{max-width:1000px;margin:0 auto;}
html[data-design="7"] .zy-certs--top .zy-certs-group + .zy-certs-group{margin-top:clamp(18px,2.2vw,28px);padding-top:clamp(18px,2.2vw,28px);border-top:1px solid var(--border);}
html[data-design="7"] .zy-certs-group + .zy-certs-group{margin-top:clamp(32px,4vw,48px);padding-top:clamp(32px,4vw,48px);border-top:1px solid var(--border);}
html[data-design="7"] .zy-certs-glabel{display:block;text-align:center;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text3);margin-bottom:clamp(22px,3vw,32px);}
html[data-design="7"] .zy-certs--top .zy-certs-glabel{margin-bottom:clamp(12px,1.5vw,18px);}
html[data-design="7"] .zy-certs-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:clamp(20px,3vw,40px);}
html[data-design="7"] .zy-cert{display:flex;flex-direction:column;align-items:center;gap:12px;width:120px;}
html[data-design="7"] .zy-cert-chip{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.05);transition:transform .3s var(--zy-ease),box-shadow .3s var(--zy-ease);}
html[data-design="7"] .zy-cert:hover .zy-cert-chip{transform:translateY(-3px);box-shadow:0 8px 22px rgba(0,0,0,.10);}
html[data-design="7"] .zy-cert-chip img{max-width:66px;max-height:66px;width:auto;height:auto;object-fit:contain;display:block;}
html[data-design="7"] .zy-cert-mark{font-family:var(--f-display);font-weight:600;font-size:24px;letter-spacing:.06em;color:#0F0F0F;}
html[data-design="7"] .zy-cert-lbl{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text2);text-align:center;line-height:1.35;white-space:nowrap;}
@media (max-width:640px){html[data-design="7"] .zy-cert{width:96px;}html[data-design="7"] .zy-cert-chip{width:80px;height:80px;}html[data-design="7"] .zy-cert-chip img{max-width:54px;max-height:54px;}html[data-design="7"] .zy-cert-lbl{white-space:normal;}}
/* Mobile ≤680: each group (SERTİFİKALAR 4 chips / ÖDÜLLER 3 chips) = ONE single row.
   flex:1 1 0 + min-width:0 + nowrap → chips shrink-to-fit the viewport, never wrap into a
   broken grid and never overflow the page (row width can't exceed its container). */
@media (max-width:680px){
	html[data-design="7"] .zy-certs-row{flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:8px;}
	html[data-design="7"] .zy-cert{width:auto;flex:1 1 0;min-width:0;max-width:84px;gap:8px;}
	html[data-design="7"] .zy-cert-chip{width:100%;max-width:62px;height:auto;aspect-ratio:1/1;border-radius:12px;}
	html[data-design="7"] .zy-cert-chip img{max-width:60%;max-height:60%;}
	html[data-design="7"] .zy-cert-mark{font-size:15px;letter-spacing:.04em;}
	html[data-design="7"] .zy-cert-lbl{font-size:9px;letter-spacing:.05em;white-space:normal;line-height:1.3;}
}
@media (max-width:400px){
	html[data-design="7"] .zy-certs-row{gap:6px;}
	html[data-design="7"] .zy-cert-chip{max-width:56px;}
	html[data-design="7"] .zy-cert-mark{font-size:13px;}
}
/* 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-news button[disabled]{opacity:.5;cursor:default;}
html[data-design="7"] .zy-ft-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none;}
html[data-design="7"] .zy-ft-news-status{min-height:1em;margin:8px 0 0;font-size:13px;line-height:1.4;}
html[data-design="7"] .zy-ft-news-status.is-ok{color:#127a3a;}
html[data-design="7"] .zy-ft-news-status.is-err{color:#b3402d;}
html[data-design="7"] .zy-ft-news-consent{margin:10px 0 0;font-size:11.5px;line-height:1.5;color:var(--text3);max-width:34ch;}
html[data-design="7"] .zy-ft-news-consent a{color:var(--text2);text-decoration:underline;}
html[data-design="7"][data-theme="dark"] .zy-ft-news-status.is-ok{color:#5fce8a;}
html[data-design="7"][data-theme="dark"] .zy-ft-news-status.is-err{color:#e8836f;}
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;}
}
/* medium widths: collapse the landline number text to just the phone icon */
@media(max-width:980px){
  html[data-design="7"] .zy-hdr-tel .zy-tel-num{display:none;}
  html[data-design="7"] .zy-hdr-tel{width:30px;height:30px;padding:0;border-radius:50%;justify-content:center;}
}
/* ── TABLET (681–1150px): the two-tier top bar can't fit the full desktop set
   (note + Hakkımızda + 6 social icons on the left, tel-pill + WhatsApp + search +
   dark + fav + account on the right) on ONE line at these widths — previously it
   spilled/overlapped down onto the mainbar logo (a second social row over the
   brand). The bar is now hard `flex-wrap:nowrap` (it can never wrap), and here we
   PROGRESSIVELY HIDE the crowding pieces so the nowrap row still fits without
   horizontal overflow: collapse the 3-category nav into the burger menu and drop
   the 6-icon social row from the strip (both stay reachable in the burger menu).
   Upper bound raised 1023 → 1150 so the desktop layout only resumes at a width
   where it genuinely fits uncrowded. Range-scoped: mobile (≤680) + desktop
   (≥1151) untouched. */
@media (min-width:681px) and (max-width:1150px){
  html[data-design="7"] .zy-hdr-nav{display:none;}
  html[data-design="7"] .zy-burger{display:flex;}
  html[data-design="7"] .zy-social--top{display:none;}
  /* mainbar keeps its base space-between → logo pinned left, burger pinned right */
  html[data-design="7"] .zy-hdr-logo{order:1;}
  html[data-design="7"] .zy-burger{order:2;}
}
@media(max-width:680px){
  html[data-design="7"] .zy-hdr-nav{display:none;}
  /* the burger menu carries the contact rows on mobile — keep the tight header clean */
  html[data-design="7"] .zy-hdr-contact{display:none;}
  html[data-design="7"] .zy-topbar-note{display:none;}
  /* Hakkımızda lives in the burger menu on mobile — keep the strip icon-only */
  html[data-design="7"] .zy-topbar-link{display:none;}
  /* social icons live in the burger menu on mobile — hide the top-bar row */
  html[data-design="7"] .zy-social--top{display:none;}
  html[data-design="7"] .zy-burger{display:flex;width:34px;height:34px;}
  /* topbar collapses to a thin right-aligned utility strip; mainbar = burger + 2× logo grouped left */
  html[data-design="7"] .zy-topbar{padding:5px 16px;justify-content:flex-end;}
  html[data-design="7"] .zy-mainbar{padding:10px 16px;gap:12px;justify-content:flex-start;}
  html[data-design="7"] .zy-hdr.solid .zy-topbar{padding-left:16px;padding-right:16px;}
  html[data-design="7"] .zy-hdr.solid .zy-mainbar{padding-left:16px;padding-right:16px;}
  /* natural-ratio logo, ~1.6× the old mobile size so the 2× brand reads but still fits */
  html[data-design="7"] .zy-hdr-logo img{height:42px;}
  html[data-design="7"] .zy-hdr-right{gap:8px;}
  html[data-design="7"] .zy-hdr-ic{width:34px;height:34px;}
  /* mobile header is shorter (~102px: topbar ~40px + mainbar ~62px) → tighten clearance */
  html[data-design="7"] body:not(.home) .site-content{padding-top:114px;}
  html[data-design="7"] .zy-hero{padding-top:134px;}
  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-tel: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) */
/* Side-by-side: vertical thumbnail strip (left) + main image (right) so the
   whole gallery and the main photo are visible at once (client request). */
html[data-design="7"] .woocommerce-product-gallery{margin:0!important;width:100%!important;position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:0;padding-left:108px;}
html[data-design="7"] .woocommerce-product-gallery .flex-viewport{order:2;flex:1 1 auto;min-width:0;width:auto!important;border-radius:15px;}
html[data-design="7"] .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper{order:2;flex:1 1 auto;min-width:0;}
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:1/1;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:2%;}
/* Thumbnail = hero yüksekliğine sabit dikey scroll şerit (galeriyi aşağı uzatmaz) */
html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs{order:1;position:absolute;left:0;top:0;bottom:0;width:100px;display:flex;flex-direction:column;flex-wrap:nowrap;gap:12px;margin:0;padding:0 8px 0 0;list-style:none;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--border) transparent;}
html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar{width:5px;}
html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px;}
html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-track{background:transparent;}
html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs li{width:92px;height:92px;margin:0;float:none;}
html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs img{width:92px;height:92px;object-fit:contain;padding:5%;border-radius:14px;background:#fff;box-shadow:inset 0 0 0 1px var(--border);opacity:.55;cursor:pointer;transition:opacity .3s var(--zy-ease),box-shadow .3s var(--zy-ease);}
html[data-design="7"][data-theme="dark"] .woocommerce-product-gallery .flex-control-thumbs img{background:#242424;}
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;}
/* Mobile: stack — main on top, thumbnails in a horizontal wrap below. */
@media(max-width:900px){
	/* Clip the FlexSlider slide-strip to the column so the wide (N×img) wrapper
	   can't push horizontal page overflow on mobile ("galeri genişliği patladı"). */
	html[data-design="7"] .zy-pdp-gal{min-width:0;max-width:100%;overflow:hidden;}
	html[data-design="7"] .woocommerce-product-gallery{max-width:100%;overflow:hidden;}
	html[data-design="7"] .woocommerce-product-gallery .flex-viewport{max-width:100%;overflow:hidden;}
	html[data-design="7"] .woocommerce-product-gallery{flex-direction:column;gap:14px;padding-left:0;}
	html[data-design="7"] .woocommerce-product-gallery .flex-viewport,html[data-design="7"] .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper{order:1;width:100%!important;}
	/* Mobile: yatay scroll şerit (alt alta yığmak yerine) */
	html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs{order:2;position:static;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;width:100%;height:auto;gap:10px;padding:2px 0 6px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:var(--border) transparent;}
	html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar{height:5px;}
	html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs li{flex:0 0 auto;}
	html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs li,html[data-design="7"] .woocommerce-product-gallery .flex-control-thumbs img{width:72px;height:72px;}
}

/* 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;}

/* ===== PDP 3D VIEWER (Google <model-viewer> + AR) — Zeyna monochrome ===== */
html[data-design="7"] .zy-3d-lead{font-size:15px;line-height:1.6;color:var(--text2);max-width:56ch;margin:-6px 0 22px;}
html[data-design="7"] .zy-3d-lead b{color:var(--text1);font-weight:600;}
html[data-design="7"] .zy-3d-stage{position:relative;height:min(560px,68vh);border:1px solid var(--border);border-radius:15px;overflow:hidden;background:linear-gradient(160deg,#f5f5f5,#e9e9e9);}
html[data-design="7"] .zy-3d-stage model-viewer{width:100%;height:100%;background:transparent;--progress-bar-color:var(--text1);--poster-color:transparent;}
html[data-design="7"] .zy-3d-badge{position:absolute;top:14px;left:14px;z-index:3;background:var(--text1);color:var(--bg);font-size:11px;font-weight:600;letter-spacing:.08em;padding:6px 11px;border-radius:8px;}
html[data-design="7"] .zy-3d-hint{position:absolute;bottom:14px;left:14px;z-index:3;font-size:12px;color:var(--text2);background:rgba(255,255,255,.82);padding:5px 10px;border-radius:8px;}
html[data-design="7"] .zy-3d-ar{position:absolute;bottom:14px;right:14px;z-index:3;display:inline-flex;align-items:center;gap:7px;background:var(--text1);color:var(--bg);border:none;border-radius:100px;padding:10px 16px;font-family:var(--f-wide);font-weight:600;font-size:13px;letter-spacing:.03em;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.18);}
html[data-design="7"] .zy-3d-ar svg{width:16px;height:16px;}
html[data-design="7"] .zy-3d-qr{position:absolute;top:14px;right:14px;z-index:4;display:flex;flex-direction:column;align-items:center;gap:6px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:9px 9px 7px;box-shadow:0 4px 16px rgba(0,0,0,.14);width:116px;}
html[data-design="7"] .zy-3d-qr img{width:96px;height:96px;display:block;border-radius:4px;image-rendering:pixelated;}
html[data-design="7"] .zy-3d-qr span{font-size:10.5px;line-height:1.25;font-weight:600;color:#0F0F0F;text-align:center;}
html[data-design="7"] .zy-3d-qr span b{display:block;font-size:8.5px;font-weight:500;color:#8A8A8A;letter-spacing:.05em;text-transform:uppercase;margin-top:2px;}
@media(max-width:820px){html[data-design="7"] .zy-3d-stage{height:min(440px,62vh);}html[data-design="7"] .zy-3d-qr{display:none;}}
html[data-design="7"][data-theme="dark"] .zy-3d-stage{background:linear-gradient(160deg,#1c1c1c,#141414);border-color:var(--border);}
html[data-design="7"][data-theme="dark"] .zy-3d-hint{background:rgba(20,20,20,.72);color:var(--text2);}
/* PDP product video — natural aspect, autoplay (muted loop), NO black letterbox stage */
html[data-design="7"] .zy-video-lead{font-size:15px;line-height:1.6;color:var(--text2);max-width:56ch;margin:-6px 0 22px;}
html[data-design="7"] .zy-video-stage{position:relative;margin:0;border:1px solid var(--border);border-radius:15px;overflow:hidden;line-height:0;}
html[data-design="7"] .zy-video-el{display:block;width:100%;height:auto;}
html[data-design="7"] .zy-video-badge{position:absolute;top:14px;left:14px;z-index:3;background:var(--text1);color:var(--bg);font-size:11px;font-weight:600;letter-spacing:.08em;padding:6px 11px;border-radius:8px;pointer-events:none;}
html[data-design="7"][data-theme="dark"] .zy-video-stage{border-color:var(--border);}

/* ==========================================================================
 * AWARDS · TECHNICAL DRAWING · MALZEME VE BAKIM (product enrichment)
 * ======================================================================== */

/* Card corner award badges (bottom-left; heart top-right, tag top-left). */
html[data-design="7"] .zy-card-awards{position:absolute;left:12px;bottom:12px;z-index:3;display:flex;align-items:center;gap:6px;pointer-events:none;}
html[data-design="7"] .zy-award{width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,.16);}
html[data-design="7"] .zy-award img{width:74%;height:74%;object-fit:contain;display:block;}
html[data-design="7"] .zy-badge-bifma{font-family:var(--f-wide);font-size:9px;font-weight:600;letter-spacing:.12em;color:#0F0F0F;background:rgba(255,255,255,.95);border:1px solid rgba(15,15,15,.12);padding:5px 8px;border-radius:100px;line-height:1;box-shadow:0 1px 4px rgba(0,0,0,.10);}

/* PDP gallery corner award badge. */
html[data-design="7"] .zy-pdp-gal{position:relative;}
html[data-design="7"] .zy-gal-award{position:absolute;top:16px;right:16px;z-index:4;display:flex;gap:8px;pointer-events:none;}
html[data-design="7"] .zy-gal-award .zy-award{width:54px;height:54px;box-shadow:0 2px 12px rgba(0,0,0,.18);}

/* PDP award row (icon + name + year) under the title. */
html[data-design="7"] .zy-pdp-awards{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 0;}
html[data-design="7"] .zy-pdp-award{display:inline-flex;align-items:center;gap:11px;padding:7px 16px 7px 7px;border:1px solid var(--border);border-radius:100px;background:transparent;}
html[data-design="7"] .zy-pdp-award img{width:30px;height:30px;object-fit:contain;background:#fff;border-radius:50%;padding:3px;box-sizing:border-box;flex:0 0 auto;}
html[data-design="7"] .zy-pdp-award-t{display:flex;flex-direction:column;line-height:1.16;}
html[data-design="7"] .zy-pdp-award-t b{font-size:13px;font-weight:600;color:var(--text1);letter-spacing:-.01em;}
html[data-design="7"] .zy-pdp-award-t i{font-style:normal;font-size:11px;color:var(--text2);letter-spacing:.02em;}

/* Ölçüler ve teknik özellikler — 2 columns (drawing + spec table). */
html[data-design="7"] .zy-specs-cols{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(28px,4vw,56px);align-items:start;}
html[data-design="7"] .zy-spec-draw{margin:0;border:1px solid var(--border);border-radius:15px;background:linear-gradient(160deg,#f6f6f6,#ececec);padding:clamp(18px,2.4vw,30px) clamp(12px,2vw,26px);color:var(--text1);}
html[data-design="7"][data-theme="dark"] .zy-spec-draw{background:linear-gradient(160deg,#1c1c1c,#141414);border-color:var(--border);}
html[data-design="7"] .zy-dim-svg{width:100%;height:auto;display:block;}
html[data-design="7"] .zy-dim-chair path,html[data-design="7"] .zy-dim-chair rect,html[data-design="7"] .zy-dim-chair circle{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linejoin:round;stroke-linecap:round;}
html[data-design="7"] .zy-dim-chair .zy-dim-thin{stroke-width:1.4;opacity:.5;}
html[data-design="7"] .zy-dim-floor{stroke:currentColor;stroke-width:1.4;opacity:.3;fill:none;}
html[data-design="7"] .zy-dim-wit{stroke:currentColor;stroke-width:1;opacity:.34;fill:none;}
html[data-design="7"] .zy-dim-l{stroke:currentColor;stroke-width:1.3;fill:none;}
html[data-design="7"] .zy-dim-a{fill:currentColor;stroke:none;}
html[data-design="7"] .zy-dim-t{fill:currentColor;stroke:none;font-family:var(--f-body);font-size:13px;font-weight:500;letter-spacing:.01em;}
html[data-design="7"] .zy-spec-draw figcaption{margin-top:14px;font-size:12px;color:var(--text2);letter-spacing:.02em;text-align:center;}
/* REAL OEM dimension drawing (raster PNG, black line on white). Kept on a WHITE
   stage in BOTH themes — the drawings are black-on-white, so dark mode must not
   invert or darken them; object-fit:contain keeps the whole drawing visible. */
html[data-design="7"] .zy-spec-draw--img{background:#fff;border-color:var(--border);display:flex;flex-direction:column;}
html[data-design="7"][data-theme="dark"] .zy-spec-draw--img{background:#fff;border-color:rgba(255,255,255,.14);}
html[data-design="7"] .zy-spec-draw--img img{display:block;width:100%;height:auto;max-height:560px;object-fit:contain;margin:0 auto;}
html[data-design="7"][data-theme="dark"] .zy-spec-draw--img figcaption{color:#6b6b6b;}
html[data-design="7"] .zy-spec-table--full{max-width:720px;}

/* Malzeme ve bakım — 2 columns. */
html[data-design="7"] .zy-care-cols{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(28px,4vw,56px);align-items:start;}
html[data-design="7"] .zy-care-col .zy-eye{display:block;margin-bottom:15px;}
html[data-design="7"] .zy-care-mat{font-size:17px;line-height:1.62;color:var(--text1);margin:0;}
html[data-design="7"] .zy-care-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;}
html[data-design="7"] .zy-care-list li{position:relative;padding-left:26px;font-size:15px;line-height:1.6;color:var(--text1);}
html[data-design="7"] .zy-care-list li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border:1.5px solid currentColor;border-radius:50%;opacity:.5;}

@media(max-width:820px){
	html[data-design="7"] .zy-specs-cols,html[data-design="7"] .zy-care-cols{grid-template-columns:1fr;gap:34px;}
}
@media(max-width:680px){
	html[data-design="7"] .zy-gal-award .zy-award{width:44px;height:44px;}
	html[data-design="7"] .zy-card-awards{left:10px;bottom:10px;gap:5px;}
	html[data-design="7"] .zy-award{width:31px;height:31px;}
	html[data-design="7"] .zy-badge-bifma{font-size:8px;padding:4px 7px;}
}

/* ==========================================================================
   PDP certificates & awards band — placed high on the product page, colorful
   and animated (client request 2026-07-04). Scoped to design 7 (Zeyna).
   ========================================================================== */
html[data-design="7"] .zy-pdp-certs{margin-top:clamp(38px,5vw,58px);padding:clamp(24px,3vw,38px) clamp(20px,3vw,40px);border-radius:20px;border:1px solid var(--border);background:linear-gradient(135deg,#fbfbfb,#f1f1f1);position:relative;overflow:hidden;}
html[data-design="7"][data-theme="dark"] .zy-pdp-certs{background:linear-gradient(135deg,#1d1d1d,#151515);}
html[data-design="7"] .zy-pdp-certs-head{text-align:center;margin-bottom:clamp(18px,2.2vw,26px);}
html[data-design="7"] .zy-pdp-certs-head .zy-eye{display:block;color:var(--text2);}
html[data-design="7"] .zy-pdp-certs-head p{font-size:13.5px;color:var(--text3);margin-top:6px;}
html[data-design="7"] .zy-pdp-certs-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:clamp(16px,2.6vw,34px);}
html[data-design="7"] .zy-pcert{display:flex;flex-direction:column;align-items:center;gap:11px;width:104px;opacity:0;transform:translateY(16px);animation:ssCertIn .6s var(--zy-ease) forwards;animation-delay:var(--d,0ms);}
html[data-design="7"] .zy-pcert-chip{position:relative;width:88px;height:88px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.06);transition:transform .35s var(--zy-ease);animation:ssCertGlow 4.5s ease-in-out infinite;animation-delay:var(--d,0ms);}
html[data-design="7"][data-theme="dark"] .zy-pcert-chip{background:#242424;}
html[data-design="7"] .zy-pcert-chip::after{content:"";position:absolute;inset:-2px;border-radius:20px;padding:2px;background:linear-gradient(135deg,var(--cc,#bbb),transparent 62%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s var(--zy-ease);}
html[data-design="7"] .zy-pcert:hover .zy-pcert-chip{transform:translateY(-4px);}
html[data-design="7"] .zy-pcert:hover .zy-pcert-chip::after{opacity:1;}
html[data-design="7"] .zy-pcert-chip img{max-width:62px;max-height:62px;width:auto;height:auto;object-fit:contain;display:block;}
html[data-design="7"] .zy-pcert-mark{font-family:var(--f-display);font-weight:600;font-size:23px;letter-spacing:.05em;color:#0F0F0F;}
html[data-design="7"][data-theme="dark"] .zy-pcert-mark{color:#fff;}
html[data-design="7"] .zy-pcert-lbl{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text2);text-align:center;line-height:1.32;}
html[data-design="7"] .zy-pcert-lbl em{display:block;font-style:normal;font-size:10px;color:var(--text3);letter-spacing:.05em;margin-top:2px;}
/* brand colours — the "more colourful" ask (soft halo + glow tint) */
html[data-design="7"] .zy-pcert--gg{--cc:#4CAF50;}
html[data-design="7"] .zy-pcert--bifma{--cc:#c0202a;}
html[data-design="7"] .zy-pcert--iso{--cc:#2b7fd0;}
html[data-design="7"] .zy-pcert--tse{--cc:#1f5fbf;}
html[data-design="7"] .zy-pcert--reddot{--cc:#e2001a;}
html[data-design="7"] .zy-pcert--if{--cc:#111111;}
html[data-design="7"] .zy-pcert--gda{--cc:#b8912f;}
@keyframes ssCertIn{to{opacity:1;transform:none;}}
@keyframes ssCertGlow{0%,100%{box-shadow:0 2px 10px rgba(0,0,0,.06);}50%{box-shadow:0 6px 22px color-mix(in srgb,var(--cc,#999) 34%,transparent);}}
@media(max-width:640px){
	html[data-design="7"] .zy-pcert{width:84px;gap:8px;}
	html[data-design="7"] .zy-pcert-chip{width:74px;height:74px;border-radius:15px;}
	html[data-design="7"] .zy-pcert-chip img{max-width:52px;max-height:52px;}
	html[data-design="7"] .zy-pcert-lbl{font-size:10px;}
}
@media(prefers-reduced-motion:reduce){
	html[data-design="7"] .zy-pcert{opacity:1;transform:none;animation:none;}
	html[data-design="7"] .zy-pcert-chip{animation:none;}
}

/* ===================================================================
 * RENK / AYAK SWATCH'LARI (PDP) — Zeyna monokrom editoryal
 * Renk seç → galeri görseli o renge döner. Satış-kapısından bağımsız.
 * =================================================================== */
html[data-design="7"] .zy-swatches{margin:24px 0 4px;display:flex;flex-direction:column;gap:20px;}
html[data-design="7"] .zy-sw-group{display:flex;flex-direction:column;gap:11px;}
html[data-design="7"] .zy-sw-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;}
html[data-design="7"] .zy-sw-label{font-family:var(--f-wide);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text2);}
html[data-design="7"] .zy-sw-headval{display:inline-flex;align-items:baseline;gap:5px;}
html[data-design="7"] .zy-sw-current{font-size:14px;font-weight:500;color:var(--text1);}
html[data-design="7"] .zy-sw-mat{font-size:12.5px;font-weight:500;color:var(--text2);}
html[data-design="7"] .zy-sw-opts{display:flex;flex-wrap:wrap;gap:13px;}
/* swatch = yuvarlak; --sw düz renk, --sw-img doku görseli */
html[data-design="7"] .zy-sw{
	position:relative;width:42px;height:42px;padding:0;border-radius:var(--r-pill);
	border:1px solid var(--border);background:var(--sw,#ccc) center/cover no-repeat;
	cursor:pointer;transition:transform .18s var(--zy-ease),box-shadow .18s var(--zy-ease),border-color .18s var(--zy-ease);
	outline:none;
}
html[data-design="7"] .zy-sw.is-texture{background-image:var(--sw-img);background-color:transparent;}
html[data-design="7"] .zy-sw .zy-sw-dot{display:none;}
html[data-design="7"] .zy-sw:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(15,15,15,.14);}
/* aktif = ink halka (offset ring) */
html[data-design="7"] .zy-sw.is-active{border-color:var(--border-visible);box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--border-visible);}
html[data-design="7"] .zy-sw:focus-visible{box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--border-visible);}
/* açık renk swatch'ların kenarı kaybolmasın diye ince iç çizgi */
html[data-design="7"] .zy-sw::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(15,15,15,.08);pointer-events:none;}
/* malzeme ipucu: kumaş = dokuma hatch, deri = düz + hafif parlaklık */
html[data-design="7"] .zy-sw.is-fabric::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
	background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.34) 0 1px,transparent 1px 4px),repeating-linear-gradient(-45deg,rgba(0,0,0,.10) 0 1px,transparent 1px 4px);}
html[data-design="7"] .zy-sw.is-leather::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
	background:linear-gradient(135deg,rgba(255,255,255,.42),rgba(255,255,255,0) 46%);}
/* renge bağlı ayak (ayrı seçim yok) */
html[data-design="7"] .zy-derived-leg{display:flex;align-items:baseline;gap:10px;padding-top:2px;}
html[data-design="7"] .zy-derived-leg .zy-sw-label{flex:0 0 auto;}
html[data-design="7"] .zy-leg-val{font-size:14px;font-weight:500;color:var(--text1);}
@media(max-width:600px){
	html[data-design="7"] .zy-sw{width:38px;height:38px;}
	html[data-design="7"] .zy-swatches{gap:16px;margin-top:18px;}
}
