.product-grid{width:calc(100% - 80px);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}@media screen and (max-width: 760px){.product-grid{width:calc(100% - 32px)}}.product-grid .product-unit{width:calc((100% - 48px*(var(--data-count) - 1))/var(--data-count));margin-bottom:48px;--data-count: 3}@media screen and (max-width: 1100px){.product-grid .product-unit{--data-count: 2}}@media screen and (max-width: 600px){.product-grid .product-unit{--data-count: 1}}@media screen and (max-width: 760px){.product-grid .product-unit{margin-bottom:32px}}.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}
