/* ==========================================================================
   Ürün detay sayfası (Urun.aspx) - idas-urundetay.png / idas-urundetay-aciklama.png
   --------------------------------------------------------------------------
   Tüm sınıflar "idud-" ön ekiyle başlar ve projedeki diğer CSS dosyalarında
   geçmez. Kart/ürün listesindeki sorunun tekrarlamaması için:
     - her elemanda tipografi ve kutu özellikleri açıkça yazılır (style.css'in
       genel h1/h2/ul/a/img kuralları içeri sızmasın diye),
     - bağlantıların içine ikinci bir <a> konmaz.
   Bu dosya sayfanın head'inde, diğer üç stil dosyasından SONRA yüklenir.
   ========================================================================== */

.idud-sayfa {
    box-sizing: border-box;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px 40px;
    font-family: Averta, sans-serif;
    color: #1f1f1f;
}

.idud-gizli {
    display: none !important;
}

/* --- Breadcrumb --------------------------------------------------------- */
.idud-yol {
    display: block;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.idud-yol li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
    text-transform: none;
    color: #7c7c7c;
}

.idud-yol li a {
    color: #7c7c7c;
    text-decoration: none;
}

.idud-yol li a:hover {
    color: #1f3b57;
    text-decoration: none;
}

.idud-yol li i {
    margin: 0 2px 0 4px;
    font-size: 9px;
    color: #b5b5b5;
}

/* --- Kategori başlığı + ürün kodu --------------------------------------- */
.idud-baslik-satir {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 40px 0 26px;
}

.idud-kategori-adi {
    margin: 0;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: normal;
    text-transform: none;
    color: #8f8f8f;
}

.idud-kod {
    margin: 0;
    padding: 0 0 6px;
    font-family: Averta, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    color: #6f6f6f;
    text-align: right;
}

/* --- Gövde: solda galeri, sağda bilgi ----------------------------------- */
.idud-govde {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 40px;
    gap: 40px;
    align-items: start;
}

/* Galeri */
.idud-galeri {
    min-width: 0;
}

.idud-galeri-ana {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    background: #f7f7f7;
    line-height: 0;
    overflow: hidden;
    cursor: zoom-in;
}

.idud-galeri-ana .idud-galeri-link {
    display: block;
    line-height: 0;
    text-decoration: none;
}

.idud-galeri-ana img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    object-fit: cover;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}

.idud-galeri-ana:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

/* Ana görselin üzerindeki "büyüt" rozeti */
.idud-buyut {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .18);
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #1f1f1f;
    pointer-events: none;
    -webkit-transition: .25s ease;
    transition: .25s ease;
}

.idud-galeri-ana:hover .idud-buyut {
    background: #e50019;
    color: #fff;
}

/* --- Küçük görsel şeridi (kaydırılabilir) ------------------------------- */
.idud-thumbs-serit {
    position: relative;
}

.idud-thumbs-serit.idud-tek {
    display: none;
}

.idud-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: -webkit-grab;
    cursor: grab;
}

.idud-thumbs::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.idud-thumbs.idud-surukleniyor {
    scroll-behavior: auto;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.idud-thumbs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 4);
    flex: 0 0 calc((100% - 30px) / 4);
    max-width: calc((100% - 30px) / 4);
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 0;
    scroll-snap-align: start;
}

.idud-thumbs li:last-child {
    margin-right: 0;
}

.idud-thumbs li a {
    position: relative;
    display: block;
    line-height: 0;
    text-decoration: none;
}

.idud-thumbs li.aktif a {
    outline: 2px solid #e50019;
    outline-offset: -2px;
}

.idud-thumbs li img {
    display: block;
    width: 100%;
    height: 110px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    object-fit: cover;
    opacity: .72;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.idud-thumbs li:hover img,
.idud-thumbs li.aktif img {
    opacity: 1;
}

/* Şerit okları */
.idud-thumb-ok {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .22);
    font-family: FontAwesome, Averta, sans-serif;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #1f1f1f;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.idud-thumb-ok:hover,
.idud-thumb-ok:focus {
    background: #e50019;
    color: #fff;
    outline: 0;
}

.idud-thumb-ok-sol {
    left: -8px;
}

.idud-thumb-ok-sag {
    right: -8px;
}

.idud-thumb-ok.pasif {
    opacity: 0;
    visibility: hidden;
}

.idud-thumbs-serit.idud-kaydirmasiz .idud-thumb-ok {
    display: none;
}

/* --- Büyütme penceresi (lightbox) -------------------------------------- */
html.idud-lb-kilit,
html.idud-lb-kilit body {
    overflow: hidden;
}

.idud-lb {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: none;
    font-family: Averta, sans-serif;
}

.idud-lb.acik {
    display: block;
}

.idud-lb-arka {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 15, 15, .95);
}

.idud-lb-govde {
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    bottom: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 76px;
    overflow: hidden;
}

.idud-lb-gorsel {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    border: 0;
    background: #fff;
    box-shadow: 0 10px 45px rgba(0, 0, 0, .55);
    cursor: zoom-in;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
}

.idud-lb-gorsel.yakin {
    cursor: zoom-out;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
}

.idud-lb.yukleniyor .idud-lb-gorsel {
    opacity: .35;
}

.idud-lb-kapat {
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 3;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    font-family: Averta, sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.idud-lb-kapat:hover,
.idud-lb-kapat:focus {
    background: #e50019;
    color: #fff;
    outline: 0;
}

.idud-lb-sayac {
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 2;
    width: 100%;
    font-size: 14px;
    letter-spacing: .08em;
    text-align: center;
    color: rgba(255, 255, 255, .75);
}

.idud-lb-ok {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    font-family: FontAwesome, Averta, sans-serif;
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.idud-lb-ok:hover,
.idud-lb-ok:focus {
    background: #e50019;
    outline: 0;
}

.idud-lb-onceki {
    left: 22px;
}

.idud-lb-sonraki {
    right: 22px;
}

.idud-lb-thumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0 20px;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.idud-lb-thumbs::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.idud-lb-thumbs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 8px 0 0;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.idud-lb-thumbs li:first-child {
    margin-left: auto;
}

.idud-lb-thumbs li:last-child {
    margin-right: auto;
}

.idud-lb-thumbs li:hover {
    opacity: .85;
}

.idud-lb-thumbs li.aktif {
    opacity: 1;
    outline: 2px solid #e50019;
    outline-offset: -2px;
}

.idud-lb-thumbs li img {
    display: block;
    width: 84px;
    height: 84px;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
}

.idud-lb-tek .idud-lb-ok,
.idud-lb-tek .idud-lb-sayac,
.idud-lb-tek .idud-lb-thumbs {
    display: none;
}

.idud-lb-tek .idud-lb-govde {
    bottom: 40px;
    padding: 0 24px;
}

/* Sağ sütun */
.idud-sag {
    min-width: 0;
}

.idud-ustkat-satir {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 22px;
}

.idud-ustkat {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none;
    color: #4a7fa5;
    text-decoration: underline;
}

.idud-ustkat:hover,
.idud-ustkat:focus {
    color: #1f3b57;
    text-decoration: underline;
}

/* Favori kalbi */
.idud-favori {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 12px;
    background: none;
    border: 0;
    font-size: 26px;
    line-height: 1;
    color: #e03a34;
    text-decoration: none;
}

.idud-favori:hover,
.idud-favori:focus {
    color: #b52a25;
    text-decoration: none;
    outline: 0;
}

/* Ürün adı / özet / etiketler + sertlik göstergesi */
.idud-bilgi {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px;
    grid-gap: 20px;
    gap: 20px;
    align-items: start;
    margin: 0 0 26px;
}

.idud-ad {
    margin: 0 0 22px;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: none;
    color: #1f1f1f;
}

.idud-ozet {
    display: block;
    margin: 0 0 24px;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 17px;
    /*font-weight: 600;*/
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    color: #4a7fa5;
}

.idud-etiketler {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.idud-etiketler li {
    margin: 0 0 6px;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    text-transform: none;
    color: #2f2f2f;
}

.idud-aciklama-link {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    color: #4a7fa5;
    text-decoration: underline;
}

.idud-aciklama-link:hover {
    color: #1f3b57;
    text-decoration: underline;
}

/* Sertlik göstergesi */
.idud-sert {
    text-align: center;
}

.idud-sert-yazi {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #1f3b57;
}

.idud-sert-cetvel {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.idud-sert-cetvel li {
    width: 2px;
    height: 10px;
    margin: 0 6px;
    padding: 0;
    background: #b9a99a;
}

.idud-sert-cetvel li.idud-sert-uzun {
    height: 16px;
}

.idud-sert-kutu {
    position: relative;
    height: 34px;
    margin: 4px 0 0;
    border: 1px solid #b9a99a;
    background: #fff;
}

.idud-sert-ibre {
    position: absolute;
    bottom: 4px;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #1f3b57;
}

/* Yumuşaktan serte 5 kademe; ibre kademeye göre kayar. */
.idud-sert-1 .idud-sert-ibre { left: 10%; }
.idud-sert-2 .idud-sert-ibre { left: 30%; }
.idud-sert-3 .idud-sert-ibre { left: 50%; }
.idud-sert-4 .idud-sert-ibre { left: 70%; }
.idud-sert-5 .idud-sert-ibre { left: 90%; }

/* --- Ebat / Fiyat kutusu ------------------------------------------------ */
.idud-ebat {
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 12px 18px 14px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    background: #fff;
}

.idud-ebat-baslik {
    display: block;
    margin: 0 0 6px;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none;
    color: #1f1f1f;
}

.idud-ebat-satir {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.idud-ebat-secim {
    flex: 1 1 auto;
    min-width: 0;
}

/* Ebat listesi native <select>; ok işareti tarayıcının kendisi. */
.idud-ebat-secim select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin: 0;
    padding: 2px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-family: Averta, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none;
    color: #1f1f1f;
}

.idud-ebat-fiyat {
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
}

.idud-fiyat-yeni {
    display: inline;
    margin: 0;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: none;
    color: #1f1f1f;
}

.idud-fiyat-ayrac {
    margin: 0 6px;
    font-size: 20px;
    font-weight: 400;
    color: #1f1f1f;
}

.idud-fiyat-eski {
    display: inline;
    margin: 0;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: none;
    color: #8f8f8f;
    text-decoration: line-through;
}

.idud-fiyat-eski:empty,
.idud-fiyat-eski.idud-gizli {
    display: none;
}

/* --- Aksiyon satırı: adet + sepete ekle + satış noktaları --------------- */
.idud-aksiyon {
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin: 0 0 28px;
}

.idud-adet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 175px;
    box-sizing: border-box;
    padding: 6px 10px;
    border: 1px solid #cfe0ea;
    border-radius: 40px;
    background: #fff;
}

.idud-adet-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cfe0ea;
    font-family: Averta, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #35617f;
    cursor: pointer;
}

.idud-adet-btn:hover {
    background: #b9d3e2;
}

.idud-adet-deger {
    font-family: Averta, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #1f1f1f;
}

/* Sunucu tarafındaki adet listesi görünmüyor; değerini +/- butonları
   güncelliyor, forma yine bu alan gönderiliyor. */
.idud-adet select {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.idud-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    box-sizing: border-box;
    min-height: 56px;
    margin: 0;
    padding: 14px 22px;
    border: 1px solid #5b8cad;
    border-radius: 40px;
    background: #5b8cad;
    font-family: Averta, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: background .25s ease, color .25s ease;
}

.idud-btn:hover,
.idud-btn:focus {
    background: #46728e;
    border-color: #46728e;
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.idud-btn-cizgili {
    background: #fff;
    color: #5b8cad;
}

.idud-btn-cizgili:hover,
.idud-btn-cizgili:focus {
    background: #f2f7fa;
    border-color: #46728e;
    color: #46728e;
}

/* --- 120 gün deneme satırı --------------------------------------------- */
.idud-deneme {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 18px 0;
    border-top: 1px solid #e2e2e2;
}

.idud-deneme img {
    display: block;
    width: 52px;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

.idud-deneme span {
    font-family: Averta, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none;
    color: #1f1f1f;
}

/* --- Kahverengi bilgi şeridi ------------------------------------------- */
.idud-serit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 50px;
    padding: 10px 18px;
    background: #8a7a6d;
}

.idud-serit span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Averta, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    color: #fff;
}

.idud-serit span i {
    font-size: 15px;
    color: #fff;
}

/* Ürüne özel teknoloji ikonları (şeridin altında) */
.idud-ikonlar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 40px;
}

.idud-ikonlar > div {
    float: none;
    width: auto;
    max-width: 150px;
    padding: 0;
}

/* Renk seçenekleri: ürüne renk tanımlıysa Ebat/Fiyat kutusunun üstünde çıkar. */
.idud-renk {
    margin: 0 0 18px;
}

/* --- Renk kartelası (açılır menü) --------------------------------------- */
.idud-kartela {
    position: relative;
    margin: 0 0 10px;
}

.idud-kartela-baslik {
    display: block;
    margin: 0 0 6px;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none;
    color: #1f1f1f;
}

/* Kapalı durum: seçili rengi gösteren düğme */
.idud-kartela-btn {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    background: #fff;
    font-family: Averta, sans-serif;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    color: #1f1f1f;
    cursor: pointer;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.idud-kartela-btn:hover,
.idud-kartela-btn:focus {
    border-color: #1f1f1f;
    outline: 0;
}

.idud-kartela-btn-gorsel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 54px;
    height: 38px;
    margin: 0 12px 0 0;
    border-radius: 4px;
    background: #f1f1f1;
    overflow: hidden;
    line-height: 0;
}

.idud-kartela-btn-gorsel img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
}

.idud-kartela-btn-yazi {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    display: block;
}

.idud-kartela-btn-ad {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #1f1f1f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.idud-kartela-btn-kod {
    margin-left: 6px;
    font-weight: 400;
    color: #777;
}

.idud-kartela-btn-alt {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #888;
}

.idud-kartela-ok {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 10px;
    font-size: 20px;
    line-height: 1;
    color: #777;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}

.idud-kartela.idud-kartela-acik .idud-kartela-ok {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.idud-kartela.idud-kartela-acik .idud-kartela-btn {
    border-color: #1f1f1f;
}

/* Açılan panel: ürün adını kapatmaz, kendi içinde kayar */
.idud-kartela-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 40;
    display: none;
    margin: 6px 0 0;
    padding: 0;
    max-height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
    -webkit-overflow-scrolling: touch;
}

.idud-kartela.idud-kartela-acik .idud-kartela-panel {
    display: block;
}

.idud-kartela-panel::-webkit-scrollbar {
    width: 8px;
}

.idud-kartela-panel::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #c2c2c2;
}

.idud-kartela-liste {
    margin: 0;
    padding: 6px;
    list-style: none;
}

.idud-kartela-satir {
    display: block;
    margin: 0 0 2px;
    padding: 0;
}

.idud-kartela-satir:last-child {
    margin-bottom: 0;
}

.idud-kartela-etiket {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 8px;
    border-radius: 6px;
    font-family: Averta, sans-serif;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
}

.idud-kartela-etiket:hover {
    background: #f5f5f5;
}

.idud-kartela-satir.secili .idud-kartela-etiket {
    background: #f5f5f5;
    outline: 1px solid #e50019;
    outline-offset: -1px;
}

.idud-kartela-etiket input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}

.idud-kartela-yazi {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    padding: 0 12px 0 4px;
}

.idud-kartela-ad {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #1f1f1f;
    word-break: break-word;
}

.idud-kartela-kod {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #8a8a8a;
}

.idud-kartela-gorsel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    min-width: 0;
    height: 64px;
    border-radius: 4px;
    background: #f1f1f1;
    overflow: hidden;
    line-height: 0;
}

.idud-kartela-gorsel img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
}

/* PDF kartela düğmesi */
.idud-kartela-pdf {
    display: inline-block;
    margin: 0;
    padding: 8px 16px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    background: #fff;
    font-family: Averta, sans-serif;
    font-size: 13px;
    letter-spacing: normal;
    text-transform: none;
    color: #1f1f1f;
    cursor: pointer;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.idud-kartela-pdf:hover,
.idud-kartela-pdf:focus {
    border-color: #e50019;
    background: #e50019;
    color: #fff;
    outline: 0;
}

/* --- Açıklama bloğu (ikinci görsel) ------------------------------------ */
.idud-tanitim {
    margin: 0 0 60px;
    padding: 60px 0;
    background: #f1ece5;
}

.idud-tanitim-ic {
    box-sizing: border-box;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.idud-tanitim-ad {
    margin: 0 0 26px;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: none;
    color: #1f1f1f;
}

.idud-tanitim-ozet {
    display: block;
    margin: 0 0 34px;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    color: #1f1f1f;
}

.idud-tanitim-metin {
    font-family: Averta, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: normal;
    text-transform: none;
    color: #2f2f2f;
}

.idud-tanitim-metin p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.7;
    color: #2f2f2f;
}

.idud-tanitim-metin ul {
    margin: 0 0 18px;
    padding: 0 0 0 18px;
    list-style: disc;
}

.idud-tanitim-metin li {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #2f2f2f;
}

/* --- Sekmeler ----------------------------------------------------------- */
.idud-sekme-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    border-bottom: 4px solid #8a8a8a;
}

.idud-sekme {
    display: block;
    margin: 0;
    padding: 0 26px 14px 0;
    background: none;
    border: 0;
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    font-family: Averta, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #3a3a3a;
    text-decoration: none;
    cursor: pointer;
}

.idud-sekme:hover {
    color: #d5372e;
    text-decoration: none;
}

.idud-sekme-aktif {
    color: #d5372e;
    border-bottom-color: #d5372e;
}

.idud-panel {
    display: none;
}

.idud-panel-aktif {
    display: block;
}

.idud-panel-ikili {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 40px;
    gap: 40px;
    align-items: start;
}

.idud-panel-gorsel img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

.idud-panel-ad {
    margin: 0 0 14px;
    padding: 0;
    font-family: Averta, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #1f1f1f;
}

.idud-panel-metin {
    font-family: Averta, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: normal;
    text-transform: none;
    color: #2f2f2f;
}

.idud-panel-metin p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #2f2f2f;
}

.idud-panel-metin img {
    max-width: 100%;
    height: auto;
}

/* Ödeme sekmesindeki fiyat/taksit tablosu */
.idud-panel .table-responsive {
    margin: 0;
}

/* --- Kırılımlar --------------------------------------------------------- */
@media screen and (max-width: 991px) {
    .idud-govde {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }
    .idud-bilgi {
        grid-template-columns: minmax(0, 1fr);
    }
    .idud-sert {
        max-width: 200px;
    }
    .idud-panel-ikili {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }
}

@media screen and (max-width: 767px) {
    .idud-baslik-satir {
        display: block;
        margin: 26px 0 20px;
    }
    .idud-kategori-adi {
        font-size: 28px;
    }
    .idud-kod {
        padding: 6px 0 0;
        text-align: left;
    }
    .idud-ad {
        font-size: 24px;
    }
    .idud-aksiyon {
        flex-wrap: wrap;
    }
    .idud-adet {
        flex: 1 1 100%;
    }
    .idud-btn {
        flex: 1 1 100%;
    }
    .idud-thumbs li img {
        height: 70px;
    }
    .idud-serit {
        gap: 10px;
        justify-content: flex-start;
    }
    .idud-tanitim {
        padding: 34px 0;
    }
    .idud-sekme {
        padding-right: 16px;
        font-size: 14px;
    }
}

/* --- Galeri kırılımları -------------------------------------------------- */
@media screen and (max-width: 767px) {
    .idud-thumbs li {
        -ms-flex: 0 0 calc((100% - 20px) / 3);
        flex: 0 0 calc((100% - 20px) / 3);
        max-width: calc((100% - 20px) / 3);
    }
    .idud-buyut {
        right: 10px;
        bottom: 10px;
        width: 36px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
    }
    .idud-thumb-ok {
        width: 30px;
        height: 30px;
        font-size: 17px;
        line-height: 30px;
    }
    .idud-thumb-ok-sol {
        left: -4px;
    }
    .idud-thumb-ok-sag {
        right: -4px;
    }
    .idud-lb-govde {
        top: 54px;
        bottom: 104px;
        padding: 0 12px;
    }
    .idud-lb-ok {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
    }
    .idud-lb-onceki {
        left: 8px;
    }
    .idud-lb-sonraki {
        right: 8px;
    }
    .idud-lb-kapat {
        right: 10px;
        top: 10px;
        width: 38px;
        height: 38px;
        font-size: 26px;
        line-height: 34px;
    }
    .idud-lb-sayac {
        top: 20px;
        font-size: 13px;
    }
    .idud-lb-thumbs {
        bottom: 16px;
        padding: 0 12px;
    }
    .idud-lb-thumbs li img {
        width: 58px;
        height: 58px;
    }
    .idud-lb-gorsel.yakin {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
    }
}

@media screen and (max-width: 767px) {
    .idud-kartela-panel {
        max-height: 320px;
    }
    .idud-kartela-yazi {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }
    .idud-kartela-ad {
        font-size: 14px;
    }
    .idud-kartela-kod {
        font-size: 13px;
    }
    .idud-kartela-gorsel {
        height: 54px;
    }
}
