.elementor-widget-prodottilist section{
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: #24252B;
    color:#fff;
 }
 
 .elementor-widget-prodottilist .content{
    margin-top: 40px;
 }
 .elementor-widget-prodottilist .timer-line{
    display: block;
    height: 1px;
    width: 100%;
    background-color:  #6C6E76;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin-top: 16px;
 }
 .elementor-widget-prodottilist .timer-line .segment{
     position: absolute;
     top: 0;
     left: 0;
     width: 0;
     height: 1px;
     background: #fff;
     border-radius: 0;
     transition: all linear 3s;
 }
 .elementor-widget-prodottilist .timer-list{
    margin-top: 40px;
    margin-bottom: 40px;
 }
 .elementor-widget-prodottilist .timer-list li{
     cursor: pointer;
     padding: 32px 0 0;

 }
 .elementor-widget-prodottilist .timer-list li:last-child{
     margin-bottom: 0;
     padding-bottom: 0;
 }
 .elementor-widget-prodottilist .timer-list li:not(.open) p{
     display: none; 
 }

/*  .elementor-widget-prodottilist .product-img{
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
 }
 */
 .elementor-widget-prodottilist h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 140%; 
    margin-bottom: 8px;
 }


 .elementor-widget-prodottilist p{
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
 }

 .elementor-widget-prodottilist .content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 16px;
 }


 .elementor-widget-prodottilist h3 svg path{
    fill: #fff;
}

.elementor-widget-prodottilist h3{
    font-family: 'Pathway Extreme', sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 0;
}

.elementor-widget-prodottilist .product-img{
    position: relative;
}

.elementor-widget-prodottilist .product-img img{
    border-radius: 8px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}


/* @media(min-width: 1025px) and (max-width: 1440px){
    .elementor-widget-prodottilist .product-img{
        right: -22%;
    }

    .elementor-widget-prodottilist .product-img img{
        max-width: 80%;
    }
}

 */

@media(max-width: 1024px){
    .elementor-widget-prodottilist h2{
        font-size: 28px;
        line-height: 140%;
    }
    .elementor-widget-prodottilist p{
        font-size: 18px;
        line-height: 140%;
    }
    .elementor-widget-prodottilist .content p{
        font-size: 16px;
        line-height: 140%;
    }

    .timer-line{
        display: none !important;
    }

    .elementor-widget-prodottilist .timer-list li{
        border-top: 1px solid #C5C8D2;
        padding: 32px 0 16px;
    }

    .elementor-widget-prodottilist  li.open h3 svg{
        transform: rotate(180deg);
    }
}


@media(min-width: 768px){
    .elementor-widget-prodottilist section{
        padding: 60px 0;
    }
}

@media(min-width: 960px){
    .elementor-widget-prodottilist section{
        padding: 80px 0;
    }
}

@media(min-width: 1024px){
    .elementor-widget-prodottilist section{
        padding: 100px 0;
    }
}

@media(min-width: 1140px){
    .elementor-widget-prodottilist section{
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .elementor-widget-prodottilist .product-img {
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translate(25%, -50%);
        right: 0;
        width: 70%;
        max-width: 60%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 20px 0 0 20px;
    }
    .elementor-widget-prodottilist .product-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}