.homepage-product-grid-wrapper{
    display:flex;
    flex-wrap:wrap
}
.homepage-product-grid-wrapper .grid__item{
    margin-top:0;
    margin-bottom:45px
}
/* JEE EDIT */
.grid__item:nth-last-child(-n+2) {
    margin-bottom:0;
}
/* JEE EDIT */
@media only screen and (min-width:768px){
    .homepage-product-grid-wrapper .grid__item{
        margin-bottom:0;
    }
}
@media only screen and (max-width:768px){
    .homepage-product-grid-wrapper .grid__item{
        padding:0 7.5px
    }
}
.homepage-product-grid-wrapper .helper-content .grid__item{
    margin-top:0
}
.homepage-product-grid-wrapper .quick-add-button-onboarding,.homepage-product-grid-wrapper .quick-add-button-variants,.homepage-product-grid-wrapper .sold-out-button{
    color:var(--primary-btn-text-color)
}
.homepage-product-grid-wrapper .product-grid--price .money,.homepage-product-grid-wrapper .product-grid--title{
    color:inherit
}
@media screen and (max-width:768px){
    .show-view-all--button{
        margin-top:20px
    }
}
