.features-section{
    background:#f8f8f5;
    padding:70px 20px;
}

.container{
    max-width:1200px;
    margin:auto;
}

.features-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:45px;
    gap:20px;
    flex-direction: row-reverse;
}

.shop-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 26px;
    background:#0f5132;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size:15px;
    transition:.3s;
}

.shop-btn:hover{
    background:#0b3f27;
}

.title-box{
    text-align:right;
}

.title-box h2{
    font-size:34px;
    color:#124b35;
    display:flex;
    align-items:center;
    width: 100% !important;
    gap:10px;
    justify-content:flex-start;
    margin-bottom:10px;
}

.title-box p{
    color:#888;
    font-size:16px;
}

.icon{
    font-size:28px;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.feature-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.04);
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,.08);
}

.feature-card h3{
    color:#124b35;
    font-size:25px;
    margin-bottom:15px;
    font-weight:700;
}

.feature-card p{
    color:#777;
    line-height:1.8;
    font-size:15px;
}

/* Responsive */

.single-product .image-slider {

    flex-direction: column;
 
}
.single-product .s-slider-thumbs .swiper-wrapper {

    flex-direction: row;
   
}
.single-product .s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
    width: 20% !important;



  .product-single salla-comments .s-comments-product {

    padding: 0 !important  ;
    margin: 0 !important ;
}
@media(max-width:992px){

    .features-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .features-header{
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .title-box{
        width:100%;
        text-align:right;
    }

}

@media(max-width:576px){

    .features-grid{
        grid-template-columns:1fr;
    }

    .title-box h2{
        font-size:28px;
        justify-content:flex-start;
    }
    .features-header{
        flex-direction: column-reverse;
    }
}
.osh-main-banner-0 img{
    object-fit:contain
}
.osh-main-banner-0 >  div.pb-5 {
        background-color:#fafdf7;
}
.osh-main-banner-0 a.sal-animate:nth-of-type(3) {
        min-width:  8.5vw !important;
}
@media(min-width:768px){
    .osh-main-banner-0 .sal-animate:nth-of-type(3){
        height:auto;
        margin-bottom:78px;
        min-width:  20.5vw;
    }
    
    .osh-main-banner-0 .sal-animate:nth-of-type(3) img{
        width:330px;
        margin-right:50px;
    }

    .osh-main-banner-0 .wrapper{
        padding-bottom:40px;
    }
    
}
.store-footer .container .grid .border-b:nth-of-type(1){
    display:none;
}




salla-comments.hydrated {
    display: none;
}