.s-product-card-content {
    text-align: center !important;
}

.s-product-card-content-sub {
    display: inline !important;
    text-align: center !important;
}

.s-product-card-content-title a {
    font-size: 1.2rem !important;
}

.s-product-card-price {
    font-size: 1.2rem !important;
}

.s-product-card-content-subtitle {
    color: #9b0202 !important;
}

p.text-gray-500.text-sm {
    display: none !important;
}

.s-product-card-horizontal .s-product-card-content-title a {
    overflow: initial !important;
}

.s-advertisement-content-main {
    font-size: 18px !important;
}

.s-advertisement-content-icon {
    font-size: 18px !important;
}



.price-with-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.price-with-badge .bnpl-inline {
  height: 45px; /* عدّل حسب الحجم المناسب */
  width: auto;
  display: block;
}

.s-product-card-content-sub,
.s-product-card-footer,
.s-product-card-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}