/* تنسيق خاص لأزرار الصفحة الرئيسية لتكون مثل أزرار صفحة العروض */
.featured-products .btn-add-cart,
.samsung-products .btn-add-cart,
.iphone-products .btn-add-cart {
    font-size: 0.8rem;
    padding: 5px 10px;
    width: 100%;
    flex: 1;
}

/* تنسيق خاص لحاوية الأزرار في الصفحة الرئيسية */
.featured-products .product-actions,
.samsung-products .product-actions,
.iphone-products .product-actions {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
