﻿.list-product-home-seller.list-pro-king-latex {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 23px;
    row-gap: 23px;
}

.home-product-top-seller.top-title-pro-king-latex {
    text-align: center;
}

    .home-product-top-seller.top-title-pro-king-latex span {
        font-size: 18px;
        color: #333;
        font-family: 'monSB';
        display: block;
        margin-top: 4px;
    }

.content-item-pro-seller.content-king-latex {
    background: #f7f9ff;
}

.home-product-king-latex {
    background: #fff;
}

.banner-full-king-latex img {
    display: block;
    width: 100%;
    height: 100%;
    border: unset;
}

.banner-full-king-latex .home-product-top-seller top-title-pro-king-latex {
}

.banner-full-king-latex .home-product-top-seller.top-title-pro-king-latex {
    position: relative;
    top: -77px;
    width: max-content;
    margin: auto;
    background: #fff;
    padding: 16px 35px 0 35px;
    border-radius: 25px 25px 0 0;
}

.home-product-king-latex .home-product-container {
    padding-top: 0;
    margin-top: -30px;
    padding-bottom: 35px;
}

@media(max-width:1023px) {
    .list-product-home-seller.list-pro-king-latex {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 15px;
    }

    .banner-full-king-latex .home-product-top-seller.top-title-pro-king-latex {
        position: relative;
        top: -50px;
        width: max-content;
        margin: auto;
        background: #fff;
        padding: 10px 16px 0 16px;
        border-radius: 12px 12px 0 0;
    }

    .home-product-top-seller.top-title-pro-king-latex span {
        font-size: 14px;
    }
}