.landing-pages__crimson-desert {
    background: linear-gradient(180deg, #0F0F0F 0%, #1E2A2F 100%);
    color: #ffeedd;

    & > .banner_section {
        position: relative;
        width: 100%;
        overflow: visible;

        & > .banner-wrap {
            position: relative;
            width: 100%;
            margin-inline: auto;
            aspect-ratio: 1920 / 350;
            background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/pc-gamer-serigraphie-crimson-desert/banner_desktop.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;

            & > img {
                position: absolute;
                left: 15.21%;
                top: -7.39%;
                width: 21.77%;
                height: auto;
                z-index: 1;
                pointer-events: none;

                @media (max-width: 650px) {
                    display: none;
                }
            }

            @media (max-width: 650px) {
                background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/pc-gamer-serigraphie-crimson-desert/banner_mobile.jpg);
                aspect-ratio: 500 / 200;
            }
        }
    }

    & > .logo_section {
        height: 125px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #101112;
    }

    & > .product_serigraphie_section {
        min-height: 665px;
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/pc-gamer-serigraphie-crimson-desert/banner-product.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

        & > .product_serigraphie_section-container {
            display: flex;
            max-width: 1280px;
            margin: auto;
            padding: 25px 0;
            gap: 30px;
            justify-content: center;

            & > .content-img {

                & > .cbk_gamer_photo {
                    @media (max-width: 1280px) {
                        max-width: 635px;
                        margin: auto;
                    }
                }

                & .fcp-slider {
                    padding: 20px 0;

                    & .cbk_fch-gamer__article-bottom-text {
                        display: none;
                        font-size: 12px;
                        font-weight: 500;
                        color: var(--blanc);
                    }

                    & .fcp-slider-fullscreen .fcp-slider__main {
                        margin-top: unset;
                    }

                    & .fcp-slider__left {
                        width: 79px;
                        max-height: 445px;

                        @media (max-width: 1025px) {
                            width: 100%;
                            max-height: 400px;
                        }

                        & .fcp-slider__left__images img {
                            height: 79px;

                            @media (max-width: 1025px) {
                                height: 100%;
                            }
                        }
                    }

                    & .fcp-slider__main {
                        isolation: isolate;
                        margin-top: 10px;
                        width: 545px;

                        &::before {
                            content: "";
                            position: absolute;
                            z-index: -1;
                            top: 50%;
                            left: 50%;
                            width: 135%;
                            height: 135%;
                            transform: translate(-50%, -50%);
                            pointer-events: none;
                            background: radial-gradient(circle at center, rgba(243, 204, 152, 0.45), rgba(243, 204, 152, 0.45) 32%, rgba(243, 204, 152, 0.05) 56%);
                            filter: blur(25px);
                        }

                        @media (max-width: 1025px) {
                            width: 100%;
                            margin: auto;
                        }
                    }
                }

                & .fcp-slider-fullscreen .cbk_fch-gamer__article-bottom-text {
                    display: flex;
                }

                & .cbk_gamer__share {
                    & > .cbk_fch-gamer__article-bottom-text {
                        display: flex;
                        position: relative;
                        left: 25%;
                        color: var(--blanc);
                    }
                }

                @media (max-width: 1280px) {
                    order: 3;
                }
            }

            & > .content-carac {
                display: flex;
                flex-direction: column;
                max-width: 617px;
                gap: 25px;

                & > .title-container {
                    display: flex;
                    flex-direction: column;
                    gap: 25px;

                    @media (max-width: 1280px) {
                        order: 1;
                        align-items: center;
                        text-align: center;
                    }

                    & > h1 {
                        display: flex;
                        flex-direction: column;
                        gap: 8px;

                        & > .product_serigraphie_section-gamme {
                            color: #FFE178;
                            font-family: Outfit;
                            font-size: 20px;
                            font-style: normal;
                            font-weight: 700;
                        }

                        & > .product_serigraphie_section-title {
                            color: var(--blanc);
                            font-family: Outfit;
                            font-size: 28px;
                            font-weight: 600;
                            text-transform: uppercase;

                            & > span {
                                display: none;
                            }
                        }
                    }
                }

                & > .desc-container {
                    @media (max-width: 1280px) {
                        order: 2;
                        text-align: center;
                    }

                    & > p {
                        font-family: Outfit;
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 17px;
                        color: var(--blanc);
                    }
                }

                & > .carac-container {
                    display: flex;
                    align-items: stretch;
                    gap: 19px;

                    @media (max-width: 1280px) {
                        display: contents;
                    }

                    & > .caracList {
                        flex: 0 0 98px;

                        @media (max-width: 1280px) {
                            order: 5;
                            flex: 0 0 auto;
                            width: 100%;
                        }

                        & > ul {
                            list-style: none;
                            margin: 0;
                            padding: 0;
                            height: 100%;
                            display: flex;
                            flex-direction: column;
                            gap: 10px;

                            @media (max-width: 1280px) {
                                flex-direction: row;
                                flex-wrap: wrap;
                                justify-content: center;
                                height: auto;
                            }

                            & > li {
                                flex: 1 1 0;
                                display: flex;
                                flex-direction: column;
                                max-width: 97px;
                                align-items: center;
                                min-height: 77px;
                                justify-content: center;
                                padding: 3px;
                                border-radius: 10px;
                                border: 1px solid rgba(249, 231, 147, 0.2);
                                background: linear-gradient(180deg, #0f0f0f 0%, #1e2a2f 100%);
                                -webkit-backdrop-filter: blur(11.9px);
                                backdrop-filter: blur(11.9px);
                                text-align: center;
                                margin: 0;
                                font-family: 'Outfit', sans-serif;
                                font-weight: 400;
                                font-size: 12px;
                                line-height: 15px;
                                color: #fff;

                                & > span {
                                    display: block;
                                    margin-bottom: 6px;
                                    font-weight: 600;
                                    font-size: 13px;
                                    line-height: 14px;
                                }
                            }
                        }
                    }

                    & > .presentation-container {
                        display: flex;
                        flex: 1;
                        min-width: 0;
                        flex-direction: column;
                        gap: 15px;

                        @media (max-width: 1280px) {
                            order: 4;
                        }

                        & > .presentation {
                            flex: 1 1 auto;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            justify-content: center;
                            height: 370px;
                            width: 500px;
                            gap: 20px;
                            padding: 30px;
                            text-align: center;
                            border-radius: 10px;
                            border: 1px solid rgba(250, 229, 206, 0.4);
                            background: linear-gradient(180deg, rgba(15, 15, 15, 0.29) 0%, rgba(30, 42, 47, 0.29) 100%);
                            -webkit-backdrop-filter: blur(7.5px);
                            backdrop-filter: blur(7.5px);

                            @media (max-width: 1280px) {
                                width: 100%;
                                height: auto;
                            }

                            @media (max-width: 430px) {
                                padding: 24px 20px;
                            }

                            & > .logo-container {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                gap: 16px;

                                & img {
                                    display: block;
                                    width: auto;
                                }

                                    & img:first-of-type {
                                        height: 38px;
                                    }

                                    & img:last-of-type {
                                        height: 23px;
                                    }

                                & .separator {
                                    flex-shrink: 0;
                                    width: 2px;
                                    height: 38px;
                                    background: #fff;
                                }
                            }

                            & > p {
                                margin: 0;
                                font-family: 'Outfit', sans-serif;
                                font-weight: 500;
                                font-size: 20px;
                                line-height: 1.2;
                                text-transform: uppercase;
                                color: #fff;
                            }

                            & > .text-reglement {
                                display: block;

                                & > p {
                                    margin: 0;
                                    font-family: 'Outfit', sans-serif;
                                    font-weight: 500;
                                    font-size: 16px;
                                    line-height: 20px;
                                    color: #fff;

                                    & .date {
                                        color: #ffe178;
                                    }
                                }

                                & > a {
                                    display: inline-block;
                                    margin-top: 4px;
                                    color: #fff;
                                    font-family: 'Outfit', sans-serif;
                                    font-size: 16px;
                                    line-height: 20px;
                                    text-decoration: underline;
                                    cursor: pointer;
                                }
                            }

                            & > .cta {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                width: 100%;
                                max-width: 300px;
                                height: 50px;
                                border-radius: 8px;
                                background: linear-gradient(180deg, #c0894e 18.94%, #ffbf7b 66.3%, #ffd4a6 100%);
                                color: #000;
                                font-family: 'Outfit', sans-serif;
                                font-weight: 600;
                                font-size: 20px;
                                letter-spacing: 2.8px;
                                text-transform: uppercase;
                                text-decoration: none;
                                box-shadow: 0 1px 7px #ffeb68;
                                transition: filter .2s ease;

                                &:hover {
                                    filter: brightness(1.05);
                                }
                            }
                        }
                    }

                    & .desc-presentation {
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        justify-content: center;
                        gap: 20px 40px;
                        min-height: 76px;
                        padding: 12px 20px;
                        border-radius: 9px;
                        border: 1px solid rgba(255, 255, 255, 0.3);
                        background: linear-gradient(180deg, rgba(15, 15, 15, 0.3) 0%, rgba(30, 42, 47, 0.3) 100%);
                        -webkit-backdrop-filter: blur(9.85px);
                        backdrop-filter: blur(9.85px);

                        & .desc {
                            display: flex;
                            align-items: center;
                            gap: 6px;

                            & svg {
                                flex-shrink: 0;
                            }

                            & p {
                                margin: 0;
                                font-family: 'Outfit', sans-serif;
                                font-weight: 400;
                                font-size: 14px;
                                line-height: 20px;
                                color: #fff;
                            }
                        }
                    }
                }

                @media (max-width: 1280px) {
                    display: contents;
                }
            }

            @media (max-width: 1280px) {
                flex-direction: column;
                align-items: stretch;
                padding: 20px 10px;
                gap: 24px;
            }
        }

        @media (max-width: 1280px) {
            min-height: auto;
        }
    }

    & > .top_products_section {
        min-height: 870px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        padding: 56px 0;
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/pc-gamer-serigraphie-crimson-desert/banner-top-products.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

        & > .top_products_container {
            max-width: 1600px;

            & > .listeConfigs {
                gap: 30px;

                & > .containerConfigs {
                    gap: 15px;
                }

                & > .show_shadow {
                    height: 450px;
                    position: relative;

                    &::after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        width: 1500px;
                        left: 50px;
                        margin: auto;
                        height: 50px;
                        background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(31 31 31));
                        pointer-events: none;
                        z-index: 1;

                        @media (max-width: 1600px) {
                            width: 1500px;
                            left: 50px;
                            right: 15px;
                        }

                        @media (max-width: 1569px) {
                            width: 995px;
                            left: 15px;
                        }

                        @media (max-width: 1064px) {
                            width: 490px;
                            left: 15px;
                        }

                        @media (max-width: 612px) {
                            width: 377px;
                            left: 15px;
                        }
                    }
                }

                & > .btnSeeMore {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 250px;
                    max-width: 250px;
                    height: 40px;
                    border-radius: 50px;
                    border: 1px solid #fff5a6;
                    background: linear-gradient(180deg, #c0894e 18.94%, #ffbf7b 66.3%, #ffd4a6 100%);
                    color: #000;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 600;
                    font-size: 16px;
                    text-decoration: none;
                    transition: filter .2s ease;

                    &:hover {
                        filter: brightness(1.06);
                    }
                }
            }
        }

        & > .products-footer {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 32px;
        }

        @media (max-width: 1600px) {
            padding-inline: 20px;
        }
    }

    & > .deal_products_section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        max-width: 1280px;
        margin: auto;
        padding: 30px 20px;
    }

    & > .infos_product_serigraphie_section {
        display: flex;
        padding: 73px 20px 120px 20px;
        gap: 35px;
        overflow: hidden;
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/pc-gamer-serigraphie-crimson-desert/banner-infos-pc.png);
        flex-direction: column;
        background-size: cover;
        background-position: bottom;
        position: relative;
        align-items: center;

        &::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            pointer-events: none;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 88%, #000 100%);
        }

        & > .row {
            display: flex;
            align-items: center;
            max-width: 1280px;
            gap: 29px;

            &:first-child {
                padding-left: 19px;

                @media (max-width: 800px) {
                    flex-direction: column-reverse;
                    padding-left: 0;
                    align-items: stretch;
                }
            }

            & > .text-container {
                flex: 1 1 0;
                min-width: 0;

                &:last-child {
                    max-width: 615px;
                }

                & > h2 {
                    margin: 0 0 8px;
                    font-family: 'Outfit', 'Public Sans', sans-serif;
                    font-weight: 700;
                    font-size: 20px;
                    line-height: 24px;
                    color: #ffeedd;
                }

                & > h3 {
                    margin: 16px 0 8px;
                    font-family: 'Outfit', 'Public Sans', sans-serif;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 24px;
                    color: #ffeedd;
                }

                & > p {
                    margin: 0;
                    font-family: 'Outfit', 'Public Sans', sans-serif;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    color: #ffeedd;
                }

                @media (max-width: 800px) {
                    text-align: center;

                    & > h2 {
                        font-size: 18px;
                        line-height: 22px;
                    }

                    & > h3 {
                        font-size: 15px;
                        line-height: 20px;
                    }

                    & > p {
                        font-size: 14px;
                        line-height: 20px;
                    }
                }
            }

            & > .img-container {
                flex: 0 0 auto;
                width: 573px;
                max-width: 50%;

                & > img {
                    display: block;
                    width: 100%;
                    height: auto;
                    border-radius: 22px;
                }

                @media (max-width: 800px) {
                    width: 100%;
                    max-width: 400px;
                    align-self: center;
                }

                @media (max-width: 430px) {
                    max-width: 100%;
                }
            }

            @media (max-width: 800px) {
                flex-direction: column;
                align-items: stretch;
            }
        }

        @media (min-width: 1921px) {
            align-items: center;
        }
    }

    & > .conditions_section {
        position: relative;
        min-height: 1291px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 55px 20px;
        overflow: hidden;
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/pc-gamer-serigraphie-crimson-desert/banner-seo-text.png);
        background-repeat: no-repeat;
        background-size: cover;

        & > .banner {
            position: relative;
            width: 100%;
            max-width: 1280px;
            height: auto;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 35px;

            & img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                border-radius: 10px;
            }
        }

        & > .text-container {
            font-family: 'Outfit', 'Public Sans', sans-serif;
            color: #ffeedd;
            max-width: 1280px;

            & > h2 {
                margin: 24px 0 0;
                font-weight: 600;
                font-size: 20px;
                line-height: 24px;
                padding-bottom: 15px;

                &:first-child {
                    margin-top: 0;
                }
            }

            & > p {
                margin: 12px 0 0;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                color: #ffeedd;
            }

            & > .cta-reglement {
                display: inline-block;
                margin-top: 24px;
                font-weight: 700;
                font-size: 16px;
                line-height: 24px;
                color: #ffeedd;
                text-decoration: underline;
            }

            @media (max-width: 800px) {
                text-align: center;

                & > h2 {
                    font-size: 18px;
                    line-height: 22px;
                }

                & > p {
                    font-size: 14px;
                    line-height: 20px;
                }

                & > .cta-reglement {
                    font-size: 14px;
                }
            }
        }
    }

    & > .categories_section {
        display: flex;
        min-height: 268px;
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/pc-gamer-serigraphie-crimson-desert/banner-categories.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        align-items: center;
        justify-content: center;
        padding: 15px;

        & .listMaillagesContainer {
            gap: 20px;
        }
    }

    & > .footer_landing_section {
        min-height: 549px;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 68px;
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/pc-gamer-serigraphie-crimson-desert/banner-footer.png);

        & > .head {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;

            & > .logo {
                height: 22px;
                width: auto;
            }

            & > .title {
                margin: 0;
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
                font-size: 20px;
                line-height: 44px;
                letter-spacing: 2px;
                color: #fff;
                text-transform: uppercase;

                @media (max-width: 600px) {
                    font-size: 18px;
                    line-height: 32px;
                    text-align: center;
                }
            }
        }
    }

    & .logos-container {
        display: flex;
        align-items: center;
        gap: 20px;

        & > img {
            display: block;
            height: 32px;
            width: auto;

            @media (max-width: 530px) {
                height: 24px;
            }
        }

        & > .separator {
            width: 1px;
            height: 60px;
            background: rgba(255, 255, 255, .35);

            @media (max-width: 530px) {
                height: 44px;
            }
        }

        @media (max-width: 530px) {
            gap: 12px;
        }
    }

    & .cd-section-title {
        width: 100%;
        max-width: 1280px;
        margin: 0;
        font-family: 'Outfit', 'Public Sans', sans-serif;
        font-weight: 600;
        font-size: 24px;
        text-transform: uppercase;
        color: #ffeedd;
        text-align: left;
        line-height: 25px;

        @media (max-width: 800px) {
            text-align: center;
            font-size: 20px;
        }

        @media (max-width: 500px) {
            font-size: 18px;
        }
    }

    & .revive_banner {
        width: 100%;
        max-width: 1280px;
        height: auto;
        border-radius: 10px;
        overflow: hidden;

        & ins img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    & .cta-container {
        display: flex;
        gap: 32px;
        flex-wrap: wrap;
        justify-content: center;

        @media (max-width: 430px) {
            gap: 16px;
        }
    }

    & .cta {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        max-width: 250px;
        height: 40px;
        border-radius: 50px;
        border: 1px solid #fff5a6;
        background: linear-gradient(180deg, #c0894e 18.94%, #ffbf7b 66.3%, #ffd4a6 100%);
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        transition: filter .2s ease;

        &:hover {
            filter: brightness(1.06);
        }
    }
}
