.data-sheet.slick-initialized.slick-slider{
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
   
}

.data-sheet.slick-initialized.slick-slider {
    position: relative;
}


/* Swiper Container */
.swiper-container_feature {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    overflow: hidden
}

/* Swiper Slide */
.swiper-slide_feature {
    text-align: center;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.data-sheet-item-box {
padding: 10px 10px 20px;
background-image: url(https://graindesail.store/wp-content/uploads/2024/12/ricepaper.jpg);
    background-repeat: repeat;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    }

/* Repeater Item */
span.icon.icon-torrefaction img {
        width: 3em;
        display: block;
        width: 50px;
        height: 50px;
        margin: 10px auto 10px;
        background-color: #fff;
        border: solid 1px #232323;
        -webkit-border-radius: 25px 25px 25px 25px;
        border-radius: 25px 25px 25px 25px;
} 

.data-sheet-title {
        font-size: .875em;
        text-transform: uppercase;
       
        line-height: 16px;
    }

.data-sheet-texte {
        font-size: .875em;
        font-weight: 700;
    }

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}








.product-feature .title-section {
        padding-bottom: 60px;
        z-index: 1;
        position: relative;
    }
    
    
.title-section {
        font-family: var(--e-global-typography-b3fcabb-font-family), Sans-serif;
        text-transform: uppercase;
        display: block;
        text-align: center;
        font-size: var(--e-global-typography-b3fcabb-font-size);
    font-weight: var(--e-global-typography-b3fcabb-font-weight);
        margin-bottom: 15px;
        line-height: 28px;
        background: white;
        
    }
    
    
.product-feature-img:after {
        content: '';
        background-image: url(https://graindesail.com/themes/graindesail/assets/image/border-bottom.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 80px;
        background-position: center bottom;
    }
    
    
.caracterstique:before {
    content: '';
    background-image: url(https://graindesail.store/wp-content/uploads/2024/12/border-top.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    background-position: center bottom;
    z-index: 1; 
}
    
.caracterstique {
    padding: 80px 0 0;
    position: relative;
}   



@media (max-width: 768px) {
    .product-feature-img:after {
        
        background-size: 300%;
        
    }
    
    
.caracterstique:before {
    
    width: 300%;
    
}
}

@media (max-width: 1024px) {
   

.caracterstique:before {
   
    top: -10px;
   
    
}

.product-feature-img:after {
       
        bottom: -5px;
       
    }
    
}