.product-grid{width:calc(100% - 32px);max-width:1200px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-grid .product-unit{--data-count: 4;width:calc((100% - 16px*(var(--data-count) - 1))/var(--data-count));margin-bottom:80px}@media screen and (max-width: 1100px){.product-grid .product-unit{--data-count: 3}}@media screen and (max-width: 750px){.product-grid .product-unit{--data-count: 2}}@media screen and (max-width: 500px){.product-grid .product-unit{--data-count: 1}}.product-grid .product-unit.empty{margin:0}.product-grid .product-unit .product{height:100%}.product-grid .product-unit:not(:has(div)):not(.empty){display:none}
