#product {
    main #content-wrapper{
    max-width: 1440px;
    margin: 0 auto;
    }

    .motorisation-section {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin: 40px 0;
      }
      
      .motorisation-content {
        flex: 1;
      }
      
      .section-title {
        color: #EB6909;
        font-family: Gotham;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 20px;
      }
      

      .product-list {
        list-style-type: disc;
        padding-left: 20px;
        margin-bottom: 15px;
        margin-left: 10px;
      }
      
      .product-list li {
        color: #211F1F;
        font-family: Gotham;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        padding-left: 10px;
      }
      
      .important-note {
        border: 2px solid #EB6909;
        border-radius: 8px;
        background-color: #FBF4ED;
        padding: 18px;
      }

      .important-note p strong {
        color: #EB6909;
        font-family: Gotham;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 20px;
        text-transform: uppercase;
        padding-bottom : 2px;
      }
      
      .important-note p {
        color: #211F1F;
        font-family: Gotham;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 18px;
      }

      .tendance-tactile {
        max-width: 1068px;
        margin: 0 auto;
        padding: 20px;
      
        .image-container {
            margin-bottom: 20px;
        }
        
        .main-image {
            width: 100%;
            height: auto;
        }
        
        .text-content {
            color: #000;
        }
        
        .highlight-text {
            color: #eb6909;
            font-weight: bold;
            font-size: 1.5em;
        }
        
        .product-subtitle {
            color: #211F1F;
            font-family: Gotham;
            font-size: 24px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 28px;
        }
        
        .description {
            color: #211F1F;
            font-family: Gotham;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0;
            line-height: 20px;
        }
        
        .features-list {
            list-style: none;
            padding: 0;
        }
        
        .features-list li {
            display: flex;
            align-items: center;
            color: #EB6909;
            font-family: Gotham;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 20px;
            margin: 10px 0;
        }
        
        .icon {
            width: 16px;
            height: 16px;
            margin-right: 10px;
        }
    }
    .important-note span.bold-text{
        font-weight: 500;
    }
      .motorisation-video {
        flex: 1;
      }
      
      .youtube-video {
        width: 100%;
        height: auto;
        border-radius: 8px;
        overflow: hidden;
      }

    #stickers p{
        font-family: Gotham;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 18px;
        color: #211F1F;
    }
    #stickers p b{
        font-family: Gotham;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px;
        color: #211F1F;
    }
    @media screen and (max-width: 467px) {
        .js-content-wrapper {
            padding: 0;
        }
    }

    .blockreassurance_product {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .blockreassurance_product_elem {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 140px;
        text-align: center;
    
        .block-text {
            margin-top: 10px;
            font-weight: 700;
        }
    }

    .motorisation-section {
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin: 40px 0;
        flex-wrap: wrap;
        padding: 20px 100px;
      }
      @media screen and (max-width: 768px) {
        .motorisation-section {
            padding: 20px 50px;
        }
        
      }
      @media screen and (max-width: 576px) {
        .motorisation-section {
            padding: 20px 0;
        }
        
      }
      
      .motorisation-content {
        flex: 1;
        min-width: 500px;
      }
      
      .section-title {
        color: #EB6909;
        font-family: Gotham, Arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: 10px;
      }
      
      .highlight-text {
        color: #EB6909;
        font-weight: bold;
        text-decoration: underline;
      }
      .motorisation-video{
        min-width: 500px;
      }
      
      .youtube-video {
        width: 100%;
        height: 400px;
        border: none;
        border-radius: 8px;
      }
      
      .main-image {
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-top: 20px;
      }


    @media screen and (max-width: 576px) {
        .blockreassurance_product {
            flex-direction: column;
        }
        .blockreassurance_product_elem {
            flex-direction: row;
            width: 100%;

            .block-text {
                display: flex;
                flex-direction: column;
                margin-left: 10px;
                align-items: baseline;
                justify-content: center;
            }
        }
    }

    .product-miniature .variant-links {
        display: none;
    }

    .product-miniature .extra-informations.no-variants {
        height: 0;
    }

    .elementor-thumbnails-swiper {
        .swiper-slide-thumb-active {
            border: 2px solid #EB6909;
            border-radius: 4px;
        }

        .swiper-slide:not(.swiper-slide-thumb-active):after {
            background-color: rgba(0,0,0,0);
        }

        .swiper-scrollbar {
            display: none;
        }
    }
}