﻿/* Global */
.cbk_samsung-storage__main {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    align-items: center;
    width: 100%;
}

.cbk_samsung-storage__section {
    width: 100%;
    row-gap: 30px;
    display: flex;
    flex-direction: column;
}

.cbk_samsung-storage__title {
    position: relative;
    font-size: 35px;
    font-weight: var(--bold);
    line-height: 1.2;
    text-transform: uppercase;
}

/* Hero Banner */
.cbk_samsung-storage__hero-banner {
    width: 100%;
}

.cbk_samsung-storage__hero-banner__img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cbk_samsung-storage__hero-banner__img--tablet, .cbk_samsung-storage__hero-banner__img--mobile {
    display: none;
}

/* Section Présentation SEO */
.cbk_samsung-storage__seo {
    padding: 0px 0 50px;
}

.cbk_samsung-storage__seo__title {
    max-width: 900px;
}

.cbk_samsung-storage__seo__content {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.cbk_samsung-storage__seo__text {
    line-height: 1.2;
    font-size: 21px;
}

/* Vignettes produits */

.cbk_samsung-storage__section .blk_product__card {
    border-radius: 15px 10px 10px 5px;
    border: 1px solid #EEE;
    height: 250px;
}

.cbk_samsung-storage__section .cybertek__bloc-liste-produits-marques__voir-plus {
    background: #FFC600;
}

.cbk_samsung-storage__section .cybertek__bloc-liste-produits-marques__voir-plus__title {
    color: var(--noir);
    font-size: 45px;
}

/* Catégories produits */
.cbk_samsung-storage__range__link {
    position: relative;
    height: 242px;
    width: 242px;
}

.cbk_samsung-storage__range__wrapper {
    display: flex;
    justify-content: center;
    column-gap: 32px;
}

.cbk_samsung-storage__range__item {
    position: relative;
    display: flex;
    justify-content: center;
}

.cbk_samsung-storage__range__img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

    .cbk_samsung-storage__range__img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.cbk_samsung-storage__range .cbk_bento__big-block__wrapper, .cbk_samsung-storage__range .cbk_bento__medium-block__wrapper, .cbk_samsung-storage__range .cbk_bento__little-block__wrapper {
    background: #D0D0D0;
}

.cbk_samsung-storage__range .cbk_bento__big-block, .cbk_samsung-storage__range .cbk_bento__medium-block, .cbk_samsung-storage__range .cbk_bento__little-block {
    background: var(--blanc);
}

.cbk_samsung-storage__range .cbk_bento__big-block__title, .cbk_samsung-storage__range .cbk_bento__medium-block__title, .cbk_samsung-storage__range .cbk_bento__little-block__title {
    height: unset;
}

.cbk_samsung-storage__range .cbk_bento__big-block {
    justify-content: flex-end;
}

.cbk_samsung-storage__range .cbk_bento__little-block {
    justify-content: flex-end;
}

.cbk_samsung-storage__range .cbk_bento__medium-block__img {
    height: 280px;
}

.cbk_samsung-storage__range .cbk_bento__pill {
    display: none;
}

.cbk_samsung-storage__range .cbk_bento__little-block__img {
    top: 0;
}

.cbk_samsung-storage__range .cbk_bento__cta {
    background: var(--noir);
}

.cbk_samsung-storage__range .cbk_bento__cta--text {
    color: var(--blanc);
}

.cbk_samsung-storage__range .cbk_bento__cta svg path {
    stroke: var(--blanc);
}

@media screen and (max-width: 1024px) {
    .cbk_samsung-storage__section {
        padding: 0 20px;
    }

    .cbk_samsung-storage__hero-banner__img--desktop, .cbk_samsung-storage__hero-banner__img--mobile {
        display: none;
    }

    .cbk_samsung-storage__hero-banner__img--tablet {
        display: block;
    }

    .cbk_samsung-storage__title {
        font-size: 26px;
        max-width: 650px;
    }

    .cbk_samsung-storage__range__wrapper {
        flex-wrap: wrap;
        row-gap: 32px;
    }

    .cbk_samsung-storage__seo__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .cbk_samsung-storage__top-selling .cybertek__bloc-liste-produits-marques__config {
        max-width: 170px;
    }
    .cbk_samsung-storage__hero-banner__img--tablet, .cbk_samsung-storage__hero-banner__img--desktop {
        display: none;
    }

    .cbk_samsung-storage__hero-banner__img--mobile {
        display: block;
    }

    .cbk_samsung-storage__section .cybertek__bloc-liste-produits-marques__voir-plus__title {
        color: var(--noir);
        font-size: 25px;
    }
}

@media screen and (max-width: 480px) {
    .cbk_samsung-storage__title {
        font-size: 22px;
        max-width: 350px;
    }
}
