.product-list-skeleton{--min-width:192px;--row-gap:44px;--column-gap:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--min-width),1fr));grid-gap:var(--row-gap) var(--column-gap)}@media screen and (min-width:376px){.product-list-skeleton{--row-gap:44px}}@media screen and (min-width:1025px){.product-list-skeleton{--column-gap:40px}}@media screen and (min-width:769px){.product-list-skeleton{--column-gap:32px}}@media(max-width:768px){.product-list-skeleton{--min-width:160px}}
