/* منتجات ثيم Pixel */
section[data-section-type="products"] .product-card {
    border-radius: 14px !important;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15) !important;
    overflow: hidden;
    transition: 0.3s ease;
}

section[data-section-type="products"] .product-card:hover {
    transform: translateY(-6px);
}

section[data-section-type="products"] .product-card img {
    height: 240px !important;
    object-fit: cover;
}

section[data-section-type="products"] .price {
    color: #FFD700 !important;
    font-weight: bold;
}

section[data-section-type="products"] button {
    background: #000 !important;
    color: #FFD700 !important;
    border-radius: 10px !important;
}