.product-recommendations{background:var(--off-grey)}.product-recommendations .wrapper{padding:var(--spacing-md) 0}.product-recommendations .product-list{display:grid;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){.product-recommendations .product-list{grid-template-columns:repeat(4,1fr)}}.product-recommendations .product-list__heading{display:flex;align-items:center;justify-content:center;text-align:center}@media (min-width: 768px){.product-recommendations .product-list__heading{grid-column:span 2}}.product-recommendations .product-list__heading .box-content{max-width:32rem;padding:var(--gutter)}.product-recommendations .product-list__heading .box-content .h4{margin:0}.product-recommendations .product-list__product{--border-radius: 1rem;--border-setting: var(--sand-border);display:flex;align-items:stretch;overflow:hidden;border-top:var(--border-setting);border-left:var(--border-setting)}.product-recommendations .product-list__product:nth-child(2){border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);border-right:var(--border-setting)}@media (min-width: 768px){.product-recommendations .product-list__product:nth-child(2){border-top-right-radius:0;border-right:0}}.product-recommendations .product-list__product:nth-child(3){border-top-left-radius:var(--border-radius)}@media (min-width: 768px){.product-recommendations .product-list__product:nth-child(3){border-top-left-radius:0;border-top-right-radius:var(--border-radius);border-right:var(--border-setting)}}.product-recommendations .product-list__product:nth-child(4){border-right:var(--border-setting)}@media (min-width: 768px){.product-recommendations .product-list__product:nth-child(4){border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);border-bottom:var(--border-setting);border-right:0}}.product-recommendations .product-list__product:nth-last-child(3){border-bottom:var(--border-setting)}@media (max-width: 767px){.product-recommendations .product-list__product:nth-last-child(3){border-bottom-left-radius:var(--border-radius)}}.product-recommendations .product-list__product:nth-last-child(2){border-bottom:var(--border-setting)}@media (max-width: 767px){.product-recommendations .product-list__product:nth-last-child(2){border-bottom-right-radius:var(--border-radius);border-right:var(--border-setting)}}.product-recommendations .product-list__product:last-child{border-right:var(--border-setting);border-bottom:var(--border-setting);border-bottom-right-radius:var(--border-radius)}@media (max-width: 767px){.product-recommendations .product-list__product:last-child{display:none}}.product-recommendations.engagement-prodcut{background:var(--brand-dark)}.product-recommendations.engagement-prodcut .box-content h2,.product-recommendations.engagement-prodcut .box-content .h4{color:var(--white)}
