/* =========================================
   1. VARIABLES & GLOBAUX
   ========================================= */
:root { 
    --stl-primary-blue: #1b7cf3; 
    --stl-primary-hover: #1565c0; 
    --stl-bg-light: #f7f8f9; 
    --stl-radius: 16px; 
}
	.stl-module-wrapper .swiper-slide {
 	max-width: 430px;
 
}

/* Conteneur ajusté à 1320px selon votre demande */
.stl-module-wrapper .shop-the-look-container, 
.stl-module-wrapper .shop-the-look-single { max-width: 1320px; margin: 0 auto; font-family: inherit; }
.stl-module-wrapper  .product-miniature {
        min-width: 100%;
		    height: 100% !important;
}
.stl-module-wrapper .stl-btn, 
.stl-module-wrapper button.stl-btn-small.btn-shopper-tout { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 202px;
    min-width: 180px;
    height: 55px;
    background: #1C7EE1;
    border-radius: 20px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

.stl-module-wrapper .stl-btn:hover { background-color: var(--stl-primary-hover); color: white; }

/* =========================================
   2. PAGE PRINCIPALE (MAIN)
   ========================================= */
.stl-module-wrapper .stl-header {
    display: flex;
    align-items: flex-start;
    padding: 60px 114px;
    gap: 23px;
    height: 261px;
    background: #A1C3E5;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 39px;
}

.stl-module-wrapper .stl-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 250px;
    min-width: 250px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 30px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.stl-module-wrapper .stl-header h1 { 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 43px;
    color: #FFFFFF;
}

.stl-module-wrapper .stl-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; margin-bottom: 40px; }
.stl-module-wrapper .stl-card { border-radius: var(--stl-radius); background-size: cover; background-position: center; height: 480px; position: relative; overflow: hidden; color: white; padding: 60px 40px;}
.stl-module-wrapper .stl-card:nth-child(4n + 1) { grid-column: span 7; }
.stl-module-wrapper .stl-card:nth-child(4n + 2) { grid-column: span 5; }
.stl-module-wrapper .stl-card:nth-child(4n + 3) { grid-column: span 5; }
.stl-module-wrapper .stl-card:nth-child(4n + 4) { grid-column: span 7; }

.stl-module-wrapper .stl-card-content {     
    position: absolute;
    top: 60px;
    left: 30px;
    right: 30px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 60px; 
}

.layout-full-width .products {
    display: flex;
    gap: unset;
    grid-template-columns: unset;
}

.stl-module-wrapper .stl-card-content h2 {
    width: 391px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #FFFFFF;
}

.stl-module-wrapper .stl-subtitle { 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

.stl-module-wrapper .stl-price { font-size: 1.6rem; font-weight: bold; margin-bottom: 20px; }
.stl-module-wrapper .stl-load-more { text-align: center; margin: 40px 0; }
.stl-module-wrapper .btn-load-more { background: black; color: white; border: none; padding: 12px 30px; border-radius: 30px; cursor: pointer; }

/* =========================================
   3. PAGE SINGLE (HERO BANNER & GRILLE PRODUITS)
   ========================================= */
.stl-module-wrapper .stl-hero { 
    height: 500px; 
    border-radius: var(--stl-radius); 
    background-size: cover; 
    background-position: center; 
    position: relative; 
    margin-bottom: 40px; 
    overflow: hidden; 
}
.stl-module-wrapper .stl-video-bg { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translateX(-50%) translateY(-50%); z-index: 1; object-fit: cover; pointer-events: none; }
.stl-module-wrapper .stl-hero-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Avant : 0.6 -> 0.2 */
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.05) 100%
    );

    z-index: 2;
}
.stl-module-wrapper .stl-hero-overlay { 
    position: relative; 
    z-index: 3; 
    width: 100%; 
    height: 100%; 
    display: flex; 
    flex-direction: column; 
    padding: 40px; 
    box-sizing: border-box;
}

/* Barre du haut (Bouton retour + Badge) */
.stl-module-wrapper .stl-hero-top-bar { display: flex; align-items: center; gap: 15px; }
.stl-module-wrapper .stl-back-btn { 
    transition: transform 0.2s ease; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 14px 8px rgba(0, 0, 0, 0.01), 0px 6px 6px rgba(0, 0, 0, 0.02), 0px 2px 3px rgba(0, 0, 0, 0.03);
    border-radius: 27.5px;
}
.stl-module-wrapper .stl-back-btn:hover { transform: scale(1.05); }
.stl-module-wrapper .stl-back-btn svg { display: block; }
.stl-module-wrapper .stl-hero-top-bar .stl-badge { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 250px;
    min-width: 250px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 30px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

/* Contenu aligné à gauche */
.stl-module-wrapper .stl-hero-content { margin-top: 59px; display: flex; flex-direction: column; align-items: flex-start; }
.stl-module-wrapper .stl-hero-content h1 {
    width: 456px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 43px;
    color: #FFFFFF;
    margin-bottom: 76px;
}

.stl-module-wrapper .stl-current-products { margin-top: 40px; margin-bottom: 60px; }
.stl-module-wrapper .stl-products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.stl-module-wrapper .stl-product-card { background: var(--stl-bg-light); border-radius: var(--stl-radius); padding: 20px; position: relative; display: flex; flex-direction: column; }
.stl-module-wrapper .stl-compare { text-align: center; color: #777; font-size: 0.9rem; margin-bottom: 15px; }
.stl-module-wrapper .stl-product-img { text-align: center; margin-bottom: 20px; flex-grow: 1; display: flex; align-items: center; justify-content: center; }
.stl-module-wrapper .stl-product-img img { max-width: 100%; height: auto; mix-blend-mode: multiply; }
.stl-module-wrapper .stl-product-info h3 { font-size: 1.1rem; color: #333; margin-bottom: 10px; min-height: 44px; }
.stl-module-wrapper .stl-product-price .price { font-size: 1.4rem; font-weight: bold; color: #000; }
.stl-module-wrapper .stl-stock { font-size: 0.85rem; color: #333; margin: 10px 0; display: flex; align-items: center; gap: 5px; }
.stl-module-wrapper .green-dot { width: 8px; height: 8px; background-color: #4CAF50; border-radius: 50%; display: inline-block; }
.stl-module-wrapper .stl-product-actions { display: flex; gap: 10px; margin-top: auto; }
.stl-module-wrapper .btn-wishlist { background: #e0e0e0; border: none; border-radius: 12px; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.stl-module-wrapper .add-to-cart-or-refresh { flex-grow: 1; }
.stl-module-wrapper .stl-btn-product { width: 100%; background: var(--stl-primary-blue); color: white; border: none; border-radius: 12px; height: 45px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; }

#product .custom-col,
.layout-full-width .stl-module-wrapper .stl-current-products .custom-col{ 
	 padding: calc(var(--bs-gutter-x) * .5);
	} 

/* =========================================
   4. GESTION DESKTOP / MOBILE GLOBAUX
   ========================================= */
.stl-module-wrapper .mobile-only {
    display: none !important;
}

/* =========================================
   5. WIDGET SWIPER : LAYOUT DESKTOP
   ========================================= */
.stl-module-wrapper .stl-related-section { margin-top: 80px; margin-bottom: 60px; position: relative; }
.stl-module-wrapper .stl-related-layout { display: flex; gap: 20px; align-items: stretch; }

/* --- CARTE BLEUE STATIQUE DESKTOP --- */
.stl-module-wrapper .stl-static-blue-card {
    flex: 0 0 424px;
    padding: 40px 30px; 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start;
    background: #A1C3E5;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    justify-content: space-between;
}

.stl-module-wrapper .stl-static-blue-card .stl-slide-badge { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 250px;
    min-width: 250px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 30px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.stl-module-wrapper .stl-static-blue-card h3 { 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
}

.stl-module-wrapper .stl-slide-btn-white {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 180px;
    min-width: 180px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.2s; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    justify-content: center;
}
.stl-module-wrapper .stl-slide-btn-white:hover { background: #f0f0f0; }

/* --- LE SLIDER --- */
.stl-module-wrapper .stl-related-swiper {
    flex: 1; 
    min-width: 0; 
    overflow: visible !important; 
    clip-path: inset(-50px -100vw -50px 0); 
}
.stl-module-wrapper .swiper-slide {
    min-height: 600px !important;
    border-radius: var(--stl-radius);
    overflow: hidden;
    box-sizing: border-box;
}

.stl-module-wrapper .stl-slide-look { 
    width: 850px !important; 
    position: relative; 
    background-size: cover; 
    background-position: center; 
}
.stl-module-wrapper .stl-slide-look-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.6) 100%); z-index: 1; }
.stl-module-wrapper .stl-slide-look-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; padding: 30px; display: flex; flex-direction: column; gap: 80px; }
.stl-module-wrapper .stl-slide-look-content h3 {
    width: 391px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 35px;
    color: #FFFFFF;
}
.stl-module-wrapper .stl-slide-look-content .stl-price{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}
.stl-module-wrapper .stl-slide-look-content .subtitle{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}
.stl-module-wrapper .stl-slide-look-bottom { display: flex; flex-direction: column; align-items: flex-start; }
.stl-module-wrapper .stl-slide-look-bottom .subtitle { font-size: 0.9rem; color: white; margin-bottom: 5px; }
.stl-module-wrapper .stl-slide-look-bottom .price { font-size: 1.6rem; font-weight: bold; color: white; margin-bottom: 15px; }

/* --- CONTRÔLES --- */
.stl-module-wrapper .stl-swiper-controls-wrapper { 
    display: flex; align-items: center; justify-content: space-between; margin-top: 30px; gap: 40px; 
}

.stl-module-wrapper .stl-swiper-pagination-container { 
    flex-grow: 1; position: relative; height: 4px; background: #E8E8E8; border-radius: 4px; 
}
.stl-module-wrapper .stl-swiper-pagination.swiper-pagination-progressbar { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background: transparent !important; }
.stl-module-wrapper .stl-swiper-pagination .swiper-pagination-progressbar-fill { background: #000000 !important; border-radius: 4px; }

.stl-module-wrapper .stl-swiper-nav { flex-shrink: 0; display: flex; gap: 10px; align-items: center; }
.stl-module-wrapper .stl-prev, .stl-module-wrapper .stl-next { cursor: pointer; display: flex; transition: 0.2s; }
.stl-module-wrapper .stl-prev:hover, .stl-module-wrapper .stl-next:hover { transform: scale(1.05); }
.stl-module-wrapper .stl-prev.swiper-button-disabled, .stl-module-wrapper .stl-next.swiper-button-disabled { opacity: 0.3; cursor: not-allowed; }

.stl-module-wrapper .stl-widget-container { margin-top: 50px; margin-bottom: 50px; }
.stl-module-wrapper .stl-widget-header { margin-bottom: 25px; }

.stl-module-wrapper .stl-widget-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 267px;
    min-width: 250px;
    height: 50px;
    background: #000000;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin: 50px 0px 50px 113px;
}

.product-accessories .stl-module-wrapper .stl-widget-badge { margin-top: 106px; }
.stl-module-wrapper .stl-widget-badge:hover { background-color: #333; color: #fff; }
.stl-module-wrapper .stl-main-media-col { margin-bottom: 30px; height: 720px;  }
.stl-module-wrapper .stl-widget-main-media-wrapper { width: 100%; height: 100%;  border-radius: 12px; overflow: hidden; }
.stl-module-wrapper .stl-widget-main-media { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 12px; }
.stl-module-wrapper .stl-second-row { margin-top: 50px; }

/* =========================================
   6. MOBILE RESPONSIVE PIXEL PERFECT (MAX-WIDTH: 767px)
   ========================================= */
@media (max-width: 991px) {
    .stl-module-wrapper .stl-card:nth-child(n) { grid-column: span 12; }
    .stl-module-wrapper .stl-related-layout { flex-direction: column; }
    .stl-module-wrapper .stl-static-blue-card { flex: none; height: auto; padding: 30px 20px; }
    .stl-module-wrapper .stl-slide-look { width: 100% !important; }
    .stl-module-wrapper .stl-swiper-controls-wrapper { gap: 20px; }
    .stl-module-wrapper .stl-related-swiper { clip-path: none; overflow: hidden !important; }
    .stl-module-wrapper .stl-hero-content h1 { font-size: 2rem; }
}
.shop-the-look-single .stl-price,
.shop-the-look-single .stl-subtitle { display: none!important; }
@media (max-width: 767px) {

    /* Bascule d'affichage Desktop -> Mobile */
    .stl-module-wrapper .desktop-only {
        display: none !important;
    }
    .stl-module-wrapper .mobile-only {
        display: block !important;
    }

    /* Styles de base mobile */
    .stl-module-wrapper .stl-header {
        background: #A1C3E5; padding: 30px 20px; border-radius: 20px; display: flex;
        flex-direction: column; gap: 15px; height: auto; margin-bottom: 20px;
    }
    .stl-module-wrapper .stl-header .stl-badge {
        background: #FFFFFF; color: #000000; border-radius: 30px; padding: 8px 20px;
        font-size: 14px; width: max-content; min-width: auto; height: auto;
    }
    .stl-module-wrapper .stl-header h1 { color: #000000; font-size: 26px; line-height: 1.2; margin: 0; }

    .stl-module-wrapper .stl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .stl-module-wrapper .stl-card { grid-column: span 1 !important; height: 340px; padding: 0; border-radius: 16px; }
    .stl-module-wrapper .stl-card:first-child { grid-column: 1 / -1 !important; height: 480px; }

    .stl-module-wrapper .stl-card-content {
        position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 20px;
        display: flex; flex-direction: column;        justify-content: space-between; gap: 10px;
    }
    .stl-module-wrapper .stl-card:first-child .stl-card-content { justify-content: space-between;padding: 68px 51px 56px 51px; }
    .stl-module-wrapper .stl-card:first-child .stl-card-top {          margin-top: 0; }
    
    .stl-module-wrapper .stl-card-top h2 { font-family: Raleway; font-size: 20px; font-style: normal; font-weight: 700; line-height: 24px;width: 98px; }
    .stl-module-wrapper .stl-card:first-child .stl-card-top h2 {
       width: 146.582px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 50px;
    }
    
    .stl-module-wrapper .stl-subtitle { display: none; }
    .stl-module-wrapper .stl-card:first-child .stl-subtitle {
        display: block;width: 159.545px;
        font-size: 15px;
        line-height: 15px;
    }
    
    .stl-module-wrapper .stl-price { 
	
	color: #FFF;
font-family: Raleway;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 80% */
	
	
	}
	.shop-the-look-single .stl-subtitle{
		display: block;
		color: #FFF;
font-family: Raleway;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 15px;
width: 160px;
	}
	    .shop-the-look-single .btn-shopper-tout {
        border-radius: 15px !important;
background: #1C7EE1 !important;color: #FFF !important;
text-align: center !important;
font-family: Raleway !important;
font-size: 13px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 15px !important;width: 166px !important;
height: 49px !important;
        margin-top: 15px;        margin-left: auto;
        margin-right: auto;
    }
	  .shop-the-look-single .btn-shopper-tout svg {
    
        width: 20px !important;
height: 22px !important;
    }
    .stl-module-wrapper .stl-card:first-child .stl-price { font-size: 28px; }

    .stl-module-wrapper .stl-btn {
        width: 100%; height: 45px; min-width: 0; border-radius: 12px;
        font-size: 14px; padding: 0; margin-top: 10px;
    }
    .stl-module-wrapper .stl-card:first-child .stl-btn {width: 165.528px; height: 49px; font-size: 13px;line-height: 15px;font-weight: 600;          margin: 0 auto;}

    .stl-module-wrapper .stl-hero { height: 550px; border-radius: 20px; margin-bottom: 20px; }
    .stl-module-wrapper .stl-hero-overlay {
        position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 36px 20px 46px;
        display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box;
    }
    .stl-module-wrapper .stl-hero-top-bar { display: flex; align-items: center; gap: 15px; }
    .stl-module-wrapper .stl-hero-top-bar .stl-badge {
        background: #FFFFFF; color: #000000; border-radius: 30px; padding: 8px 20px;
        font-size: 14px; width: max-content; min-width: auto; height: auto;
    }
    .stl-module-wrapper .stl-back-btn { width: 40px; height: 40px; }
    
    .stl-module-wrapper .stl-hero-content { margin-top: 0; display: flex; flex-direction: column; align-items: flex-start; width: 100%; }
    .stl-module-wrapper .stl-hero-text h1 { font-size: 32px; line-height: 1.1; margin-bottom: 5px; width: 100%; }
    .stl-module-wrapper .btn-shopper-tout { width: 100%; height: 50px; border-radius: 16px; margin-top: 15px; }


 

    /* Style gardé uniquement pour vos propres containers (sans affecter la classe native product-miniature) */
    .stl-module-wrapper .stl-product-img { margin-bottom: 15px; }
    .stl-module-wrapper .stl-product-info h3 {
        font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px !important;
        line-height: 1.2 !important; color: #000000 !important; margin-bottom: 5px !important;
        text-align: left; min-height: 32px; display: -webkit-box;
        -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    }
    .stl-module-wrapper .stl-product-price .price {
        font-size: 18px !important; font-weight: 700 !important; color: #000000 !important;
        text-align: left; display: block;
    }
    .stl-module-wrapper .stl-stock {
        font-size: 11px; color: #000000; text-align: left; margin-top: 5px;
        margin-bottom: 15px; display: flex; align-items: center; gap: 5px;
    }
    .stl-module-wrapper .green-dot {
        content: ""; display: inline-block; width: 6px; height: 6px; background: #4CAF50; border-radius: 50%;
    }

    .stl-module-wrapper .stl-product-actions {
        display: flex !important; gap: 8px !important; margin-top: auto !important; width: 100% !important;
    }
    .stl-module-wrapper .btn-wishlist {
        width: 45px !important; height: 45px !important; border-radius: 12px !important;
        background: #E8E8E8 !important; border: none !important; display: flex !important;
        align-items: center !important; justify-content: center !important; flex-shrink: 0 !important;
    }
    .stl-module-wrapper .stl-btn-product {
        width: 100% !important; height: 45px !important; border-radius: 12px !important;
        background: #1C7EE1 !important; border: none !important; display: flex !important;
        align-items: center !important; justify-content: center !important; padding: 0 !important;
    }
    .stl-module-wrapper .stl-btn-product span, 
    .stl-module-wrapper .add-to-cart-or-refresh span {
        display: none !important;
    }
    
#product .custom-col,
#module-shopthelook-single .custom-col{
    padding: 3.5px;
}

#product .stl-second-row,
#module-shopthelook-single  .stl-current-products{
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
	margin-top: 18px;
}
#product .stl-module-wrapper .stl-widget-container,
#module-shopthelook-single  .stl-module-wrapper .stl-current-products{
    margin-bottom: 0px;
}
	.stl-module-wrapper  .product-miniature {
    height: 100% !important;
}
    .stl-module-wrapper .stl-widget-badge {
        min-width: 148px;
        width: 148px;
        height: 31px;
        border-radius: 30px;
        font-size: 13px;
        line-height: 26px;
        margin: 25px 0px 23px 50px;
    }

    /* --- SPECIFIQUE SWIPER WIDGET MOBILE --- */
    .stl-module-wrapper .stl-related-layout {
        display: block;
    }

    /* 1. Cache le bouton "shopper tout" de l'image de la salle de bain (selon maquette) */
    .stl-module-wrapper .stl-slide-look-bottom {
        display: none !important;
    }

    /* Largeur des slides pour le chevauchement (maquette) */
    .stl-module-wrapper .stl-slide-blue-card-mobile,
    .stl-module-wrapper .stl-slide-look {
        width: 85vw !important; 
        height: 450px !important;
        border-radius: 20px;
    }

    /* Design de la Carte Bleue Mobile */
    .stl-module-wrapper .stl-mobile-card-content {
        border-radius: 20px;
		background: #A1C3E5;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        box-sizing: border-box;
		padding: 27px 16px;
    }

    .stl-module-wrapper .stl-mobile-card-content .stl-slide-badge {
        background: #FFFFFF;
        color: #000000;
        padding: 8px 20px;
        border-radius: 30px;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 14px;
        width: fit-content;
        min-width: auto;
        height: auto;
    }

    .stl-module-wrapper .stl-blue-title {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px; 
        color: #000000;
        margin-top: 30px;
        margin-bottom: auto;
		margin-left: 24px;
		width: 178px;
    }

    .stl-module-wrapper .stl-btn-black {
        background: #000000;
        color: #FFFFFF;
        border-radius: 16px;
        padding: 15px 30px;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 16px;
        text-decoration: none;
        display: inline-block;
        width: fit-content;
    }

    /* Barre de progression positionnée en bas à gauche */
    .stl-module-wrapper .stl-swiper-nav {
        display: none !important;
    }

    .stl-module-wrapper .stl-swiper-controls-wrapper {
        margin-top: 0px;
        display: flex;
        justify-content: flex-start;
        padding-left: 10px;
        gap: 0;
    }

    .stl-module-wrapper .stl-swiper-pagination-container {
        width: 120px;
        height: 6px;
        background: #E8E8E8;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        flex-grow: 0; 
    }

    .stl-module-wrapper .stl-swiper-pagination.swiper-pagination-progressbar {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
    }

    .stl-module-wrapper .swiper-pagination-progressbar-fill {
        background: #000000 !important;
        border-radius: 10px;
    }
	.shop-the-look-single .stl-price,
.shop-the-look-single .stl-subtitle { display: block!important; }
.stl-module-wrapper .stl-main-media-col { height: 354px;  }
#product .stl-module-wrapper .product-miniature__image-container img{
	        width: 100%;
        height: auto;
}
