.product-list{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:2rem;padding:2rem 0}@media (min-width:768px){.product-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.product-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1448px){.product-list{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-list__item{display:flex;scroll-margin-top:2rem}@media (min-width:768px){.product-list__item{scroll-margin-top:42rem}}.product-list__item--variant-pdp{border-top-left-radius:1rem;border-bottom-right-radius:1rem;border:1px solid var(--theme-color-grayscale-700)}@media (min-width:1024px){.product-list__carousel{grid-column:1/span 2}}