﻿.landing-pages__offres-a-la-une {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
    background: linear-gradient(186deg, #FC9D7A -23.05%, #633141 30.36%, #2E1C22 70.05%);

    & > .banner {
        width: 100%;
        height: auto;

        & img {
            width: 100%;
            height: auto;
        }
    }

    & > .product-grid {
        max-width: 1280px;
        width: 100%;
        padding: 0px 10px 35px 10px;

        & .cbk_block-more-products__products-cards-filter-removeall {
            color: white;
        }

        & .cbk_block-more-products__products-cards--category-item, & .cbk_block-more-products__products-cards--brand-item {
            & > p,
            & > span {
                color: white;
            }
        }

        & .cbk_block-more-products__product-card-top {
            & > span {
                background-color: #558EA8;
                border-radius: 4px;
                color: white;
                padding: 2px 8px;
            }
        }
    }
}
