.template-collection .collection-header {
    margin-bottom: 30px;
    margin-top: 20px;
}

.template-collection .collection-hero__alternate-main-title {
    font-size: calc(var(--font-heading-scale) * 3rem);
}

.template-collection .product-grid-container .card__inner {
    background-color: #fff;
}

@media screen and (min-width: 750px) {
    .template-collection .collection-hero__alternate-main-title {
        font-size: calc(var(--font-heading-scale) * 4rem);
    }
}
