custom-salla-product-card {
  border: 1px solid #facc15; 
  overflow: hidden; 
  }


/* توسيط اسم المنتج */
.s-product-card-content-title {
  text-align: center;
}

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

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

.s-product-card-entry {
  border-radius: 10px !important;      
}


.navbar-brand img {
    max-height: 5rem;
    }