@media (min-width:0px) and (max-width:991px){
    .pourmob-mar{margin-right:15px!important}}

    @media (min-width:0px) and (max-width:991px){
        .custom-col{height: 174px!important;}
        .custom-col > a > img {height: 174px!important;}
        }

    .grisee > div  {
        color: #DCDCDC;
        cursor: default;
    }


#fil_ariane{color:#ffffff!important}
        
#fil_ariane .category span{color:#ffffff!important}

body[data-route="app_brand_products"] .a_ariane {color: #fff;}

.active-search img{
    background: var(--Orange, #FF780F);
}




.puzzle-slider {
    max-width: 1200px;
    width: 100%;
    position: relative;
    padding: 20px;
    margin: 20px auto;
    margin-top:45px;
}

.puzzle-slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 30px;
}

.puzzle-slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 20px;
}

.puzzle-slide {
    flex: 0 0 calc(25% - 15px);
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.puzzle-slide:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.slider-item-marque-premium {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: transform 0.3s ease;
    border-radius: 12px;
}

.puzzle-slide:hover .slider-item-marque-premium {
    transform: scale(1.05);
}

.slider-text-marque-premium {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding: 25px 15px 15px;
    color: white !important;
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 2;
    display: block;

        width: 100%;
    padding: 12px;
    background: rgba(41, 41, 41, 0.5);
    backdrop-filter: blur(18px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    color: white;
    font-size: 13px;
    font-weight: 700;
    word-wrap: break-word;
    z-index: 2;
}

.puzzle-nav-controls {
    position: absolute;
    top: -25px;
    right: 20px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.puzzle-nav-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    background: white;
    color: #666;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.puzzle-nav-btn:hover {
    border-color: #333;
    color: #333;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.puzzle-nav-btn:active {
    transform: translateY(0);
}

.puzzle-nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

.puzzle-cta-button {
    display: block;
    margin: 0 auto;
    padding: 14px 32px;
    background: white;
    color: #333;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    border: 1px solid black;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.puzzle-cta-button:hover {
    border-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .puzzle-slider {
        padding: 15px;
    }
    
    .puzzle-slide {
        flex: 0 0 calc(50% - 10px);
        height: 140px;
    }
    
    .puzzle-nav-controls {
        top: -20px;
        right: 10px;
    }
    
    .puzzle-nav-btn {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
}



.div-cube-produits-premium {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.cube-prod-acc {
    width: calc(50% - 10px);
    height: fit-content;
    box-sizing: border-box;
    margin-right: 0;
}



@media (min-width: 0px) and (max-width: 991px) {
    .cube-prod-acc {
        width: 100%;
    }
}