/* إظهار بطاقتين منتجات في الجوال - منصة سلة */
@media (max-width: 767px) {

  
  .s-products-slider-card,
  .swiper-slide:has(.s-product-card-entry) {
    width: calc((100vw - 22px) / 2) !important;
    min-width: calc((100vw - 22px) / 2) !important;
    max-width: calc((100vw - 22px) / 2) !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .s-product-card-entry {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .s-product-card-image {
    height: 135px !important;
    padding: 7px !important;
  }

  .s-product-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .s-product-card-content {
    padding: 8px !important;
  }

  .s-product-card-content-title,
  .s-product-card-content-title a {
    font-size: 13px !important;
    line-height: 1.4 !important;
    min-height: 38px !important;
    white-space: normal !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .s-product-card-content-subtitle {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  .s-product-card-price {
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .s-product-card-entry .s-button-element {
    width: 100% !important;
    font-size: 12px !important;
    padding: 7px 6px !important;
    justify-content: center !important;
  }
}