/* Add custom CSS styles below */ 
#whatsapp_chat_widget > #karzoun-widget-send-button {
    left: 20px;
    right: auto;
}
@media (max-width: 767px) {
.product-single div#karzoun-widget-send-button {
    bottom: 142px;
}
}
@media (max-width: 767px) {
    #mainnav .header-brand img {
        scale: 0.6;
        max-height: 6rem;
    }
}
/* تصغير زر أضف للسلة – قالب روح */
@media (max-width: 1024px) {

  .salla-add-to-cart-button,
  .add-to-cart,
  button[type="submit"] {
    font-size: 14px !important;   /* تصغير الخط */
    padding: 10px 14px !important;
    min-height: 42px !important; /* تقليل الارتفاع */
  }



  /* منتجات متحركة (سلايدر المنتجات) - جوال */
@media (max-width: 768px){

  /* استهداف سلايدر المنتجات فقط */
  .salla-products-slider .swiper-slide,
  .products-slider .swiper-slide,
  .section-products .swiper-slide,
  .home .section-products .swiper-slide{
    width: calc(50% - 10px) !important;  /* منتجين */
  }

  /* كروت المنتجات داخل السلايدر */
  .salla-products-slider .product,
  .products-slider .product,
  .section-products .product{
    height: auto !important;
  }

  /* صورة المنتج: مربعة وCover */
  .salla-products-slider img,
  .products-slider img,
  .section-products img{
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 12px !important;
    background: #fff;
  }

  /* قص اسم المنتج لسطرين */
  .salla-products-slider .product-title,
  .products-slider .product-title,
  .section-products .product-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* آيباد: 3 منتجات */
@media (min-width: 769px) and (max-width: 1024px){
  .salla-products-slider .swiper-slide,
  .products-slider .swiper-slide,
  .section-products .swiper-slide{
    width: calc(33.33% - 12px) !important;
  }
}