@layer components{.product-grid{--gap: 15px;display:grid;width:100%;max-width:1440px;gap:var(--gap);grid-auto-rows:auto;grid-template-columns:repeat(var(--columns),minmax(0,1fr));margin-inline:auto;--columns: 2}@media (min-width: 770px),print{.product-grid{--columns: 4;--gap: 24px}.product-grid:not(:has(.product-card--large),:has(.product-card--medium)):not(:has(.product-card:nth-child(4))){--columns: 3;max-width:1024px}.product-grid:not(:has(.product-card--large),:has(.product-card--medium)):not(:has(.product-card:nth-child(3))){--columns: 2;max-width:680px}.product-grid:not(:has(.product-card--large),:has(.product-card--medium)):not(:has(.product-card:nth-child(2))){--columns: 1;max-width:320px}}.product-grid.product-grid--left{margin-left:0}.product-grid .product-card--large,.product-grid .product-card--medium{grid-column:span 2}@media (min-width: 1024px),print{.product-grid .product-card--large{grid-column:span 4}}}
