/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

/* ---------------------------------------------------------------------------
 * Product previews gallery (ACF "product_gallery" — inc/render-acf-gallery.php)
 * ------------------------------------------------------------------------- */
.mp-product-gallery {
    margin: 2.5rem 0;
}

.mp-product-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
}

.mp-product-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
