.product-list{--product-list-max-items-per-row-allowed:2;--product-list-calculated-items-per-row:calc(min(var(--product-list-max-items-per-row-allowed), var(--product-list-items-per-row)));--product-list-default-row-gap:2.1875rem;--product-list-default-column-gap:.625rem;--product-list-calculated-row-gap:clamp(var(--section-vertical-spacing) / 4, var(--product-list-default-row-gap) * var(--product-list-vertical-spacing-factor, 1), var(--section-vertical-spacing) * 2);--product-list-calculated-column-gap:clamp(var(--container-gutter) / 4, var(--product-list-default-column-gap) * var(--product-list-horizontal-spacing-factor, 1), var(--container-gutter) * 2);--product-list-card-width:calc(100% / var(--product-list-calculated-items-per-row)  - var(--product-list-calculated-column-gap, 0px) * (var(--product-list-calculated-items-per-row)  - 1) / var(--product-list-calculated-items-per-row));grid:auto/repeat(auto-fit,var(--product-list-card-width));align-items:start;-moz-column-gap:var(--product-list-calculated-column-gap);column-gap:var(--product-list-calculated-column-gap);row-gap:var(--product-list-calculated-row-gap);display:grid}@media screen and (max-width:370px){.product-list{--product-list-max-items-per-row-allowed:1}}.product-list--carousel{--product-list-default-column-gap:1.25rem;grid:auto/auto-flow var(--product-list-card-width);justify-content:safe center}@media screen and (max-width:699px){.product-list:not(.product-list--carousel){margin-inline:-.625rem}.product-list--carousel{--product-list-card-width:calc(min(300px, 65%))}}@media screen and (min-width:700px){.product-list{--product-list-max-items-per-row-allowed:3;--product-list-default-row-gap:3rem;--product-list-default-column-gap:1.5rem}.product-list--compact{--product-list-max-items-per-row-allowed:4}}@media screen and (min-width:1000px){.product-list{--product-list-max-items-per-row-allowed:4;--product-list-default-row-gap:4rem;--product-list-default-column-gap:3rem}.product-list--compact{--product-list-max-items-per-row-allowed:5}.product-list--carousel{scroll-snap-type:x mandatory}}@media screen and (min-width:1150px){.product-list{--product-list-max-items-per-row-allowed:var(--product-list-items-per-row)}}@media screen and (min-width:1400px){.product-list{--product-list-default-row-gap:4rem;--product-list-default-column-gap:3.75rem}}.collection .product-list[collection-mobile-layout=medium]{--product-list-items-per-row:var(--collection-items-per-row-medium)}.collection .product-list[collection-mobile-layout=large]{--product-list-items-per-row:var(--collection-items-per-row-large)}@media screen and (min-width:700px){.collection .product-list[collection-desktop-layout=compact]{--product-list-items-per-row:var(--collection-items-per-row-compact)}.collection .product-list[collection-desktop-layout=compact] .product-card__info{display:none}.collection .product-list[collection-desktop-layout=medium]{--product-list-items-per-row:var(--collection-items-per-row-medium)}.collection .product-list[collection-desktop-layout=large]{--product-list-items-per-row:var(--collection-items-per-row-large)}}