/**
 * VRZ Prodotti Homepage Module CSS
 * 
 * @author VRZ Team
 * @version 1.0.0
 * @license AFL-3.0
 */

/* Utilizza lo stesso stile delle pagine di categoria */
.vrz-prodotti-homepage {
    margin-bottom: 30px;
}

.vrz-prodotti-all-box {
    position: relative;
}

.vrz-prodotti {
    margin-bottom: 20px;
}

.vrz-main-title-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.vrz-description-wrapper {
    margin-bottom: 20px;
}

.vrz-description {
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.vrz-prodotti-content {
    position: relative;
}

/* Utilizza le stesse classi delle pagine di categoria */
.vrz-prodotti-homepage #js-product-list {
    margin-bottom: 0;
}

.vrz-prodotti-homepage .tvgrid-list-view-product {
    margin-bottom: 0;
}

.vrz-prodotti-homepage .products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.vrz-prodotti-homepage .product-miniature {
    padding: 0 10px;
    margin-bottom: 20px;
}

.vrz-prodotti-homepage .product-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.vrz-prodotti-homepage .product-actions .btn {
    width: 100%;
    margin-bottom: 5px;
}

.vrz-prodotti-homepage .product-price-and-shipping {
    margin-bottom: 15px;
}

.vrz-prodotti-homepage .product-price-and-shipping .price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.vrz-prodotti-homepage .product-price-and-shipping small {
    font-size: 12px;
    color: #666;
}

.vrz-no-products {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-style: italic;
}

/* Responsive */
@media (max-width: 767px) {
    .vrz-prodotti-homepage .product-miniature {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .vrz-prodotti-homepage .product-miniature {
        width: 100%;
    }
}
