/* LEZZET10DA — Ürün detay (#lz10p)
   Global #lz10p * reset YOK — helper / Bootstrap / Glasscase / Slick kendi stillerini kullanır.
   Ağırlık: .pdp-* sınıfları; eski class’lara yalnızca minimal dokunuş. */

/* --- Wrapper --- */
#lz10p {
  width: 100%;
  background: var(--panel-pdp-bg, #FFFFFF);
  position: relative;
  color: #4a4640;
  -webkit-font-smoothing: antialiased;
  font-family: var(--panel-pdp-font, "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif);
}

/* --- Shell & breadcrumb --- */
#lz10p .pdp-sh {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

#lz10p .pdp-crumb-w {
  background: #f5f3ee;
  border-bottom: 1px solid #ebe8e1;
  padding: 14px 0;
}

#lz10p .pdp-crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #8a857c;
  line-height: 1.5;
}

#lz10p .pdp-crumb a {
  color: #8a857c;
  text-decoration: none;
  transition: color 0.2s;
}

#lz10p .pdp-crumb a:hover {
  color: #4a6b2a;
}

#lz10p .pdp-crumb-sep {
  display: inline-block;
  margin: 0 8px;
  color: #d4d0c8;
  font-size: 12px;
}

#lz10p .pdp-crumb-cur {
  color: #1a1a1a;
  font-weight: 500;
}

/* Breadcrumb helper ikonlarını gizle (metin yolu yeterli) */
#lz10p .pdp-crumb i,
#lz10p .pdp-crumb .fa,
#lz10p .pdp-crumb [class*="fa-"],
#lz10p .pdp-crumb [class*="ion-"] {
  display: none;
}

/* --- Hero --- */
#lz10p .pdp-hero-w {
  padding: 48px 0;
  background: #fff;
}

#lz10p .pdp-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

#lz10p .pdp-media {
  position: relative;
  min-width: 0;
}

#lz10p .pdp-img-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: #4a6b2a;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

/* ─── Galeri v2 (Elementor) — Glasscase yok ─── */
#lz10p .pdp-gallery-v2 {
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-img-main {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #f5f3ee;
  aspect-ratio: 1 / 1;
}

#lz10p .pdp-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#lz10p .pdp-img-main:hover img {
  transform: scale(1.03);
}

#lz10p .pdp-zoom-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background 0.2s, transform 0.2s;
}

#lz10p .pdp-zoom-btn:hover {
  background: #fff;
  transform: scale(1.05);
}

#lz10p .pdp-img-main .pdp-img-badge {
  left: 16px;
  top: 16px;
}

#lz10p .pdp-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

#lz10p .pdp-thumb {
  width: 76px;
  height: 76px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f3ee;
  cursor: pointer;
  transition: border-color 0.2s;
  flex-shrink: 0;
}

#lz10p .pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#lz10p .pdp-thumb.act,
#lz10p .pdp-thumb:hover {
  border-color: #4a6b2a;
}

#lz10p .pdp-zoom-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  padding: 24px;
}

#lz10p .pdp-zoom-modal.is-open {
  display: flex;
}

#lz10p .pdp-zoom-modal-img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  cursor: zoom-in;
}

#lz10p .pdp-zoom-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  padding: 8px;
}

/* Chip (spot özeti) */
#lz10p .pdp-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(74, 107, 42, 0.06);
  color: #4a6b2a;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 8px;
  margin-bottom: 20px;
  line-height: 1.3;
  max-width: 100%;
}

#lz10p .pdp-chip svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Fiyat alanı — helper HTML → Elementor görünümü */
#lz10p .pdp-prices.pdp-prices-wrap {
  margin-bottom: 16px;
}

#lz10p .pdp-prices .urun-detay-sag-alan-fiyatlar {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-bottom: 6px;
  border: none;
  background: transparent;
  padding: 0;
}

#lz10p .pdp-prices .urun-detay-sag-alan-fiyat-sol {
  font-size: 13px;
  font-weight: 500;
  color: #8a857c;
}

#lz10p .pdp-prices .urun-detay-sag-alan-fiyat-sag[style*="line-through"] {
  font-size: 16px;
  color: #8a857c;
  text-decoration: line-through;
}

#lz10p .pdp-prices .urun-detay-sag-alan-fiyatlar:has(.mobil-div-bildirim) .urun-detay-sag-alan-fiyat-sag {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

#lz10p .pdp-prices .urun-detay-sag-alan-fiyatlar:has(#item-price):not(:has(.mobil-div-bildirim)) .urun-detay-sag-alan-fiyat-sag {
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  line-height: 1.1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

#lz10p .pdp-prices .kazanc-mobil-div,
#lz10p .pdp-prices .btn-danger.kazanc-mobil-div {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #c14b3e;
  border: none;
  border-radius: 4px;
  padding: 4px 10px;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
}

#lz10p .pdp-prices .mobil-div-bildirim,
#lz10p .pdp-prices .btn-light.mobil-div-bildirim {
  font-size: 12px;
  color: #4a4640;
  background: #f5f3ee;
  border: none;
  border-radius: 6px;
  padding: 6px 10px;
}

#lz10p .pdp-prices .ribbon3 {
  font-size: 12px;
  font-weight: 600;
  color: #4a6b2a;
  background: rgba(74, 107, 42, 0.08);
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: inline-block;
}

/* Sepet satırı → Elementor .pdp-actions */
#lz10p .pdp-cart-wrap .urun-detay-sag-alan-sepet {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: stretch;
  margin: 18px 0 12px;
}

#lz10p .pdp-cart-wrap .urun-detay-sag-alan-sepet-box {
  display: flex;
  align-items: stretch;
}

#lz10p .pdp-cart-wrap .urun-detay-sag-alan-sepet-box:first-child {
  flex: 0 0 auto;
}

#lz10p .pdp-cart-wrap .urun-detay-sag-alan-sepet-box:last-child {
  flex: 1;
  min-width: 0;
}

/* Adet: theme style.css float/transform ile çakışmasın (quantity-button translateX(-100%)) */
#lz10p .pdp-cart-wrap .quantity {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1.5px solid #ebe8e1;
  border-radius: 10px;
  overflow: hidden;
  min-height: 50px;
  background: #fff;
  position: relative;
}

#lz10p .pdp-cart-wrap .quantity input[type="number"] {
  float: none;
  width: auto;
  min-width: 56px;
  max-width: 88px;
  flex: 1 1 auto;
  min-height: 48px;
  height: auto;
  line-height: 1.2;
  padding: 0 10px;
  margin: 0;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  -moz-appearance: textfield;
  box-sizing: border-box;
}

#lz10p .pdp-cart-wrap .quantity input::-webkit-outer-spin-button,
#lz10p .pdp-cart-wrap .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#lz10p .pdp-cart-wrap .quantity-nav {
  float: none;
  position: static;
  display: flex;
  flex-direction: column;
  flex: 0 0 40px;
  width: 40px;
  min-width: 40px;
  height: auto;
  align-self: stretch;
  border-left: 1px solid #ebe8e1;
}

#lz10p .pdp-cart-wrap .quantity-button {
  float: none;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: none;
  width: 100%;
  flex: 1 1 50%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f3ee;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  color: #4a4640;
  line-height: 1;
  transition: background 0.2s ease;
}

#lz10p .pdp-cart-wrap .quantity-button.quantity-up,
#lz10p .pdp-cart-wrap .quantity-button.quantity-down {
  position: relative;
  height: auto;
}

#lz10p .pdp-cart-wrap .quantity-button + .quantity-button {
  border-top: 1px solid #ebe8e1;
}

#lz10p .pdp-cart-wrap .quantity-button:hover {
  background: #ebe8e1;
}

#lz10p .pdp-cart-wrap .quantity-button i {
  pointer-events: none;
  line-height: 1;
}

#lz10p .pdp-cart-wrap .button-red,
#lz10p .pdp-cart-wrap button[name="addtocart"] {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0 20px;
  box-shadow: none;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-cart-wrap .button-red:hover,
#lz10p .pdp-cart-wrap button[name="addtocart"]:hover {
  box-shadow: 0 4px 16px rgba(74, 107, 42, 0.25);
}

@media (max-width: 767px) {
  #lz10p .pdp-cart-wrap .urun-detay-sag-alan-sepet {
    flex-direction: column;
  }

  #lz10p .pdp-cart-wrap .quantity {
    width: 100%;
    justify-content: center;
  }

  #lz10p .pdp-prices .urun-detay-sag-alan-fiyatlar:has(#item-price):not(:has(.mobil-div-bildirim)) .urun-detay-sag-alan-fiyat-sag {
    font-size: 28px;
  }

  #lz10p .pdp-thumb {
    width: 60px;
    height: 60px;
  }

  #lz10p .pdp-img-main {
    border-radius: 10px;
  }
}

#lz10p .pdp-buy {
  position: sticky;
  top: 90px;
  min-width: 0;
}

#lz10p .pdp-brand {
  display: inline-block;
  margin-bottom: 12px;
}

#lz10p .pdp-brand img {
  height: 22px;
  width: auto;
  opacity: 0.7;
  vertical-align: middle;
}

#lz10p .pdp-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

#lz10p .pdp-cat {
  margin-bottom: 14px;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-cat a {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #4a6b2a;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(74, 107, 42, 0.2);
  padding: 4px 12px;
  border-radius: 50px;
  transition: background 0.2s;
}

#lz10p .pdp-cat a:hover {
  background: rgba(74, 107, 42, 0.06);
}

#lz10p .pdp-cat i,
#lz10p .pdp-cat .fa,
#lz10p .pdp-cat [class*="fa-"],
#lz10p .pdp-cat [class*="ion-"] {
  display: none;
}

#lz10p .pdp-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-stars {
  display: flex;
  gap: 2px;
  color: var(--panel-pdp-star, #C8A84E);
}

#lz10p .pdp-stars svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

#lz10p .pdp-stars svg.pdp-stars-empty {
  color: #d4d0c8;
}

#lz10p .pdp-rating-txt {
  font-size: 13px;
  color: #8a857c;
}

#lz10p .pdp-spot {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #4a4640;
  line-height: 1.6;
  margin: 0 0 14px;
}

#lz10p .pdp-hr {
  border: 0;
  height: 1px;
  background: #ebe8e1;
  margin: 0 0 20px;
}

/* --- Fiyat alanı: sarmalayıcı + çok hafif helper uyumu --- */
#lz10p .pdp-prices-wrap {
  margin-bottom: 12px;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-prices-wrap .urun-detay-havale-fiyat-main {
  border-radius: 10px;
  margin-top: 14px;
}

/* --- EFT kutusu (şablon içi) --- */
#lz10p .pdp-eft {
  background: #f5f3ee;
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 16px;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-eft-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 3px;
}

#lz10p .pdp-eft-label {
  font-size: 13px;
  font-weight: 500;
  color: #4a4640;
}

#lz10p .pdp-eft-price {
  font-size: 17px;
  font-weight: 700;
  color: #4a6b2a;
}

#lz10p .pdp-eft-note {
  font-size: 12px;
  color: #8a857c;
  display: block;
}

/* --- Stok --- */
#lz10p .pdp-stock {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #4a4640;
  margin-bottom: 18px;
}

#lz10p .pdp-stock strong {
  font-weight: 600;
  color: #4a6b2a;
}

#lz10p .pdp-stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4a6b2a;
  flex-shrink: 0;
}

#lz10p .pdp-stock-code {
  margin-left: auto;
  color: #8a857c;
  font-size: 12px;
}

/* --- Sepet: wrapper; form/layout helper’da --- */
#lz10p .pdp-cart-wrap {
  margin-bottom: 12px;
}

/* Sepete ekle — renk (detay yukarıdaki .pdp-actions bloğunda) */
#lz10p .pdp-cart-wrap .button-red,
#lz10p .pdp-cart-wrap [class*="button-red"],
#lz10p .pdp-cart-wrap button[name="addtocart"],
#lz10p .pdp-cart-wrap input[name="addtocart"] {
  background-color: var(--panel-pdp-cart-btn, #4A6B2A);
  color: #fff;
  border-color: var(--panel-pdp-cart-btn, #4A6B2A);
  border-radius: 10px;
}

#lz10p .pdp-cart-wrap .button-red:hover,
#lz10p .pdp-cart-wrap [class*="button-red"]:hover,
#lz10p .pdp-cart-wrap button[name="addtocart"]:hover {
  background-color: var(--panel-pdp-cart-btn, #4A6B2A);
  border-color: var(--panel-pdp-cart-btn, #4A6B2A);
  color: #fff;
}

/* --- İkincil aksiyonlar --- */
#lz10p .pdp-sec {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-sec-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #4a4640;
  text-decoration: none;
  border: 1.5px solid #ebe8e1;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  line-height: 1.3;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

#lz10p .pdp-sec-btn:hover {
  border-color: #4a6b2a;
  color: #4a6b2a;
  background: rgba(74, 107, 42, 0.06);
}

#lz10p .pdp-sec-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

#lz10p .pdp-sec-btn--active {
  background-color: var(--panel-pdp-comment-oval, #F5F3EE);
  color: #fff;
  border-color: var(--panel-pdp-comment-oval, #F5F3EE);
}

#lz10p .pdp-sec-btn--active:hover {
  color: #fff;
  border-color: var(--panel-pdp-comment-oval, #F5F3EE);
  background-color: var(--panel-pdp-comment-oval, #F5F3EE);
}

/* --- Güven --- */
#lz10p .pdp-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--panel-pdp-info-border, #EBE8E1);
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-trust-i {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #4a4640;
  line-height: 1.4;
}

#lz10p .pdp-trust-i svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: #4a6b2a;
  margin-top: 1px;
}

/* --- Faydalar (ileride kullanım için; şablonda opsiyonel) --- */
#lz10p .pdp-ben-w {
  background: #f5f3ee;
  padding: 48px 0;
  border-top: 1px solid #ebe8e1;
}

#lz10p .pdp-ben-hd {
  text-align: center;
  margin-bottom: 36px;
}

#lz10p .pdp-ben-lab {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #4a6b2a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-ben-t {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}

#lz10p .pdp-ben-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#lz10p .pdp-ben-card {
  background: #fff;
  padding: 24px 20px;
  border-radius: 12px;
  border: 1px solid #ebe8e1;
  transition: box-shadow 0.3s, border-color 0.3s;
}

#lz10p .pdp-ben-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  border-color: #d4d0c8;
}

#lz10p .pdp-ben-num {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 700;
  color: #ebe8e1;
  line-height: 1;
  margin-bottom: 14px;
}

#lz10p .pdp-ben-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0 0 8px;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-ben-desc {
  font-size: 13px;
  color: #4a4640;
  line-height: 1.55;
  font-family: "DM Sans", sans-serif;
}

/* --- Sekmeler --- */
#lz10p .pdp-tabs-w {
  padding: 48px 0;
  background: #fff;
}

#lz10p .pdp-tab-bar {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #ebe8e1;
  margin-bottom: 30px;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-tab-btn {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #8a857c;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
}

#lz10p .pdp-tab-btn:hover {
  color: #4a4640;
}

#lz10p .pdp-tab-btn.act {
  color: var(--panel-pdp-tab-text, #FFFFFF);
  border-bottom-color: var(--panel-pdp-tab-active, #4A6B2A);
  background: var(--panel-pdp-tab-active, #4A6B2A);
}

#lz10p .pdp-tabs-w .pdp-panel {
  display: none;
}

#lz10p .pdp-tabs-w .pdp-panel.act {
  display: block;
}

#lz10p .pdp-desc {
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-desc p {
  font-size: 15px;
  color: #4a4640;
  line-height: 1.75;
  margin: 0 0 14px;
}

#lz10p .pdp-desc p:last-child {
  margin-bottom: 0;
}

#lz10p .pdp-desc strong {
  font-weight: 600;
  color: #1a1a1a;
}

#lz10p .pdp-desc em {
  font-style: italic;
  color: #4a6b2a;
}

/* Özellik tablosu (Elementor) */
#lz10p .pdp-specs {
  max-width: 580px;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-spec {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f5f3ee;
  gap: 16px;
  align-items: flex-start;
}

#lz10p .pdp-spec:last-child {
  border-bottom: none;
}

#lz10p .pdp-spec-l {
  width: 130px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  color: #8a857c;
}

#lz10p .pdp-spec-v {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}

/* Yorum kartı (Elementor .pdp-rev) */
#lz10p .pdp-rev {
  background: #fdfcf9;
  padding: 24px 26px;
  border-radius: 12px;
  border: 1px solid #ebe8e1;
  max-width: 620px;
  margin-bottom: 12px;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-rev-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

#lz10p .pdp-rev-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #4a6b2a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#lz10p .pdp-rev-meta {
  flex: 1;
  min-width: 0;
}

#lz10p .pdp-rev-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

#lz10p .pdp-rev-date {
  display: block;
  font-size: 12px;
  color: #8a857c;
}

#lz10p .pdp-rev-stars {
  display: flex;
  gap: 2px;
  color: #c17f24;
  flex-shrink: 0;
}

#lz10p .pdp-rev-stars svg.pdp-rev-star-empty {
  color: #d4d0c8;
}

#lz10p .pdp-rev-h {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 6px;
}

#lz10p .pdp-rev-body {
  font-size: 14px;
  color: #4a4640;
  line-height: 1.6;
  margin: 0;
}

/* Masaüstünde akordeon başlığı gizli */
#lz10p .pdp-acc-hd {
  display: none;
}

#lz10p .pdp-acc-chev {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  fill: none;
  stroke: #d4d0c8;
  transition: transform 0.3s, stroke 0.2s;
}

/* --- Benzer ürünler bölüm başlığı (şablondaki h2 kullanılır) --- */
#lz10p .pdp-rel-w {
  background: #f5f3ee;
  padding: 48px 0;
  border-top: 1px solid #ebe8e1;
}

#lz10p .pdp-rel-hd {
  text-align: center;
  margin-bottom: 30px;
}

#lz10p .pdp-rel-lab {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #4a6b2a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
}

#lz10p .pdp-rel-t {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}

/* Helper’daki çift başlığı kapat */
#lz10p .urun-detay-benzer-urunler-main-div-head {
  display: none;
}

/* Benzer slider kabı — shell hizası; .SlickCarousel iç yapısına dokunulmaz */
#lz10p .pdp-rel-w .urun-detay-benzer-urunler-main-div {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* Kartlara hafif çerçeve (Slick slide’ları bozmaz) */
#lz10p .pdp-rel-w .urun-detay-benzer-urun-box {
  background: #fff;
  border: 1px solid #ebe8e1;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}

#lz10p .pdp-rel-w .urun-detay-benzer-urun-box:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}

#lz10p .pdp-rel-w .urun-detay-benzer-urun-box-text-h a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
}

#lz10p .pdp-rel-w .urun-detay-benzer-urun-box-text-h a:hover {
  color: #4a6b2a;
}

#lz10p .pdp-rel-w .urun-detay-benzer-urun-box-overlay .btn {
  background-color: #4a6b2a;
  color: #fff;
  border-color: #4a6b2a;
  border-radius: 8px;
}

#lz10p .pdp-rel-w .urun-detay-benzer-urun-box-overlay .btn:hover {
  background-color: #3b5621;
  border-color: #3b5621;
  color: #fff;
}

/* --- Tablet --- */
@media (max-width: 1023px) {
  #lz10p .pdp-sh {
    padding-left: 24px;
    padding-right: 24px;
  }

  #lz10p .pdp-hero {
    gap: 28px;
  }

  #lz10p .pdp-title {
    font-size: 28px;
  }

  #lz10p .pdp-ben-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  #lz10p .pdp-ben-t {
    font-size: 26px;
  }

  #lz10p .pdp-rel-w .urun-detay-benzer-urunler-main-div {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* --- Mobil (lz10-product-detail.js < 768 ile uyumlu) --- */
@media (max-width: 767px) {
  #lz10p .pdp-sh {
    padding-left: 20px;
    padding-right: 20px;
  }

  #lz10p .pdp-hero-w {
    padding: 24px 0 28px;
  }

  #lz10p .pdp-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #lz10p .pdp-buy {
    position: static;
  }

  #lz10p .pdp-title {
    font-size: 24px;
  }

  #lz10p .pdp-trust {
    grid-template-columns: 1fr;
  }

  #lz10p .pdp-stock-code {
    margin-left: 0;
  }

  #lz10p .pdp-ben-w {
    padding: 28px 0;
  }

  #lz10p .pdp-ben-t {
    font-size: 22px;
  }

  #lz10p .pdp-ben-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #lz10p .pdp-tabs-w {
    padding: 0 0 28px;
  }

  #lz10p .pdp-tab-bar {
    display: none;
  }

  #lz10p .pdp-tabs-w .pdp-panel {
    display: block;
    border-bottom: 1px solid #ebe8e1;
  }

  #lz10p .pdp-acc-hd {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
  }

  #lz10p .pdp-acc-hd span {
    flex: 1;
  }

  #lz10p .pdp-tab-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #lz10p .pdp-panel.m-on .pdp-tab-body {
    max-height: 1200px;
    padding-bottom: 18px;
  }

  #lz10p .pdp-panel.m-on .pdp-acc-chev {
    transform: rotate(180deg);
    stroke: var(--panel-pdp-tab-active, #4A6B2A);
  }

  #lz10p .pdp-rel-w {
    padding: 28px 0;
  }

  #lz10p .pdp-rel-t {
    font-size: 20px;
  }

  #lz10p .pdp-rel-w .urun-detay-benzer-urunler-main-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  #lz10p .pdp-spec {
    flex-direction: column;
    gap: 4px;
  }

  #lz10p .pdp-spec-l {
    width: auto;
  }
}

@media (min-width: 1440px) {
  #lz10p .pdp-sh {
    padding-left: 0;
    padding-right: 0;
  }

  #lz10p .pdp-rel-w .urun-detay-benzer-urunler-main-div {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #lz10p .pdp-tab-btn,
  #lz10p .pdp-sec-btn,
  #lz10p .pdp-ben-card,
  #lz10p .pdp-acc-chev,
  #lz10p .pdp-tab-body,
  #lz10p .pdp-rel-w .urun-detay-benzer-urun-box {
    transition-duration: 0.01ms;
  }
}

#lz10p .pdp-acc-hd[aria-expanded="true"] {
  border-color: var(--panel-pdp-tab-active, #4A6B2A);
}

#lz10p .pdp-review-btn {
  background: var(--panel-pdp-review-btn, #4A6B2A);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

#lz10p .pdp-review-note {
  font-size: 12px;
  color: #8A857C;
  margin-bottom: 12px;
}
