.product-tile .tile-body .pdp-link .product-name {
    font-size: 1.75rem;
    font-family: var(--font-family-bold,"Volte-Semibold");

    @media (max-width: 500px) {
        font-size: 1.25rem;
        white-space: inherit;
    }
}

.heros-container .product-tile .ondemand-image {
    display: none;
}