.products-grid-section{background-color:var(--background-color)}.products-grid-section__list{--gap:18px;--product-per-row:3;max-width:88%;margin:0 auto;display:flex;flex-wrap:wrap;gap:var(--gap)}@media only screen and (max-width:1023px){.products-grid-section__list{--product-per-row:2}}@media only screen and (max-width:767px){.products-grid-section__list{--product-per-row:1;max-width:92%}}.products-grid-section__list .product-card{--product-side-offset:calc((var(--gap) * (var(--product-per-row) - 1)) / (var(--product-per-row)));max-width:calc((100% / var(--product-per-row) * 1) - var(--product-side-offset));width:100%;height:auto;display:flex;flex-direction:column}.products-grid-section__list .product-card .product-card__media{flex:1}.products-grid-section__list .product-card .product-card__media .product-card__media--wrapper{position:relative;width:100%;height:100%}.products-grid-section__list .product-card .product-card__sale-badge{width:70px;height:70px}@media only screen and (max-width:767px){.products-grid-section__list .product-card .product-card__sale-badge{width:60px;height:60px}}.products-grid-section__list .product-card.product-card__stretch-image .product-card__media{max-width:100%;max-height:none}.products-grid-section__list .product-card.product-card__stretch-image .product-card__media--wrapper{position:static!important}.products-grid-section__list .product-card.product-card__stretch-image .product-card__media--wrapper .card-main-image{-o-object-fit:cover;object-fit:cover}.products-grid-section__list .product-card.product-card__stretch-image .product-card__badge{position:relative;color:var(--overlay-content-color,#fff)}.products-grid-section__list .product-card.product-card__stretch-image .product-card__title-with-price{position:relative;color:var(--overlay-content-color,#fff)}.products-grid-section__list .product-card.product-card__stretch-image .product-card__title-with-price .product-title,.products-grid-section__list .product-card.product-card__stretch-image .product-card__title-with-price .subheading-2{color:inherit}