/*
Theme Name: Salkım Theme
Theme URI: https://salkimmatbaa.com
Author: OpenAI
Description: WooCommerce uyumlu Salkım Matbaa teması
Version: 3.0
Text Domain: salkim-theme
*/

:root{
  --gold:#c8a24a;
  --gold-light:#f3d486;
  --black:#111;
  --text:#222;
  --muted:#666;
  --soft:#f6f2e8;
  --border:#eee;
  --shadow:0 12px 35px rgba(0,0,0,.08);
}

*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

body{
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}

a{
  text-decoration:none;
  color:inherit;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

.container{
  width:min(1280px, calc(100% - 32px));
  margin:0 auto;
}

/* HEADER */
.site-header-pro{
  background:#0f0f0f;
  border-bottom:1px solid rgba(255,255,255,.08);
  position:sticky;
  top:0;
  z-index:9999;
}

.header-pro-inner{
  min-height:86px;
  display:grid;
  grid-template-columns:1.1fr auto 1.1fr;
  align-items:center;
  gap:28px;
}

.brand-pro{
  display:flex;
  align-items:center;
  gap:14px;
}

.brand-mark{
  width:54px;
  height:54px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--gold),var(--gold-light));
  color:#111;
  display:grid;
  place-items:center;
  font-size:26px;
  font-weight:900;
}

.brand-text strong{
  display:block;
  color:#fff;
  font-size:22px;
  line-height:1.05;
}

.brand-text span{
  display:block;
  color:#cfcfcf;
  font-size:13px;
  margin-top:4px;
}

.nav-pro{
  display:flex;
  justify-content:center;
  gap:28px;
}

.nav-pro a{
  color:#fff;
  font-weight:800;
  font-size:15px;
}

.nav-pro a:hover{
  color:var(--gold);
}

.header-pro-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
}

.header-pro-actions a{
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  color:#fff;
  font-weight:800;
  font-size:14px;
  border:1px solid rgba(255,255,255,.18);
}

.header-pro-actions .quote-btn{
  background:var(--gold);
  color:#111;
  border-color:var(--gold);
  padding:10px 16px;
}

/* HERO */
.hero-clean{
  background:var(--soft);
  padding:55px 0;
}

.hero-clean-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:45px;
  align-items:center;
}

.hero-clean-text span{
  display:inline-block;
  background:#111;
  color:var(--gold);
  padding:9px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  margin-bottom:18px;
}

.hero-clean-text h1{
  font-size:48px;
  line-height:1.05;
  color:#111;
  margin:0 0 16px;
  max-width:560px;
}

.hero-clean-text p{
  font-size:18px;
  color:#555;
  max-width:540px;
  margin:0 0 24px;
}

.hero-clean-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.hero-clean-buttons a{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:12px 20px;
  border-radius:12px;
  font-weight:800;
}

.hero-clean-buttons .primary{
  background:var(--gold);
  color:#111;
}

.hero-clean-buttons .secondary{
  background:#111;
  color:#fff;
}

.video-box{
  position:relative;
  height:360px;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 25px 60px rgba(0,0,0,.18);
  background:#ddd;
}

.video-box video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.video-overlay{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:26px;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.75));
  color:#fff;
}

.video-overlay strong{
  font-size:28px;
  display:block;
}

.video-overlay small{
  font-size:15px;
  color:#ddd;
}

/* SECTIONS */
.section-title{
  font-size:clamp(30px,4vw,42px);
  text-align:center;
  margin:0 0 12px;
  color:#111;
}

.section-subtitle{
  text-align:center;
  color:var(--muted);
  margin:0 auto 40px;
  max-width:760px;
}

/* SERVICE CARDS */
.services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.service-box{
  background:#fff;
  border-radius:22px;
  padding:16px;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  transition:.3s;
}

.service-box:hover{
  transform:translateY(-6px);
  border-color:var(--gold);
}

.service-image{
  height:260px;
  border-radius:18px;
  background:linear-gradient(135deg,#eee,#ddd);
  margin-bottom:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#888;
  font-weight:800;
}

.service-box h3{
  font-size:18px;
  margin-bottom:8px;
  color:#111;
}

.service-box p{
  font-size:14px;
  color:#666;
}

.product-btn{
  display:inline-block;
  margin-top:12px;
  padding:9px 14px;
  background:#111;
  color:#fff;
  border-radius:10px;
  font-size:13px;
  font-weight:800;
}

/* WOOCOMMERCE GRID */
.woocommerce ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:28px !important;
  padding:0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after{
  display:none !important;
}

.woocommerce ul.products li.product,
.woocommerce ul.products li.product-category{
  float:none !important;
  clear:none !important;
  width:auto !important;
  margin:0 !important;
  background:#fff;
  border:1px solid #eee;
  border-radius:20px;
  padding:22px;
  box-shadow:var(--shadow);
}

.woocommerce ul.products li.product img,
.woocommerce ul.products li.product-category img{
  width:100% !important;
  height:260px !important;
  object-fit:cover !important;
  border-radius:16px !important;
  margin-bottom:18px !important;
}

.woocommerce-loop-product__title,
.woocommerce-loop-category__title{
  font-size:20px !important;
  line-height:1.3 !important;
  color:#111 !important;
}

.woocommerce mark.count{
  background:var(--gold);
  color:#111;
  padding:2px 6px;
  border-radius:6px;
}

/* SINGLE PRODUCT */
.single-product div.product{
  display:grid !important;
  grid-template-columns:55% 45% !important;
  gap:50px !important;
  align-items:start !important;
  max-width:1280px;
  margin:40px auto;
  background:#fff;
  border:1px solid #eee;
  border-radius:24px;
  padding:42px;
  box-shadow:0 18px 50px rgba(0,0,0,.06);
}

.single-product div.product div.images,
.single-product div.product div.summary{
  float:none !important;
  width:100% !important;
  margin:0 !important;
}

.single-product div.product div.images img{
  width:100% !important;
  height:520px !important;
  object-fit:cover !important;
  border-radius:16px;
}

.single-product .product_title{
  font-size:44px !important;
  line-height:1.12 !important;
  margin-bottom:18px !important;
}

.single-product div.product p.price,
.single-product div.product span.price{
  font-size:25px !important;
  font-weight:800;
  color:#9a7831;
}

.single-product .woocommerce-product-details__short-description{
  font-size:17px;
  line-height:1.8;
}

.single-product div.product form.cart{
  margin-top:25px !important;
  display:flex;
  gap:14px;
  align-items:center;
}

.woocommerce .quantity .qty{
  width:70px;
  height:48px;
  border:1px solid #ddd;
  border-radius:10px;
  text-align:center;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button{
  background:var(--gold) !important;
  color:#111 !important;
  border-radius:14px !important;
  font-weight:800 !important;
}

/* PRODUCT GALLERY */
.single-product .flex-control-thumbs{
  display:flex !important;
  gap:10px !important;
  margin-top:15px !important;
  flex-wrap:wrap !important;
  padding:0 !important;
}

.single-product .flex-control-thumbs li{
  width:80px !important;
  height:80px !important;
  float:none !important;
  margin:0 !important;
  list-style:none !important;
}

.single-product .flex-control-thumbs img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:10px;
}

/* TABS */
.single-product .woocommerce-tabs{
  clear:both !important;
  width:100% !important;
  margin-top:50px !important;
}

.single-product .woocommerce-tabs ul.tabs{
  display:flex !important;
  gap:10px;
  border-bottom:1px solid #ddd;
  margin:0 0 24px !important;
  padding:0 !important;
}

.single-product .woocommerce-tabs ul.tabs li{
  border:1px solid #ddd;
  border-bottom:none;
  border-radius:12px 12px 0 0;
  background:#f8f8f8;
  margin:0 !important;
}

.single-product .woocommerce-tabs ul.tabs li a{
  display:block;
  padding:12px 20px;
  font-weight:800;
}

.single-product .woocommerce-Tabs-panel{
  padding:30px !important;
  border:1px solid #eee !important;
  border-radius:0 18px 18px 18px !important;
  background:#fff !important;
  box-shadow:var(--shadow);
}

.single-product .woocommerce-Tabs-panel h2{
  display:none !important;
}

.single-product .woocommerce-Tabs-panel .woocommerce-tabs{
  display:none !important;
}

.single-product .woocommerce-tabs + #respond,
.single-product .woocommerce-tabs + .comment-respond{
  display:none !important;
}

/* REVIEWS */
.single-product #reviews{
  margin-top:30px;
}

.single-product #commentform{
  display:flex;
  flex-direction:column;
  gap:12px;
  max-width:700px;
}

.single-product textarea{
  min-height:140px;
  border:1px solid #ddd;
  border-radius:12px;
  padding:12px;
}

.single-product input[type="submit"],
.woocommerce #respond input#submit{
  width:max-content;
  background:#111 !important;
  color:#fff !important;
  padding:12px 20px !important;
  border-radius:12px !important;
}

/* FOOTER */
.site-footer{
  background:#111;
  color:#ccc;
  margin-top:60px;
}

.footer-top{
  padding:50px 0;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:30px;
}

.footer-box h4{
  color:#fff;
  margin-bottom:15px;
}

.footer-box p,
.footer-box li,
.footer-box a{
  color:#bbb;
  font-size:14px;
}

.footer-box ul{
  list-style:none;
  padding:0;
}

.footer-box li{
  margin-bottom:8px;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  padding:15px 0;
  text-align:center;
  font-size:14px;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .services-grid,
  .woocommerce ul.products{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:900px){
  .header-pro-inner,
  .hero-clean-grid,
  .single-product div.product{
    grid-template-columns:1fr !important;
  }

  .nav-pro,
  .header-pro-actions{
    justify-content:flex-start;
    flex-wrap:wrap;
  }

  .single-product div.product div.images img{
    height:auto !important;
  }
}

@media(max-width:700px){
  html,body{
    overflow-x:hidden !important;
  }

  .container{
    width:100% !important;
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .services-grid,
  .woocommerce ul.products{
    grid-template-columns:1fr !important;
  }

  .footer-grid{
    grid-template-columns:1fr;
  }

  .hero-clean-text h1{
    font-size:36px;
  }

  .video-box{
    height:280px;
  }
}
/* WooCommerce mağaza / kategori sayfası düzeltme */

.woo-page{
  padding:50px 0 80px;
  background:#fff;
}

.woo-page .page-title,
.woocommerce-products-header__title{
  font-size:48px;
  line-height:1.1;
  margin:0 0 35px;
  color:#111;
}

.woo-page .woocommerce-result-count,
.woo-page .woocommerce-ordering{
  margin-bottom:25px;
}

.woo-page .woocommerce-ordering select{
  border:1px solid #ddd;
  border-radius:10px;
  padding:10px 14px;
}

/* WordPress varsayılan sidebar/wiget alanlarını gizle */
.widget-area,
.sidebar,
#secondary{
  display:none !important;
}
/* WooCommerce galeri tam düzeltme */

.single-product div.product div.images{
  display:block !important;
}

.single-product div.product div.images .woocommerce-product-gallery{
  width:100% !important;
}

/* Ana büyük görsel */
.single-product .woocommerce-product-gallery__wrapper img{
  width:100% !important;
  height:520px !important;
  object-fit:cover !important;
  border-radius:16px;
}

/* Küçük görseller (thumbnail) */
.single-product .flex-control-thumbs{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-top:15px !important;
}

.single-product .flex-control-thumbs li{
  width:80px !important;
  height:80px !important;
  float:none !important;
  display:block !important;
}

.single-product .flex-control-thumbs img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:10px;
}

/* Solda dikey kaymayı engelle */
.single-product .woocommerce-product-gallery{
  display:block !important;
  float:none !important;
}
/* SEPET KUPON ALANI DÜZELTME */

.woocommerce-cart table.cart td.actions{
  padding:22px !important;
}

.woocommerce-cart table.cart td.actions .coupon{
  display:flex;
  align-items:center;
  gap:10px;
  float:left;
}

.woocommerce-cart table.cart td.actions .coupon input.input-text{
  width:180px !important;
  height:48px;
  border:1px solid #ddd;
  border-radius:12px;
  padding:0 14px;
  font-size:14px;
  background:#fff;
}

.woocommerce-cart table.cart td.actions .coupon input.input-text:focus{
  outline:none;
  border-color:#c8a24a;
  box-shadow:0 0 0 3px rgba(200,162,74,.18);
}

.woocommerce-cart table.cart td.actions .coupon button.button{
  height:48px;
  padding:0 22px !important;
  border-radius:14px !important;
  background:#c8a24a !important;
  color:#111 !important;
  font-weight:800 !important;
}

.woocommerce-cart table.cart td.actions > button.button{
  height:48px;
  padding:0 24px !important;
  border-radius:14px !important;
  font-weight:800 !important;
}

@media(max-width:700px){
  .woocommerce-cart table.cart td.actions .coupon{
    width:100%;
    flex-direction:column;
    align-items:stretch;
  }

  .woocommerce-cart table.cart td.actions .coupon input.input-text,
  .woocommerce-cart table.cart td.actions .coupon button.button{
    width:100% !important;
  }
}
/* Ürün galeri küçük resimleri kesin düzeltme */

.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  margin:16px 0 0 !important;
  padding:0 !important;
  width:100% !important;
  max-width:100% !important;
}

.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li{
  width:88px !important;
  height:88px !important;
  min-width:88px !important;
  max-width:88px !important;
  flex:0 0 88px !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
  list-style:none !important;
  overflow:hidden !important;
  border-radius:12px !important;
  border:1px solid #eee !important;
}

.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img{
  width:88px !important;
  height:88px !important;
  max-width:none !important;
  object-fit:cover !important;
  border-radius:12px !important;
  display:block !important;
}
/* Ürün sayfasında ana görsel altında büyük çıkan ekstra galeri görsellerini gizle */

.single-product .woocommerce-product-gallery__wrapper 
.woocommerce-product-gallery__image:not(:first-child){
  display:none !important;
}

/* Ana görsel temiz kalsın */
.single-product .woocommerce-product-gallery__wrapper 
.woocommerce-product-gallery__image:first-child img{
  width:100% !important;
  height:520px !important;
  object-fit:cover !important;
  border-radius:16px !important;
}
/* Ürün sayfası güven kutuları */

.single-product .product_meta::after{
  content:"✓ Hızlı üretim   ✓ Güvenli sipariş   ✓ Kurumsal baskı desteği";
  display:flex;
  justify-content:center;
  align-items:center;

  margin:22px 0 0;
  padding:16px 22px;

  background:#faf8f2;
  border:1px solid #ead7a2;
  border-radius:14px;

  color:#111;
  font-weight:800;
  font-size:15px;

  width:100%;
  box-sizing:border-box;

  white-space:nowrap;   /* 🔥 tek satır */
  overflow:hidden;
}
/* Ürün sayfası Sepete Ekle alanı premium */

.single-product div.product form.cart{
  background:#faf8f2;
  border:1px solid #ead7a2;
  border-radius:18px;
  padding:18px;
  display:flex !important;
  align-items:center;
  gap:14px;
  max-width:460px;
}

.single-product div.product form.cart .quantity input.qty{
  width:82px;
  height:54px;
  border-radius:14px;
  border:1px solid #ddd;
  font-size:18px;
  font-weight:800;
}

.single-product div.product form.cart .single_add_to_cart_button{
  height:54px;
  padding:0 32px !important;
  border-radius:14px !important;
  background:#111 !important;
  color:#fff !important;
  font-size:17px !important;
  font-weight:900 !important;
  box-shadow:0 12px 25px rgba(0,0,0,.18);
}

.single-product div.product form.cart .single_add_to_cart_button:hover{
  background:#c8a24a !important;
  color:#111 !important;
  transform:translateY(-2px);
}
/* Sepete ekle alanı sade premium */

.single-product div.product form.cart{
  background:transparent !important;
  border:none !important;
  padding:0 !important;
  max-width:none !important;
  margin:28px 0 26px !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}

.single-product div.product form.cart .quantity input.qty{
  width:76px !important;
  height:52px !important;
  border:1px solid #ddd !important;
  border-radius:14px !important;
  background:#fff !important;
  font-size:18px !important;
  font-weight:800 !important;
}

.single-product div.product form.cart .single_add_to_cart_button{
  height:52px !important;
  min-width:210px !important;
  padding:0 26px !important;
  border-radius:14px !important;
  background:#c8a24a !important;
  color:#111 !important;
  font-size:17px !important;
  font-weight:900 !important;
  box-shadow:0 12px 24px rgba(200,162,74,.28) !important;
}

.single-product div.product form.cart .single_add_to_cart_button:hover{
  background:#111 !important;
  color:#fff !important;
}
/* Sepete ekle sağa yasla */

.single-product div.product form.cart{
  justify-content:space-between !important;
}

.single-product div.product form.cart .quantity{
  margin-right:auto;
}
/* Zoom için overflow ve pozisyon fix */

.single-product .woocommerce-product-gallery{
  overflow:hidden;
}

.single-product .woocommerce-product-gallery__wrapper{
  position:relative;
}

.single-product .woocommerce-product-gallery__image img{
  width:100% !important;
  height:520px !important;
  object-fit:cover !important;
  cursor:zoom-in;
}
/* PREMIUM FOOTER */

.site-footer-pro{
  background:#101010;
  color:#cfcfcf;
  margin-top:70px;
}

.footer-main{
  padding:70px 0 42px;
  background:
    radial-gradient(circle at top left, rgba(200,162,74,.14), transparent 28%),
    linear-gradient(180deg,#151515,#0f0f0f);
}

.footer-pro-grid{
  display:grid;
  grid-template-columns:1.4fr .8fr .9fr 1fr 1.1fr;
  gap:38px;
  align-items:flex-start;
}

.footer-logo-row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
}

.footer-logo{
  width:54px;
  height:54px;
  border-radius:16px;
  background:linear-gradient(135deg,#c8a24a,#f3d486);
  color:#111;
  display:grid;
  place-items:center;
  font-size:26px;
  font-weight:900;
}

.footer-brand h3,
.footer-box h4,
.footer-newsletter h4{
  color:#fff;
  font-size:21px;
  margin-bottom:14px;
}

.footer-logo-row h3{
  margin:0;
}

.footer-logo-row p{
  color:#d7d7d7;
  margin:4px 0 0;
  font-size:14px;
}

.footer-desc{
  color:#bdbdbd;
  line-height:1.8;
  max-width:360px;
}

.footer-social{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.footer-social a{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#242424;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  transition:.25s;
}

.footer-social a:hover{
  background:#c8a24a;
  color:#111;
}

.footer-box ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-box li{
  margin-bottom:11px;
}

.footer-box a,
.footer-contact p,
.footer-newsletter p{
  color:#bdbdbd;
  font-size:15px;
}

.footer-box a:hover{
  color:#c8a24a;
}

.footer-offer-btn{
  display:inline-flex;
  margin-top:16px;
  background:#c8a24a;
  color:#111 !important;
  padding:12px 18px;
  border-radius:12px;
  font-weight:900;
}

.footer-newsletter form{
  margin-top:18px;
  display:grid;
  gap:12px;
}

.footer-newsletter input{
  height:48px;
  border:1px solid rgba(255,255,255,.12);
  background:#1e1e1e;
  color:#fff;
  border-radius:12px;
  padding:0 14px;
}

.footer-newsletter button{
  height:48px;
  border:0;
  border-radius:12px;
  background:#c8a24a;
  color:#111;
  font-weight:900;
  cursor:pointer;
}

.footer-bottom-pro{
  border-top:1px solid rgba(255,255,255,.08);
  padding:18px 0;
  background:#0d0d0d;
}

.footer-bottom-inner{
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#aaa;
  font-size:14px;
}

@media(max-width:1100px){
  .footer-pro-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .footer-pro-grid{
    grid-template-columns:1fr;
  }

  .footer-bottom-inner{
    flex-direction:column;
  }
}
/* İLETİŞİM SAYFASI */

.contact-hero{
  background:linear-gradient(135deg,#111,#262626);
  color:#fff;
  padding:70px 0;
}

.contact-hero span{
  display:inline-block;
  background:rgba(200,162,74,.18);
  color:#f3d486;
  padding:9px 14px;
  border-radius:999px;
  font-weight:900;
  margin-bottom:18px;
}

.contact-hero h1{
  font-size:clamp(36px,5vw,58px);
  line-height:1.08;
  max-width:820px;
  margin:0 0 16px;
}

.contact-hero p{
  color:#ddd;
  font-size:18px;
}

.contact-section{
  padding:60px 0;
  background:#fff;
}

.contact-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:34px;
  align-items:start;
}

.contact-info-card,
.contact-form-card{
  background:#fff;
  border:1px solid #eee;
  border-radius:24px;
  padding:34px;
  box-shadow:0 12px 35px rgba(0,0,0,.07);
}

.contact-info-card h2,
.contact-form-card h2{
  font-size:30px;
  margin-bottom:18px;
  color:#111;
}

.contact-form-card p{
  color:#666;
  margin-bottom:22px;
}

.contact-item{
  padding:18px 0;
  border-bottom:1px solid #eee;
}

.contact-item:last-child{
  border-bottom:none;
}

.contact-item strong{
  display:block;
  color:#c8a24a;
  margin-bottom:6px;
}

.contact-item p{
  color:#333;
  margin:0;
}

.contact-form-card form{
  display:grid;
  gap:14px;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea{
  width:100%;
  border:1px solid #ddd;
  border-radius:14px;
  padding:14px 16px;
  font-size:15px;
}

.contact-form-card textarea{
  min-height:140px;
  resize:vertical;
}

.contact-form-card button{
  height:52px;
  border:none;
  border-radius:14px;
  background:#c8a24a;
  color:#111;
  font-weight:900;
  font-size:16px;
  cursor:pointer;
}

.map-section{
  padding:0 0 70px;
  background:#fff;
}

.map-placeholder{
  height:340px;
  border-radius:24px;
  background:linear-gradient(135deg,#eee,#ddd);
  display:grid;
  place-items:center;
  color:#777;
  font-weight:900;
  box-shadow:0 12px 35px rgba(0,0,0,.06);
}

@media(max-width:900px){
  .contact-grid{
    grid-template-columns:1fr;
  }
}
/* HARİTA ALANI */

.map-section{
  padding:60px 0;
  background:#fff;
}

.map-wrapper{
  display:grid;
  grid-template-columns:0.8fr 1.2fr;
  gap:30px;
  align-items:stretch;
}

.map-info{
  background:#111;
  color:#fff;
  padding:30px;
  border-radius:20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.map-info h3{
  font-size:26px;
  margin-bottom:15px;
  color:#c8a24a;
}

.map-info p{
  line-height:1.6;
  margin-bottom:20px;
  color:#ddd;
}

.map-btn{
  display:inline-block;
  padding:12px 18px;
  background:#c8a24a;
  color:#111;
  font-weight:700;
  border-radius:10px;
  text-decoration:none;
}

.map-embed iframe{
  width:100%;
  height:100%;
  min-height:350px;
  border:0;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.1);
}

/* mobil */

@media(max-width:768px){
  .map-wrapper{
    grid-template-columns:1fr;
  }
}
.contact-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:center;
}

.contact-hero-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  padding:30px;
  box-shadow:0 25px 60px rgba(0,0,0,.22);
}

.contact-hero-card h3{
  color:#c8a24a;
  font-size:28px;
  margin-bottom:18px;
}

.contact-hero-card p{
  color:#fff;
  font-size:17px;
  margin-bottom:12px;
}

.contact-hero-card a{
  display:inline-flex;
  margin-top:12px;
  padding:12px 18px;
  background:#c8a24a;
  color:#111;
  border-radius:12px;
  font-weight:900;
}

@media(max-width:900px){
  .contact-hero-grid{
    grid-template-columns:1fr;
  }
}
/* HAKKIMIZDA SAYFASI */

.about-hero{
  background:linear-gradient(135deg,#111,#252525);
  color:#fff;
  padding:80px 0;
}

.about-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
  align-items:center;
}

.about-hero span{
  display:inline-block;
  background:rgba(200,162,74,.18);
  color:#f3d486;
  padding:9px 14px;
  border-radius:999px;
  font-weight:900;
  margin-bottom:18px;
}

.about-hero h1{
  font-size:clamp(38px,5vw,62px);
  line-height:1.08;
  max-width:850px;
  margin:0 0 18px;
}

.about-hero p{
  color:#ddd;
  font-size:18px;
  max-width:720px;
}

.about-hero-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  padding:30px;
  box-shadow:0 25px 60px rgba(0,0,0,.22);
}

.about-hero-card h3{
  color:#c8a24a;
  font-size:28px;
  margin-bottom:12px;
}

.about-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:24px;
}

.about-stats div{
  background:rgba(255,255,255,.08);
  border-radius:16px;
  padding:18px;
}

.about-stats strong{
  display:block;
  color:#fff;
  font-size:24px;
}

.about-stats span{
  color:#ccc;
  font-size:14px;
}

.about-content{
  padding:65px 0;
  background:#fff;
}

.about-content-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
}

.about-text-card{
  background:#fff;
  border:1px solid #eee;
  border-radius:24px;
  padding:34px;
  box-shadow:0 12px 35px rgba(0,0,0,.07);
}

.about-text-card h2{
  font-size:32px;
  color:#111;
  margin-bottom:16px;
}

.about-text-card p{
  color:#555;
  font-size:17px;
  line-height:1.8;
  margin-bottom:14px;
}

.gold-card{
  background:#faf8f2;
  border-color:#ead7a2;
}

.about-values{
  padding:65px 0;
  background:#faf8f2;
}

.about-values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.about-values-grid div{
  background:#fff;
  border:1px solid #eee;
  border-radius:22px;
  padding:26px;
  box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.about-values-grid strong{
  color:#c8a24a;
  font-size:28px;
  font-weight:900;
}

.about-values-grid h3{
  font-size:21px;
  margin:12px 0 8px;
  color:#111;
}

.about-values-grid p{
  color:#666;
}

@media(max-width:900px){
  .about-hero-grid,
  .about-content-grid{
    grid-template-columns:1fr;
  }

  .about-values-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .about-values-grid,
  .about-stats{
    grid-template-columns:1fr;
  }
}
/* İLGİLİ ÜRÜNLER KART DÜZELTME */

.single-product .related.products{
  clear:both;
  width:100%;
  margin-top:60px;
}

.single-product .related.products h2{
  font-size:30px;
  margin-bottom:24px;
  color:#111;
}

.single-product .related.products ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:28px !important;
}

.single-product .related.products ul.products li.product{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  float:none !important;
  clear:none !important;
  margin:0 !important;
  padding:20px !important;
  background:#fff !important;
  border:1px solid #eee !important;
  border-radius:20px !important;
  box-shadow:0 12px 35px rgba(0,0,0,.08) !important;
  display:flex !important;
  flex-direction:column !important;
}

.single-product .related.products ul.products li.product img{
  width:100% !important;
  height:240px !important;
  max-height:240px !important;
  object-fit:cover !important;
  border-radius:16px !important;
  margin:0 0 16px !important;
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__title{
  font-size:19px !important;
  line-height:1.3 !important;
  min-height:auto !important;
  margin:0 0 10px !important;
}

.single-product .related.products ul.products li.product .price{
  font-size:18px !important;
  font-weight:800 !important;
  color:#9a7831 !important;
}

@media(max-width:1100px){
  .single-product .related.products ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:700px){
  .single-product .related.products ul.products{
    grid-template-columns:1fr !important;
  }
}
/* İLGİLİ ÜRÜNLERİ ANA GRID DIŞINDA TAM GENİŞLİĞE AL */

.single-product div.product .related.products{
  grid-column:1 / -1 !important;
  width:100% !important;
  max-width:100% !important;
  clear:both !important;
  margin-top:60px !important;
}

.single-product div.product .related.products ul.products{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:28px !important;
  width:100% !important;
}

.single-product div.product .related.products ul.products li.product{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  float:none !important;
  clear:none !important;
  padding:20px !important;
}

.single-product div.product .related.products ul.products li.product img{
  width:100% !important;
  height:240px !important;
  object-fit:cover !important;
  border-radius:16px !important;
}

@media(max-width:900px){
  .single-product div.product .related.products ul.products{
    grid-template-columns:repeat(2, 1fr) !important;
  }
}

@media(max-width:600px){
  .single-product div.product .related.products ul.products{
    grid-template-columns:1fr !important;
  }
}
/* YORUMLAR FINAL TASARIM */

.single-product #tab-reviews{
  padding:34px !important;
}

.single-product #reviews{
  margin:0 !important;
}

.single-product #reviews #comments h2{
  font-size:24px !important;
  color:#111 !important;
  margin-bottom:20px !important;
}

.single-product .commentlist{
  list-style:none !important;
  padding:0 !important;
  margin:0 0 30px !important;
}

.single-product .commentlist li{
  background:#faf8f2 !important;
  border:1px solid #ead7a2 !important;
  border-radius:18px !important;
  padding:20px !important;
  margin-bottom:16px !important;
}

.single-product #review_form_wrapper{
  background:#fff !important;
  border:1px solid #eee !important;
  border-radius:20px !important;
  padding:26px !important;
  box-shadow:0 12px 35px rgba(0,0,0,.05) !important;
}

.single-product #reply-title{
  font-size:24px !important;
  font-weight:900 !important;
  color:#111 !important;
  margin-bottom:18px !important;
}

.single-product .comment-form-rating{
  margin:18px 0 !important;
}

.single-product .stars a{
  color:#c8a24a !important;
  font-size:22px !important;
}

.single-product #commentform label{
  font-weight:800 !important;
  color:#111 !important;
}

.single-product #commentform input,
.single-product #commentform textarea{
  width:100% !important;
  border:1px solid #ddd !important;
  border-radius:14px !important;
  padding:13px 15px !important;
}

.single-product #commentform textarea{
  min-height:140px !important;
}

.single-product #commentform .submit{
  background:#c8a24a !important;
  color:#111 !important;
  border-radius:14px !important;
  padding:13px 24px !important;
  font-weight:900 !important;
  width:auto !important;
}
/* ⭐ Ürün üstü yıldızlar */
.woocommerce .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.woocommerce .star-rating span::before {
    color: #c9a646 !important; /* GOLD */
}

/* ⭐ Yorum kartı */
.woocommerce #reviews .commentlist li {
    list-style: none;
    margin-bottom: 25px;
}

.woocommerce #reviews .comment_container {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
    position: relative;
}

/* Avatar */
.woocommerce #reviews .avatar {
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

/* İsim + tarih */
.woocommerce #reviews .meta {
    font-weight: 600;
    color: #222;
}

/* Yorum metni */
.woocommerce #reviews .description {
    margin-top: 10px;
    font-size: 15px;
    color: #444;
}

/* ⭐ yıldız sağ üst */
.woocommerce #reviews .star-rating {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* ✍️ Form alanı */
.woocommerce #review_form_wrapper {
    background: #f9f9f9;
    border-radius: 14px;
    padding: 25px;
    margin-top: 30px;
}

/* textarea */
.woocommerce #review_form textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 12px;
}

/* input */
.woocommerce #review_form input {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px;
}

/* ⭐ seçim yıldızları */
.woocommerce p.stars a {
    color: #c9a646 !important;
}

/* Buton */
.woocommerce #review_form button {
    background: #c9a646;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    border: none;
    font-weight: 600;
}

.woocommerce #review_form button:hover {
    background: #b89535;
}
/* HEADER MEGA MENU */

.mega-parent{
  position:relative;
}

.mega-trigger{
  display:flex;
  align-items:center;
  gap:6px;
}

.mega-menu{
  position:absolute;
  top:calc(100% - 2px); /* boşluğu kapatır, hover kopmaz */
  left:50%;
  transform:translateX(-50%); /* Y ekseni kaldırıldı */
  width:min(980px, calc(100vw - 40px));
  background:#fff;
  border:1px solid #eee;
  border-radius:24px;
  padding:22px;
  box-shadow:0 28px 70px rgba(0,0,0,.18);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;
  z-index:99999;
}
.mega-parent:hover .mega-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(8px);
}

.mega-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.mega-card{
  display:flex;
  gap:12px;
  align-items:center;
  padding:14px;
  border:1px solid #eee;
  border-radius:18px;
  background:#fafafa;
  transition:.2s;
}

.mega-card:hover{
  background:#fff8e6;
  border-color:#c8a24a;
  transform:translateY(-3px);
}

.mega-img{
  width:54px;
  height:54px;
  border-radius:14px;
  background:linear-gradient(135deg,#111,#333);
  color:#c8a24a;
  display:grid;
  place-items:center;
  font-weight:900;
  flex:0 0 54px;
}

.mega-card h4{
  font-size:16px;
  color:#111;
  margin:0 0 3px;
}

.mega-card p{
  font-size:13px;
  line-height:1.35;
  color:#666;
  margin:0;
}

.mega-all{
  background:#111;
}

.mega-all h4,
.mega-all p{
  color:#fff;
}

.mega-all .mega-img{
  background:#c8a24a;
  color:#111;
}

@media(max-width:900px){
  .mega-menu{
    display:none;
  }

  .nav-pro{
    flex-wrap:wrap;
  }
}
/* Mega menü hover köprüsü - kapanmayı engeller */

.mega-parent{
  position:relative;
  display:flex;
  align-items:center;
  height:100%;
  padding:0;
}
.mega-parent::after{
  content:"";
  position:absolute;
  left:-60px;
  right:-60px;
  top:100%;
  height:35px;
  background:transparent;
}

.mega-menu{
  top:calc(100% + 0px) !important;
  transform:translateX(-50%) !important;
}
.mega-trigger{
  display:flex;
  align-items:center;
  gap:6px;
  height:100%;
}
.mega-parent:hover .mega-menu,
.mega-menu:hover{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}
.mega-img{
  width:74px !important;
  height:74px !important;
  border-radius:16px !important;
  overflow:hidden !important;
  background:#eee !important;
  flex:0 0 74px !important;
}

.mega-img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.home-advantages{
  padding:64px 0;
  background:#faf8f2;
}

.advantages-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.advantage-card{
  background:#fff;
  border:1px solid #eee;
  border-radius:22px;
  padding:26px;
  box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.advantage-card strong{
  color:#c8a24a;
  font-size:28px;
  font-weight:900;
}

.advantage-card h3{
  font-size:20px;
  margin:12px 0 8px;
  color:#111;
}

.advantage-card p{
  color:#666;
}

.home-campaign-banner{
  padding:64px 0;
  background:#fff;
}

.campaign-box{
  background:linear-gradient(135deg,#111,#252525);
  color:#fff;
  border-radius:28px;
  padding:42px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  box-shadow:0 20px 55px rgba(0,0,0,.18);
}

.campaign-box span{
  color:#c8a24a;
  font-weight:900;
}

.campaign-box h2{
  font-size:34px;
  line-height:1.15;
  margin:10px 0;
  max-width:740px;
}

.campaign-box p{
  color:#ddd;
}

.campaign-box a{
  background:#c8a24a;
  color:#111;
  padding:14px 22px;
  border-radius:14px;
  font-weight:900;
  white-space:nowrap;
}

@media(max-width:900px){
  .advantages-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .campaign-box{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:600px){
  .advantages-grid{
    grid-template-columns:1fr;
  }
}
/* SOSYAL PAYLAŞIM */
.salkim-share{
  margin-top:20px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  font-size:14px;
}

.salkim-share span{
  font-weight:600;
  color:#555;
  margin-right:6px;
}

/* Butonlar */
.salkim-share a,
.salkim-share .copy{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:10px;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  border:none;
  cursor:pointer;
  transition:all .25s ease;
}

/* Renkler */
.salkim-share .wa{
  background:#25D366;
  color:#fff;
}

.salkim-share .fb{
  background:#1877f2;
  color:#fff;
}

.salkim-share .tw{
  background:#000;
  color:#fff;
}

.salkim-share .ln{
  background:#0a66c2;
  color:#fff;
}

.salkim-share .copy{
  background:#eee;
  color:#333;
}

/* Hover efekti */
.salkim-share a:hover,
.salkim-share .copy:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,0.12);
}
.salkim-share .ig{
  background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
  color:#fff;
}
/* Premium sosyal paylaşım */

.salkim-share{
  margin:18px 0 14px;
  padding:14px 16px;
  background:#faf8f2;
  border:1px solid #ead7a2;
  border-radius:16px;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.salkim-share span{
  font-size:14px;
  font-weight:900;
  color:#111;
  margin-right:8px;
}

.salkim-share a,
.salkim-share .copy{
  width:38px;
  height:38px;
  padding:0 !important;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:0 !important;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:none !important;
}

.salkim-share .wa::before{content:"W";}
.salkim-share .fb::before{content:"f";}
.salkim-share .tw::before{content:"X";}
.salkim-share .ig::before{content:"◎";}
.salkim-share .copy::before{content:"🔗";}

.salkim-share a::before,
.salkim-share .copy::before{
  font-size:15px;
  font-weight:900;
}

.salkim-share .wa{background:#25D366;color:#fff;}
.salkim-share .fb{background:#1877f2;color:#fff;}
.salkim-share .tw{background:#111;color:#fff;}
.salkim-share .ig{background:linear-gradient(45deg,#f09433,#dc2743,#bc1888);color:#fff;}
.salkim-share .copy{background:#fff;color:#111;}

.salkim-share a:hover,
.salkim-share .copy:hover{
  transform:translateY(-2px);
}
/* Sosyal paylaşımı sade premium satıra çevir */

.salkim-share{
  margin:16px 0 18px !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  flex-wrap:wrap !important;
}

.salkim-share span{
  font-size:14px !important;
  font-weight:900 !important;
  color:#111 !important;
  margin-right:4px !important;
}

.salkim-share a,
.salkim-share .copy{
  width:34px !important;
  height:34px !important;
  border-radius:50% !important;
}

.salkim-share a::before,
.salkim-share .copy::before{
  font-size:14px !important;
}
.custom-logo{
  height:42px;
  width:auto;
}

.brand-pro{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand-logo-img{
  height:58px;
  width:auto;
  display:block;
}

.brand-pro{
  display:flex;
  align-items:center;
}
.brand-logo-img{
  height:60px;
  width:auto;
  display:block;
  background:none;
  padding:0;
}
.brand-pro{
  background:none;
}
/*
Theme Name: Salkım Theme
Theme URI: https://salkimmatbaa.com
Author: Salkım Matbaa
Author URI: https://salkimmatbaa.com
Description: Profesyonel WooCommerce Matbaa Teması
Version: 1.0
License: GPL v2 or later
Text Domain: salkim-theme
*/