/* public/js/front/components/Dailybest.css
   Extracted from the <style scoped> block in resources/js/index/components/Dailybest.vue.
   Scoping is dropped (per the CDN-build convention already used elsewhere in this cluster). */

.swiper-slide {
    height: auto;
}

/* Optional: Swiper navigation buttons responsive fix */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-slide .product-cart-wrap {
    min-height: calc(100% - 10px);
    margin-bottom: 10px;
}
