/* DIY Off Road — homepage product sliders (Featured Products + Best Sellers).
   The Mageplaza productslider template is overridden (Hos/diy/Mageplaza_Productslider)
   to render the shared .jadog carousel — styles come from related-carousel.css.
   This file holds homepage-only tweaks. */

.jadog-home-carousel {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

/* Mageplaza widget images are 240x300 portrait — keep them tidy and centered */
.jadog-home-carousel .jadog-card-image img {
    max-height: 230px;
    width: auto;
    margin: 0 auto;
}

/* Hide the leftover Mageplaza pager/empty markup if present */
.jadog-home-carousel + .pager,
.mp-product-slider-content .pager:empty {
    display: none;
}
