.product-recommendations .section-resource-list .product-card__content {
    background: #FAF8F7;
    padding-bottom:10px;
}
.product-recommendations  .product-card__content .text-block {
    padding: 0 10px;
}
.product-recommendations  .product-card__content product-swatches {
    width: auto;
}
.product-recommendations .variant-option__swatch .variant-option__button-label:has([data-option-available="false"]):has(:checked) {
	box-shadow: 0px 2px 8px 0 #ccc;
} 