.btq-product-theme-v6939{
  --btq39-card-bg:#fffaf6;
  --btq39-line:#eee2d8;
  --btq39-muted:#7e756d;
}

/* Favori butonu üst alanda tam satıra kontrolsüz yayılmasın */
.btq-product-theme-v6939 .btq-title-price-v6937>.btq-detail-fav-v6920{
  grid-column:1 / -1;
  justify-self:start;
  width:auto;
  max-width:max-content;
  min-width:0;
  margin-top:-4px;
  padding:0 14px;
  border-radius:999px;
}
.btq-product-theme-v6939 .btq-detail-fav-v6920 b{white-space:nowrap}

/* Renk swatch alanı daha stabil ve okunur olsun */
.btq-product-theme-v6939 .btq-color-options{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.btq-product-theme-v6939 .btq-color-choice{
  position:relative;
  flex:0 0 34px;
  width:34px;
  height:34px;
  min-width:34px!important;
  min-height:34px!important;
  border:1px solid #ddd2c8!important;
  box-shadow:none!important;
}
.btq-product-theme-v6939 .btq-color-choice i{
  width:22px;
  height:22px;
  border:1px solid rgba(0,0,0,.08);
}
.btq-product-theme-v6939 .btq-color-choice.is-active{
  border-color:#ff6418!important;
  box-shadow:0 0 0 3px rgba(255,100,24,.12)!important;
}
.btq-product-theme-v6939 .btq-color-choice:hover{transform:translateY(-1px)}

/* Alt bilgi alanını gerçek 5 bölümlü yapıya çevir */
.btq-product-theme-v6939 .btq-theme-info-copy-v6939{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.btq-product-theme-v6939 .btq-theme-panels-v6939{
  flex:1;
  min-width:0;
}
.btq-product-theme-v6939 .btq-theme-panel-v6939{display:none}
.btq-product-theme-v6939 .btq-theme-panel-v6939.is-active{
  display:block;
  animation:btq39Fade .2s ease;
}
@keyframes btq39Fade{from{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:none}}

.btq-product-theme-v6939 .btq-theme-panel-v6939>span{
  color:#ff6418;
  font-size:7px;
  font-weight:950;
  letter-spacing:.18em;
}
.btq-product-theme-v6939 .btq-theme-panel-v6939>h2{
  margin:8px 0 10px;
  color:#181513;
  font-size:36px;
  line-height:.96;
  letter-spacing:-.055em;
}
.btq-product-theme-v6939 .btq-theme-panel-v6939>p{
  max-width:560px;
  margin:0;
  color:#726a64;
  font-size:10px;
  line-height:1.68;
}
.btq-product-theme-v6939 .btq-theme-chip-grid-v6939{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.btq-product-theme-v6939 .btq-theme-chip-grid-v6939>div,
.btq-product-theme-v6939 .btq-theme-extra-v6939>div{
  padding:12px;
  border:1px solid var(--btq39-line);
  border-radius:12px;
  background:#fff;
}
.btq-product-theme-v6939 .btq-theme-chip-grid-v6939 small{
  display:block;
  color:#a1775d;
  font-size:6px;
  font-weight:950;
  letter-spacing:.1em;
}
.btq-product-theme-v6939 .btq-theme-chip-grid-v6939 strong{
  display:block;
  margin-top:5px;
  color:#403933;
  font-size:8px;
  line-height:1.5;
}
.btq-product-theme-v6939 .btq-theme-extra-v6939{
  margin-top:16px;
}
.btq-product-theme-v6939 .btq-theme-extra-v6939.is-two-up{grid-template-columns:repeat(2,minmax(0,1fr))}
.btq-product-theme-v6939 .btq-theme-extra-v6939.is-single{grid-template-columns:1fr}
.btq-product-theme-v6939 .btq-theme-extra-v6939 strong{display:block;font-size:8px}
.btq-product-theme-v6939 .btq-theme-extra-v6939 p{font-size:7px;line-height:1.55}

.btq-product-theme-v6939 .btq-theme-steps-v6937 a{position:relative}
.btq-product-theme-v6939 .btq-theme-steps-v6937 a.is-active::after{
  content:"";
  position:absolute;
  left:-16px;
  top:50%;
  width:3px;
  height:36px;
  border-radius:999px;
  background:#ff6418;
  transform:translateY(-50%);
}

@media(max-width:960px){
  .btq-product-theme-v6939 .btq-title-price-v6937>.btq-detail-fav-v6920{margin-top:0}
}
@media(max-width:860px){
  .btq-product-theme-v6939 .btq-theme-chip-grid-v6939,
  .btq-product-theme-v6939 .btq-theme-extra-v6939,
  .btq-product-theme-v6939 .btq-theme-extra-v6939.is-two-up{grid-template-columns:1fr}
}
@media(max-width:680px){
  .btq-product-theme-v6939 .btq-color-options{gap:8px}
  .btq-product-theme-v6939 .btq-color-choice{flex-basis:32px;width:32px;height:32px;min-width:32px!important;min-height:32px!important}
  .btq-product-theme-v6939 .btq-color-choice i{width:20px;height:20px}
  .btq-product-theme-v6939 .btq-theme-panel-v6939>h2{font-size:31px}
  .btq-product-theme-v6939 .btq-theme-steps-v6937 a.is-active::after{display:none}
}
