
/*
 * HaleMC Store V10
 * Yalnızca fiyat rozetini düzenler.
 * Görsel ve kart ölçüleri V8 dosyasından gelir; bu dosya onları değiştirmez.
 */

.halemc-store-product-card .product-preview-info {
  position: relative !important;
  padding-top: 48px !important;
}

/* Fiyat, görsel alanına taşmadan bilgi bölümünün sağ üstünde durur. */
.halemc-store-product-card .text-sticker {
  position: absolute !important;
  top: 12px !important;
  right: 16px !important;
  left: auto !important;
  bottom: auto !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 112px !important;
  max-width: calc(100% - 32px) !important;
  min-height: 34px !important;

  margin: 0 !important;
  padding: 7px 14px !important;

  border: 1px solid rgba(246, 201, 76, .34) !important;
  border-radius: 999px !important;
  background: rgba(10, 16, 24, .97) !important;
  color: #f5f7fb !important;
  box-shadow: 0 9px 22px rgba(0, 0, 0, .24) !important;

  line-height: 1.1 !important;
  white-space: nowrap !important;
  z-index: 5 !important;
}

.halemc-store-product-card .text-sticker .highlighted {
  margin-right: 4px !important;
  color: #f6c94c !important;
}

.halemc-store-product-card .text-sticker del {
  margin-right: 6px !important;
}

/* Görselleri V8 ölçülerinde zorla koru. */
.halemc-product-card-media {
  height: 235px !important;
  min-height: 235px !important;
}

.halemc-product-card-image {
  width: 100% !important;
  height: 100% !important;
  padding: 14px 20px 12px !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none;
}

.halemc-store-product-card:hover .halemc-product-card-image {
  transform: scale(1.035) translateY(-2px) !important;
}

@media (max-width: 760px) {
  .halemc-store-product-card .product-preview-info {
    padding-top: 46px !important;
  }

  .halemc-store-product-card .text-sticker {
    top: 11px !important;
    right: 13px !important;
    min-width: 106px !important;
    padding: 7px 12px !important;
    font-size: 13px !important;
  }

  .halemc-product-card-media {
    height: 225px !important;
    min-height: 225px !important;
  }
}
