header .stl-middle .stl-logo img {
    max-width: 230px;
}
.stl-top.row {
    display: none !important;
}

.marquee {
    background-color: #e94f29 !important;
}

.top-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #eb5324;
  color: #fff;
  padding: 17px 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 9999;
}

.top-marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marqueeMove 20s linear infinite;
}

@keyframes marqueeMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@media (max-width: 768px) {

    /* Liste sıfırlama */
    .a1_icerik .container {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Satır düzeni */
    .parca-secenek .a1_icerik ul.container li.row {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        padding: 12px 10px !important;
        border-bottom: 1px solid #eeeeee !important;
        margin: 0 !important;
        flex-wrap: nowrap !important;
    }

    /* Seçili ürün */
    .parca-secenek li.selected {
        background: #f7f7f7 !important;
    }

    /* + - alanı */
    .a1_icerik .v_counts {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 80px !important;
        height: 36px !important;
        border: 1px solid #e5e5e5 !important;
        border-radius: 6px !important;
        padding: 0 6px !important;
        background: #fff !important;
        flex-shrink: 0 !important;
    }

    .a1_icerik .v_counts input {
        width: 24px !important;
        text-align: center !important;
        border: none !important;
        background: transparent !important;
        font-size: 14px !important;
    }

    .a1_icerik .v_counts button {
        border: none !important;
        background: none !important;
        padding: 0 !important;
    }

    /* Görsel */
    .a1_icerik .a1_urunresmi {
        width: 65px !important;
        height: 65px !important;
        object-fit: cover !important;
        border-radius: 8px !important;
        border: 1px solid #f0f0f0 !important;
        margin-left: 0 !important;
        flex-shrink: 0 !important;
    }

    /* Ürün ismi */
    .a1_icerik .a1_urunisim {
        flex: 1 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #333 !important;
        white-space: normal !important;
    }

    /* Fiyat */
    .a1_icerik .a1_urunfiyat {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #111 !important;
        white-space: nowrap !important;
        margin-left: auto !important;
    }

    /* Bootstrap kolonları iptal */
    .a1_icerik .col-md,
    .a1_icerik .col-6,
    .a1_icerik .col-3,
    .a1_icerik .col-md-auto {
        width: auto !important;
        padding: 0 !important;
    }
}

/* Masaüstü düzen */

.parca-secenek .a1_icerik ul.container li.row {
    transition: 0.2s ease;
}

.parca-secenek .a1_icerik ul.container li.row:hover {
    background: #fafafa;
}

.parca-secenek .a1_urunresmi {
    border-radius: 8px;
}

/* FOTOĞRAF KUTU SORUNU TEMİZLEME */

.parca-secenek .a1_urunresmi {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Eğer img etrafında div varsa temizle */
.parca-secenek .a1_icerik ul.container li.row img {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Seçili üründe ekstra çerçeve olmasın */
.parca-secenek li.selected .a1_urunresmi {
    border: none !important;
    box-shadow: none !important;
}

.parca-secenek .a1_urunresmi {
    transform: scale(1.1);
}

.parca-secenek .a1_urunresmi {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
    border-radius: 6px !important;
}
/* Diğer Linkler - tek_sayfa içerik eniyle aynı */
.diger_linkler {
  width: min(100% - 40px, 1240px); /* tek_sayfa ile aynı hizalama */
  margin: 24px auto 0;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.diger_linkler > .baslik {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
  color: #111827;
}

.diger_linkler > .icerik ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.diger_linkler > .icerik li + li {
  margin-top: 8px;
}

.diger_linkler > .icerik a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f3f4f6;
  border: 1px solid transparent;
  color: #374151;
  font-size: 20px;
  line-height: 1.35;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  transition: all 0.2s ease;
}

.diger_linkler > .icerik a:hover {
  background: #fff7ed;
  border-color: #fdba74;
  color: #9a3412;
}

@media (max-width: 768px) {
  .diger_linkler {
    width: calc(100% - 24px);
    padding: 14px;
    border-radius: 12px;
  }

  .diger_linkler > .baslik {
    font-size: 34px;
  }

  .diger_linkler > .icerik a {
    font-size: 18px;
    padding: 9px 12px;
  }
}

/* Sayfa bloğunu ortala */
.link_detay {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Üst başlık */
.link_detay > .baslik {
  margin: 18px auto 24px;
  max-width: 1240px;
  text-align: center;
  font-size: clamp(30px, 4.5vw, 56px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}

/* Mobil */
@media (max-width: 768px) {
  .link_detay > .baslik {
    margin: 12px auto 18px;
    font-size: clamp(26px, 8vw, 38px);
  }
}

