/* Add custom CSS styles below */ 

/* زر الإضافة للسلة */
.product-card__enhanced-mini-cart {
  padding: 14px !important;
  padding-top: 0 !important;
}

.product-card__enhanced-mini-cart button,
.product-card__enhanced-mini-cart .s-button-element {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}