.shop-section--products .spacer-product-card--product{
    display:grid;
    grid-template-columns:clamp(160px, 16vw, 220px) minmax(0, 1fr) auto;
    align-items:stretch;
}

.shop-section--products .spacer-product-card--product .spacer-product-card__media{
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:4 / 3;
}

.shop-section--products .spacer-product-card--product .spacer-product-card__body{
    justify-content:center;
}

.shop-section--products .spacer-product-card__title{
    font-size:var(--type-display-card-compact);
}

.shop-section--products .spacer-product-card__price,
.shop-section--products .spacer-product-card__price .price{
    font-size:var(--type-display-price-card);
    line-height:var(--lh-solid);
    text-align:right;
}

.shop-section--products .spacer-product-card__actions .button,
.shop-section--products .woocommerce ul.products li.product .button,
.shop-section--products .woocommerce-page ul.products li.product .button{
    width:100%;
    min-width:180px;
    text-align:center;
}

