.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-section {
  --vp: 72px;
  width: 100%;
  padding: var(--vp) 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-section[data-padding="compact"] { --vp: 40px; }
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-section[data-padding="normal"] { --vp: 72px; }
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-section[data-padding="spacious"] { --vp: 100px; }
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-section[data-padding="extra"] { --vp: 140px; }

.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 clamp(40px, 8vw, 120px);
}

.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-split {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  align-items: stretch;
}

/* ── Ortak başlık öğeleri ── */
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-rule {
  display: block;
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #9E6240, #E2B488, #9E6240);
  margin: 9px 0 11px;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-sub {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--gust-sub, #B7AC9F);
  max-width: 38ch;
}

/* ── SOL: Ayaklı vitrin ── */
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-left {
  display: flex;
  flex-direction: column;
  padding-right: 6px;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-left-photo {
  flex: 1;
  min-height: 380px;
  border-radius: 18px;
  overflow: hidden;
  background: radial-gradient(circle, rgba(198, 143, 97, 0.16), transparent 60%), #1C1916;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-left-photo:hover .gust-left-img { transform: scale(1.05); }
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-left-ph {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(198, 143, 97, 0.16), transparent 60%), #1C1916;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-keshfet {
  align-self: flex-start;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 999px;
  text-decoration: none;
  transition: filter 0.2s, transform 0.2s;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-keshfet:hover { filter: brightness(1.08); transform: translateY(-1px); }

/* ── AYRAÇ: dikey bakır çizgi + ok çipi ── */
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-divider-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, #2A2520 18%, #9E6240 50%, #2A2520 82%, transparent);
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-divider-chip {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1C1916;
  border: 1px solid #2A2520;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
}

/* ── SAĞ: El vantilatör ürünleri ── */
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-right {
  display: flex;
  flex-direction: column;
  padding-left: 6px;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-products {
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex: 1;
}

/* ── Ürün kartı (GustProductCard stilleri burada) ── */
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard {
  display: flex;
  gap: 14px;
  background: var(--gust-card-bg, #1C1916);
  border: 1px solid var(--gust-card-border, #2A2520);
  border-radius: 16px;
  padding: 13px;
  transition: border-color 0.25s;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard:hover { border-color: var(--gust-hot, #9E6240); }
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-main {
  display: block;
  width: 104px;
  height: 104px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  background: radial-gradient(circle, rgba(198, 143, 97, 0.16), transparent 60%), #1C1916;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-main:hover .gust-pcard-main-img { transform: scale(1.05); }
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-ph {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(198, 143, 97, 0.16), transparent 60%), #1C1916;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  margin-bottom: auto;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-foot { margin-top: 12px; }
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-vthumbs {
  display: flex;
  gap: 7px;
  margin-bottom: 11px;
  flex-wrap: wrap;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-vthumb {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--gust-card-border, #2A2520);
  background: var(--gust-card-bg, #1C1916);
  cursor: pointer;
  transition: border-color 0.2s;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-vthumb:hover { border-color: var(--gust-hot, #9E6240); }
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-vthumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-vthumb-ph {
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(198, 143, 97, 0.2), transparent 65%), #2A2520;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--gust-cta-text, #B7AC9F);
  padding: 9px 18px;
  border: 1px solid var(--gust-card-border, #2A2520);
  border-radius: 999px;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-cta:hover { color: #F3ECE3; border-color: var(--gust-hot, #9E6240); }
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-cta-arrow { font-size: 13px; line-height: 1; }

/* Sepete Ekle — outline pill; tıklanınca CartDrawer (sağ mini sepet) açılır.
   Renk inline gelir (accentColor); border rengi de inline ezilir. */
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-add {
  margin-top: 12px;
  width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--gust-card-border, #2A2520);
  background: transparent;
  color: var(--gust-cta-text, #B7AC9F);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-add:hover:not(:disabled) {
  background: color-mix(in srgb, currentColor 12%, transparent);
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard-add:disabled { opacity: 0.5; cursor: default; }

/* ── TÜMÜNÜ GÖR ── */
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-viewall-wrap {
  text-align: center;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #2A2520;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-viewall {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 13px 30px;
  border: 1.5px solid;
  border-radius: 999px;
  background: transparent;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-viewall:hover { background: rgba(198, 143, 97, 0.1); transform: translateY(-1px); }
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-cta-arrow { font-size: 15px; line-height: 1; }

.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-empty {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #7C7166;
}

@media (max-width: 900px) {
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-section { overflow-x: clip; }
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-split { grid-template-columns: 1fr; gap: 28px; }
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-split > * { min-width: 0; }
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-divider { display: none; }
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-inner { padding: 0 20px; }
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-left { padding-right: 0; }
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-right { padding-left: 0; }
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-left-photo { min-height: 300px; }

  /* Ürünler mobilde alt alta değil — parmakla kaydırılan yatay şerit */
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-products {
    flex-direction: row;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 14px;
    scrollbar-width: none;
    min-width: 0;
    max-width: 100%;
  }
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-products::-webkit-scrollbar { display: none; }
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard {
    flex: 0 0 min(300px, 82vw);
    scroll-snap-align: start;
  }

  /* Studio mobil anahtarları */
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-section[data-m-eyebrow="hide"] .gust-eyebrow { display: none; }
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-section[data-m-eyebrow="hide"] .gust-rule { display: none; }
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-section[data-m-desc="hide"] .gust-sub { display: none; }

  /* Varyant thumb dokunma alanı (30px → 40px) */
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-vthumb { width: 40px; height: 40px; }

}

/* ── Ember kart-altı ışık: bakır under-glow (kullanıcı listesi, 2026-07-08) ── */
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard {
  box-shadow:
    0 26px 60px -12px rgba(198, 143, 97, 0.55),
    0 10px 22px -10px rgba(0, 0, 0, 0.6);
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard:hover {
  box-shadow:
    0 32px 74px -12px rgba(198, 143, 97, 0.72),
    0 12px 26px -10px rgba(0, 0, 0, 0.65);
}
.cc_Z0fv8wUkj4_kOAAUDDcrT .gust-left-photo {
  box-shadow:
    0 26px 60px -12px rgba(198, 143, 97, 0.55),
    0 10px 22px -10px rgba(0, 0, 0, 0.6);
}

/* Ağır bakır under-glow mobil GPU'yu yoruyor — sade gölge (cascade: en sonda kalmalı) */
@media (max-width: 900px) {
  .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard, .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-pcard:hover, .cc_Z0fv8wUkj4_kOAAUDDcrT .gust-left-photo {
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.5);
  }
}
