/* تصحيح ارتفاع زر إضافة للسلة */
.btn-add-cart,
.product-card .btn-add-cart,
.featured-products .btn-add-cart,
.samsung-products .btn-add-cart,
.iphone-products .btn-add-cart,
.related-products .btn-add-cart,
.offers-page .btn-add-cart,
.category-page .btn-add-cart,
.search-results .btn-add-cart {
    height: 28px !important;
    padding: 0 8px !important;
    font-size: 0.75rem !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 28px !important;
    max-height: 28px !important;
}

/* تأكيد على تنسيق الأيقونة داخل الزر */
.btn-add-cart i {
    font-size: 0.75rem !important;
    margin-left: 4px !important;
}
