.featured-section {
    background: var(--green-dark);
    color: #f3f7f4;
}

.featured-section .rotation-title {
    color: #f3f7f4;
}

.featured-header {
    justify-content: flex-start;
}

.featured-subhead {
    margin: 18px 0 0;
    max-width: 620px;
    text-align: left;
    color: rgba(243, 247, 244, 0.76);
    font-size: 1rem;
    line-height: 1.7;
}

.featured-grid .product-card {
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.tracksuits-standard-section {
    background: linear-gradient(180deg, rgba(27, 67, 50, 0.05) 0%, rgba(255, 255, 255, 1) 22%);
}

@media (max-width: 900px) {
    .featured-header {
        align-items: flex-start;
    }

    .featured-subhead {
        max-width: none;
    }
}
