table.table.table-striped.table-sm.table-bordered {
    display: none;
}



@media (max-width: 768px) {
  .urun_aciklama {
    max-width: 100%;
    overflow-x: hidden;
  }

  .urun_aciklama table {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
    border-collapse: collapse;
  }

  .urun_aciklama td,
  .urun_aciklama th {
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  .urun_aciklama col,
  .urun_aciklama colgroup {
    width: auto !important;
  }
}
/* ============================= */
/* Takım İçeriğini Kişiselleştir */
/* ============================= */

.variant-card{
  height:160px;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:10px;
  border:2px solid #ddd;
  border-radius:10px;
  cursor:pointer;
  position:relative;
}

.variant-card span{
  background:rgba(0,0,0,0.6);
  color:#fff;
  padding:6px 10px;
  border-radius:6px;
  font-size:14px;
}

.variant-card input{
  display:none;
}

.variant-card input:checked + span{
  outline:2px solid #fff;
}

/* GÖRSELLER */
.bg-yatak{background-image:url('https://platincdn.com/2428/pictures/KCOENLUNXJ242026105840_nova-yatak-odasi-1.jpg');}
.bg-bazali{background-image:url('https://platincdn.com/2428/pictures/ZYZHINJNBB242026105846_nova-yatak-odasi-9.jpg');}
.bg-dolap{background-image:url('https://platincdn.com/2428/pictures/MLUOTTRVDV242026105847_nova-yatak-odasi-11.jpg');}
.bg-komodin{background-image:url('https://platincdn.com/2428/pictures/VDZACMGCSY24202610590_nova-yatak-odasi-28.jpg');}
.bg-sifonyer{background-image:url('https://platincdn.com/2428/pictures/WNBROKXJFB242026105853_nova-yatak-odasi-18.jpg');}
.bg-karyola{background-image:url('https://platincdn.com/2428/pictures/WXXJMQVIEP242026105844_nova-yatak-odasi-6.jpg');}
.bg-puf{background-image:url('https://platincdn.com/2428/pictures/LJOPEIZVPW24202610590_nova-yatak-odasi-29.jpg');}
.bg-camasirlik{background-image:url('RESIM_URL_8');}

/* Paket kartları */
.custom-pack{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin:20px 0;
}

.pack-card{
  border:2px solid #ddd;
  border-radius:10px;
  padding:20px;
  text-align:center;
  cursor:pointer;
  font-weight:600;
  background:#f9f9f9;
}

.pack-card.active{
  border-color:#000;
  background:#eaeaea;
}

/* Alttaki gerçek + / - listesini gizle */
.bundle-products,
.product-bundle,
.bundle-list{
  display:none !important;
}

/* === Resimli Paket Kartları === */

.pack-card{
  height:180px;
  background-size:cover;
  background-position:center;
  border-radius:14px;
  position:relative;
  cursor:pointer;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  transition:all .25s ease;
}

.pack-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.25);
  transition:.25s;
}

.pack-card:hover::after{
  background:rgba(0,0,0,.4);
}

.pack-card .title{
  position:relative;
  z-index:2;
  width:100%;
  text-align:center;
  padding:12px;
  color:#fff;
  font-weight:600;
  background:rgba(0,0,0,.6);
}

/* Seçildi badge */
.pack-card .badge{
  position:absolute;
  top:10px;
  right:10px;
  background:#000;
  color:#fff;
  font-size:12px;
  padding:5px 8px;
  border-radius:6px;
  display:none;
  z-index:3;
}

.pack-card.active .badge{
  display:block;
}

.pack-card.active{
  outline:3px solid #000;
}

/* Mobil uyum */
@media(max-width:768px){
  .custom-pack{
    grid-template-columns:1fr;
  }
}

/* === GÖRSEL URL’LER (CDN LİNKLERİNİ KOY) === */
/* === GÖRSEL URL'LER === */

.bg-yatak{
  background-image:url('https://platincdn.com/2428/pictures/KCOENLUNXJ242026105840_nova-yatak-odasi-1.jpg');
}

.bg-bazali{
  background-image:url('https://platincdn.com/2428/pictures/ZYZHINJNBB242026105846_nova-yatak-odasi-9.jpg');
}

.bg-dolap{
  background-image:url('https://platincdn.com/2428/pictures/MLUOTTRVDV242026105847_nova-yatak-odasi-11.jpg');
}

.bg-komodin{
  background-image:url('https://platincdn.com/2428/pictures/VDZACMGCSY24202610590_nova-yatak-odasi-28.jpg');
}

.bg-sifonyer{
  background-image:url('https://platincdn.com/2428/pictures/WNBRQKXJFB242026105853_nova-yatak-odasi-18.jpg');
}

.bg-karyola{
  background-image:url('https://platincdn.com/2428/pictures/WXXJMQVIEP242026105844_nova-yatak-odasi-6.jpg');
}

.bg-puf{
  background-image:url('https://platincdn.com/2428/pictures/LJOPEIZVPW24202610590_nova-yatak-odasi-29.jpg');
}

.bg-camasirlik{
  background-image:url('https://platincdn.com/2428/pictures/LJOPEIZVPW24202610590_nova-yatak-odasi-29.jpg');
}

/* ===== PREMIUM ÜRÜN AÇIKLAMA DÜZENLEME ===== */

.urun_aciklama {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

/* TABLO GENEL */
.urun_aciklama table {
    width: 100%;
    border-collapse: collapse;
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
}

/* TABLO SATIRLARI */
.urun_aciklama table tr {
    border-top: 1px solid #e5e5e5;
}

/* TABLO HÜCRE */
.urun_aciklama table td,
.urun_aciklama table th {
    padding: 14px;
}

/* SOL KOLON */
.urun_aciklama table td:first-child {
    font-weight: 600;
    width: 35%;
}

/* TABLO BAŞLIK */
.urun_aciklama table tr:first-child {
    background: #ececec;
    font-weight: 600;
}

/* H3 BAŞLIK */
.urun_aciklama h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}