@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

/*-- body --*/
body {
    border-top: none;
    font-family: "Exo 2", sans-serif !important;
    background: var(--light-color) !important;
}
#mainFooter .widgetTitle {
    font-family: "Exo 2", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: var(--flash-color) !important;
    text-align: left;
    margin-bottom: 0rem;
}
.selectionsGrid {
    margin-top: 3rem;
}

.selectionsGrid .widgetTitle {
    line-height: 40px;
    font-size: 35px;
    font-weight: bold;
    font-family: var(--title-font);
    text-align: left;
}

.widgetTitle {
    font-family: "Exo 2", sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: var(--dark-color) !important;
    text-align: center;
    text-transform: none !important;
    margin-bottom: 2rem;
}
.pageHome .contentWrapper {
    max-width: 1335px;
    margin: 0 auto 1.5rem auto;
}
.pageSimple .pageCover {
    width: 95%;
    max-width: var(--mainSection-width);
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}
.pageSimple #mainColumn h1 {
    font-size: calc(var(--text-size) + 8px);
    font-weight: bold;
    color: var(--main-color);
}
.productInformations p.productTitle a:hover, #mainColumn .widgetAriane a:hover, .megaMenu .megaGrid a.megaCard:hover {
    text-decoration: solid !important;
    color: var(--main-color);
    transition: color 0.3s ease;
}

.widgetProductsGrid .productsGrid li .productInformations .productTitle a {
    color: inherit;
    font-weight: bold;
    font-size: .9rem;
}

#mainHeader a.univers__cta {
    height: max-content;
    display: inline-flex;
    align-items: center;
    border-radius: var(--radius-8);
    border: 2px solid var(--main-color);
    background: transparent;
    color: var(--main-color);
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

#mainHeader .univers__cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

#mainHeader #mainLogoWrapper a {
    background: none;
}

.pageSimple .form__adresseTitle {
    color: var(--main-color) !important;
}

header#mainHeader span.iconHeader {
    font-size: 1.5rem;
    display: none;
}

/*--- Buttons ---*/

.mainColorButton {
    background: var(--button-bg);
    color: var(--button-text);
    border-radius: var(--button-radius);
}

/*--- Login ---*/

.pageLogin header#mainHeader {
    background: var(--main-color);
    width: 50%;
}

a.loginMessage__link.button {
    width: var(--card-width);
}

.pageLogin .button:hover {
    background: var(--main-color);
}

.pageLogin .widget.widgetLoginMessage {
    text-align: center;
}
.pageLogin{
    background-image: url("../img/bg_body_login.jpg");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: top right;
}

.pageLogin .contentWrapper {
    flex-grow: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 2rem;
    background: var(--main-color);
}

.pageLogin .card h3 {
    color: var(--black-color);
}

@media only screen and (max-width: 998px) {
    .pageLogin{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    }
    .pageLogin .contentWrapper, .pageLogin header#mainHeader {
    width: 100%;
    background: none;
    padding: 2rem;
    }
}

/* ================================================
Header global
================================================ */

.displayNone {
    display: none;
}



/*--- Espacements ---*/
header#mainHeader {
padding: 1rem;
}

/*--- Logo ---*/
.pageLogin #mainHeader #mainLogoWrapper #mainLogo {
    max-height: 80px;
}
#mainHeader #mainLogoWrapper #mainLogo {
    max-height: 50px;
    width: auto;
    margin: 0;
}

/*--- top banner ---*/

.widgetTopBanner {
width: 100%;
background: var(--second-color);
overflow: hidden;
padding: 0;
height: 36px;
display: flex;
align-items: center;
}

/* Track : les deux blocs côte à côte */
.topBanner__track {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-wrap: nowrap;
}

/* Bloc intérieur animé */
.topBanner__inner {
    width: 100%;
    justify-content: space-around;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: max-content;
    animation: ticker 30s linear infinite;
    white-space: nowrap;
}

/* Item texte */
.topBanner__item {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #000000;
    padding: 0 2rem;
    white-space: nowrap;
    font-family: "Exo 2", sans-serif !important;
}

/* Animation ticker */
@keyframes ticker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Pause au hover */
.widgetTopBanner:hover .topBanner__inner {
    animation-play-state: paused;
}

/* ================================================
   RESPONSIVE Top banner — Mobile
   ================================================ */

@media only screen and (max-width: 768px) {

    .widgetTopBanner {
        height: 30px;
    }

    .topBanner__item {
        font-size: 0.75rem;
        padding: 0 1.5rem;
    }

    /* Accélérer légèrement sur mobile */
    .topBanner__inner {
        animation-duration: 20s;
    }
}

/*--- link header ---*/

#mainHeader .widgetLinks .widgetContent ul li a {
    font-size: 0.75rem;
    text-transform: none;
    font-weight: 700;
}

#mainHeader .widgetLinks .widgetContent ul li a:hover {
    color: var(--main-color);
    text-decoration: none;
}

/*--- header icons ---*/
header#mainHeader .icon {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
header#mainHeader a.button.secondaryButton {
    border: none !important;
}

header#mainHeader .button{
    background: none !important;
    padding-right: 1rem;
    padding-left: 1rem;
}

header#mainHeader .button .pin {
    position: absolute;
    top: -15px;
    right: -10px;
    width: max-content;
    border: 1px solid var(--main-color) !important;
    background: var(--light-color) !important;
    color: var(--button-pin-color) !important;
}

/* ================================================
   MEGA MENU — Bosch Extra
   ================================================ */

/* --- Overflow visible sur toute la chaîne parente --- */
#mainHeader,
#mainHeader .wrapper,
#mainHeaderWidgets,
.navWrapper {
    overflow: visible !important;
}

/* --- Wrapper relatif : ancre du mega-menu --- */
.navWrapper {
    position: static; /* on ancre sur le header, pas sur le wrapper */
}

/* --- Bouton trigger "Nos boutiques" --- */
.navWrapper .widgetLinks .widgetContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navWrapper .hasMega > a.megaTrigger {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-color);
    padding: 0.4rem 0.75rem;
    border-radius: var(--radius-8);
    border: 2px solid transparent;
    background: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease;
    cursor: pointer;
}

.navWrapper .hasMega > a.megaTrigger:hover, #mainHeader a:hover{
    color: var(--main-color);
    background: #f5f5f5;
}

#mainHeader a{
    padding: 0.4rem 0.75rem;
    border-radius: var(--radius-8);
}

/* Icône boutique dans le trigger */
.navWrapper .hasMega > a.megaTrigger img.icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* ================================================
   PANNEAU MEGA MENU
   ================================================ */

.megaMenu {
    /* Ancrage sur le header, pas sur le wrapper */
    position: fixed;
    top: 130px; /* = hauteur du header */
    left: 0;
    width: 100vw;

    background: #ffffff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
    border-top: 3px solid var(--main-color);

    /* État fermé */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 999;

    /* Reset des styles précédents */
    display: block !important;
    min-width: unset;
    justify-content: unset;
}

/* --- Ouverture au hover sur le navWrapper --- */
.navWrapper:hover .megaMenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* --- Contenu intérieur centré --- */
.megaContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
}

/* --- Grille des boutiques --- */
.megaGrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    justify-items: center;
    width: 100%;
    margin: 0;
}

/* --- Carte boutique --- */
a.megaCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
    width: 100%;
    gap: 0.75rem;
    transition: transform 0.2s ease;
}

a.megaCard:hover {
    transform: translateY(-4px);
    color: var(--main-color);
    text-decoration: none;
}

/* Image de la carte */
a.megaCard img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--radius-12);
    display: block;
    transition: box-shadow 0.2s ease;
}

a.megaCard:hover img {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* Label sous l'image */
a.megaCard span {
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    color: var(--text-color);
    display: block;
    width: 100%;
}

a.megaCard:hover span {
    color: var(--main-color);
}

/* ================================================
   CARTE DÉSACTIVÉE — "Bientôt disponible"
   ================================================ */

.id-disabled {
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-12);
}

.id-disabled img {
    opacity: 0.2;
}

a.megaCard.id-disabled span:not(.ribbon span) {
    opacity: 0.4;
}

.ribbon {
    position: absolute;
    top: 100px;
    right: 0px;
    width: 100%;
    transform: rotate(0deg);
    z-index: 2;
    pointer-events: none;
}

.ribbon span {
    display: block;
    background: #fff;
    color: var(--main-color);
    text-align: center;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 5px 0;
    letter-spacing: 0.5px;
    opacity: 1;
}

/* ================================================
   RESPONSIVE — Tablet (≤ 1024px)
   ================================================ */

@media only screen and (max-width: 1024px) {

    .megaGrid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }

    .megaContainer {
        padding: 2rem 1.5rem;
    }
}

/* ================================================
   RESPONSIVE — Mobile (≤ 768px)
   ================================================ */

@media only screen and (max-width: 768px) {

    /* Sur mobile : toggle via classe .active */
    .megaMenu {
        position: fixed;
        top: 110px; /* hauteur header mobile */
        left: 0;
        width: 100vw;
        max-height: 70vh;
        overflow-y: auto;
        transform: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    /* Ouverture par classe JS (pas par hover) */
    .navWrapper.active .megaMenu {
        opacity: 1;
        visibility: visible;
    }

    /* Désactiver le hover sur mobile */
    .navWrapper:hover .megaMenu {
        opacity: 0;
        visibility: hidden;
    }

    .navWrapper.active:hover .megaMenu {
        opacity: 1;
        visibility: visible;
    }

    .megaGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .megaContainer {
        padding: 1.5rem 1rem;
    }

    a.megaCard img {
        border-radius: var(--radius-8);
    }
}

/* ================================================
   SEARCH TRIGGER + DROPDOWN — Vorwerk
   ================================================ */

/* --- Trigger loupe --- */
.widgetSearchTrigger {
    display: flex;
    align-items: center;
}

.searchBar__trigger {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    padding: 0;
    flex-shrink: 0;
}

.searchBar__trigger:hover {
    background: rgba(0,0,0,0.06);
}

header#mainHeader .button:hover {
    background: rgba(0, 0, 0, 0.06) !important;
    border-radius: 999px !important;
}

.searchBar__trigger .icon {
    width: 22px;
    height: 22px;
    display: block;
}
#mainHeaderWidgets .widgetSearch .widgetContent button .icon {
    color: var(--black-color);
    font-size: 1.05rem;
}
#mainHeaderWidgets .widgetSearch .widgetContent button:hover .icon {
    color: var(--main-color) !important;

}
/* --- Widget recherche : caché par défaut, sous le header --- */
.widgetSearch {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    z-index: 199;

    /* État fermé */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.25s ease;
}

/* État ouvert */
.widgetSearch.is-open {
    max-height: 120px;
    opacity: 1;
    pointer-events: all;
}

/* Masquer le titre du widget */
.widgetSearch .widgetTitles {
    display: none;
}

/* Layout intérieur */
.widgetSearch .widgetContent {
    max-width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Masquer le titre "Rechercher dans vos boutiques" */
.widgetSearch .titleSearch {
    display: none;
}

/* FormGroup : input + bouton côte à côte */
.widgetSearch .formGroup {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1.5px solid #e8e8e8;
    border-radius: 50px;
    overflow: hidden;
    background: #f8f8f8;
    transition: border-color 0.2s ease;
}

.widgetSearch .formGroup:focus-within {
    border-color: var(--main-color);
    background: #ffffff;
}

.widgetSearch .formGroup .formItem {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

/* Input */
.widgetSearch .formGroup input[type="search"] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.7rem 1.25rem;
    font-size: 0.9rem;
    font-family: "Exo 2", sans-serif !important;
    color: var(--dark-color);
    outline: none;
    min-width: 250px;
}

.widgetSearch .formGroup input[type="search"]::placeholder {
    color: #aaaaaa;
    font-size: 0.85rem;
}

/* Bouton rechercher */
.widgetSearch .formGroup .button.roundButton {
    height: 44px;
    padding: 0 1.25rem;
    border-radius: 50px;
    margin: 2px;
    font-size: 0.85rem;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Bouton fermer — injecté en JS */
.searchBar__close {
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    padding: 0 !important;
    border: 1.5px solid var(--back-color);
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    color: var(--text-color);
    font-size: 0.9rem;
    transition: border-color 0.2s ease, color 0.2s ease;
    align-content: center;
}

.searchBar__close:hover {
    border-color: var(--main-color);
    color: var(--main-color);
}

/* header position relative obligatoire */
#mainHeader {
    position: relative;
    overflow: visible !important;
    padding: 0.75rem 1rem;
}

#mainHeader #mainHeaderWidgets {
    display: flex;
    justify-content: flex-end;
    align-items: var(--header-widgets-align);
    width: 100%;
    gap: 1.5rem;
}

/* widgetContent : flex avec close bouton à droite */
#mainHeaderWidgets .widgetSearch .widgetContent {
    display: flex;
    padding: 0px;
    margin: 10px auto;
    background: #fff;
    border-radius: var(--radius);
    max-width: 1335px;
    width: 90%;
}

/* formGroup prend tout l'espace disponible */
.widgetSearch .formGroup {
    flex: 1;
    min-width: 0; /* CRITIQUE : empêche le débordement flex */
    display: flex;
    align-items: center;
    border: 1.5px solid #e8e8e8;
    border-radius: 50px;
    overflow: hidden;
    background: #f8f8f8;
    transition: border-color 0.2s ease;
}

/* formItem input : prend tout l'espace dans le formGroup */
.widgetSearch .formGroup .formItem:first-child {
    flex: 1;
    min-width: 0; /* CRITIQUE */
    margin: 0;
    padding: 0;
    display: flex;
}

/* Input s'étend dans son formItem */
.widgetSearch .formGroup .formItem input[type="search"] {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0.7rem 1.25rem;
    font-size: 0.9rem;
    font-family: "Exo 2", sans-serif !important;
    color: var(--dark-color);
    outline: none;
}

/* formItem bouton : ne grandit pas */
.widgetSearch .formGroup .formItem:last-child {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    display: flex;
}

/* ================================================
   RESPONSIVE — Mobile
   ================================================ */

@media only screen and (max-width: 768px) {
    #mainHeaderNav {
    display: none;
}

    section.hero-cover {
    margin: 30px 15px;
    }

    .searchBar__trigger {
        width: 36px;
        height: 36px;
        background: var(--main-color);
        border-radius: var(--radius-8);
    }

    .searchBar__trigger .icon {
        filter: brightness(10);
        width: 18px;
        height: 18px;
    }

    .widgetSearch.is-open {
        max-height: 100px;
    }

    .widgetSearch .widgetContent {
        max-width: 100%;
        padding: 0.75rem 1rem;
    }

    .widgetSearch .formGroup input[type="search"] {
        min-width: 0;
        font-size: 0.85rem;
    }

    /* Masquer le texte du bouton sur mobile */
    .widgetSearch .formGroup .button .buttonText span:first-child {
        display: none;
    }
    #mainHeaderWidgets .widget .widgetContent .buttonText {
        display: block;
    }
    #mainFooter .secondRow .widgetLinks .widgetContent ul {
    display: flex;
    flex-direction: column;
    }
    body.bubble #mainFooter .widget {
        margin-top: 1rem;
    }
}
section.hero-cover, .bienvenue__card {
    overflow: hidden;
    border-radius: 1.5rem !important;
    border: 1px solid var(--black-color);
}
/* ================================================
   WIDGET BIENVENUE — Vorwerk
   ================================================ */

body.bubble #mainWrapper .wrapper #mainColumn .homeSearch {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    box-shadow: none !important;
    border-radius: var(--radius);
    background: none;
    overflow: hidden;
}

.widgetBienvenue {
    width: 100%;
    padding: 1.5rem 1rem;
    background: none !important;
}

.bienvenue__card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: #4ade80;
    border-radius: 20px;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    max-width: 100%;
    margin: 0;
}

/* Icône trophée */
.bienvenue__icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bienvenue__icon img {
    width: 80px;
    height: auto;
    object-fit: contain;
    transform: rotate(15deg);
}

/* Texte */
.bienvenue__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: center;
}

.bienvenue__line1,
.bienvenue__line2 {
    font-family: "Exo 2", sans-serif !important;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.6;
}

/* Nom — MuseoModerno violet */
.bienvenue__name {
    font-family: "Exo 2", sans-serif !important;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--main-color); /* violet Vorwerk */
    font-style: italic;
}

/* Points — MuseoModerno vert foncé ou jaune */
.bienvenue__points {
    font-family: "Exo 2", sans-serif !important;
    font-weight: 900;
    font-size: 1.15rem;
    color: var(--main-color);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.bienvenue__points:hover {
    opacity: 0.75;
    text-decoration: none;
}

/* ================================================
   RESPONSIVE — Mobile
   ================================================ */

@media only screen and (max-width: 768px) {

    .bienvenue__card {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 1.25rem 1rem;
    }

    .bienvenue__icon {
        width: 56px;
        height: 56px;
    }

    .bienvenue__icon img {
        width: 56px;
        height: 56px;
    }

    .bienvenue__line1,
    .bienvenue__line2 {
        font-size: 0.9rem;
    }

    .bienvenue__points {
        font-size: 1rem;
    }
}

/* ---  slider top produits --- */
.productsSliderNav {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.pageHome .widget.widgetProductsGrid {
    padding: .5rem !important;
    background: var(--second-color);
}
/***
Mise à jour du slider produit
**/
.widgetProductsGrid .productsGrid .icon.icon-heart4, body .afterHomeSection .widgetProductsGrid .productsGrid li .productInformations .productBrand {
    color: var(--main-color);
}

.widgetProductsGrid .productsGrid .icon.icon-heart4:hover, body .afterHomeSection .widgetProductsGrid .productsGrid li .productInformations .productBrand:hover {
    color: var(--flash-color);
}

.widgetProductsGrid .widgetTitles {
    text-align: center;
    justify-content: center !important;
    margin-bottom: 1rem;
}

.widgetProductsGrid .widgetTitle {
    font-size: 1.5rem;
    color: var(--black-color);
    font-weight: bold;
}

.widgetProductsGrid {
    position: relative;
    overflow: hidden;
}

.productsSlider {
    display: flex !important;
    gap: 24px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding-bottom: 20px;

    scrollbar-width: none;
}

.productsSlider::-webkit-scrollbar {
    display: none;
}

/* Desktop */

.productsSlider > li {
    flex: 0 0 calc((100% - 72px) / 4.3);
    transition: all .25s ease;
}

/* effet du produit suivant */

.productsSlider > li.partial {
    opacity: 1;
}

.pageList .productsSlider > li.partial {
    opacity: 1;
}
/* navigation */

.pageList .productsSliderNav {
    display: none;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
    margin-right: 1rem;
}

.productsSliderPrev,
.productsSliderNext {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid var(--border-color);
    background: #fff;
    cursor: pointer;
    font-size: 24px;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productsSliderPrev:hover,
.productsSliderNext:hover {
    background: var(--main-color);
    color: white;
}

.pageProduit .widget.widgetProductsGrid {
    margin-top: 2rem;
    padding: 2rem !important;
    background: var(--second-color);
    border: 1px solid;
}

.widgetProductsGrid .productsGrid li footer .productPrice strong, p.productBrand {
    font-weight: bold;
    color: var(--main-color) !important;
}

.pageHome .widget.widgetProductsGrid {
    padding: .5rem !important;
    margin: 5rem 0 0 0;
    background: var(--second-color);
    border: 1px solid var(--black-color) !important;
}

section.hero-cover {
    margin: 0 15px 30px 15px;
}
/* tablette */

@media(max-width:1024px){

    .productsSlider > li{
        flex: 0 0 calc((100% - 24px) / 2.2);
    }

}

/* mobile */

@media(max-width:768px){

    .productsSlider > li{
        flex: 0 0 85%;
    }

}

/*----------
Widget Jeux
-----------*/
   /* ================================================
   SECTION JEUX — Vorwerk
   ================================================ */

.widgetJeux {
    background: #f3f3f3;
    border-radius: var(--radius-16);
    padding: 2.5rem 2rem !important;
    margin: 72px 0;
}

.widgetJeux .widgetTitle {
    font-size: 1.8rem;
    font-weight: 800;
    font-family: "Exo 2", sans-serif !important;
    color: var(--dark-color);
    text-align: center;
    margin-bottom: 2rem;
    text-transform: none !important;
}

/* --- Layout split --- */
.jeux__layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 1.5rem;
    align-items: stretch;
}

/* ================================================
   PANNEAU GAUCHE — Image active
   ================================================ */

.jeux__preview {
    position: relative;
    border-radius: var(--radius-12);
    overflow: hidden;
    min-height: 380px;
    background: #f0c020;
}

.jeux__slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.jeux__slide.is-active {
    opacity: 1;
    pointer-events: all;
}

.jeux__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ================================================
   PANNEAU DROIT — Liste des jeux
   ================================================ */

.jeux__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
}

/* Item jeu */
.jeux__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #e8dff0;
    border-radius: var(--radius-12);
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: background 0.2s ease;
    overflow: hidden;
    min-height: 64px;
    user-select: none;
}

.jeux__item:hover {
    background: #ddd0ea;
}

/* Item actif */
.jeux__item.is-active {
    background: var(--main-color);
}

/* Flèche */
.jeux__item-arrow {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: #f0c020;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.jeux__item.is-active .jeux__item-arrow {
    opacity: 1;
}

.jeux__item-arrow svg {
    width: 14px;
    height: 14px;
    stroke: #000000;
}

/* Label */
.jeux__item-label {
    font-family: "Exo 2", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dark-color);
    flex: 1;
}

.jeux__item.is-active .jeux__item-label {
    color: #ffffff;
}

/* Barre de progression */
.jeux__item-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.2);
    display: none;
}

.jeux__item.is-active .jeux__item-progress {
    display: block;
}

.jeux__item-bar {
    height: 100%;
    width: 0%;
    background: #f0c020;
    transition: width linear;
}

/* Lien voir tous */
.jeux__more {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--flash-color);
    text-decoration: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--main-color);
    align-self: flex-start;
    margin-top: 0.5rem;
    transition: opacity 0.2s ease;
}

.jeux__more:hover {
    opacity: 0.7;
    text-decoration: none;
}

.jeux__more svg {
    width: 14px;
    height: 14px;
    stroke: var(--flash-color);
}

/*---- Footer  ---*/
.widget.widgetCategories a strong, .univers__tag {
    text-transform: capitalize !important;
}

body.bubble #mainFooter {
    background: var(--main-color);
}

img#footerLogo {
    max-height: 78px;
}

#mainFooter .mainRow .wrapper .logoWrapper figure {
    background: none;
    box-shadow: none;
}

.mainFooter__classicFooter {
    text-align: center;
}

button.productsSliderPrev figure, button.productsSliderNext figure {
    width: 22px;
}

/* ================================================
   RESPONSIVE — Tablet (≤ 1024px)
   ================================================ */

@media only screen and (max-width: 1024px) {

    .jeux__layout {
        grid-template-columns: 1fr 300px;
    }

    .jeux__preview {
        min-height: 300px;
    }
}

/* ================================================
   RESPONSIVE — Mobile (≤ 768px)
   ================================================ */

@media only screen and (max-width: 768px) {

    .widgetJeux {
        padding: 1.5rem 1rem;
    }

    .widgetJeux .widgetTitle {
        font-size: 1.3rem;
        margin-bottom: 1.25rem;
    }

    .jeux__layout {
        grid-template-columns: 1fr;
    }

    .jeux__preview {
        min-height: 220px;
        order: 2;
    }

    .jeux__list {
        order: 1;
    }

    .jeux__item {
        min-height: 52px;
        padding: 0.75rem 1rem;
    }
}

/*---
Page Categorie 
---*/

.pageList .widget.widgetProductsGrid .productsGrid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pageList .widget.widgetProductsGrid {
    padding: 1rem !important;
    background: none;
    border: 1px solid;
}

/* =========================================================
   page categorie
========================================================= */
@media (min-width: 768px) {
    .container {
        max-width: 90%;
    }
}
@media (max-width: 768px) {
    .widgetSearchAdvanced .widgetContent {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr)) !important;
    align-items: end !important;
    grid-auto-flow: row;
    }
    .widgetSearchAdvanced .formItem.valeur input {
        width: 100%;
        padding: .2rem;
    }
}
.productBrand {
    color: var(--black-color);
}
.widgetSearchAdvanced .widgetContent {
    display: grid;
    gap: 12px;
    align-items: end;
    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
    align-items: end !important;
}

.widgetSearchAdvanced .widgetTitles .widgetTitle{
    display: none;
}

.widgetSearchAdvanced .widgetTitles .widgetSubTitle
 {
    font-size: 13px;
    opacity: 0.8;
    color: var(--black-color);
}

.pageList .mainColorSection, .widgetSearchAdvanced {
    background: var(--second-color) !important;
    box-shadow: none !important;
    padding: 20px 0;
}

.widgetSearchAdvanced .formItem label {
    color: var(--black-color);
}

.widgetSearchAdvanced .formItem input, .widgetSearchAdvanced .formItem select{
    border-radius: 0;
}

.widgetSearchAdvanced .formItem label {
    color: var(--black-color);
    text-transform: initial;
    font-weight: bold;
    opacity: 1;
}

.widgetSearchAdvanced .formItem {
    padding: .5rem;
}
.widgetSearchAdvanced .formItem.valeur {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 5px;
    color: var(--black-color);
    background: #11728145;
    padding: .5rem;
    border-radius: .25rem;
}

.widgetSearchAdvanced .formItem.valeur span {
    width: 100%;
}

.widgetSearchAdvanced .formItem select, .widgetSearchAdvanced .formItem input {
    border-radius: 8px;
    border: 2px solid;
    color: var(--black-color);
    font-size: .8rem;
}

.widgetSearchAdvanced .formSubmit .button.secondaryButton {
    border-radius: .3rem;
    border: 2px solid var(--main-color);
    font-size: smaller;
    color: var(--light-color);
    background: var(--main-color);
}

.beforeContent .widgetSearchAdvanced .button a {
    color: var(--light-color);
}

.buttonValidation__searchAdvanced{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 1rem auto;
    border-radius: 50px;
    gap: 1rem;
}


.widgetSearchAdvanced .formSubmit .button.secondaryButton:hover {
    transform: none;
    border: 2px solid var(--flash-color);
    background: var(--flash-color);
    color: var(--light-color);
}
.widgetSearchAdvanced .formSubmit .button.secondaryButton:hover a {
    color: var(--light-color);
}

.widgetSearchAdvanced .formSubmit .button.secondaryButton:hover a, .beforeContent .widgetSearchAdvanced .button a {
    background: none;
}
.widgetSearchAdvanced .widgetTitles .widgetSubTitle strong {
    color: var(--main-color);
    opacity: 1;
}
.widgetProductsGrid .productsGrid li {
    border-radius: .5rem;
}


.pageList .productLink button.panier__addCart {
    padding: 0.25rem 0.5rem;
    min-height: 36px;
    height: max-content;
    background: var(--light-color);
    border-radius: .3rem;
    border: 2px solid;
}


.pagination li a {
    border: none;
    background: none;
}
.pagination li {
    margin: 0px 4px;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    justify-content: center;
    padding: 0;
}

li.pagination__focusPage {
    border: 1px solid var(--main-color);
    border-radius: .35rem;
    color: var(--main-color);
}

li.pagination__index {
    border: none;
    border-radius: .35rem;
    color:var(--black-color);
    background-color: var(--second-color);

}

.widgetProduct .productInformations .productCTA button {
    min-height: 55px;
    background: var(--main-color);
    border-radius: 0.5rem;
}

.widgetProduct .productInformations .productCTA, .widgetProduct .productInformations .codeCTA {
    border-radius: 0.5rem;
}

.widgetProduct .productInformations .productCTA, .widgetProduct .productInformations .codeCTA, .button, #mainHeaderWidgets .widgetAdmin .widgetContent ul li a, input, .panierCode input, .flex-inline-qte, .pageContent .content table .iconButton {
        border-radius: 0.5rem !important;
    }

.pageContent .content table .iconButton {
    display: inline-block;
    padding: .25rem;
    border-radius: calc(var(--radius) * 0.5);
    background: var(--grey-color);
    font-size: 18px;
    color: var(--back-color);
    transition: var(--transition);
}

iframe#sobuzz-frame {
    margin-top: 2rem;
    border-radius: 1.5rem;
}

@media (max-width: 576px) {
    .widgetSearchAdvanced .widgetContent {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)) !important;
        align-items: end !important;
        grid-auto-flow: row;
    }
    .widgetProductsGrid .productsGrid li footer {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    background: var(--product-bloc-footer-bg);
    align-items: center;
    flex-direction: column;
    }
    .widgetProductsGrid .productsGrid li footer .productPrice {
    font-size: 1rem;
    padding: 0;
    }
    .widgetProduct .productInformations .productCTA button {
        margin: 0;
        border-radius: 0.5rem;
    }

    #mainFooter .mainRow .wrapper .logoWrapper figure {
        padding: 0 !important;
    }
}

/*--- page panier---*/

.addressContent button, .addressContent label.button {
    min-height: 50px;
    min-width: 200px;
    display: block;
    /* width: 30%; */
    float: left;
    display: flex;
    margin: 0 1rem 1rem 0;
    gap: 1rem;
    align-items: center;
}

label.button.validationPanier {
    min-height: 50px;
    min-width: 200px;
    display: block;
    /* width: 30%; */
    float: right;
    display: flex;
    margin: 1rem 0 1rem 0;
    gap: 1rem;
    align-items: center;
}

/* ================================================
   HEADER RESPONSIVE — Kobold/Vorwerk
   ================================================ */

#mainHeader {
    position: relative;
    overflow: visible !important;
    padding: 0.75rem 1rem;
}

#mainHeader .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    gap: 1rem;
    overflow: visible !important;
}

/* Logo */
#mainLogoWrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.pageLogin #mainHeader #mainLogoWrapper {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

#mainHeader #mainLogoWrapper #mainLogo {
    max-height: 35px;
    width: auto;
    margin: 0;
}

/* Zone widgets */
#mainHeaderWidgets {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    flex: 1;
    overflow: visible !important;
}

/* Masquer tous les titres de widgets */
#mainHeaderWidgets .widgetTitles,
#mainHeaderWidgets .widgetAccount p,
#mainHeaderWidgets .widgetBasket div p {
    display: none;
}

/* Liens texte nav */
#mainHeader .widgetLinks .widgetContent ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

#mainHeader .widgetLinks .widgetContent ul li a {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--dark-color);
    padding: 0.4rem 0.6rem;
    border-radius: var(--radius-8);
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

#mainHeader .widgetLinks .widgetContent ul li a:hover {
    color: var(--main-color);
    background: #f5f5f5;
}

/* Boutons icônes compte + panier */
#mainHeaderWidgets .widgetAccount .button,
#mainHeaderWidgets .widgetBasket .button {
    background: none !important;
    border: none !important;
    padding: 0.4rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Pin points */
#mainHeaderWidgets .widgetAccount .button .pin {
    position: absolute;
    top: -15px;
    right: -10px;
    width: max-content;
    border: 1px solid var(--main-color) !important;
    background: var(--light-color) !important;
    color: var(--main-color) !important;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 50px;
    padding: 2px 8px;
}

#mainHeader #mainHeaderWidgets .pin {
    display: none;
}

/* ================================================
   RESPONSIVE — Tablet (≤ 1024px)
   ================================================ */

@media only screen and (max-width: 1024px) {

    #mainHeader .wrapper {
        max-width: 95%;
        gap: 0.5rem;
    }

    /* Réduire l'espacement des liens */
    #mainHeaderWidgets {
        gap: 0;
    }

    #mainHeader .widgetLinks .widgetContent ul li a {
        padding: 0.4rem 0.4rem;
        font-size: 0.72rem;
    }
}

/* ================================================
   RESPONSIVE — Mobile (≤ 768px)
   ================================================ */

@media only screen and (max-width: 768px) {

    #mainHeader {
        padding: 0.5rem 1rem;
    }

    #mainHeader .wrapper {
        max-width: 100%;
        padding: 0;
        gap: 0.5rem;
    }

    /* Logo réduit */
    #mainHeader #mainLogoWrapper #mainLogo {
        max-height: 25px;
    }

    /* MASQUER les liens texte nav sur mobile */
    #mainHeaderWidgets .navWrapper .widgetLinks,
    #mainHeaderWidgets > .widget.widgetLinks {
        display: none;
    }

    /* Widgets droite compacts */
    #mainHeaderWidgets {
        gap: 0;
        flex-shrink: 0;
    }

    /* Loupe */
    .widgetSearchTrigger .searchBar__trigger {
        width: 34px;
        height: 34px;
        background: none !important;
        border-radius: 50%;
    }

    .widgetSearchTrigger .searchBar__trigger .icon {
        width: 22px;
        height: 22px;
        filter: none;
    }

    /* Compte + panier : icônes compactes */
    #mainHeaderWidgets .widgetAccount .button,
    #mainHeaderWidgets .widgetBasket .button {
        padding: 0.3rem !important;
    }

    #mainHeaderWidgets .widgetAccount .button .icon,
    #mainHeaderWidgets .widgetBasket .button .icon {
        width: 22px;
        height: 22px;
    }

    /* Bouton hamburger mega-menu visible */
    .navWrapper .widgetLinks.hamburgerMenu {
        display: flex !important;
    }

    .navWrapper .hasMega > a.megaTrigger {
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    /* Mega menu mobile */
    .megaMenu {
        top: 100px;
        max-height: 70vh;
        overflow-y: auto;
    }

    .navWrapper.active .megaMenu {
        opacity: 1;
        visibility: visible;
    }

    .navWrapper:hover .megaMenu {
        opacity: 0;
        visibility: hidden;
    }

    .navWrapper.active:hover .megaMenu {
        opacity: 1;
        visibility: visible;
    }

    .megaGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    .selectionsGrid {
    margin-top: 2rem;
    }
    #mainFooter .widgetTitle {
    font-family: "Exo 2", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: var(--flash-color) !important;
    text-align: center;
    margin-bottom: 0rem;
    }
    .mainFooter__classicFooter .widget.widgetLinks.headerBtn {
    display: block !important;
    }
    #mainFooter .mainRow .wrapper .logoWrapper {
        margin: 0px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 768px) {

    /* Masquer UNIQUEMENT les widgetLinks directs de #mainHeaderWidgets */
    /* PAS ceux dans .navWrapper */
    #mainHeaderWidgets > .widget.widgetLinks {
    display: flex !important;
    }
    header#mainHeader span.lienText {
    display: none;
    }

    /* Le navWrapper et son hamburger restent visibles */
    #mainHeaderWidgets > .navWrapper {
        display: flex !important;
    }

    .navWrapper .widgetLinks.hamburgerMenu {
        display: flex !important;
    }

    /* Trigger compact sur mobile */
    .navWrapper .hasMega > a.megaTrigger {
        font-size: 0.75rem;
        font-weight: 700;
        padding: 0.35rem 0.6rem;
        color: var(--dark-color);
        display: inline-flex;
        align-items: center;
        gap: 0.3rem;
        border-radius: var(--radius-8);
        text-decoration: none;
        background: none;
        border: none;
        white-space: nowrap;
    }

    .navWrapper .hasMega > a.megaTrigger:hover {
        background: #f5f5f5;
        color: var(--main-color);
    }
    .pageHome .widget.widgetProductsGrid {
    margin: 2rem 0 0 0;

    }
    body.bubble .afterHomeSection {
    padding: 0;
    }
    #mainFooter .widget {
    margin-left: 0px;
    }
    #mainFooter .widgetCategories .widgetContent ul li:before, #mainFooter .widget .widgetContent ul li:before,#mainHeaderWidgets .widget .widgetContent .buttonText {
        display: none;
    }
    header#mainHeader span.iconHeader {
    font-size: 1.25rem;
    display: block;
    }
    
}

/* ================================================
   RESPONSIVE — Très petit mobile (≤ 400px)
   ================================================ */

@media only screen and (max-width: 400px) {

    #mainHeader #mainLogoWrapper #mainLogo {
        max-height: 15px;
    }
    #mainHeader a {
        padding: 0;
        border-radius: var(--radius-8);
    }
    #mainHeader #mainHeaderWidgets {
    gap: .25rem;
    }
    #mainHeaderWidgets .widgetAccount .button .pin {
        font-size: 0.55rem;
        padding: 1px 5px;
        top: -12px;
        right: -8px;
    }
    
    
}