.btn-primary {
    background-color: #2ecc71 !important; /* لون الخلفية */
    border-radius: 25px !important; /* درجة انحناء الزوايا */
    transition: all 0.3s ease;
  .product-card__image {
    border-radius: 15px !important;
    overflow: hidden !important;
}.store-logo img {
    max-height: 150px !important; /* يمكنك زيادة أو تقليل الرقم حسب الرغبة */
    width: auto !important;
}