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;
}

/* Move Add to Cart button under price */
.s-product-card-content-footer {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  padding: 8px 12px 12px !important;
  background: transparent !important;
  display: flex !important;
  justify-content: center !important;
}

.s-product-card-content-footer .s-button-element {
  border-color: #facc15 !important;
  color: #facc15 !important;
  border-radius: 8px !important;
  width: 100% !important;
}

.s-product-card-content-footer .s-button-element:hover {
  background: #facc15 !important;
  color: #000 !important;
}