.home-product {
    position: relative;
}

.home-product-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .home-product-bg img {
    }

.home-product .grid.wide {
    position: relative;
}

.home-product-container {
    padding-top: 109px;
    padding-bottom: 85px;
}

.home-product-btn {
    margin: 0 auto;
    margin-top: 49px;
}

.home-product-list {
    margin-top: 51px;
}
/* Mobile & tablet */
@media (max-width: 1023px) {
    .home-product-container {
        padding: 50px 0;
    }

        .home-product-container .p-product-item:nth-child(9) {
            display: none;
        }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {

    .home-product-container {
        padding: 30px 0;
    }

    .home-product-list {
        margin-top: 34px;
        column-gap: 12px;
        row-gap: 12px;
    }
}
