/* Product Slider */
.home-product-slider .swiper-slide .slider-image-wrapper img {
    border-radius: 8px;
}
@media (max-width: 576px) {
    .home-product-slider .swiper-slide .slider-image-wrapper img {
        border-radius: 2px;
    }
}
.home-product-slider .swiper-slide .swiper-slide-inner {
    align-items: end;
    justify-content: start;
}

/* Hero Overlay */
.hero-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(137deg, rgba(0, 0, 0, 0.25) 0%, rgba(31, 16, 2, 0.5) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}