/* ===== CARROUSEL "NOS MEILLEURES VENTES" (Product Slider for WooCommerce) ===== */
.wps-product-section {
    padding: 10px 4px 30px;
}

.wpsf-product {
    background: linear-gradient(135deg, #F8F4ED 0%, #eef3e4 100%);
    border-radius: 20px;
    padding: 18px 16px 22px;
    box-shadow: 0 10px 28px rgba(46, 89, 132, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin: 6px;
}

.wpsf-product:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 38px rgba(46, 89, 132, 0.2);
}

.sp-wps-product-image-area {
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 12px;
}

.wpsf-product .wps-product-image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.wpsf-product:hover .wps-product-image img {
    transform: scale(1.04);
}

.wpsf-product-title {
    text-align: center;
    margin-bottom: 6px;
}

.wpsf-product-title a {
    color: #2E5984;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
}

.wpsf-product-price {
    text-align: center;
    color: #4B9C30;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
}

.sp-wps-product-details-inner {
    text-align: center;
}

.wpsf-cart-button {
    display: none;
}
