.cmp-product-card {
    min-width: var(--scroll-grid-item--min-width);
    min-height: 203px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.cmp-product-card .cmp-text p {
    margin: 0;
}

.cmp-product-card__subtitle {
    color: #666;
}

.cmp-product-card__badge {
    min-width: 2.25rem;
}

.cmp-product-card__lockup {
    min-height: 2.25rem;
}

.cmp-product-card__cta .cmp-icon {
    /* basically LESS `@extends .MuiSvgIcon-root.DhigSvgIcon--size--medium` */
    width: 1.25em;
    height: 1.25em; 
}

.cmp-product-card__product-name > .cmp-title > .cmp-title__text {
    font-size: 1rem;
    line-height: 1.125rem;
}