/*
Theme Name: Diyari Yoruk Sifasi
Theme URI: https://red-penguin-215929.hostingersite.com
Author: Diyari Yoruk Sifasi
Description: Diyari Yoruk Sifasi icin ozel WooCommerce e-ticaret temasi. Geleneksel/yoresel dogal sifa urunleri. Fraunces + Inter, sifa yesili & bal amber paleti.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: diyari-yoruk
WC requires at least: 6.0
WC tested up to: 11.0
*/

:root{
  --brand-green:#2E4A34;
  --brand-green-dark:#22381e;
  --brand-amber:#C6862B;
  --brand-amber-dark:#A96F1E;
  --brand-amber-btn:#9a6414;      /* buton zemini — beyaz metinle AA kontrast */
  --brand-amber-btn-dark:#7a4f10; /* buton hover */
  --brand-amber-ink:#8a5814;      /* açık zeminde amber METİN (etiket/yıldız) */
  --brand-cream:#F6EFE2;
  --brand-brown:#3A2E22;
  --brand-sage:#7C9A6E;
  --brand-red:#A8322A;
  --brand-sand:#E3D8C3;
  --white:#ffffff;
  --radius:8px;
  --shadow:0 2px 6px rgba(58,46,34,.15);
  --shadow-lg:0 8px 28px rgba(58,46,34,.14);
  --wrap:1240px;
  --font-head:'Fraunces',Georgia,serif;
  --font-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:var(--font-body);color:var(--brand-brown);
  background:var(--white);font-size:16px;line-height:1.65;overflow-x:hidden;
}
img{max-width:100%;height:auto}
a{color:var(--brand-green);text-decoration:none}
a:hover{color:var(--brand-amber)}
h1,h2,h3,h4{font-family:var(--font-head);color:var(--brand-green);line-height:1.2;font-weight:600;margin:0 0 .5em}
h1{font-size:2.6rem}
h2{font-size:2rem}
h3{font-size:1.4rem}
p{margin:0 0 1rem}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.section{padding:56px 0}
.section-cream{background:var(--brand-cream)}
.text-center{text-align:center}
.section-head{text-align:center;max-width:720px;margin:0 auto 36px}
.section-head p{color:#6b5d4c}

/* Buttons */
.btn,.button,.wp-block-button__link,
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt{
  display:inline-block;background:var(--brand-amber-btn);color:#fff !important;
  border:none;border-radius:var(--radius);padding:12px 22px;font-family:var(--font-body);
  font-weight:600;font-size:.95rem;cursor:pointer;box-shadow:var(--shadow);
  transition:background .2s,transform .2s;text-align:center;line-height:1.3;
}
.btn:hover,.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{
  background:var(--brand-amber-btn-dark);color:#fff !important;transform:translateY(-1px)
}
.btn-outline{background:transparent;border:1.5px solid var(--brand-green);color:var(--brand-green) !important;box-shadow:none}
.btn-outline:hover{background:var(--brand-green);color:#fff !important}

/* ===== Announcement bar ===== */
.announce{background:var(--brand-green);color:var(--brand-cream);font-size:.85rem;text-align:center;padding:8px 12px;overflow:hidden;white-space:nowrap}
.announce strong{color:#f0cd8a}
.announce-inner{display:inline-block}
@media(max-width:768px){
  /* Mobilde statik (kayan animasyon kaldırıldı — sonsuz animasyon Lighthouse trace'ini bozuyordu) */
  .announce{text-align:center;padding:8px 12px;white-space:normal;font-size:.78rem;line-height:1.4}
  .announce-inner{display:block;padding-left:0}
}

/* ===== Header ===== */
.site-header{background:#fff;border-bottom:1px solid var(--brand-sand);position:sticky;top:0;z-index:200}
.header-inner{display:flex;align-items:center;gap:24px;padding:14px 20px;max-width:var(--wrap);margin:0 auto}
.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
.site-header .brand .brand-logo{display:block;width:auto !important;height:auto !important;max-height:56px;max-width:100%}
@media(max-width:768px){.site-header .brand .brand-logo{max-height:44px}}
@media(max-width:400px){.site-header .brand .brand-logo{max-height:38px}}
.brand-mark{display:inline-flex;flex:none}
.brand-mark svg{display:block;border-radius:50%}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-name{font-family:var(--font-head);font-weight:600;font-size:1.35rem;color:var(--brand-green)}
.brand-tag{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-amber-ink);margin-top:3px}
.header-search{flex:1;max-width:520px;position:relative}
.header-search form{display:flex;border:1.5px solid var(--brand-sand);border-radius:var(--radius);overflow:hidden;background:#fff}
.header-search input[type=search]{flex:1;border:none;padding:11px 16px;font-family:var(--font-body);font-size:.95rem;outline:none;background:transparent}
.header-search button{background:var(--brand-green);color:#fff;border:none;padding:0 18px;cursor:pointer;font-size:1rem}
.header-search button:hover{background:var(--brand-green-dark)}
/* Canlı arama öneri kutusu */
.dys-suggest{display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;
  border:1px solid var(--brand-sand);border-radius:12px;box-shadow:var(--shadow-lg);z-index:400;
  max-height:72vh;overflow-y:auto}
.dys-suggest.open{display:block}
.dys-sg-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #f2ecdf}
.dys-sg-item:last-child{border-bottom:none}
.dys-sg-item:hover{background:var(--brand-cream)}
.dys-sg-item img{width:46px;height:46px;object-fit:cover;border-radius:8px;flex:none;background:var(--brand-cream)}
.dys-sg-item .t{flex:1;font-size:.9rem;color:var(--brand-brown);font-weight:500;line-height:1.3}
.dys-sg-item .p{font-weight:700;color:var(--brand-green);font-size:.9rem;white-space:nowrap}
.dys-sg-empty{padding:16px;text-align:center;color:#6b5e4b;font-size:.9rem}

.header-actions{display:flex;align-items:center;gap:18px;flex-shrink:0}
.header-actions a{color:var(--brand-green);font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:6px}
.cart-link{position:relative}
.cart-count{background:var(--brand-amber);color:#fff;border-radius:20px;font-size:.7rem;padding:1px 7px;font-weight:700}

/* Nav */
.main-nav{background:var(--brand-green)}
.main-nav .wrap{display:flex;align-items:center}
.main-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}
.main-nav a{color:var(--brand-cream);display:block;padding:13px 16px;font-size:.92rem;font-weight:500}
.main-nav a:hover,.main-nav .current-menu-item>a{color:#fff;background:var(--brand-green-dark)}
.main-nav li{position:relative}
.main-nav ul ul{display:none;position:absolute;top:100%;left:0;background:var(--brand-green);min-width:200px;flex-direction:column;box-shadow:var(--shadow-lg);z-index:50}
.main-nav li:hover>ul{display:flex}
.nav-toggle{display:none}

/* ===== Hero ===== */
.hero{color:var(--brand-cream);position:relative;overflow:hidden}
.hero-slider{display:grid}
.hero-slide{grid-area:1 / 1;opacity:0;visibility:hidden;transition:opacity .7s ease}
.hero-slide.active{opacity:1;visibility:visible}
.hero-slide.s1{background:radial-gradient(130% 130% at 92% 8%,#436448 0%,#2E4A34 52%,#22381e 100%)}
.hero-slide.s2{background:radial-gradient(130% 130% at 90% 10%,#5c6b32 0%,#3c4f26 55%,#26331a 100%)}
.hero-slide.s3{background:radial-gradient(130% 130% at 88% 8%,#3f5f52 0%,#264a3c 55%,#1c3a2c 100%)}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:46px;height:46px;border-radius:50%;
  background:rgba(0,0,0,.22);border:1px solid rgba(246,239,226,.3);color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;padding:0 0 4px;transition:background .2s}
.hero-arrow:hover{background:rgba(0,0,0,.42)}
.hero-arrow.prev{left:18px}
.hero-arrow.next{right:18px}
.hero-dots{position:absolute;bottom:10px;left:0;right:0;z-index:4;display:flex;gap:4px;justify-content:center}
.hero-dot{width:24px;height:24px;border:none;background:transparent;cursor:pointer;padding:0;position:relative;transition:.25s}
.hero-dot::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:rgba(246,239,226,.55);transition:.25s}
.hero-dot.active::before{background:var(--brand-amber);width:26px;border-radius:6px}
.hero::before{content:"";position:absolute;inset:0;z-index:2;background-image:radial-gradient(rgba(246,239,226,.5) 1px,transparent 1px);background-size:26px 26px;opacity:.05;pointer-events:none}
.hero::after{content:"";position:absolute;z-index:2;right:-30px;bottom:-40px;width:300px;height:300px;pointer-events:none;opacity:.09;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23F6EFE2' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M50 98V22'/%3E%3Cpath d='M50 42c0-13 10-22 24-22-1 13-10 22-24 22Z'/%3E%3Cpath d='M50 58c0-13-10-22-24-22 1 13 10 22 24 22Z'/%3E%3Cpath d='M50 30c0-10 8-16 17-16-1 10-8 16-17 16Z'/%3E%3C/svg%3E") no-repeat center/contain}
.hero-inner{max-width:var(--wrap);margin:0 auto;padding:76px 20px;position:relative;z-index:3}
.hero-copy{max-width:600px}
@media(min-width:769px){
  .hero-inner{text-align:center;padding:84px 20px}
  .hero-copy{max-width:780px;margin:0 auto}
  .hero h1{font-size:3.4rem}
  .hero p{margin-left:auto;margin-right:auto}
}
.hero-kicker{display:inline-block;color:var(--brand-amber);font-size:.78rem;letter-spacing:.24em;text-transform:uppercase;font-weight:600;margin-bottom:16px}
.hero h1{color:#fff;font-size:3.1rem;line-height:1.12;margin-bottom:.35em;font-weight:600}
.hero p{font-size:1.15rem;color:#e0dac9;max-width:520px}
.hero .btn{margin-top:14px}
.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.hero-badges span{background:rgba(255,255,255,.09);border:1px solid rgba(246,239,226,.22);padding:8px 15px;border-radius:24px;font-size:.85rem;font-weight:500;backdrop-filter:blur(3px)}
.hero-art{text-align:center}
.hero-art svg{max-width:320px;width:100%}

/* ===== Trust bar ===== */
.trust-bar{background:var(--brand-cream);border-top:1px solid var(--brand-sand);border-bottom:1px solid var(--brand-sand)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:24px 20px;max-width:var(--wrap);margin:0 auto}
.trust-item{display:flex;align-items:center;gap:12px;justify-content:center;text-align:left}
.trust-item svg{flex:none;color:var(--brand-amber)}
.trust-item strong{display:block;color:var(--brand-green);font-size:.95rem}
.trust-item small{color:#6b5d4c;font-size:.8rem}

/* ===== Category tiles ===== */
.cat-carousel{position:relative;padding:0 56px}
.cat-grid{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;
  padding:4px 2px 10px;scrollbar-width:none}
.cat-grid::-webkit-scrollbar{display:none}
.cat-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;
  border-radius:50%;background:var(--brand-green);border:none;box-shadow:var(--shadow-lg);
  cursor:pointer;font-size:1.5rem;line-height:1;color:#fff;display:flex;align-items:center;
  justify-content:center;padding:0 0 4px;transition:background .2s,opacity .2s}
.cat-nav:hover{background:var(--brand-amber)}
.cat-nav.prev{left:6px}
.cat-nav.next{right:6px}
.cat-tile{flex:0 0 200px;scroll-snap-align:start;text-align:center;display:block;background:#fff;border:1px solid var(--brand-sand);border-radius:14px;padding:18px 10px;transition:transform .2s,box-shadow .2s}
.cat-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.cat-tile .thumb{width:100%;aspect-ratio:1;border-radius:10px;object-fit:cover;background:var(--brand-cream);margin-bottom:12px}
.cat-tile .cat-icon{width:76px;height:76px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;background:var(--brand-cream);border-radius:50%;color:var(--brand-green)}
.cat-tile span{display:block;font-weight:600;color:var(--brand-green);font-size:.95rem}

/* ===== Product grid / cards (WooCommerce) ===== */
.woocommerce ul.products,.woocommerce-page ul.products{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0;padding:0}
.woocommerce ul.products li.product,.woocommerce ul.products li.product:before{width:auto !important;margin:0 !important;float:none !important;clear:none}
.woocommerce ul.products li.product{
  background:#fff;border:1px solid var(--brand-sand);border-radius:14px;padding:14px;text-align:center;
  list-style:none;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;position:relative}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.woocommerce ul.products li.product a img{border-radius:10px;margin-bottom:12px;background:#fff;aspect-ratio:1;object-fit:cover}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--font-body);font-size:.95rem;font-weight:600;color:var(--brand-brown);padding:0 0 6px;min-height:2.6em}
.woocommerce ul.products li.product .price{color:var(--brand-green) !important;font-weight:700;font-size:1.15rem;margin-bottom:2px}
.woocommerce ul.products li.product .price del{color:#9a8c78 !important;font-weight:400;font-size:.85em;margin-right:6px}
.woocommerce ul.products li.product .price ins{text-decoration:none}
.kdv-note{font-size:.72rem;color:#6b5e4b;display:block;margin-bottom:10px}
.woocommerce ul.products li.product .star-rating{margin:0 auto 8px;font-size:.8em}
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart{margin-top:auto;width:100%;min-height:44px;display:flex;align-items:center;justify-content:center}
.woocommerce span.onsale{background:var(--brand-red);color:#fff;border-radius:20px;min-height:auto;min-width:auto;padding:4px 10px;font-weight:600;top:12px;left:12px;margin:0}

/* Defensive: any ul.products (even outside .woocommerce) = grid, no bullets */
ul.products{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0;padding:0}
/* WooCommerce clearfix ::before/::after create phantom grid cells -> kill them */
.woocommerce ul.products::before,.woocommerce ul.products::after,
ul.products::before,ul.products::after{display:none !important;content:none !important}
ul.products li.product{list-style:none;margin:0;padding:14px;background:#fff;border:1px solid var(--brand-sand);border-radius:14px;text-align:center;display:flex;flex-direction:column}
ul.products li.product::marker,ul.products li::marker{content:""}
@media(max-width:1024px){ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:768px){ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Taşma & buton kayma guard */
.shop-layout,.shop-main,.shop-filters{min-width:0;max-width:100%}
.shop-toolbar>*{min-width:0}
.woocommerce ul.products li.product,ul.products li.product{min-width:0;overflow:hidden}
.woocommerce ul.products li.product a img,ul.products li.product img{width:100%}
.woocommerce ul.products li.product .woocommerce-loop-product__title{overflow-wrap:anywhere}
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart{white-space:nowrap}
@media(max-width:768px){
  .woocommerce ul.products li.product{padding:10px}
  .woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart{padding-left:8px;padding-right:8px;font-size:.88rem}
  .woocommerce ul.products li.product .price{font-size:1.05rem}
}

/* ===== Mağaza filtre düzeni ===== */
.shop-layout{display:flex;gap:32px;align-items:flex-start}
.shop-filters{flex:0 0 250px;position:sticky;top:120px}
.shop-main{flex:1;min-width:0}
.shop-main ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
.filter-h{font-size:1.05rem;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid var(--brand-sand)}
.filter-cats{list-style:none;margin:0 0 26px;padding:0}
.filter-cats li{margin-bottom:4px}
.filter-cats a{display:flex;justify-content:space-between;gap:8px;color:var(--brand-brown);font-size:.92rem;padding:7px 10px;border-radius:8px;transition:background .15s}
.filter-cats a:hover,.filter-cats li.active>a{background:var(--brand-cream);color:var(--brand-green);font-weight:600}
.filter-cats span{color:#a3937b;font-size:.82rem;font-weight:400}
.filter-price .price-row{display:flex;gap:8px;margin-bottom:10px}
.filter-price input{width:100%;padding:10px;border:1px solid var(--brand-sand);border-radius:8px;font-family:var(--font-body);font-size:.9rem;outline:none}
.filter-price input:focus{border-color:var(--brand-amber)}
.filter-price .btn{width:100%}
.filter-clear{display:block;text-align:center;margin-top:10px;font-size:.85rem;color:#6b5e4b}
.filters-toggle{display:none}
@media(max-width:900px){
  .shop-layout{flex-direction:column;gap:16px}
  .shop-filters{position:static;flex:none;width:100%}
  .shop-main ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .filters-toggle{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;
    background:var(--brand-green);color:#fff;border:none;border-radius:10px;padding:13px;
    font-family:var(--font-body);font-weight:600;font-size:.95rem;cursor:pointer}
  .filters-inner{display:none;margin-top:12px;padding:16px;border:1px solid var(--brand-sand);border-radius:12px;background:var(--brand-cream)}
  .filters-inner.open{display:block}
}

/* Arşiv başlık satırı (sonuç sayısı + sıralama) */
.woocommerce-products-header__title,.page-title{font-size:2.2rem;margin-bottom:.3em}
.woocommerce .woocommerce-result-count{float:left;margin:0 0 20px;color:#6b5d4c;font-size:.9rem;line-height:40px}
.woocommerce .woocommerce-ordering{float:right;margin:0 0 20px}
.woocommerce .woocommerce-ordering select,.woocommerce select.orderby{
  padding:10px 14px;border:1px solid var(--brand-sand);border-radius:8px;font-family:var(--font-body);
  font-size:.9rem;background:#fff;color:var(--brand-brown);cursor:pointer;max-width:100%}
.woocommerce ul.products{clear:both}
.term-description{clear:both;color:#5a4d3c;margin-bottom:18px}
.woocommerce nav.woocommerce-pagination{clear:both;padding-top:24px}
.woocommerce nav.woocommerce-pagination ul{border:none;display:flex;gap:6px;justify-content:center}
.woocommerce nav.woocommerce-pagination ul li{border:none}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{
  border:1px solid var(--brand-sand);border-radius:8px;color:var(--brand-green);padding:.4em .9em}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--brand-green);color:#fff;border-color:var(--brand-green)}

/* Adet seçici */
.qty-label{display:block;width:100%;font-size:.85rem;color:#6b5d4c;font-weight:600;margin-bottom:6px}
.woocommerce div.product form.cart{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.woocommerce div.product form.cart .quantity{display:inline-flex;align-items:center;border:1.5px solid var(--brand-sand);border-radius:8px;overflow:hidden;background:#fff}
.qty-btn{width:44px;height:50px;border:none;background:var(--brand-cream);color:var(--brand-green);font-size:1.4rem;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}
.qty-btn:hover{background:var(--brand-sand)}
.woocommerce .quantity input.qty{width:56px;height:50px;text-align:center;border:none;border-left:1px solid var(--brand-sand);border-right:1px solid var(--brand-sand);font-size:1.05rem;font-family:var(--font-body);-moz-appearance:textfield;background:#fff}
.woocommerce .quantity input.qty::-webkit-outer-spin-button,.woocommerce .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.woocommerce div.product form.cart .button{height:50px;padding:0 28px;font-size:1rem}

/* Mağaza toolbar (mobilde Filtrele + Sıralama yan yana) */
.shop-toolbar{display:flex;gap:10px;align-items:stretch;margin-bottom:16px}
.shop-toolbar .filters-toggle{flex:1;margin:0;min-height:48px}
.shop-toolbar .woocommerce-ordering{flex:1;margin:0;float:none}
.shop-toolbar .woocommerce-ordering select{width:100%;min-height:48px}

/* Single product */
.woocommerce div.product .product_title{font-size:2rem}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--brand-green);font-weight:700;font-size:1.6rem}
.woocommerce .woocommerce-tabs ul.tabs li.active{border-bottom-color:#fff}
.woocommerce .star-rating span{color:var(--brand-amber-ink)}

/* ===== Değerlendirmeler (ürün yorumları) ===== */
.woocommerce #reviews h2,.woocommerce-Reviews-title{font-size:1.6rem;color:var(--brand-green);margin-bottom:20px}
.woocommerce #reviews #comments ol.commentlist{margin:0;padding:0;list-style:none}
.woocommerce #reviews #comments ol.commentlist li.review,.woocommerce #reviews #comments ol.commentlist li.comment{
  background:#fff;border:1px solid var(--brand-sand);border-radius:14px;padding:18px 20px;margin:0 0 16px}
.woocommerce #reviews #comments ol.commentlist li .comment_container{display:flex;gap:14px;align-items:flex-start}
.woocommerce #reviews #comments ol.commentlist li img.avatar{position:static;float:none;width:46px;height:46px;border-radius:50%;border:none;padding:0;background:var(--brand-cream)}
.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0;border:none;padding:0;flex:1;min-width:0}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{margin:2px 0 8px;font-size:.9em}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.85rem;color:#6b5e4b;margin-bottom:8px}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong{color:var(--brand-brown);font-size:1rem}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p{color:#5a4d3c}
.woocommerce #reviews #comments .commentlist>li::before{content:none}
.woocommerce #review_form_wrapper{background:var(--brand-cream);border:1px solid var(--brand-sand);border-radius:14px;padding:22px 24px;margin-top:22px}
.woocommerce #review_form #reply-title{font-family:var(--font-head);font-size:1.25rem;color:var(--brand-green)}
.woocommerce #review_form #respond label{font-weight:600;color:var(--brand-green);display:block;margin:12px 0 6px}
.woocommerce #review_form #respond input[type=text],.woocommerce #review_form #respond input[type=email],.woocommerce #review_form #respond textarea{
  width:100%;border:1px solid var(--brand-sand);border-radius:8px;padding:11px 14px;font-family:var(--font-body);background:#fff;outline:none}
.woocommerce #review_form #respond input:focus,.woocommerce #review_form #respond textarea:focus{border-color:var(--brand-amber)}
.woocommerce #reviews .comment-form-rating label{margin-bottom:4px}
.woocommerce #reviews .comment-form-rating p.stars a{color:var(--brand-amber);font-size:1.3rem}
.woocommerce .woocommerce-product-rating{margin-bottom:14px}
.woocommerce .woocommerce-product-rating .woocommerce-review-link{color:#6b5e4b}
.woocommerce-noreviews{background:var(--brand-cream);border-radius:12px;padding:16px 18px;color:#6b5d4c}

/* Section vitrin header link */
.vitrin-more{text-align:center;margin-top:34px}

/* ===== Blog teaser ===== */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post-card{background:#fff;border:1px solid var(--brand-sand);border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.post-card .thumb{aspect-ratio:16/10;object-fit:cover;width:100%;background:var(--brand-cream)}
.post-card .body{padding:18px}
.post-card h3{font-size:1.1rem;margin-bottom:8px}
.post-card p{font-size:.9rem;color:#6b5d4c;margin-bottom:10px}

/* ===== SEO text block ===== */
.seo-block{background:var(--brand-cream)}
.seo-block .wrap{max-width:900px}
.seo-block h2{font-size:1.6rem}
.seo-block h3{font-size:1.2rem;margin-top:1.4em}
.seo-block p{color:#5a4d3c}

/* ===== Kategori öneri bölümü ===== */
.shop-recommend{margin-top:44px;padding-top:32px;border-top:1px solid var(--brand-sand);clear:both}
.shop-recommend>h2{font-size:1.5rem;margin-bottom:20px;color:var(--brand-green)}

/* ===== Hesabım: Giriş / Üye Ol sekmeli panel ===== */
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper{max-width:480px;margin:0 auto}
.dys-auth{max-width:480px;margin:0 auto;border:1px solid var(--brand-sand);border-radius:16px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.dys-auth-tabs{display:flex}
.dys-auth-tab{flex:1;padding:16px 12px;background:var(--brand-cream);border:none;font-family:var(--font-body);font-weight:600;font-size:1rem;color:#6b5e4b;cursor:pointer;border-bottom:2px solid var(--brand-sand);transition:.2s}
.dys-auth-tab.active{background:#fff;color:var(--brand-green);border-bottom-color:var(--brand-amber)}
.dys-auth-panel{display:none;padding:26px 24px}
.dys-auth-panel.active{display:block}
.dys-auth .form-row{margin-bottom:15px;display:block}
.dys-auth label{font-weight:600;color:var(--brand-green);display:block;margin-bottom:6px}
.dys-auth .woocommerce-form-login__rememberme{font-weight:400;color:var(--brand-brown);display:flex;align-items:center;gap:8px}
.dys-auth input[type=text],.dys-auth input[type=email],.dys-auth input[type=password]{width:100%;border:1px solid var(--brand-sand);border-radius:8px;padding:12px 14px;font-family:var(--font-body);font-size:.95rem;outline:none;background:#fff}
.dys-auth input:focus{border-color:var(--brand-amber)}
.dys-auth .password-input{display:block;position:relative}
.dys-auth .button{width:100%;margin-top:8px;padding:13px}
.dys-auth .lost_password{margin-top:14px;text-align:center;font-size:.9rem}
.dys-auth .woocommerce-privacy-policy-text{margin-top:14px;font-size:.82rem;color:#6b5e4b}
.dys-auth .woocommerce-privacy-policy-text p{margin-bottom:0}

/* ===== Breadcrumb ===== */
.dys-breadcrumb{font-size:.85rem;color:#6b5e4b;margin:0 0 18px}
.dys-breadcrumb a{color:var(--brand-green)}
.dys-breadcrumb a:hover{color:var(--brand-amber)}
.dys-breadcrumb .sep{margin:0 7px;color:#c3b49a}

/* ===== Ürün güven kutusu ===== */
.dys-trust-box{border:1px solid var(--brand-sand);border-radius:12px;background:var(--brand-cream);padding:15px 16px;margin-top:22px;display:flex;flex-direction:column;gap:11px}
.dtb-item{display:flex;align-items:center;gap:11px;font-size:.9rem;color:var(--brand-brown)}
.dtb-item svg{width:22px;height:22px;color:var(--brand-green);flex:none}

/* ===== İlgili / önerilen ürünler (ürün sayfası) ===== */
.woocommerce .related.products,.woocommerce .upsells.products{margin-top:46px;clear:both}
.woocommerce .related.products>h2,.woocommerce .upsells.products>h2{font-size:1.7rem;margin-bottom:22px;color:var(--brand-green)}

/* ===== 404 ===== */
.dys-404{text-align:center;padding:52px 20px;max-width:580px;margin:0 auto}
.dys-404-ic{font-size:3.4rem;margin-bottom:8px}
.dys-404 h1{font-size:2rem}
.dys-404 p{color:#6b5d4c;margin-bottom:24px}
.dys-404-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:26px}
.dys-404-search form{display:flex;border:1.5px solid var(--brand-sand);border-radius:8px;overflow:hidden;max-width:420px;margin:0 auto}
.dys-404-search input{flex:1;border:none;padding:12px 14px;outline:none;font-family:var(--font-body)}
.dys-404-search button{background:var(--brand-green);color:#fff;border:none;padding:0 20px;cursor:pointer}

/* ===== Erişilebilirlik: klavye odağı ===== */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,
.qty-btn:focus-visible,.cat-nav:focus-visible,.hero-dot:focus-visible,.dys-share a:focus-visible{
  outline:3px solid var(--brand-amber);outline-offset:2px;border-radius:4px}

/* ===== Bülten popup ("Ailemize Katılın") ===== */
.dys-modal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}
.dys-modal[hidden]{display:none}
.dys-modal-ov{position:absolute;inset:0;background:rgba(34,56,30,.55);backdrop-filter:blur(2px)}
.dys-modal-box{position:relative;background:#fff;border-radius:16px;max-width:440px;width:100%;
  max-height:92vh;overflow-y:auto;padding:38px 30px 26px;box-shadow:0 20px 60px rgba(0,0,0,.3);text-align:center;
  animation:dysPop .35s ease}
@keyframes dysPop{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}
.dys-modal-x{position:absolute;top:14px;right:16px;background:none;border:none;font-size:1.9rem;line-height:1;
  color:var(--brand-green);cursor:pointer;padding:4px 8px;border-radius:6px}
.dys-modal-x:hover{background:var(--brand-cream)}
.dys-sub-title{font-family:var(--font-head);color:var(--brand-green);font-size:1.9rem;line-height:1.15;margin:4px 0 18px}
.dys-sub-note{color:#5a5145;font-size:.92rem;line-height:1.5;margin:0 0 14px}
.dys-sub-form{margin-top:22px;text-align:left}
.dys-sub-in{width:100%;box-sizing:border-box;border:1.5px solid var(--brand-sand);border-radius:10px;
  padding:14px 16px;font-family:var(--font-body);font-size:1rem;outline:none;margin-bottom:14px;background:#fff}
.dys-sub-in:focus{border-color:var(--brand-green)}
.dys-sub-lbl{display:block;font-weight:600;color:var(--brand-brown);font-size:.9rem;margin-bottom:6px}
.dys-tel{display:flex;align-items:center;border:1.5px solid var(--brand-sand);border-radius:10px;overflow:hidden;margin-bottom:16px}
.dys-tel:focus-within{border-color:var(--brand-green)}
.dys-tel-flag{padding:0 12px;font-size:1.3rem;background:var(--brand-cream);align-self:stretch;display:flex;align-items:center}
.dys-tel .dys-sub-in{border:none;border-radius:0;margin:0}
.dys-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.dys-sub-check{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--brand-brown);margin-bottom:16px;cursor:pointer}
.dys-sub-check input{width:18px;height:18px;accent-color:var(--brand-green);flex:0 0 auto}
.dys-sub-btn{width:100%;background:var(--brand-green);letter-spacing:.05em;padding:15px;font-size:1rem}
.dys-sub-btn:hover{background:var(--brand-green-dark)}
.dys-sub-msg{text-align:center;font-size:.9rem;margin:12px 0 0;color:var(--brand-green);min-height:1em;font-weight:600}
.dys-sub-fine{font-size:.72rem;color:#8a7c68;line-height:1.5;margin:18px 0 0}
.dys-sub-fine a{color:var(--brand-green);text-decoration:underline}
@media(max-width:480px){
  .dys-modal-box{padding:34px 22px 22px}
  .dys-sub-title{font-size:1.6rem}
}

/* Wishlist tooltip'i gizle (çift "Favorilere Ekle" metnini önler) */
.tinvwl-tooltip{display:none !important}

/* Ürün yasal ibaresi kutusu (tüm ürünlerde) */
.dys-legal-note{display:flex;gap:12px;align-items:flex-start;background:var(--brand-cream);
  border:1px solid var(--brand-sand);border-radius:10px;padding:14px 16px;margin:16px 0 0;
  font-size:.84rem;line-height:1.55;color:var(--brand-brown)}
.dys-legal-note svg{width:22px;height:22px;flex:0 0 22px;color:var(--brand-green);margin-top:1px}
.dys-legal-note p{margin:0}

/* a11y: link'ler yalnız renge dayanmasın (WCAG 1.4.1) */
.footer-about p a,.footer-contact a,.dys-cookie a,.page-content .wrap p a,.dys-trust a,
.seo-block p a,.seo-block li a{
  text-decoration:underline;text-underline-offset:2px}

/* ===== Footer ===== */
.site-footer{background:var(--brand-green);color:var(--brand-cream);padding:56px 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:34px;max-width:var(--wrap);margin:0 auto;padding:0 20px 40px}
.site-footer h4{color:#fff;font-family:var(--font-head);font-size:1.15rem;margin-bottom:16px}
.site-footer a{color:#d8cfbc}
.site-footer a:hover{color:var(--brand-amber)}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin-bottom:9px;font-size:.92rem}
.footer-about p{color:#cfc6b2;font-size:.92rem}
.footer-contact li{display:flex;gap:8px;align-items:flex-start}
.footer-bottom{border-top:1px solid rgba(246,239,226,.15);text-align:center;padding:18px;font-size:.82rem;color:#b9b09c}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.footer-brand .brand-name{color:#fff}

/* ===== Sepet tablosu ===== */
.woocommerce table.shop_table{border-radius:12px;border-color:var(--brand-sand)}
.woocommerce table.shop_table th{color:var(--brand-green);font-family:var(--font-body)}
.woocommerce a.remove{color:var(--brand-red) !important;font-weight:700}
.woocommerce a.remove:hover{background:var(--brand-red) !important;color:#fff !important}
.woocommerce .cart_totals h2{font-size:1.4rem}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{border:1px solid var(--brand-sand);border-radius:12px;padding:6px 18px 18px;background:var(--brand-cream)}
.woocommerce .wc-proceed-to-checkout .checkout-button{font-size:1.05rem}

/* Mobil sepet: kart görünümü */
@media(max-width:768px){
  .woocommerce table.shop_table_responsive,.woocommerce-page table.shop_table_responsive{border:none;background:transparent}
  .woocommerce table.shop_table_responsive thead{display:none}
  .woocommerce table.shop_table_responsive tbody,.woocommerce table.shop_table_responsive tr{display:block}
  .woocommerce table.shop_table_responsive tr.cart_item,.woocommerce-page table.shop_table_responsive tr.cart_item{
    border:1px solid var(--brand-sand);border-radius:14px;margin-bottom:14px;background:#fff;overflow:hidden;padding:4px 0}
  .woocommerce table.shop_table_responsive tr.cart_item td{display:flex;justify-content:space-between;align-items:center;gap:14px;
    text-align:right;padding:12px 16px;border-top:1px solid #f2ecdf}
  .woocommerce table.shop_table_responsive tr.cart_item td:first-child{border-top:none}
  .woocommerce table.shop_table_responsive tr.cart_item td::before{content:attr(data-title);font-weight:600;color:var(--brand-green);text-align:left;flex:none}
  .woocommerce table.shop_table_responsive td.product-remove{justify-content:flex-end;padding:8px 16px}
  .woocommerce table.shop_table_responsive td.product-remove::before{content:"" !important}
  .woocommerce table.shop_table_responsive td.product-thumbnail{display:flex !important;justify-content:center}
  .woocommerce table.shop_table_responsive td.product-thumbnail::before{content:"" !important}
  .woocommerce table.shop_table_responsive td.product-thumbnail img{width:90px;height:90px;object-fit:cover;border-radius:10px}
  .woocommerce table.shop_table_responsive td.product-name{font-weight:600}
  .woocommerce .quantity input.qty{width:56px}
  .woocommerce table.cart td.actions{display:flex;flex-direction:column;gap:10px}
  .woocommerce table.cart td.actions .coupon{display:flex;gap:8px}
}

/* ===== Wishlist (favoriler) butonu ===== */
.tinv-wishlist a.tinvwl_add_to_wishlist_button,.tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button{
  color:var(--brand-green) !important;font-family:var(--font-body) !important}
.tinv-wishlist .tinvwl_add_to_wishlist_button:hover{color:var(--brand-amber) !important}
.woocommerce ul.products li.product .tinv-wishlist{margin:8px 0 0;text-align:center;font-size:.85rem}
/* Ürün kartında favori butonu = tam genişlik 44px ikincil buton (touch target ≥24px + aralık) */
.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button{
  display:flex;align-items:center;justify-content:center;gap:6px;
  width:100%;min-height:44px;box-sizing:border-box;padding:8px 12px;margin:0;
  border:1.5px solid var(--brand-sand);border-radius:8px;background:#fff;line-height:1.2}
.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button:hover{
  border-color:var(--brand-amber);background:var(--brand-cream)}
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before,.tinvwl-icon-heart-plus::before{color:var(--brand-amber)}
.fav-link svg{display:block}

/* Özel favoriler sayfası */
.dys-fav-count{color:#6b5d4c;margin:0 0 18px;font-weight:600}
.dys-fav-empty{text-align:center;padding:56px 20px}
.dys-fav-empty-ic{font-size:3rem;color:var(--brand-amber);line-height:1;margin-bottom:12px}
.dys-fav-empty p{color:#6b5d4c;margin-bottom:20px;font-size:1.05rem}

/* ===== Paylaş bileşeni (sosyal ikonlar) ===== */
.dys-share{display:flex;gap:8px;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin-top:16px}
.dys-share .s-lbl{font-size:.82rem;color:#6b5e4b;margin-right:2px;font-weight:600}
.dys-share a,.dys-share button{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--brand-sand);background:#fff;color:var(--brand-green);cursor:pointer;transition:background .2s,color .2s;padding:0}
.dys-share a:hover,.dys-share button:hover{background:var(--brand-green);color:#fff}
.dys-share .dys-copy.copied{background:var(--brand-sage);color:#fff;border-color:var(--brand-sage)}
.dys-share svg{width:17px;height:17px}

/* ===== Favori (wishlist) ===== */
.tinv-wishlist .tinv-header{display:none} /* çift başlık gizle (sayfa H1 zaten var) */
.tinv-wishlist .tinvwl-table{border:1px solid var(--brand-sand);border-radius:12px;border-collapse:separate;border-spacing:0;overflow:hidden;width:100%}
.tinv-wishlist .tinvwl-table th{background:var(--brand-cream);color:var(--brand-green);font-family:var(--font-body);font-weight:600;padding:14px;text-align:left;font-size:.9rem;border:none}
.tinv-wishlist .tinvwl-table td{padding:14px;border-top:1px solid #f2ecdf;vertical-align:middle}
.tinv-wishlist .tinvwl-table td.product-cb,.tinv-wishlist .tinvwl-table th.product-cb{width:34px;text-align:center}
.tinv-wishlist .tinvwl-table td.product-thumbnail img,.tinv-wishlist img{border-radius:10px;max-width:84px;height:auto}
.tinv-wishlist .tinvwl-table td.product-name a,.tinv-wishlist .tinvwl-table .product-title a{color:var(--brand-brown);font-weight:600}
.tinv-wishlist .amount,.tinv-wishlist .tinvwl-price{color:var(--brand-green);font-weight:700}
.tinv-wishlist a.button,.tinv-wishlist button.button{background:var(--brand-amber);color:#fff !important;border-radius:8px;border:none}
.tinv-wishlist a.button:hover,.tinv-wishlist button.button:hover{background:var(--brand-amber-dark)}
.tinv-wishlist .product-remove a,.tinv-wishlist a.remove_from_wishlist{color:var(--brand-red) !important}
.tinv-wishlist .tinvwl-buttons-group,.tinv-wishlist .social-buttons{margin-top:22px}

@media(max-width:768px){
  .tinv-wishlist .tinvwl-table,.tinv-wishlist .tinvwl-table tbody{display:block;border:none}
  .tinv-wishlist .tinvwl-table thead{display:none}
  .tinv-wishlist .tinvwl-table tr{position:relative;display:grid;grid-template-columns:96px 1fr;gap:4px 16px;align-items:center;
    border:1px solid var(--brand-sand);border-radius:14px;margin-bottom:14px;padding:16px 14px;background:#fff}
  .tinv-wishlist .tinvwl-table td{display:block;border:none;padding:2px 0;text-align:left}
  .tinv-wishlist .tinvwl-table td::before{display:none !important}
  .tinv-wishlist .tinvwl-table td.product-cb,
  .tinv-wishlist .tinvwl-table td.product-stock,
  .tinv-wishlist .tinvwl-table td.product-date{display:none}
  .tinv-wishlist .tinvwl-table td.product-thumbnail{grid-column:1;grid-row:1 / span 3;align-self:start}
  .tinv-wishlist .tinvwl-table td.product-thumbnail img{width:100%;max-width:96px}
  .tinv-wishlist .tinvwl-table td.product-name{grid-column:2;grid-row:1;font-size:.98rem}
  .tinv-wishlist .tinvwl-table td.product-price{grid-column:2;grid-row:2}
  .tinv-wishlist .tinvwl-table td.product-action,
  .tinv-wishlist .tinvwl-table td.product-add{grid-column:2;grid-row:3}
  .tinv-wishlist .tinvwl-table td.product-action .button{width:100%;margin-top:6px}
  .tinv-wishlist .tinvwl-table td.product-remove{position:absolute;top:6px;right:8px;padding:0}
  .tinv-wishlist .dys-share{justify-content:flex-start;margin-top:10px}
}

/* ===== Sepet — Trendyol/Amazon tarzı kartlar ===== */
.dys-cart-list{display:flex;flex-direction:column;gap:14px;margin-bottom:22px}
.dys-cart-item{display:flex;gap:14px;background:#fff;border:1px solid var(--brand-sand);border-radius:14px;padding:14px}
.dci-thumb{flex:0 0 92px;width:92px}
.dci-thumb img{width:92px;height:92px;object-fit:cover;border-radius:10px}
.dci-main{flex:1;min-width:0;display:flex;flex-direction:column}
.dci-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
.dci-name{font-weight:600;color:var(--brand-brown);font-size:.98rem;line-height:1.35;overflow-wrap:anywhere}
.dci-name:hover{color:var(--brand-green)}
.dci-remove{flex:none;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#a3937b;border:1px solid var(--brand-sand);background:#fff}
.dci-remove:hover{color:var(--brand-red);border-color:var(--brand-red);background:#fdf3f2}
.dci-remove svg{width:18px;height:18px}
.dci-bottom{margin-top:auto;padding-top:12px;display:flex;justify-content:space-between;align-items:center;gap:10px}
.dci-price{font-weight:700;color:var(--brand-green);font-size:1.05rem;white-space:nowrap}
.dci-price del{color:#a3937b;font-weight:400;font-size:.85em;margin-right:5px}
.dci-price ins{text-decoration:none}
.dys-cart-form .quantity{display:inline-flex;align-items:center;border:1.5px solid var(--brand-sand);border-radius:10px;overflow:hidden;background:#fff}
.dys-cart-form .quantity input.qty{width:46px;height:42px;text-align:center;border:none;border-left:1px solid var(--brand-sand);border-right:1px solid var(--brand-sand);font-size:1rem;font-family:var(--font-body);-moz-appearance:textfield;background:#fff}
.dys-cart-form .quantity input.qty::-webkit-outer-spin-button,.dys-cart-form .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.dys-cart-form .qty-btn{width:40px;height:42px;font-size:1.3rem}
.dys-cart-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:24px}
.dys-coupon{display:flex;gap:8px;flex:1;min-width:220px}
.dys-coupon input{flex:1;padding:12px 14px;border:1px solid var(--brand-sand);border-radius:8px;font-family:var(--font-body)}
.dys-update-cart{display:none !important} /* gizli — adet değişince JS otomatik günceller */
.dys-cart-layout{display:grid;grid-template-columns:1fr;gap:26px;align-items:start}
.dys-cart-left{min-width:0}
.dys-cart-right{min-width:0}
.cart-collaterals{max-width:none;margin:0}
.cart-collaterals .cart_totals{width:100% !important;float:none !important}
/* Toplamlar altta, tam genişlik */
.dys-cart-right .cart_totals h2{font-size:1.5rem}
.dys-cart-right .wc-proceed-to-checkout{padding-top:14px}
@media(min-width:900px){
  .dys-cart-right .wc-proceed-to-checkout .checkout-button{max-width:340px}
}
.dys-cart-bar{display:none}
@media(max-width:768px){
  .cart-collaterals{max-width:none;margin-bottom:10px}
  .dys-cart-item{padding:12px;gap:12px}
  .dci-thumb{flex:0 0 78px;width:78px}
  .dci-thumb img{width:78px;height:78px}
  .dys-coupon{min-width:0;flex-basis:100%}
  .dys-cart-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;position:fixed;left:0;right:0;bottom:62px;
    background:#fff;border-top:1px solid var(--brand-sand);box-shadow:0 -4px 16px rgba(58,46,34,.14);padding:10px 16px;z-index:997}
  .dys-cart-bar-total{display:flex;flex-direction:column;line-height:1.2}
  .dys-cart-bar-total span{font-size:.72rem;color:#6b5e4b}
  .dys-cart-bar-total strong{color:var(--brand-green);font-size:1.2rem}
  .dys-cart-bar-btn{flex:1;max-width:58%;text-align:center;padding:13px}
  body.woocommerce-cart{padding-bottom:134px}
}

/* ===== Ödeme (checkout) — Trendyol/Amazon tarzı ===== */
.dys-checkout-cols{display:block}
.woocommerce-checkout h3,.woocommerce-checkout #order_review_heading{font-family:var(--font-head);color:var(--brand-green);font-size:1.35rem;margin:0 0 16px}
.woocommerce-checkout .col2-set,.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{width:100%;float:none;max-width:none;padding:0}
.woocommerce-checkout .col2-set .col-2{margin-top:20px}
.woocommerce form .form-row{margin:0 0 14px;padding:0}
.woocommerce form .form-row label,.woocommerce-checkout label{font-weight:600;color:var(--brand-green);font-size:.88rem;margin-bottom:6px;display:block}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input[type=text],
.woocommerce form .form-row input[type=email],
.woocommerce form .form-row input[type=tel],
.woocommerce form .form-row input[type=password],
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container--default .select2-selection--single{
  border:1px solid var(--brand-sand) !important;border-radius:8px !important;padding:12px 14px !important;
  font-family:var(--font-body) !important;font-size:.95rem;background:#fff;min-height:48px;box-sizing:border-box;width:100%;color:var(--brand-brown)}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{border-color:var(--brand-amber) !important;outline:none}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:24px;padding:0;color:var(--brand-brown)}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{top:12px;right:8px}
.woocommerce-checkout #customer_details .woocommerce-billing-fields,
.woocommerce-checkout #customer_details .woocommerce-additional-fields,
.woocommerce-checkout #customer_details .woocommerce-shipping-fields{background:#fff;border:1px solid var(--brand-sand);border-radius:16px;padding:22px 24px;margin-bottom:18px}
.woocommerce-checkout #order_review{background:var(--brand-cream);border:1px solid var(--brand-sand);border-radius:16px;padding:20px 22px}
.woocommerce-checkout #order_review .shop_table{background:transparent;border:none;margin:0}
.woocommerce-checkout #order_review .shop_table th,.woocommerce-checkout #order_review .shop_table td{border-top:1px solid #e6ddca;padding:11px 2px;font-size:.92rem}
.woocommerce-checkout #order_review .shop_table thead th{color:var(--brand-green)}
.woocommerce-checkout #order_review .order-total .amount,.woocommerce-checkout #order_review .order-total th{color:var(--brand-green);font-size:1.15rem;font-weight:700}
.woocommerce-checkout #payment{background:transparent}
.woocommerce-checkout #payment ul.payment_methods{border:none;padding:0;margin:0 0 14px;background:transparent}
.woocommerce-checkout #payment ul.payment_methods li{background:#fff;border:1px solid var(--brand-sand);border-radius:10px;margin:0 0 10px;padding:13px 15px;list-style:none}
.woocommerce-checkout #payment ul.payment_methods li input{margin-right:8px}
.woocommerce-checkout #payment div.payment_box{background:#fff;border-radius:8px;margin-top:10px;font-size:.88rem;color:#5a4d3c}
.woocommerce-checkout #payment div.payment_box::before{display:none}
.woocommerce-checkout #payment .form-row.place-order{padding:0;margin-top:6px}
.woocommerce-checkout #place_order{width:100%;padding:15px;font-size:1.05rem}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{margin-bottom:12px;font-size:.85rem}
@media(min-width:1000px){
  .dys-checkout-cols{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:32px;align-items:start}
  .dys-checkout-review{position:sticky;top:120px}
}

/* ===== Hesabım sayfası ===== */
.woocommerce-account .woocommerce{display:flex;flex-wrap:wrap;gap:30px;align-items:flex-start}
.woocommerce-account .woocommerce-MyAccount-navigation{flex:0 0 240px;width:240px;float:none}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;border:1px solid var(--brand-sand);border-radius:14px;overflow:hidden;background:#fff}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:13px 18px;color:var(--brand-brown);border-bottom:1px solid #f2ecdf;font-weight:500;text-decoration:none}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a{border-bottom:none}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:var(--brand-cream);color:var(--brand-green);font-weight:600}
.woocommerce-account .woocommerce-MyAccount-content{flex:1;min-width:0;float:none;width:auto}
.woocommerce-account .woocommerce-MyAccount-content h3,.woocommerce-account .woocommerce-Address-title h3{font-family:var(--font-head);color:var(--brand-green)}
.woocommerce-account .woocommerce-address-fields,.woocommerce-account .edit-account,.woocommerce-account .woocommerce-EditAccountForm{max-width:640px}
.woocommerce-account form .form-row-first,.woocommerce-account form .form-row-last{width:48%}
.woocommerce-account .button{padding:13px 26px}
@media(max-width:768px){
  .woocommerce-account .woocommerce{flex-direction:column;gap:18px}
  .woocommerce-account .woocommerce-MyAccount-navigation{width:100%;flex:none}
  .woocommerce-account form .form-row-first,.woocommerce-account form .form-row-last{width:100%}
}

/* WooCommerce message tweaks */
.woocommerce-message,.woocommerce-info{border-top-color:var(--brand-amber)}
.woocommerce-message::before,.woocommerce-info::before{color:var(--brand-amber)}

/* Page content */
.page-content{padding:44px 0}
.page-content .wrap{max-width:var(--wrap)} /* tüm sayfalar site geneliyle aynı genişlik */
/* Blog yazısında metin okunabilir ve ortalı kolon (simetrik, sol boşluk yok) */
.single-post .entry-content{max-width:860px;margin:0 auto}

/* ===== Çerez onayı bandı ===== */
.dys-cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:999;background:#fff;border:1px solid var(--brand-sand);
  border-radius:14px;box-shadow:var(--shadow-lg);padding:16px 20px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;max-width:920px;margin:0 auto}
.dys-cookie[hidden]{display:none}
.dys-cookie p{margin:0;flex:1;min-width:220px;font-size:.9rem;color:var(--brand-brown)}
.dys-cookie a{color:var(--brand-green);text-decoration:underline}
.dys-cookie-btns{display:flex;gap:10px;flex-shrink:0}
.dys-cookie-btns .btn{padding:10px 20px}
@media(max-width:768px){
  .dys-cookie{left:8px;right:8px;bottom:70px;padding:14px 16px}
  .dys-cookie-btns{width:100%}
  .dys-cookie-btns .btn{flex:1}
}

/* ===== Mobil alt menü ===== */
.dys-mobilebar{display:none}
@media(max-width:768px){
  .dys-mobilebar{
    display:flex;position:fixed;left:0;right:0;bottom:0;z-index:998;background:#fff;
    border-top:1px solid var(--brand-sand);box-shadow:0 -2px 12px rgba(58,46,34,.10);
    padding:6px 4px env(safe-area-inset-bottom);height:62px}
  .dys-mobilebar a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:3px;color:#6b5d4c;font-size:.66rem;font-weight:500;position:relative;text-decoration:none}
  .dys-mobilebar a svg{width:23px;height:23px}
  .dys-mobilebar a:hover,.dys-mobilebar a:active{color:var(--brand-green)}
  .dys-mb-cart svg,.dys-mb-cart span:last-child{color:var(--brand-green)}
  .dys-mb-badge{position:absolute;top:-2px;left:calc(50% + 6px);background:var(--brand-amber);color:#fff;
    font-size:.6rem;font-weight:700;min-width:16px;height:16px;line-height:16px;text-align:center;border-radius:10px;padding:0 4px}
  body.dys{padding-bottom:62px}
  .dys-whatsapp{bottom:76px !important;width:50px;height:50px}
}

/* ===== Responsive ===== */
@media(max-width:1024px){
  .cat-grid{grid-template-columns:repeat(3,1fr)}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(3,1fr)}
  .hero-inner{grid-template-columns:1fr}
  .hero-art{display:none}
}
@media(max-width:768px){
  .header-inner{flex-wrap:wrap;gap:14px}
  .header-search{order:3;flex-basis:100%;max-width:none}
  h1{font-size:2rem}h2{font-size:1.6rem}
  .hero-inner{padding:46px 22px 60px}
  .hero-arrow{display:none}
  .hero-dots{bottom:20px}
  .hero h1{font-size:2.25rem;line-height:1.15}
  .hero p{font-size:1.05rem}
  .hero-kicker{font-size:.72rem;letter-spacing:.2em;margin-bottom:12px}
  .hero::after{width:190px;height:190px;right:-24px;bottom:-20px;opacity:.1}
  .hero-badges{gap:8px;margin-top:20px}
  .hero-badges span{font-size:.8rem;padding:7px 13px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  /* Kategoriler mobilde yatay kayan menü */
  .cat-grid{display:flex;grid-template-columns:none;overflow-x:auto;gap:12px;
    scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
    padding:4px 4px 12px;margin:0 -4px;scrollbar-width:none}
  .cat-grid::-webkit-scrollbar{display:none}
  .cat-tile{flex:0 0 43%;scroll-snap-align:start}
  .cat-tile .cat-icon{width:64px;height:64px}
  .cat-nav{display:none}
  .cat-carousel{padding:0}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .blog-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .main-nav .wrap{display:block;padding:0}
  .nav-toggle{display:flex;align-items:center;gap:8px;width:100%;justify-content:flex-start;
    background:none;border:none;color:#fff;padding:14px 20px;font-size:1rem;cursor:pointer;font-weight:600}
  .main-nav ul.nav-menu{display:none;flex-direction:column;width:100%;background:var(--brand-green-dark)}
  .main-nav ul.nav-menu.open{display:flex}
  .main-nav ul.nav-menu a{padding:14px 20px;font-size:.95rem;border-top:1px solid rgba(246,239,226,.1)}
  .main-nav ul ul{position:static;box-shadow:none;background:transparent}
  /* Mobilde sıralama tek başına kalırsa taşmasın */
  .woocommerce .woocommerce-result-count{float:none;display:block;margin-bottom:10px;line-height:1.5}
  .woocommerce .woocommerce-ordering{float:none}
  .woocommerce .woocommerce-ordering select{width:100%}
}
@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr}
  .section{padding:40px 0}
}
