.featured-collection__product-page .grid {
    justify-content: center;
    column-gap: 5%;
}

.featured-collection__product-page .grid__item {
    width: calc(30% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(30% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}

.featured-collection__product-page .collection__title h2 {
    font-size: 21px;
}