.section-products-slider {
    --heading-color: #505D68;
}

.template-collection .section-products-slider {
    margin-bottom: 7rem;
}

.section-products-slider__carousel-progress {
    background: var(--carousel-progress, #D9D9D9);
    height: 0.5rem;
    margin-top: 3.2rem;
}

.section-products-slider__progress-bar {
    background: var(--progress-color, #333);
    transition: width 400ms ease;
    width: 0;
    height: 0.5rem;
}