.product-list{padding:var(--section-padding);display:flex;flex-direction:column;background:var(--color-white);gap:2rem}@media(min-width: 1024px){.product-list{gap:var(--gutter)}}.product-list *{margin-bottom:0}.product-list__header{display:flex;justify-content:space-between}.product-list__text-wrapper{display:flex;flex-direction:column;gap:var(--gutter);margin:auto 0}.product-list__btn{margin-top:auto}.product-list__products{display:grid;grid-template-columns:repeat(2, calc(50% - 8px));grid-template-rows:repeat(4);gap:1rem}@media(min-width: 1024px){.product-list__products{grid-template-columns:repeat(4, calc(25% - 6px));grid-template-rows:repeat(2);gap:.5rem}}.product-list .product-card:first-child{grid-column:1/3;grid-row:1/3}@media(min-width: 1024px){.product-list .product-card:first-child{grid-column:1/3;grid-row:1/3}}.product-list .product-card:first-child .product-card__images,.product-list .product-card:first-child .product-card__link,.product-list .product-card:first-child .image{height:100%;display:block}.product-list .product-card:nth-child(2){grid-column:1;grid-row:3}@media(min-width: 1024px){.product-list .product-card:nth-child(2){grid-column:3;grid-row:1}}.product-list .product-card:nth-child(3){grid-column:2;grid-row:3}@media(min-width: 1024px){.product-list .product-card:nth-child(3){grid-column:4;grid-row:1}}.product-list .product-card:nth-child(4){grid-column:1;grid-row:4}@media(min-width: 1024px){.product-list .product-card:nth-child(4){grid-column:3;grid-row:2}}.product-list .product-card:nth-child(5){grid-column:2;grid-row:4}@media(min-width: 1024px){.product-list .product-card:nth-child(5){grid-column:4;grid-row:2}}.product-list .product-card .btn.btn--text{display:none}.product-list .product-list__cta{width:100%}@media(min-width: 1024px){.product-list .product-list__cta{width:auto}}
