.shop-bottom-area .list-product,
.best-sell-slider .list-product {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(37, 50, 55, 0.16);
    border-radius: 5px;
    overflow: hidden;
}

.shop-bottom-area .img-block,
.best-sell-slider .img-block {
    aspect-ratio: 4 / 5;
    width: 100%;
    height: auto;
    min-height: 0;
    background: rgba(255, 255, 255, 0.2);
}

.shop-bottom-area .img-block .thumbnail,
.best-sell-slider .img-block .thumbnail {
    display: block;
    width: 100%;
    height: 100%;
}

.shop-bottom-area .first-img,
.best-sell-slider .first-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.shop-bottom-area .product-decs,
.best-sell-slider .product-decs {
    min-height: 120px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 16px 15px 14px;
}

.shop-bottom-area .product-link,
.best-sell-slider .product-link {
    display: -webkit-box;
    min-height: 38px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.shop-bottom-area .pricing-meta,
.best-sell-slider .pricing-meta {
    margin-top: auto;
    min-height: 28px;
}

.shop-bottom-area .current-price,
.best-sell-slider .current-price {
    line-height: 1.2;
    white-space: nowrap;
}

.shop-bottom-area .add-to-link,
.best-sell-slider .add-to-link {
    bottom: 12px;
    z-index: 2;
}

@media (max-width: 575px) {
    .shop-bottom-area .img-block,
    .best-sell-slider .img-block {
        aspect-ratio: 3 / 4;
    }

    .shop-bottom-area .product-decs,
    .best-sell-slider .product-decs {
        min-height: 108px;
        padding: 14px 12px;
    }
}
