
/* Cadde Market v9.2 - ZORUNLU GÖRSEL DÜZELTME
   Bu dosya cache kırmak için ayrıca eklendi. */
.foodmart-products .section-title{
  font-size:34px!important;
  font-weight:950!important;
  letter-spacing:-.04em!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.foodmart-products .section-title::before{
  content:"";
  width:9px;
  height:36px;
  border-radius:999px;
  background:linear-gradient(180deg,#16a34a,#ffc43f)!important;
  display:inline-block;
}
.section-subtitle{
  font-size:15px!important;
  font-weight:800!important;
  color:#64748b!important;
  margin-top:4px!important;
}

/* Ürün kartı tamamen belirgin yeni görünüm */
.product-item.foodmart-product-card,
.foodmart-product-card{
  border:2px solid #f1f5f9!important;
  border-radius:28px!important;
  padding:18px!important;
  background:#fff!important;
  box-shadow:0 18px 45px rgba(15,23,42,.09)!important;
  transition:all .22s ease!important;
}
.product-item.foodmart-product-card:hover,
.foodmart-product-card:hover{
  transform:translateY(-7px)!important;
  border-color:#ffc43f!important;
  box-shadow:0 24px 55px rgba(15,23,42,.14)!important;
}
.product-item.foodmart-product-card figure,
.foodmart-product-card figure{
  border-radius:24px!important;
  background:linear-gradient(180deg,#f8fafc,#f1f5f9)!important;
  border:1px solid #eef2f7!important;
  min-height:150px!important;
}
.foodmart-product-card h3{
  font-size:21px!important;
  font-weight:950!important;
  color:#111827!important;
  margin:14px 0 8px!important;
}
.foodmart-product-card .price{
  font-size:25px!important;
  font-weight:950!important;
  color:#111827!important;
}
.foodmart-product-card .old-price{
  color:#9ca3af!important;
  font-size:15px!important;
  text-decoration:line-through!important;
  font-weight:900!important;
}

/* Eski düz yazı görünümünü rozet gibi göster */
.foodmart-product-card .qty,
.foodmart-product-card .rating{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  min-height:30px!important;
  padding:0 11px!important;
  margin:4px 5px 8px 0!important;
  border-radius:999px!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  vertical-align:middle!important;
}
.foodmart-product-card .qty{
  background:#f1f5f9!important;
  color:#334155!important;
  border:1px solid #e2e8f0!important;
}
.foodmart-product-card .rating{
  background:linear-gradient(135deg,#ecfccb,#d9f99d)!important;
  color:#3f6212!important;
  border:1px solid #bef264!important;
  box-shadow:0 8px 18px rgba(132,204,22,.14)!important;
}
.foodmart-product-card .rating svg{
  display:none!important;
}
.foodmart-product-card .rating::before{
  content:"⚡";
  margin-right:6px;
}

/* Ürün üst rozeti: İndirimli / Express / Günlük / Öne çıkan */
.foodmart-product-card .product-badge,
.product-badge{
  top:14px!important;
  left:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:36px!important;
  padding:0 15px!important;
  border-radius:999px!important;
  border:2px solid #fff!important;
  box-shadow:0 15px 30px rgba(0,0,0,.20)!important;
  font-size:12px!important;
  font-weight:950!important;
  color:#fff!important;
  text-transform:none!important;
  letter-spacing:.02em!important;
}
.product-badge::before{font-size:14px!important}
.product-badge-sale{background:linear-gradient(135deg,#ef4444,#b91c1c)!important}
.product-badge-sale::before{content:"🔥"!important}
.product-badge-new{background:linear-gradient(135deg,#06b6d4,#2563eb)!important}
.product-badge-new::before{content:"✨"!important}
.product-badge-hot{background:linear-gradient(135deg,#f59e0b,#ea580c)!important}
.product-badge-hot::before{content:"⭐"!important}
.product-badge-dark,.product-badge-default{background:linear-gradient(135deg,#111827,#334155)!important}
.product-badge-dark::before,.product-badge-default::before{content:"🏷️"!important}
.product-badge-daily{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important}
.product-badge-daily::before{content:"🛒"!important}
.product-badge-express{background:linear-gradient(135deg,#16a34a,#3f6212)!important}
.product-badge-express::before{content:"⚡"!important}

/* Buton alanı */
.foodmart-add-form{
  border-top:1px solid #edf2f7!important;
  padding-top:15px!important;
  margin-top:13px!important;
}
.foodmart-add-form .input-number{
  border-radius:16px!important;
  min-height:48px!important;
  font-weight:900!important;
}
.foodmart-add-btn{
  background:#fff7df!important;
  border:1px solid #ffd978!important;
  border-radius:16px!important;
  min-height:48px!important;
  padding:0 16px!important;
  font-weight:950!important;
  color:#111827!important;
}
.foodmart-add-btn:hover{
  background:#ffc43f!important;
}

@media(max-width:767px){
  .foodmart-products .section-title{font-size:28px!important}
  .product-item.foodmart-product-card,.foodmart-product-card{
    border-radius:22px!important;
    padding:13px!important;
  }
  .product-item.foodmart-product-card figure,.foodmart-product-card figure{
    min-height:116px!important;
  }
  .foodmart-product-card h3{font-size:17px!important}
  .foodmart-product-card .price{font-size:21px!important}
  .foodmart-product-card .qty,.foodmart-product-card .rating{
    font-size:10px!important;
    min-height:27px!important;
    padding:0 8px!important;
  }
  .product-badge{
    min-height:31px!important;
    padding:0 11px!important;
    font-size:10px!important;
  }
}
