#trending {
    margin-top: 102px;
    overflow: hidden;
}

#trending .container {
    --content-width: 1423px;
}

#trending h4 {
    font-size: 2.5em;
    margin-bottom: 9px;
    margin-left: 57px;
    padding-top: 4px;
}

#trending h4 img {
    margin-left: 6px;
    margin-top: -8px;
}

#trending .products-slider {
    padding: 0 57px;
}

#trending .swiper {
    --swiper-navigation-sides-offset: 0;
    padding-top: 20px;
}
#trending .swiper-button-next:after, 
#trending .swiper-button-prev:after {
    display: none;
}
#trending .swiper-slide {
    height: auto;
    display: flex;
}
#trending .trending-product {
    width: 100%;
}
#trending .products-image {
    height: 308px;
    flex-grow: 0;
}
#trending .products-price {
    font-size: 2.375em;
	line-height: 1;
	top: -26px;
	right: -9px;
	width: 151px;
	height: 151px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../../../images/2025/home/price-star.png');
    background-image: image-set(url('../../../images/2025/home/price-star.png') 1x, url('../../../images/2025/home/price-star@2x.png') 2x);
}
#trending .products-price span {
    font-size: 0.28947368em;
}
#trending .products-price sup {
    font-size: 60%;
}
#trending .products-details {
    padding: 11px 0 0;
    flex-grow: 1;
    justify-content: flex-start;
}
#trending .products-details .products-title {
    font-size: 1.125em;
    line-height: 1.333;
}
#trending .products-details .products-brand {
    margin-top: 4px;
    font-size: 1em;
    line-height: 1.625;
    margin-bottom: 22px;
}
#trending .products-details .button {
    width: 191px;
    height: 39px;
    border-radius: 20px;
    font-size: 1.25em;
    padding: 0;
    margin-top: auto;
    margin-bottom: 0;
}
#trending .products-details .button span {
    font-size: 1em;
}

#trending .trending-product:hover {
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {

    #trending h4 {
        font-size: 1.5em;
    }
    
    #trending h4 img {
        margin-left: 6px;
        margin-top: -8px;
    }
}

@media screen and (max-width: 567px) {
    #trending h4 {
        margin-left: 0;
        margin-bottom: 0;
    }    
    #trending h4 img {
        margin-left: 8px;
    }
    #trending .products-slider {
        padding: 0;
        margin: 0 -15px;
    }
    #trending .products-image {
        height: 193px;
    }
    #trending .products-image img.cover {
        width:100%;
    }
    #trending .products-price {
        font-size: 1.3125em;
        top: -20px;
        width: 95px;
        height: 95px;
    }
    #trending .products-details {
        padding: 5px 0 0;
    }
    #trending .products-details .products-title {
        font-size: 1em;
        line-height: 1.5;
    }
    #trending .products-details .products-brand {
        font-size: 0.75em;
        margin-bottom: 16px;
    }
    #trending .products-details .button {
        width: 155px;
        height: 32px;
        border-radius: 16px;
        font-size: 1em;
    }
}