/* ===== MODERN LUXURY PRODUCT GRID ===== */

.products-grid .product,
.s-product-card,
.product-card {
    border: 1px solid #f0f0f0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    transition: all 0.35s ease !important;
    padding: 15px !important;
}

.products-grid .product:hover,
.s-product-card:hover,
.product-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08) !important;
}

/* الصورة */
.products-grid img,
.s-product-card img {
    border-radius: 16px !important;
    margin-bottom: 12px !important;
}

/* اسم المنتج */
.s-product-card .s-product-name,
.product-card h3 {
    font-weight: 600 !important;
    font-size: 16px !important;
    text-align: center !important;
    margin-top: 8px !important;
}

/* السعر */
.s-product-card .s-product-price,
.product-card .price {
    text-align: center !important;
    font-weight: bold !important;
    margin: 8px 0 !important;
}

/* زر الإضافة للسلة */
.s-product-card .s-button,
.product-card button {
    border-radius: 12px !important;
    font-weight: 600 !important;
}