/* =========================================================
   CUSTOM.CSS - FULL STABLE VERSION
   ========================================================= */

/* ---------------------------------------------------------
   GENEL
--------------------------------------------------------- */

html,
body {
  overflow-x: hidden !important;
}

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/* ---------------------------------------------------------
   DROPDOWN
--------------------------------------------------------- */

.dropdown-category {
  position: relative;
  height: 56px !important;
  width: 170px !important;
}

.dropdown-category .menu-left {
  display: none;
  z-index: 50 !important;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6ebf2 !important;
  border-radius: 14px !important;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.10) !important;
}

.dropdown-category:hover .menu-left {
  display: block !important;
}

.menu-left ul.f-ul {
  width: 250px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.menu-left ul.f-ul li.f-li {
  padding: 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
}

.menu-left ul.f-ul li.f-li a.f-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.menu-left ul.f-ul li.f-li:hover {
  background: #f8fafc !important;
}

.menu-left ul.f-ul li.f-li:hover .dropdown-menu2 {
  display: block !important;
  left: 100%;
  top: 0;
  width: 920px !important;
  max-width: calc(100vw - 340px) !important;
  border: 1px solid #e6ebf2 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.10) !important;
}

.dropdown-menu2 {
  padding: 12px !important;
}

/* ---------------------------------------------------------
   GRID / KART TEMEL
--------------------------------------------------------- */

body.categories-body #product-container .col-list-p-v-1 {
  padding: 0 8px 16px 8px !important;
  margin: 0 !important;
  display: flex !important;
}

.card-product {
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #e6ebf2 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
  transition: all .25s ease !important;
}

.card-product:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08) !important;
}

.card-product .card-product-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: 0 !important;
}

/* ---------------------------------------------------------
   RESİM
--------------------------------------------------------- */

.card-product .card-product-inner .image,
.card-product .card-product-inner .product-image,
.card-product .card-product-inner figure,
.card-product .card-product-inner .img-box {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #fff !important;
  border-bottom: 1px solid #eef2f7 !important;
  flex: 0 0 auto !important;
}

.card-product .card-product-inner .image img,
.card-product .card-product-inner .product-image img,
.card-product .card-product-inner figure img,
.card-product .card-product-inner .img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 14px !important;
}

/* ---------------------------------------------------------
   ORTAK İÇ BOŞLUKLAR
--------------------------------------------------------- */

.card-product .card-product-inner .info-group,
.card-product .card-product-inner .title,
.card-product .card-product-inner .price-group,
.card-product .card-product-inner .buttons {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.card-product .card-product-inner .info-group {
  padding-top: 14px !important;
  margin-bottom: 6px !important;
  min-height: 24px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.card-product .card-product-inner .info-group .category,
.card-product .card-product-inner .info-group .brand-name {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #6b7280 !important;
  text-transform: uppercase !important;
}

/* ---------------------------------------------------------
   BAŞLIK
--------------------------------------------------------- */

.card-product .card-product-inner .title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-align: left !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  word-break: break-word !important;
  min-height: 41px !important;
  max-height: 41px !important;
  padding-bottom: 2px !important;
}

/* title içinde span/a varsa da düzgün aksın */
.card-product .card-product-inner .title *,
.card-product .card-product-inner .title a,
.card-product .card-product-inner .title span {
  line-height: inherit !important;
}

/* ---------------------------------------------------------
   FİYAT
--------------------------------------------------------- */

.card-product .card-product-inner .price-group {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  min-height: 46px !important;
  margin-bottom: 12px !important;
}

.card-product .card-product-inner .price-group .discount {
  flex: 0 0 auto !important;
  border-radius: 999px !important;
  padding: 4px 10px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.card-product .card-product-inner .price-group .prices {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 3px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.card-product .card-product-inner .price-group .prices .list-price {
  display: block !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #94a3b8 !important;
  text-decoration: line-through !important;
  white-space: normal !important;
}

.card-product .card-product-inner .price-group .prices .sale-price {
  display: block !important;
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  white-space: normal !important;
  word-break: break-word !important;
}

/* ---------------------------------------------------------
   BUTONLAR
--------------------------------------------------------- */

.card-product .card-product-inner .buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  margin-top: auto !important;
  padding-bottom: 14px !important;
  min-height: 56px !important;
}

/* ana sepete ekle butonu */
.card-product .card-product-inner .buttons .btn-color-1,
.card-product .card-product-inner .buttons a.btn-color-1,
.card-product .card-product-inner .buttons button.btn-color-1,
.card-product .card-product-inner .buttons .add-to-cart-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  min-height: 42px !important;
  height: 42px !important;
  border-radius: 12px !important;
  padding: 0 18px !important;
  border: 1.5px solid #111 !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ikon buton */
.card-product .card-product-inner .buttons .btn-cart,
.card-product .card-product-inner .buttons .add-to-cart,
.card-product .card-product-inner .buttons .sepet-btn,
.card-product .card-product-inner .buttons a.btn-cart,
.card-product .card-product-inner .buttons button.btn-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  border-radius: 12px !important;
  border: 1.5px solid #111 !important;
  background: #fff !important;
  color: #111 !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* içindeki yazı / ikon */
.card-product .card-product-inner .buttons a,
.card-product .card-product-inner .buttons button,
.card-product .card-product-inner .buttons span,
.card-product .card-product-inner .buttons i,
.card-product .card-product-inner .buttons svg {
  line-height: 1 !important;
  vertical-align: middle !important;
}

/* hover */
.card-product .card-product-inner .buttons .btn-color-1:hover,
.card-product .card-product-inner .buttons .add-to-cart-button:hover,
.card-product .card-product-inner .buttons .btn-cart:hover,
.card-product .card-product-inner .buttons .add-to-cart:hover,
.card-product .card-product-inner .buttons .sepet-btn:hover {
  background: #111 !important;
  color: #fff !important;
}

/* ---------------------------------------------------------
   TABLET
--------------------------------------------------------- */

@media (max-width: 991px) {
  .card-product .card-product-inner .title {
    font-size: 13px !important;
    line-height: 1.42 !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }

  .card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 18px !important;
  }

  .card-product .card-product-inner .info-group .category,
  .card-product .card-product-inner .info-group .brand-name {
    font-size: 10px !important;
  }
}

/* ---------------------------------------------------------
   MOBİL
--------------------------------------------------------- */

@media (max-width: 767px) {
  .dropdown-category {
    width: 170px !important;
  }

  /* Yazılar yarım görünmesin */
  .card-product .card-product-inner .title {
    font-size: 13px !important;
    line-height: 1.4 !important;
    -webkit-line-clamp: 3 !important;
    min-height: 58px !important;
    max-height: 58px !important;
    padding-bottom: 3px !important;
    margin-bottom: 8px !important;
  }

  /* Fiyatlar üst üste binmesin */
  .card-product .card-product-inner .price-group {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    min-height: 60px !important;
    margin-bottom: 10px !important;
  }

  .card-product .card-product-inner .price-group .discount {
    order: 1 !important;
  }

  .card-product .card-product-inner .price-group .prices {
    order: 2 !important;
    width: 100% !important;
  }

  .card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .card-product .card-product-inner .price-group .prices .list-price {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  /* Buton alanı */
  .card-product .card-product-inner .buttons {
    min-height: 56px !important;
    gap: 8px !important;
    padding-bottom: 14px !important;
  }

  /* Ana buton mobilde kesin görünsün */
  .card-product .card-product-inner .buttons .btn-color-1,
  .card-product .card-product-inner .buttons a.btn-color-1,
  .card-product .card-product-inner .buttons button.btn-color-1,
  .card-product .card-product-inner .buttons .add-to-cart-button {
    display: inline-flex !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 14px !important;
    border: 1.5px solid #111 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* İkon buton mobilde kaybolmasın */
  .card-product .card-product-inner .buttons .btn-cart,
  .card-product .card-product-inner .buttons .add-to-cart,
  .card-product .card-product-inner .buttons .sepet-btn,
  .card-product .card-product-inner .buttons a.btn-cart,
  .card-product .card-product-inner .buttons button.btn-cart {
    display: inline-flex !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 42px !important;
    min-height: 42px !important;
    border: 1.5px solid #111 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #111 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/* =========================================================
   PRODUCT CARD FINAL PATCH
   ========================================================= */

/* 1) RESMİ BÜYÜT */
.card-product .card-product-inner .image,
.card-product .card-product-inner .product-image,
.card-product .card-product-inner figure,
.card-product .card-product-inner .img-box {
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
}

.card-product .card-product-inner .image img,
.card-product .card-product-inner .product-image img,
.card-product .card-product-inner figure img,
.card-product .card-product-inner .img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 6px !important; /* önce 14px gibi kaldığı için küçük görünüyordu */
}

/* 2) RESİM - BAŞLIK ARASI BOŞLUĞU AZALT */
.card-product .card-product-inner .info-group {
  padding-top: 8px !important;
  margin-bottom: 2px !important;
  min-height: auto !important;
}

.card-product .card-product-inner .title {
  margin-top: 0 !important;
  margin-bottom: 6px !important;
  padding-top: 0 !important;
  line-height: 1.38 !important;
}

/* 3) FİYAT YAZILARI ÇOK BÜYÜK OLMASIN */
.card-product .card-product-inner .price-group {
  gap: 6px !important;
  min-height: auto !important;
  margin-bottom: 10px !important;
}

.card-product .card-product-inner .price-group .prices .sale-price {
  font-size: 17px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
}

.card-product .card-product-inner .price-group .prices .list-price {
  font-size: 11px !important;
  line-height: 1.15 !important;
}

/* 4) SEPETE EKLE ALANI ORTALI OLSUN */
.card-product .card-product-inner .buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding-top: 4px !important;
  padding-bottom: 14px !important;
}

/* 5) ANA BUTON DAHA GENİŞ, KENAR ÇİZGİSİ DAHA KALIN */
.card-product .card-product-inner .buttons .btn-color-1,
.card-product .card-product-inner .buttons a.btn-color-1,
.card-product .card-product-inner .buttons button.btn-color-1,
.card-product .card-product-inner .buttons .add-to-cart-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;

  flex: 0 1 auto !important;
  min-width: 150px !important;   /* genişlesin */
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 22px !important;

  border: 2px solid #111 !important; /* çizgi kalın */
  border-radius: 14px !important;
  background: #fff !important;
  color: #111 !important;

  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;

  box-sizing: border-box !important;
  box-shadow: none !important;
}

/* 6) İKON BUTONU DA AYNI TASARIMDA OLSUN */
.card-product .card-product-inner .buttons .btn-cart,
.card-product .card-product-inner .buttons .add-to-cart,
.card-product .card-product-inner .buttons .sepet-btn,
.card-product .card-product-inner .buttons a.btn-cart,
.card-product .card-product-inner .buttons button.btn-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;

  border: 2px solid #111 !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #111 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* 7) MOBİL AYAR */
@media (max-width: 767px) {
  .card-product .card-product-inner .image img,
  .card-product .card-product-inner .product-image img,
  .card-product .card-product-inner figure img,
  .card-product .card-product-inner .img-box img {
    padding: 45px !important;
  }

  .card-product .card-product-inner .title {
    -webkit-line-clamp: 2 !important;
    min-height: 36px !important;
    max-height: 36px !important;
    font-size: 13px !important;
    margin-bottom: 6px !important;
  }

  .card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 16px !important;
  }

  .card-product .card-product-inner .price-group .prices .list-price {
    font-size: 10px !important;
  }

  .card-product .card-product-inner .buttons .btn-color-1,
  .card-product .card-product-inner .buttons a.btn-color-1,
  .card-product .card-product-inner .buttons button.btn-color-1,
  .card-product .card-product-inner .buttons .add-to-cart-button {
    min-width: 135px !important;
    height: 42px !important;
    border-width: 2px !important;
  }

  .card-product .card-product-inner .buttons .btn-cart,
  .card-product .card-product-inner .buttons .add-to-cart,
  .card-product .card-product-inner .buttons .sepet-btn,
  .card-product .card-product-inner .buttons a.btn-cart,
  .card-product .card-product-inner .buttons button.btn-cart {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    border-width: 2px !important;
  }
}
/* =========================================================
   BUTTON SIZE EXPAND (KENARLIK GENİŞLETME)
   ========================================================= */

/* Ana sepete ekle butonu */
.card-product .card-product-inner .buttons .btn-color-1,
.card-product .card-product-inner .buttons a.btn-color-1,
.card-product .card-product-inner .buttons button.btn-color-1,
.card-product .card-product-inner .buttons .add-to-cart-button {

  /* boyutu büyüt */
  min-width: 180px !important;     /* GENİŞLEDİ */
  height: 48px !important;         /* YÜKSELDİ */
  padding: 0 26px !important;      /* İÇTEN GENİŞLEDİ */

  /* görünüm */
  border: 1px solid #111 !important;  /* ince kalıyor */
  border-radius: 18px !important;     /* daha geniş oval */

  font-size: 14px !important;
  font-weight: 700 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #fff !important;
  color: #111 !important;
}

/* ikon butonları da büyüsün */
.card-product .card-product-inner .buttons .btn-cart,
.card-product .card-product-inner .buttons .add-to-cart,
.card-product .card-product-inner .buttons .sepet-btn {

  width: 48px !important;
  height: 48px !important;

  border-radius: 16px !important;
  border: 1px solid #111 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* mobilde de geniş kalsın */
@media (max-width: 767px) {

  .card-product .card-product-inner .buttons .btn-color-1 {
    min-width: 160px !important;
    height: 46px !important;
    padding: 0 22px !important;
    border-radius: 16px !important;
  }

  .card-product .card-product-inner .buttons .btn-cart,
  .card-product .card-product-inner .buttons .add-to-cart,
  .card-product .card-product-inner .buttons .sepet-btn {
    width: 44px !important;
    height: 44px !important;
  }

}
/* BUTON GENİŞLİK DENGELİ FIX */

/* PC / tablet */
.card-product .card-product-inner .buttons .btn-color-1,
.card-product .card-product-inner .buttons a.btn-color-1,
.card-product .card-product-inner .buttons button.btn-color-1,
.card-product .card-product-inner .buttons .add-to-cart-button {
  min-width: 150px !important;
  height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid #111 !important;
  border-radius: 14px !important;
  font-size: 13px !important;
}

/* ikon buton */
.card-product .card-product-inner .buttons .btn-cart,
.card-product .card-product-inner .buttons .add-to-cart,
.card-product .card-product-inner .buttons .sepet-btn {
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
  border: 1px solid #111 !important;
}

/* mobil */
@media (max-width: 767px) {
  .card-product .card-product-inner .buttons {
    gap: 6px !important;
  }

  .card-product .card-product-inner .buttons .btn-color-1,
  .card-product .card-product-inner .buttons a.btn-color-1,
  .card-product .card-product-inner .buttons button.btn-color-1,
  .card-product .card-product-inner .buttons .add-to-cart-button {
    min-width: 0 !important;
    width: calc(100% - 48px) !important;
    height: 38px !important;
    padding: 0 10px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
  }

  .card-product .card-product-inner .buttons .btn-cart,
  .card-product .card-product-inner .buttons .add-to-cart,
  .card-product .card-product-inner .buttons .sepet-btn {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
  }
}
/* =========================
   MOBİL RESİM BÜYÜTME
   ========================= */

@media (max-width: 767px) {

  /* resim alanını büyüt */
  .card-product .card-product-inner .image,
  .card-product .card-product-inner .product-image,
  .card-product .card-product-inner figure,
  .card-product .card-product-inner .img-box {
    aspect-ratio: 1 / 1 !important;
    padding: 0 !important;
  }

  /* resmin kendisi */
  .card-product .card-product-inner img {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;   /* 🔥 en önemli satır */
    padding: 2px !important;        /* padding küçültüldü */
  }

}
/* =========================
   MOBİL RESİM ZORLA BÜYÜTME
   ========================= */

@media (max-width: 767px) {

  /* container'ı büyüt */
  .card-product .card-product-inner .image,
  .card-product .card-product-inner .product-image,
  .card-product .card-product-inner figure,
  .card-product .card-product-inner .img-box {
    height: 200px !important;      /* 🔥 kritik */
    aspect-ratio: auto !important; /* ratio kaldır */
    padding: 0 !important;
  }

  /* resmi büyüt */
  .card-product .card-product-inner img {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;  /* alanı doldur */
    padding: 0 !important;         /* küçülten padding sıfırlandı */
  }

}
/* =========================================================
   MOBİL GÖRSELİ GERÇEKTEN BÜYÜT
   ========================================================= */
@media (max-width: 767px) {

  /* görsel kutusu daha büyük */
  .card-product .card-product-inner .image,
  .card-product .card-product-inner .product-image,
  .card-product .card-product-inner figure,
  .card-product .card-product-inner .img-box {
    height: 220px !important;
    min-height: 220px !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* görselin kendisini büyüt */
  .card-product .card-product-inner .image img,
  .card-product .card-product-inner .product-image img,
  .card-product .card-product-inner figure img,
  .card-product .card-product-inner .img-box img {
    width: 108% !important;
    height: 108% !important;
    max-width: none !important;
    object-fit: cover !important;
    padding: 0 !important;
    transform: scale(1.08) !important;
    transform-origin: center center !important;
  }
}
/* =========================================================
   MOBİL RESİM ORANTILI BÜYÜTME - TAŞMA YOK
   ========================================================= */
@media (max-width: 767px) {

  .card-product .card-product-inner .image,
  .card-product .card-product-inner .product-image,
  .card-product .card-product-inner figure,
  .card-product .card-product-inner .img-box {
    height: 190px !important;
    min-height: 190px !important;
    aspect-ratio: auto !important;
    padding: 6px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
  }

  .card-product .card-product-inner .image img,
  .card-product .card-product-inner .product-image img,
  .card-product .card-product-inner figure img,
  .card-product .card-product-inner .img-box img,
  .card-product .card-product-inner img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    padding: 0 !important;
    margin: 0 auto !important;
    transform: none !important;
  }

}

/* =========================================================
   TRENDMAVI PREMIUM FINAL V5
   - Gerçek SVG kategori ikonları
   - Güvenlik kamera kategorisine kamera ikonu
   - Kargo Bedava + Hızlı Teslimat alt alta
   - Kargo süresi aynı gün / 1 gün ise Aynı Gün Kargo
========================================================= */

:root{
  --ty-orange:#f27a1a;
  --ty-orange-dark:#e66d10;
  --ty-orange-soft:#fff3e6;
  --ty-bg:#f5f5f5;
  --ty-border:#e6e6e6;
  --ty-text:#333;
  --ty-muted:#777;
  --ty-green:#0bb85d;
  --ty-blue:#1877f2;
  --ty-shadow:0 10px 28px rgba(0,0,0,.08);
  --ty-soft-shadow:0 4px 14px rgba(0,0,0,.055);
  --accent:var(--ty-orange)!important;
  --hover:var(--ty-orange-dark)!important;
  --body:var(--ty-bg)!important;
}

html,body{
  background:var(--ty-bg)!important;
  font-family:"Inter","Source Sans 3",Arial,sans-serif!important;
  color:var(--ty-text)!important;
  overflow-x:hidden!important;
}

a{text-decoration:none!important;transition:all .22s ease!important;}
a:hover{color:var(--ty-orange)!important;}

/* Eski yanlış ikonları kaldır */
.tm-menu-icon,.tm-cat-icon{display:none!important;}

/* HEADER */
header.desktop{
  position:sticky!important;
  top:0!important;
  z-index:999!important;
  background:#fff!important;
  border-bottom:1px solid #e8e8e8!important;
  box-shadow:0 2px 12px rgba(0,0,0,.055)!important;
}
header.desktop .header-contact{display:none!important;}
header.desktop .header-center{padding:14px 0!important;background:#fff!important;}
header.desktop .header-center .logo img{max-width:220px!important;object-fit:contain!important;}

/* Arama */
header.desktop .header-center .search form{
  height:48px!important;
  border:2px solid transparent!important;
  background:#f3f3f3!important;
  border-radius:8px!important;
  padding:0 6px 0 16px!important;
  gap:8px!important;
}
header.desktop .header-center .search form:focus-within{
  background:#fff!important;
  border-color:var(--ty-orange)!important;
  box-shadow:0 0 0 4px rgba(242,122,26,.13)!important;
}
header.desktop .header-center .search form input{
  height:44px!important;
  font-size:14px!important;
  font-weight:600!important;
  color:#333!important;
}
header.desktop .header-center .search form button{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:8px!important;
  background:var(--ty-orange)!important;
  border:0!important;
}
header.desktop .header-center .search form button:hover{background:var(--ty-orange-dark)!important;}
header.desktop .header-center .search form button i{color:#fff!important;font-size:16px!important;}

/* Hesap / Sepet */
header.desktop .header-center .header-actions{gap:8px!important;margin-right:0!important;}
header.desktop .header-center .header-actions .actions-item-user,
header.desktop .header-center .header-actions .actions-item-basket{
  height:42px!important;
  padding:0 11px!important;
  border-radius:8px!important;
}
header.desktop .header-center .header-actions .actions-item-user:hover,
header.desktop .header-center .header-actions .actions-item-basket:hover{
  background:var(--ty-orange-soft)!important;
}
header.desktop .header-center .header-actions .actions-item-user a,
header.desktop .header-center .header-actions .actions-item-basket .name{
  color:#333!important;
  font-size:13px!important;
  font-weight:800!important;
}
header.desktop .header-center .header-actions .actions-item-basket .icon .count{
  background:var(--ty-orange)!important;
  color:#fff!important;
  border:2px solid #fff!important;
  min-width:18px!important;
  height:18px!important;
  top:-7px!important;
  right:-8px!important;
  font-size:10px!important;
  font-weight:900!important;
}

/* Menü */
header.desktop .menu{
  background:#fff!important;
  border-top:1px solid #f2f2f2!important;
  border-bottom:1px solid #e8e8e8!important;
  margin-top:0!important;
}
header.desktop .mega-menu .navbar-nav{
  display:flex!important;
  align-items:center!important;
  gap:2px!important;
}
header.desktop .mega-menu .nav-item{
  height:44px!important;
  display:flex!important;
  align-items:center!important;
}
header.desktop .mega-menu .nav-link{
  height:44px!important;
  padding:0 13px!important;
  color:#333!important;
  background:transparent!important;
  font-size:13px!important;
  font-weight:800!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  white-space:nowrap!important;
  gap:7px!important;
}
header.desktop .mega-menu .nav-link:hover{
  color:var(--ty-orange)!important;
  background:transparent!important;
}
header.desktop .mega-menu .nav-link::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:50%!important;
  bottom:0!important;
  width:0!important;
  height:3px!important;
  background:var(--ty-orange)!important;
  border-radius:99px!important;
  transform:translateX(-50%)!important;
  transition:width .2s ease!important;
}
header.desktop .mega-menu .nav-link:hover::after{width:72%!important;}

/* Gerçek SVG ikon kapsayıcı */
.ty-menu-svg,
.ty-cat-svg{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  background:var(--ty-orange-soft)!important;
  color:var(--ty-orange)!important;
  flex:0 0 auto!important;
}
.ty-menu-svg{
  width:28px!important;
  height:28px!important;
}
.ty-cat-svg{
  width:36px!important;
  height:36px!important;
}
.ty-menu-svg svg,
.ty-cat-svg svg{
  width:18px!important;
  height:18px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.ty-cat-svg svg{
  width:20px!important;
  height:20px!important;
}
header.desktop .mega-menu .nav-link:hover .ty-menu-svg{
  background:var(--ty-orange)!important;
  color:#fff!important;
}

/* Kategoriler butonu */
.dropdown-category{width:190px!important;height:44px!important;}
header.desktop .dropdown-category .nav-link,
header.desktop .mega-menu .dropdown-category > a{
  background:var(--ty-orange)!important;
  color:#fff!important;
  height:44px!important;
  border-radius:8px 8px 0 0!important;
  padding:0 16px!important;
  font-weight:900!important;
}
header.desktop .dropdown-category .nav-link:hover,
header.desktop .mega-menu .dropdown-category > a:hover{
  background:var(--ty-orange-dark)!important;
  color:#fff!important;
}
header.desktop .dropdown-category .nav-link::before,
header.desktop .mega-menu .dropdown-category > a::before{
  content:"☰"!important;
  display:inline-block!important;
  margin-right:8px!important;
  font-size:16px!important;
}
header.desktop .dropdown-category .nav-link .ty-menu-svg{display:none!important;}
header.desktop .dropdown-category .nav-link::after,
header.desktop .mega-menu .dropdown-category > a::after{display:none!important;}

/* Sol kategori */
.dropdown-category .menu-left{
  width:285px!important;
  background:#fff!important;
  border:1px solid #eee!important;
  border-top:0!important;
  border-radius:0 0 14px 14px!important;
  overflow:visible!important;
  box-shadow:var(--ty-shadow)!important;
  z-index:1000!important;
}
.menu-left ul.f-ul{width:285px!important;padding:8px!important;margin:0!important;}
.menu-left ul.f-ul li.f-li{
  border-bottom:0!important;
  border-radius:10px!important;
  padding:0!important;
}
.menu-left ul.f-ul li.f-li:hover{background:#fff7ef!important;}
.menu-left ul.f-ul li.f-li a.f-item{
  min-height:46px!important;
  padding:9px 12px!important;
  border-radius:10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  color:#333!important;
  font-size:14px!important;
  font-weight:800!important;
}
.menu-left ul.f-ul li.f-li a.f-item:hover{color:var(--ty-orange)!important;}
.menu-left ul.f-ul li.f-li a.f-item::before{display:none!important;content:none!important;}
.menu-left ul.f-ul li.f-li a.f-item .name{
  flex:1 1 auto!important;
  width:auto!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.menu-left ul.f-ul li.f-li:hover .dropdown-menu2{
  display:block!important;
  left:100%!important;
  top:0!important;
  width:920px!important;
  max-width:calc(100vw - 335px)!important;
  min-height:430px!important;
  max-height:560px!important;
  padding:18px!important;
  background:#fff!important;
  border:1px solid #eee!important;
  border-radius:14px!important;
  box-shadow:var(--ty-shadow)!important;
  overflow-y:auto!important;
}

/* Ürün kartı */
body.categories-body #product-container .col-list-p-v-1{
  padding:0 8px 16px 8px!important;
  display:flex!important;
}
.card-product{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  background:#fff!important;
  border:1px solid #e8e8e8!important;
  border-radius:12px!important;
  box-shadow:0 2px 9px rgba(0,0,0,.045)!important;
  overflow:hidden!important;
  transition:all .22s ease!important;
}
.card-product:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.10)!important;
  border-color:#f7c89f!important;
}

/* Eski çakışan rozetleri kapat */
.card-product::before,
.card-product::after{content:none!important;display:none!important;}
.card-product .free-cargo-badge,
.card-product .cargo-badge,
.card-product .fast-cargo-badge,
.card-product .same-day-badge{display:none!important;}

/* Rozetler alt alta */
.ty-badge-stack{
  position:absolute!important;
  top:8px!important;
  left:8px!important;
  z-index:20!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:5px!important;
  pointer-events:none!important;
  max-width:calc(100% - 54px)!important;
}
.ty-card-badge{
  min-height:22px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  color:#fff!important;
  font-size:10px!important;
  line-height:1.1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  box-shadow:0 5px 14px rgba(0,0,0,.13)!important;
}
.ty-card-badge.same-day{background:var(--ty-orange)!important;}
.ty-card-badge.fast{background:var(--ty-blue)!important;}
.ty-card-badge.free{background:var(--ty-green)!important;}

.ty-fav-heart{
  position:absolute!important;
  top:8px!important;
  right:8px!important;
  z-index:20!important;
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#999!important;
  font-size:16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 4px 14px rgba(0,0,0,.14)!important;
  pointer-events:none!important;
}
.card-product:hover .ty-fav-heart{color:var(--ty-orange)!important;}

.card-product .card-product-inner{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:100%!important;
  padding:0!important;
}
.card-product .card-product-inner .image,
.card-product .card-product-inner .product-image,
.card-product .card-product-inner figure,
.card-product .card-product-inner .img-box{
  width:100%!important;
  aspect-ratio:1 / 1!important;
  background:#fff!important;
  border-bottom:1px solid #f2f2f2!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.card-product .card-product-inner .image img,
.card-product .card-product-inner .product-image img,
.card-product .card-product-inner figure img,
.card-product .card-product-inner .img-box img,
.card-product .card-product-inner img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:12px!important;
  transition:transform .3s ease!important;
}
.card-product:hover .card-product-inner .image img,
.card-product:hover .card-product-inner .product-image img,
.card-product:hover .card-product-inner figure img,
.card-product:hover .card-product-inner .img-box img{
  transform:scale(1.045)!important;
}
.card-product .card-product-inner .info-group,
.card-product .card-product-inner .title,
.card-product .card-product-inner .price-group,
.card-product .card-product-inner .buttons{
  padding-left:12px!important;
  padding-right:12px!important;
}
.card-product .card-product-inner .info-group{
  padding-top:12px!important;
  margin-bottom:5px!important;
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
}
.card-product .card-product-inner .info-group .category,
.card-product .card-product-inner .info-group .brand-name{
  font-size:11px!important;
  font-weight:900!important;
  color:#555!important;
  text-transform:uppercase!important;
}
.card-product .card-product-inner .title{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  min-height:40px!important;
  max-height:40px!important;
  margin-bottom:8px!important;
  font-size:13.5px!important;
  line-height:1.42!important;
  font-weight:700!important;
  color:#333!important;
  text-align:left!important;
}
.card-product .card-product-inner .price-group{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:7px!important;
  min-height:48px!important;
  margin-bottom:10px!important;
}
.card-product .card-product-inner .price-group .discount{
  background:var(--ty-orange)!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:4px 8px!important;
  font-size:10.5px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.card-product .card-product-inner .price-group .prices .list-price{
  font-size:11.5px!important;
  color:#999!important;
  text-decoration:line-through!important;
  font-weight:600!important;
}
.card-product .card-product-inner .price-group .prices .sale-price{
  font-size:20px!important;
  line-height:1.1!important;
  font-weight:950!important;
  color:var(--ty-orange)!important;
}
.card-product .card-product-inner .buttons{
  margin-top:auto!important;
  padding-bottom:12px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:56px!important;
}
.card-product .card-product-inner .buttons .btn-color-1,
.card-product .card-product-inner .buttons a.btn-color-1,
.card-product .card-product-inner .buttons button.btn-color-1,
.card-product .card-product-inner .buttons .add-to-cart-button{
  flex:1 1 auto!important;
  min-height:41px!important;
  height:41px!important;
  border-radius:8px!important;
  border:1.5px solid #ffd0aa!important;
  background:var(--ty-orange-soft)!important;
  color:var(--ty-orange)!important;
  font-size:13px!important;
  font-weight:900!important;
}
.card-product .card-product-inner .buttons .btn-cart,
.card-product .card-product-inner .buttons .add-to-cart,
.card-product .card-product-inner .buttons .sepet-btn{
  flex:0 0 41px!important;
  width:41px!important;
  min-width:41px!important;
  height:41px!important;
  border-radius:8px!important;
  border:1.5px solid #ffd0aa!important;
  background:var(--ty-orange-soft)!important;
  color:var(--ty-orange)!important;
}
.card-product .card-product-inner .buttons .btn-color-1:hover,
.card-product .card-product-inner .buttons .add-to-cart-button:hover,
.card-product .card-product-inner .buttons .btn-cart:hover,
.card-product .card-product-inner .buttons .add-to-cart:hover,
.card-product .card-product-inner .buttons .sepet-btn:hover{
  background:var(--ty-orange)!important;
  border-color:var(--ty-orange)!important;
  color:#fff!important;
}

/* Mobil */
@media(max-width:991px){
  header.desktop{display:none!important;}
  header.mobile,.mobile-header-space{display:block!important;}
  header.mobile{
    height:64px!important;
    background:#fff!important;
    box-shadow:0 4px 18px rgba(0,0,0,.10)!important;
  }
  .mobile-header-space{height:64px!important;}
  header.mobile .logo img{max-width:138px!important;max-height:54px!important;}
  header.mobile .icon-group{
    width:42px!important;
    height:42px!important;
    border-radius:12px!important;
    background:#f7f7f8!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  header.mobile .mobile-search{
    padding:8px 12px!important;
    background:#fff!important;
    border-bottom:1px solid #eee!important;
  }
  header.mobile .mobile-search form{
    display:flex!important;
    align-items:center!important;
    height:44px!important;
    background:#f3f3f3!important;
    border-radius:10px!important;
    overflow:hidden!important;
  }
  header.mobile .mobile-search form input{
    height:44px!important;
    font-size:14px!important;
    font-weight:600!important;
    padding-left:14px!important;
  }
}
@media(max-width:767px){
  .ty-badge-stack{
    top:7px!important;
    left:7px!important;
    gap:4px!important;
    max-width:calc(100% - 48px)!important;
  }
  .ty-card-badge{
    font-size:9px!important;
    min-height:20px!important;
    padding:4px 7px!important;
  }
  .ty-fav-heart{
    width:30px!important;
    height:30px!important;
    font-size:14px!important;
  }
  .card-product .card-product-inner .title{
    -webkit-line-clamp:3!important;
    min-height:54px!important;
    max-height:54px!important;
    font-size:12.5px!important;
  }
  .card-product .card-product-inner .price-group{
    flex-direction:column!important;
    gap:4px!important;
    min-height:60px!important;
  }
  .card-product .card-product-inner .price-group .prices .sale-price{
    font-size:17px!important;
    /* PRODUCT DETAIL - TRENDYOL STYLE FINAL */
.product-profile-1 .col-lg-7 {
  max-width: 44% !important;
  flex: 0 0 44% !important;
}

.product-profile-1 .col-lg-5 {
  max-width: 56% !important;
  flex: 0 0 56% !important;
}

.tm-product-detail-gallery {
  max-width: 500px !important;
  margin: 0 auto !important;
}

.tm-detail-gallery-box {
  position: relative !important;
  width: 100% !important;
  height: 460px !important;
  background: #fff !important;
  border: 1px solid #eeeeee !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  padding: 18px !important;
}

.tm-detail-gallery-inner,
.tm-detail-gallery-item,
.tm-detail-image-link {
  width: 100% !important;
  height: 100% !important;
}

.tm-detail-image-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.tm-detail-main-img,
.tm-product-detail-gallery .xzoom,
.tm-product-detail-gallery .hotspot-img-page,
.tm-product-detail-gallery .carousel-item img {
  max-width: 390px !important;
  max-height: 390px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  padding: 0 !important;
  transform: none !important;
}

.tm-detail-arrow {
  width: 38px !important;
  height: 38px !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.15) !important;
  opacity: 1 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.tm-detail-arrow i {
  color: #333 !important;
  font-size: 14px !important;
}

.tm-detail-arrow-prev {
  left: 12px !important;
}

.tm-detail-arrow-next {
  right: 12px !important;
}

.tm-detail-thumbs {
  position: static !important;
  margin: 12px 0 0 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  overflow-x: auto !important;
}

.tm-detail-thumb {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  padding: 4px !important;
  background: #fff !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.tm-detail-thumb.active {
  border: 2px solid #f27a1a !important;
}

.tm-detail-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

/* MOBİL */
@media (max-width: 991px) {
  .product-profile-1 .col-lg-7,
  .product-profile-1 .col-lg-5 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .tm-product-detail-gallery {
    max-width: 100% !important;
  }

  .tm-detail-gallery-box {
    height: 360px !important;
    padding: 12px !important;
  }

  .tm-detail-main-img,
  .tm-product-detail-gallery .xzoom,
  .tm-product-detail-gallery .hotspot-img-page,
  .tm-product-detail-gallery .carousel-item img {
    max-width: 310px !important;
    max-height: 310px !important;
  }

  .tm-detail-thumb {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
  }
}
  }
}

/* =====================================================
   TRENDMAVİ SIRALAMA ALANI - YATAY KAYDIRMALI FIX
   Alt alta düşmez, sayfayı kaydırmaz.
===================================================== */

.category-filter-order{
    background:#fff !important;
    border:1px solid #ececec !important;
    border-radius:14px !important;
    padding:10px 12px !important;
    margin-bottom:14px !important;
    box-shadow:0 4px 12px rgba(0,0,0,.04) !important;
    overflow:hidden !important;
}

.category-filter-order::before{
    content:"Sıralama";
    display:block;
    font-size:14px;
    font-weight:800;
    color:#222;
    margin-bottom:8px;
}

.category-filter-order-list{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    gap:8px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    white-space:nowrap !important;
    padding:0 0 4px 0 !important;
    margin:0 !important;
    -webkit-overflow-scrolling:touch !important;
    max-width:100% !important;
}

.category-filter-order-list::-webkit-scrollbar{
    height:4px !important;
}

.category-filter-order-list::-webkit-scrollbar-thumb{
    background:#f27a1a !important;
    border-radius:999px !important;
}

.category-filter-order-list .category-filter-order-item{
    flex:0 0 auto !important;
    width:auto !important;
    max-width:none !important;
}

.category-filter-order-item .lag-checkbox,
.category-filter-order-item .lag-checkbox label{
    width:auto !important;
    max-width:none !important;
}

.category-filter-order-item .lag-checkbox label{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border:1px solid #e5e5e5 !important;
    border-radius:999px !important;
    background:#fafafa !important;
    padding:8px 13px !important;
    font-size:12.5px !important;
    font-weight:800 !important;
    color:#444 !important;
    cursor:pointer !important;
    transition:.25s !important;
    margin:0 !important;
    white-space:nowrap !important;
    line-height:1 !important;
}

.category-filter-order-item .lag-checkbox label:hover,
.category-filter-order-item .lag-checkbox input:checked ~ label{
    background:#f27a1a !important;
    border-color:#f27a1a !important;
    color:#fff !important;
}

/* Select görünüyorsa onu da sıkılaştır */
.category-filter-order-select{
    width:100% !important;
    height:42px !important;
    border:1px solid #e5e5e5 !important;
    border-radius:12px !important;
    background:#fff !important;
    font-size:13px !important;
    font-weight:800 !important;
    padding:0 36px 0 12px !important;
    color:#333 !important;
}

/* Mobilde de ASLA alt alta düşmesin */
@media(max-width:767px){

    .category-filter-order{
        padding:9px 10px !important;
        border-radius:12px !important;
    }

    .category-filter-order::before{
        font-size:13px !important;
        margin-bottom:7px !important;
    }

    .category-filter-order-list{
        display:flex !important;
        flex-direction:row !important;
        flex-wrap:nowrap !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        gap:7px !important;
    }

    .category-filter-order-list .category-filter-order-item{
        flex:0 0 auto !important;
        width:auto !important;
    }

    .category-filter-order-item .lag-checkbox label{
        width:auto !important;
        min-width:auto !important;
        padding:8px 12px !important;
        font-size:12px !important;
    }
}

/* Önceki eklerden gelen alt alta yapma kodlarını ez */
@media(max-width:767px){
    .category-filter-order-list,
    .order-list{
        flex-direction:row !important;
    }

    .category-filter-order-list label,
    .order-list label,
    .category-filter-order-item label{
        width:auto !important;
        text-align:center !important;
    }
}

/* =====================================================
   TRENDMAVİ FINAL FIX
   Breadcrumb + Sıralama alanı alt alta düşmesin
===================================================== */

/* Ana Sayfa > Tüm Ürünler breadcrumb yatay */
.breadcrumb,
.breadcrumb-wrapper,
.breadcrumbs,
.breadcrumb-list,
.page-breadcrumb,
.p-g-mod-breadcrumb,
.pattern-breadcrumb,
nav[aria-label="breadcrumb"]{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    gap:6px !important;
    width:100% !important;
    background:#fff !important;
    border:1px solid #eeeeee !important;
    border-radius:12px !important;
    padding:9px 12px !important;
    margin:0 0 10px 0 !important;
    font-size:13px !important;
    font-weight:700 !important;
    color:#555 !important;
}

.breadcrumb *,
.breadcrumb-wrapper *,
.breadcrumbs *,
.breadcrumb-list *,
.page-breadcrumb *,
.p-g-mod-breadcrumb *,
.pattern-breadcrumb *,
nav[aria-label="breadcrumb"] *{
    display:inline-flex !important;
    align-items:center !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    white-space:nowrap !important;
}

.breadcrumb a,
.breadcrumb-wrapper a,
.breadcrumbs a,
.breadcrumb-list a,
.page-breadcrumb a,
.p-g-mod-breadcrumb a,
.pattern-breadcrumb a,
nav[aria-label="breadcrumb"] a{
    color:#666 !important;
    font-size:13px !important;
    font-weight:700 !important;
}

.breadcrumb a:hover,
.breadcrumb-wrapper a:hover,
.breadcrumbs a:hover,
.breadcrumb-list a:hover,
.page-breadcrumb a:hover,
.p-g-mod-breadcrumb a:hover,
.pattern-breadcrumb a:hover,
nav[aria-label="breadcrumb"] a:hover{
    color:#f27a1a !important;
}

/* Sıralama alanını yatay chip yap */
.category-filter-order,
.category-filter-order-list,
.p-g-mod-t-cat-order,
.p-g-mod-t-cat-filter-order,
.filter-order,
.order-filter,
.sorting,
.sorting-list{
    max-width:100% !important;
}

.category-filter-order{
    display:block !important;
    background:#fff !important;
    border:1px solid #eeeeee !important;
    border-radius:14px !important;
    padding:10px 12px !important;
    margin:0 0 14px 0 !important;
    overflow:hidden !important;
    box-shadow:0 4px 12px rgba(0,0,0,.04) !important;
}

.category-filter-order::before{
    content:"Sıralama";
    display:block !important;
    font-size:14px !important;
    font-weight:900 !important;
    color:#222 !important;
    margin:0 0 8px 0 !important;
}

/* Listeyi tek satırda kaydır */
.category-filter-order-list,
.category-filter-order .list-wrap,
.category-filter-order ul,
.p-g-mod-t-cat-order ul,
.p-g-mod-t-cat-filter-order ul,
.sorting ul,
.sorting-list{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    gap:8px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    white-space:nowrap !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 0 5px 0 !important;
    margin:0 !important;
    list-style:none !important;
    -webkit-overflow-scrolling:touch !important;
}

/* Her seçenek tek parça kalsın */
.category-filter-order-item,
.category-filter-order li,
.p-g-mod-t-cat-order li,
.p-g-mod-t-cat-filter-order li,
.sorting li{
    flex:0 0 auto !important;
    display:inline-flex !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}

/* Checkbox yapısını kırmadan chip görüntüsü */
.category-filter-order-item .lag-checkbox,
.category-filter-order .lag-checkbox{
    display:inline-flex !important;
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
}

.category-filter-order-item .lag-checkbox label,
.category-filter-order .lag-checkbox label,
.category-filter-order label,
.p-g-mod-t-cat-order label,
.p-g-mod-t-cat-filter-order label,
.sorting label{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    min-width:max-content !important;
    max-width:none !important;
    border:1px solid #e5e5e5 !important;
    border-radius:999px !important;
    background:#fafafa !important;
    padding:8px 13px !important;
    margin:0 !important;
    font-size:12.5px !important;
    font-weight:800 !important;
    line-height:1 !important;
    color:#444 !important;
    white-space:nowrap !important;
    cursor:pointer !important;
}

.category-filter-order-item .lag-checkbox label:hover,
.category-filter-order .lag-checkbox label:hover,
.category-filter-order label:hover,
.p-g-mod-t-cat-order label:hover,
.p-g-mod-t-cat-filter-order label:hover,
.sorting label:hover{
    background:#f27a1a !important;
    border-color:#f27a1a !important;
    color:#fff !important;
}

.category-filter-order input:checked ~ label,
.category-filter-order-item input:checked ~ label{
    background:#f27a1a !important;
    border-color:#f27a1a !important;
    color:#fff !important;
}

/* Select varsa düzgün kutu */
.category-filter-order-select{
    display:block !important;
    width:100% !important;
    height:42px !important;
    border:1px solid #e5e5e5 !important;
    border-radius:12px !important;
    background:#fff !important;
    font-size:13px !important;
    font-weight:800 !important;
    color:#333 !important;
}

/* Mobilde kesinlikle alt alta olmasın */
@media(max-width:767px){

    .breadcrumb,
    .breadcrumb-wrapper,
    .breadcrumbs,
    .breadcrumb-list,
    .page-breadcrumb,
    .p-g-mod-breadcrumb,
    .pattern-breadcrumb,
    nav[aria-label="breadcrumb"]{
        overflow-x:auto !important;
        flex-wrap:nowrap !important;
        white-space:nowrap !important;
    }

    .category-filter-order-list,
    .category-filter-order .list-wrap,
    .category-filter-order ul,
    .p-g-mod-t-cat-order ul,
    .p-g-mod-t-cat-filter-order ul,
    .sorting ul,
    .sorting-list{
        flex-direction:row !important;
        flex-wrap:nowrap !important;
        overflow-x:auto !important;
    }

    .category-filter-order-item,
    .category-filter-order li,
    .p-g-mod-t-cat-order li,
    .p-g-mod-t-cat-filter-order li,
    .sorting li{
        flex:0 0 auto !important;
        width:auto !important;
    }

    .category-filter-order-item .lag-checkbox label,
    .category-filter-order .lag-checkbox label,
    .category-filter-order label,
    .p-g-mod-t-cat-order label,
    .p-g-mod-t-cat-filter-order label,
    .sorting label{
        width:auto !important;
        min-width:max-content !important;
        padding:8px 12px !important;
        font-size:12px !important;
    }
}


/* =========================================================
   TRENDMAVI FINAL PREMIUM PAGE DESIGN PATCH
   - Daha iyi kategori / ürün kartı görünümü
   - Kampanya ikon kartları uyumlu
   - Çok satanlar link alanları için görsel vurgu
========================================================= */

:root{
  --tm-orange:#f27a1a;
  --tm-orange-dark:#e66d10;
  --tm-orange-soft:#fff4ea;
  --tm-dark:#111827;
  --tm-green:#12b76a;
  --tm-blue:#2563eb;
  --tm-border:#ececec;
  --tm-shadow:0 10px 28px rgba(15,23,42,.08);
  --tm-shadow-hover:0 18px 42px rgba(15,23,42,.13);
}

/* Sayfa zemini premium */
html,body{
  background:
    radial-gradient(circle at 8% 0%, rgba(242,122,26,.08), transparent 28%),
    linear-gradient(180deg,#fff 0%,#f7f8fa 100%) !important;
}

/* Kategori / listing üst alanları */
.breadcrumb,
.breadcrumb-wrapper,
.breadcrumbs,
.page-breadcrumb,
.p-g-mod-breadcrumb,
.pattern-breadcrumb,
nav[aria-label="breadcrumb"]{
  box-shadow:0 5px 18px rgba(0,0,0,.04) !important;
}

/* Filtre ve sıralama kutuları */
.category-filter-order,
.filter-order,
.sorting,
.p-g-mod-t-cat-order,
.p-g-mod-t-cat-filter-order{
  border-radius:16px !important;
  border:1px solid var(--tm-border) !important;
  box-shadow:0 6px 18px rgba(0,0,0,.045) !important;
  background:#fff !important;
}

/* Ürün kartı daha net ve satış odaklı */
.card-product{
  border-radius:18px !important;
  border:1px solid #e9e9e9 !important;
  box-shadow:0 7px 20px rgba(15,23,42,.06) !important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.card-product:hover{
  transform:translateY(-5px) !important;
  border-color:#ffd6b3 !important;
  box-shadow:var(--tm-shadow-hover) !important;
}

.card-product .card-product-inner .image,
.card-product .card-product-inner .product-image,
.card-product .card-product-inner figure,
.card-product .card-product-inner .img-box{
  background:
    radial-gradient(circle at 50% 45%, rgba(242,122,26,.055), transparent 34%),
    #fff !important;
}

.card-product .card-product-inner .title{
  font-size:13.5px !important;
  font-weight:800 !important;
  color:#202938 !important;
}

.card-product .card-product-inner .price-group .prices .sale-price{
  color:var(--tm-orange) !important;
  font-size:20px !important;
  font-weight:950 !important;
  letter-spacing:-.25px !important;
}

.card-product .card-product-inner .price-group .discount{
  background:linear-gradient(135deg,#ff7a00,#ff3d00) !important;
  color:#fff !important;
  font-weight:950 !important;
  box-shadow:0 5px 12px rgba(242,122,26,.18) !important;
}

/* Butonlar turuncu premium */
.card-product .card-product-inner .buttons .btn-color-1,
.card-product .card-product-inner .buttons a.btn-color-1,
.card-product .card-product-inner .buttons button.btn-color-1,
.card-product .card-product-inner .buttons .add-to-cart-button,
.card-product .card-product-inner .buttons .btn-cart,
.card-product .card-product-inner .buttons .add-to-cart,
.card-product .card-product-inner .buttons .sepet-btn{
  border-color:#ffd4b0 !important;
  background:var(--tm-orange-soft) !important;
  color:var(--tm-orange) !important;
  font-weight:950 !important;
}

.card-product .card-product-inner .buttons .btn-color-1:hover,
.card-product .card-product-inner .buttons a.btn-color-1:hover,
.card-product .card-product-inner .buttons button.btn-color-1:hover,
.card-product .card-product-inner .buttons .add-to-cart-button:hover,
.card-product .card-product-inner .buttons .btn-cart:hover,
.card-product .card-product-inner .buttons .add-to-cart:hover,
.card-product .card-product-inner .buttons .sepet-btn:hover{
  background:var(--tm-orange) !important;
  border-color:var(--tm-orange) !important;
  color:#fff !important;
}

/* Rozetler daha premium */
.ty-card-badge{
  font-weight:950 !important;
  box-shadow:0 6px 16px rgba(0,0,0,.16) !important;
}

.ty-card-badge.free{
  background:linear-gradient(135deg,#12b76a,#079455) !important;
}

.ty-card-badge.same-day{
  background:linear-gradient(135deg,#ff7a00,#ff3d00) !important;
}

.ty-card-badge.fast{
  background:linear-gradient(135deg,#111827,#2563eb) !important;
}

/* Favori kalbi */
.ty-fav-heart{
  background:rgba(255,255,255,.96) !important;
  color:#ff4d4f !important;
  transition:.25s ease !important;
}

.card-product:hover .ty-fav-heart{
  transform:scale(1.08) !important;
}

/* Üst kampanya ikon kartları */
.tm-home-mini-benefit{
  transition:.25s ease !important;
}

.tm-home-mini-benefit:hover{
  transform:translateY(-3px) !important;
  box-shadow:0 14px 28px rgba(15,23,42,.10) !important;
  border-color:#ffd6b3 !important;
}

.tm-home-mini-benefit[data-url="/cok-satanlar"] .tm-home-mini-icon{
  background:linear-gradient(135deg,#111827,#ff7a00) !important;
  color:#fff !important;
}

.tm-home-mini-benefit[data-url="/cok-satanlar"] b{
  color:#111827 !important;
}

/* Kampanya kartı link görünümü */
.tm-home-campaign-card{
  text-decoration:none !important;
}

.tm-home-campaign-card[data-theme="blue"] .tm-home-campaign-badge{
  color:#2563eb !important;
}

.tm-home-campaign-card[data-theme="orange"] .tm-home-campaign-badge,
.tm-home-campaign-card[data-theme="pink"] .tm-home-campaign-badge{
  color:#f05a00 !important;
}

/* Çok satanlar daha belirgin */
.tm-home-campaign-card[href="/cok-satanlar"]{
  outline:2px solid rgba(255,255,255,.22) !important;
}

/* Mobil düzeltme */
@media(max-width:767px){
  .card-product{
    border-radius:15px !important;
  }

  .card-product .card-product-inner .title{
    font-size:12.5px !important;
  }

  .card-product .card-product-inner .price-group .prices .sale-price{
    font-size:17px !important;
  }

  .category-filter-order,
  .filter-order,
  .sorting{
    border-radius:13px !important;
  }
}