@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    font-family: "Montserrat Alternates", sans-serif;

}
.hero{
    background-color: #E9E9E9;
}
.hero__wrap{
    display: flex;
    gap:100px;
}
.hero__left img{
    width:710px ;
    height:680px ;
    object-fit: contain;
}
.hero__right{
    flex-grow: 1;
}
.hero__title{
    margin-top: 148px;
    font-size: 36px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 6%;
    color:#5F534C;
}
.hero__desc{
    margin-top: 30px;
    font-size: 20px ;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0%;
    color:#534740;
    font-family: "Montserrat", sans-serif;
}
.hero__btn{
    margin-top: 85px;


}
.hero__btn a{
    display: inline-flex;
    min-width: 250px;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    color:#FBFCFB;
    text-transform: uppercase;
    background-color: #008032;
    border-radius: 15px;
    font-family: "Montserrat", sans-serif;
}
.best-categories__top{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.best-categories__title{
    font-size: 21px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #008032;
    text-underline-offset: 10px;
}
.best-categories__all a{
    font-size: 14px;
    font-weight: 500;
    color:#1d1d1d;
}
.best-categories__list{
    margin-top: 40px;
    display: flex;
    gap:80px;
}
.best-categories__item{
    width: calc(16.6% - 66.6px);
}
.best-categories__item-title{
    margin-top: 20px;

}
.best-categories__item-title a{
    font-family: "Montserrat", sans-serif;
    font-size:16px ;
    font-weight: 500;
    color:#1d1d1d;
    text-align: center;
    display: block;
}
.best-categories__item-img a{
    width: 100%;
    height: 180px;
    display: block;
}
.best-categories__item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-categories{
    margin-top: 60px;
}
.new-products__title{
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
}
.new-products__list{
    margin-top: 24px;
    display: flex;
    gap:30px;
}
.n-products-cart{
    width: calc(16.6% - 25px);
}
.n-products-cart__img{
    width:100%;
    height:204px ;
    border-radius: 24px;
    position: relative;

}
.n-products-cart__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.n-products-cart__actions{
    top:5px;
    right: 5px;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap:6px;
}
.n-products-cart__actions button{
    border-radius: 100%;
    width: 36px;
    height: 36px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(36 36 36 / 0.1);
}

.n-products-cart__top{
    margin-top: 20px;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.n-products-cart__category a{
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 150%;
    color: rgb(0 0 0 / 0.5);
}
.n-products-cart__rating{
    display: flex;
    align-items: center;
    gap:5px;
}
.n-products-cart__rating svg{
    width: 21px;
    height: 21px;
    object-fit: contain;
    flex-shrink: 0;
}
.n-products-cart__rating span{
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #242424;
}
.n-products-cart__title{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color:#242424 ;
}
.n-products-cart__price{
    margin-top: 6px;
    display: flex;
    gap:10px;
}
.n-products-cart__price-current{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #242424;
}
.n-products-cart__price-special{
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #ADADAD;
    text-decoration: line-through;
}
.popular-brands{
    margin-top: 130px;
}
.popular-brands__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popular-brands__title {
    font-size: 21px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #008032;
    text-underline-offset: 10px;
}
.popular-brands__all a{
    font-size: 14px;
    font-weight: 500;
    color:#1d1d1d;
}
.popular-brands__list{
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap:60px;
}
.popular-brands__item{
    width: calc(20% - 60px);
}
.popular-brands__item a img{
    width: 135px;
    height: 135px;
    object-fit: contain;
}
.bestseller-mob{
    display: none;
}
.n-seo__desc{
    max-height: 120px;
    overflow: auto;
    padding-right: 15px;
}
.n-seo__desc::-webkit-scrollbar {
    width: 6px;
}
.n-seo__desc::-webkit-scrollbar-track {
    background-color: #f9f1b5;
    border-radius: 10px;
}
.n-seo__desc::-webkit-scrollbar-thumb {
    background-color: #008744;
    border-radius: 10px;
}
.n-seo__desc::-webkit-scrollbar-button {
    display: none;
}
.n-seo{
    margin-top: 60px;
}
.n-seo__wrap{
    display: flex;
    gap:30px;
}
.n-seo__left{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#F6F6F6 ;
    width: 261px;
    height: 240px;
    border-radius: 10px;
    flex-shrink: 0;
}
.n-seo__left img{
    width: 200px;
}
.n-seo__right{
    flex-grow: 1;
}
.n-seo__title{
    font-size: 30px;
    font-weight: 400;
}
.n-seo__desc{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -1.1%;
    color: rgb(0 0 0 / 0.5);
}
.n-seo__desc-more button{
    margin-top: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -1.1%;
    color: #008032;
    background: none;
    padding: 0;
}
.footer{
    margin-top: 136px;
    background-color: #EBFAF0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer__wrap{
    display: flex;
    gap:20px;
    justify-content: space-between;
}
.footer__subscribe-title{
    margin-top: 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.footer__subscribe-form{
    margin-top: 20px;
    position: relative;
}
.footer__logo img{
    width: 310px;
}
.footer__subscribe-form input{
    height: 50px;
    display:inline-flex;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 100%;
    border-radius:25px ;
    border: 1px solid #3A8C47;
    box-sizing: border-box;
    width: 100%;
}
.footer__subscribe-form button{
    width: 50px;
    height: 50px;
    border-radius:100% ;
    background-color: #3A8C47;
    position: absolute;
    top: 0;
    right: 0;
}
.footer__col-title{
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    color:#3A8C47;
}
.footer__col-nav{
    margin-top: 20px;
}

.footer__col-nav ul li a{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color:#626262;
}
.footer__col-nav ul li:not(:first-child){
    margin-top: 15px;
}
.footer__col-address{
    margin-top: 20px;
}
.footer__col-address ul li:not(:first-child){
    margin-top: 15px;
}
.footer__col-address span{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#626262;
    line-height: 100%;
}
.footer__col-address ul li{
    display: flex;
    align-items: center;
    gap:10px;
}
.footer__col-contacts ul li a{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color:#626262;
}
.footer__col-contacts{
    margin-top: 20px;
}
.footer__col-contacts ul li:not(:first-child){
    margin-top: 15px;
}
.footer__col-contacts ul li{
    display: flex;
    align-items: center;
    gap:10px;
}
.footer__col-contacts ul li:last-child a{
    border-bottom: 1px solid #626262 ;
}
.footer__col-social ul {
    margin-top: 25px;
    display: flex;
    gap:15px;
}
.footer__col-social svg{
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.n-product-top{
    margin-top: 60px;
}
.n-product-top__wrap{
    display: flex;
    gap:105px;
}
.n-product-top__left{
    width:500px ;
}
.n-product__gallery-prev,
.n-product__gallery-next{
    display:flex ;
    align-items: center;
    justify-content: center;
    background-color: #008032;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    top:200px;
    position: absolute;
}
.n-product__gallery-prev{
    left: -65px;
}
.n-product__gallery-next{
    right: -65px;
}
.n-product-top__gallery{
    width: 100%;
    height: 500px;
    position: relative;
}
.n-product-top__gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.n-product-top__thumb{
    margin-top: 15px;
    display: flex;
    gap:14px;
}
.n-product-top__item{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    object-fit: contain;
}
.n-product-top__item img{
    width: 100%;
    height: 100%;
}
.n-product-top__right{
    flex-grow: 1;
}
.n-product-top__title h1{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}
.n-product-top__meta{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-product__meta-left{
    display: flex;
    gap:5px;
    align-items: center;
}
.n-product-top__rating{
    display: flex;
    gap:5px;
    align-items: center;
}
.n-product__top-wishlist{

}
.n-product__top-wishlist button{
    border-radius: 100%;
    background:none;
    border:1px solid rgb(0 0 0 / 0.1);
    width:30px ;
    height:30px ;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-product-top__code{
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color:#909090;
}
.n-product-top__stock{
    font-family: "Montserrat", sans-serif;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color:#008032;
}
.n-product-top__price-wrap{
    margin-top: 24px;
    display: flex;
    gap:20px;
    align-items: center;
}
.n-product-top__price-left{
    display: flex;
    gap:10px;
    align-items: flex-end;
    justify-content: center;
}
.n-product-top__price-right{
    display: flex;
    gap:15px;
    align-items: center;
}
.n-product-top__price-current{
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}
.n-product-top__price-special{
    font-size:18px ;
    color: #909090;
    text-decoration: line-through;
}
.n-product-top__add-qty select{
    border: 1px solid #9090906E;
    border-radius: 5px;
    padding: 5px;
}
.n-product-top__btn button{
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    gap:10px;
    font-size: 14px;
    padding: 10px 25px;
    color: #FFFFFF;
    background-color: #008032;
    border-radius: 25px;
}
.n-product__short-info{
    margin-top: 10px;
}
.n-product-top__short-info-detail{
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 6px 10px;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
}
.n-product-top__short-info-detail a{
    font-family: "Montserrat", sans-serif;
    font-size:12px ;
    font-weight: 500;
    line-height: 100%;
    color:#008032;
    text-decoration: underline;
    text-underline-offset:3px;
}
.n-product-top__short-info-item{
    font-family: "Montserrat", sans-serif;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    color:#333333;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 6px 10px;
    background-color: #EEEEEE;
    width: 100%;
    box-sizing: border-box;
}
.n-product__short-characteristic{
    margin-top: 30px;
}
.n-product-top__short-characteristic-title{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}
.n-product-top__short-characteristic-item{
    max-width: 400px;
    margin-top: 10px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-product-top__short-characteristic-item-name{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}
.n-product-top__short-characteristic-item-value{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}
.n-product-top__short-characteristic-more{
    margin-top: 14px;
}
.n-product-top__short-characteristic-more a{
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    color:#008032;
    text-decoration: underline;
    text-decoration-color: #008032;
    text-underline-offset:3px;
}
.n-product-top__short-characteristic-btn{
    margin-top: 20px;
    display: flex;
    gap:10px;
}
.n-product-top__short-characteristic-btn a{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color:#fff;
    background-color: #008032;
    padding: 12px 25px;
    border-radius: 170px;
}
.n-product-page__recent-list{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}
.n-product-page__recent-list .n-product-cart-sm{
    width: calc(33.3% - 10px);
}
.n-product-page__wrap{
    display: flex;
    gap:120px;
}
.n-product-page__left{
    width: calc(50% - 60px);
}
.n-product-page__right{
    width: calc(50% - 60px);
}
.n-product-page__left{
    margin-top: 55px;
}
.n-product-page__name{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.n-product-page__desc{
    margin-top: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    color:#333333;
}
.n-product-page__desc h2{
    margin-top: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color:#333333;
}
.n-product-page__desc h3{
    margin-top: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color:#333333;
}
.n-product-page__desc a{
    margin-top: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color:#008032;
}
.n-product-page__desc p{
    margin-top: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color:#333333;
}
.n-product-page__desc ul li{
    margin-top: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color:#333333;
}
.n-product-page__desc ol li{
    margin-top: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color:#333333;
}
.n-product-page__characteristics{
    margin-top: 16px;
}
.n-product-page__characteristics-item{
    margin-top: 10px;
    display: flex;
    gap:20px;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    border-bottom: 1px solid #EEEEEE;
}
.n-product-page__characteristics-name{
    font-size:14px ;
    font-weight: 400;
    font-family: "Montserrat ", sans-serif;
}
.n-product-page__characteristics-value{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.n-product-page__recent{
    margin-top: 40px;
}
.n-product-page__recent-title{
    font-family: "Montserrat ", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.n-product-page__recent-list{
    margin-top: 22px;
}
.n-product-cart-sm__img a img{
    width: 100%;
    height: 201px;
    object-fit: contain;
}
.n-product-cart-sm__img{
    width: 100%;
    height: 201px;
    position: relative;
}
.bestseller-mob__banner img{
    width: 100%;
    height: 131px;
    object-fit: contain;
}
.n-product-cart-sm__label{
    position: absolute;
    top: 20px;
    left: 8px;
}
.n-product-cart-sm__label-special{
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #242424;
    padding: 5px 10px;
    background-color: #E9C400;
    border-radius: 170px;
}
.n-product-cart-sm__label-best{
    font-family: "Montserrat", sans-serif;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    color: #FFFFFF;
    padding: 5px 20px;
    background-color: #008032;
    border-radius:170px ;
}
.n-product-cart-sm__actions{
    top:20px;
    right: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap:6px;
}
.n-product-cart-sm__actions button{
    border-radius: 100%;
    width: 36px;
    height: 36px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(36 36 36 / 0.1);
}
.n-product-cart-sm__category a{
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
    color: #484848;
}
.n-product-cart-sm__top{
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-product-cart-sm__rating{
    display: flex;
    gap:5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    align-items: center;
}
.n-product-cart-sm__title a{
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #242424;
}
.n-product-cart-sm__price{
    display: flex;
    gap:5px;
}
.n-product-cart-sm__price-current{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #242424;
}
.n-product-cart-sm__price-special{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: rgb(36 36 36 / 0.6);
    text-decoration: line-through;
}
.n-product-page__right{
    margin-top: 55px;
}
.n-product-page__rating-detail-title{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}
.n-product-page__rating-detail-value{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
}
.n-product-page__rating-detail-value span{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #484848;
}
.n-product-page__rating-detail{
    margin-top: 21px;
    display: flex;
    gap:30px;
    align-items: center;
}
.n-product-page__rating-detail-stars{
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap:2px;
    justify-content: center;
}
.n-product-page__rating-detail-count {
    margin-top: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #484848;
    text-align: center;
}
.n-product-page__rating-detail-progress-row{
    display: flex;
    gap:16px;
    align-items: center;
}
.n-product-page__rating-detail-progress-value{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    color: #242424;
    min-width: 20px;
}
.n-product-page__rating-detail-progress-bg{
    background-color: rgb(36 36 36 / 0.1);
    width: 100%;
    position: relative;
    height: 9px;
    border-radius: 80px;
    flex-shrink: 0;
}
.n-product-page__rating-detail-right{
    flex-grow: 1;
}
.n-product-page__rating-detail-progress-progress{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 9px;
    border-radius: 80px;
    background-color: #FCAF23;
}
.n-product-page__review{
    margin-top: 56px;
}
.n-product-page__rating-detail-progress-row:not(:last-child){
    margin-bottom: 16px;
}
.n-product-page__review-item-top{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-product-page__review-count{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #242424;
}
.n-product-page__review-item-name{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #242424;
}
.n-product-page__review-item-check{
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #484848;
}
.n-product-page__review-item-date{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #484848;
}
.n-product-page__review-item-text{
    margin-top: 32px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.n-product-page__review-item-rating{
    margin-top: 40px;
    display: flex;
    gap:8px;
    align-items: center;
}
.n-product-page__review-item-rating-value{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}
.n-product-page__review-form{
    margin-top: 50px;
}
.n-product-page__review-form-title{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #242424;
}
.n-product-page__review-form-desc{
    margin-top: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #484848;
}
.n-product-page__review-form-row{
    display: flex;
    gap:32px;
}
.n-product-page__review-form-col{
    margin-top: 24px;
    width: calc(50% - 16px);
}
.n-product-page__review-form-col input::placeholder{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
.n-product-page__review-form-col input{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}
.n-product-page__review-form-col label{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    display: block;
    margin-bottom: 10px;
}
.n-product-page__review-form-row input{
    border-radius: 16px;
    border: 1px solid rgb(36 36 36 / 0.1);
    padding: 12px 15px;
}
.n-product-page__review-form-stars-title{
    margin-top: 32px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #242424;
}
.n-product-page__review-form-stars svg{
    margin-top: 12px;
}
.n-product-page__review-form-text{
    margin-top: 32px;
}
.n-product-page__review-form-text label{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #242424;
    display: block;
    margin-bottom: 10px;
}
.n-product-page__review-form-text textarea{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #484848;
    border-radius: 16px;
    border: 1px solid rgb(36 36 36 / 0.1);
    padding: 12px 15px;
}
.n-product-page__review-form-text textarea::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
.n-product-page__review-form-submit{
    margin-top: 32px;
}
.n-product-page__review-form-submit button{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    background-color: #008032;
    padding: 14px 30px;
    border-radius: 170px;
}
.n-product-page__review-form-text textarea{
    width: 100%;
    height: 236px;
}

.breadcrumbs-n__wrap ul{
    margin-top: 20px;
    display: flex;
    gap:8px;
}


.breadcrumbs-n__wrap ul li span{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #484848;
}
.n-category-page__subcategory-item a span{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #484848;
}
.n-category-page__top{
    margin-top: 38px;
}
.n-category-page__top-title h1{
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
    color: #242424;
}
.n-category-page__top-title span{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: rgb(72 72 72 / 0.8);
}
.n-category-page__top-title{
    display: flex;
    gap:4px;
}
.n-category-page__top-wrap{
    display: flex;
    gap:8px;
    align-items: center;
    justify-content: space-between;
}
.n-category-page__wrap{
    display: flex;
    gap:30px;
}
.n-category-page__left{
    width: 270px;
    flex-shrink: 0;
}
.n-category-page__right{
    flex-grow: 1;
}
.n-category-page__top-sortable select{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    background-color:#008032 ;
    border-radius: 25px;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
}
.n-category-page__list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap:25px;
}
.n-category-page__list .n-products-cart{
    width: calc(20% - 20px);
}
.n-category-page__pagination{
    margin-top: 53px;
    text-align: center;
}
.n-category-page__pagination button{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight:500 ;
    line-height: 100%;
    color: #fff;
    background-color: #008032;
    padding: 16px 32px;
    border-radius: 170px;
}
.n-category-page__subcategory-list{
    margin-top: 52px;
    display: flex;
    flex-wrap: wrap;
    gap:9px;
}
.n-category-page__subcategory-item{
    width: calc(16.6%  -  7.5px);
}
.n-category-page__subcategory-item a{
    box-sizing: border-box;
    padding: 16px 8px;
    display: flex;
    gap:12px;
    align-items: center;
    width: 100%;
    border-radius: 16px;
    background-color: rgb(0 128 50 / 0.1);
}
.n-category-page__subcategory-item img{
    width: 44px;
    height: 44px;
    object-fit: contain;
}
.n-category-page__top-title-mob{
    display: none;
}
.n-category-page__top-filter{
    display: none;
}




.ocfilter-mobile-handle button{
    display: none;
}
.ocf-offcanvas.active .ocfilter-mobile-handle button{
    display: block;
    background-color: #008032;
}







.n-category-page__top-sortable select {
    -webkit-appearance: none; /* Для Safari и Chrome */
    -moz-appearance: none;    /* Для Firefox */
    appearance: none;         /* Для остальных современных браузеров */
    text-align: center;
}


.n-category-page__left{
    padding-top: 40px;
}

.n-category-page__left #column-left{
    padding: 0!important;
}


.n-category-page__left .noUi-connect {
    background-color: rgba(0, 128, 50, 0.62);
}
.n-category-page__left .panel-default{
    border:none!important;
}
.n-category-page__left .panel-heading{
    display: none;
}


.n-category-page__pagination .pagination{
    display: flex;
    gap: 5px;
}
.n-category-page__pagination .pagination li a{
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    color: #3c8c47;
    font-size: 14px;
    line-height: 14px;
}
.n-category-page__pagination .pagination li span{
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #3c8c47;
    border: 1px solid #3c8c47;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.n-category-page__pagination{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination-more{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    gap: 10px;
    background: #008032;
    border-radius: 170px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.pagination-more:hover{
    color: #FFFFFF;
}

.n-category-page__top-title h1{
    font-size: 32px;
}
.n-category-page__subcategory-item img{
    border-radius: 12px;
}
.n-category-page__list-mob{
    display: none;
}
@media (max-width: 1000px) {
    .n-category-page__list{
        display: none;
    }
    .n-category-page__list-mob{
        display: block;
    }
    .n-category-page__top-filter button {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #008032;
        border-radius: 25px;
        padding: 10px 16px;
    }
    .n-category-page__top-filter span{
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #FFFFFF;
    }
    .n-category-page__top-filter{
        display: block;
    }
    .n-category-page__top-title-mob{
        display: block;
        font-size: 32px;
        font-weight: 600;
        color: #242424;
    }
    .n-category-page__top-title-mob span{
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: rgb(72 72 72 / 0.8);
    }
    .bestseller-mob{
        display: block;
    }
    .hero__left {
        display: flex;
        align-items: flex-end;
    }
    .hero__left img {
        width:100%;
        height: 360px;
        object-position: bottom;
    }
    .hero__wrap{
        flex-direction: column;
    }
    .hero__right{
        display: none;
    }
    .best-categories__list{
        flex-wrap: wrap;
        gap:20px;
    }
    .best-categories__item{
        width: calc(33.3% - 13.3px);
    }
    .best-categories__item-img a{
        height: 80px;
    }
    .best-categories__item-title a{
        font-size: 12px;
    }
    .best-categories__title{
        font-size: 18px;
    }
    .best-categories__all a{
        font-size: 14px;
    }
    .new-products{
        margin-top: 60px;
    }
    .new-products__title{
        font-size: 40px;
        text-align: center;
    }
    .new-products__list{
        flex-wrap: wrap;
    }
    .n-products-cart{
        width: calc(50% - 15px);
    }
    .n-products-cart__actions{
        display: none;
    }
    .n-products-cart__category a{
        font-size: 10px;
    }
    .n-products-cart__rating svg{
        width: 17px;
        height: 16px;
    }
    .n-products-cart__rating span{
        font-size: 12px;
    }
    .n-products-cart__title{
        font-size: 14px;
    }
    .n-products-cart__price-current{
        font-size: 16px;
    }
    .n-products-cart__price-special{
        font-size: 16px;
    }
    .popular-brands{
        margin-top: 50px;
    }
    .popular-brands__title{
        font-size: 18px;
    }
    .popular-brands__all a{
        font-size: 14px;
    }
    .popular-brands__list{
        margin-top: 20px;
        flex-direction: column;
    }
    .popular-brands__item{
        width: 100%;
    }
    .popular-brands__item img a{
        width: 100%;
        height: 135px;
    }
    .bestseller-mob{
        margin-top: 60px;
    }
    .bestseller-mob__title{
        font-size: 40px;
        font-weight: 400;
        text-align: center;
        line-height: 110%;
        letter-spacing: -1%;
    }
    .bestseller-mob__row{
        margin-top: 20px;
        display: flex;
        gap:20px;
    }
    .bestseller-mob__column{
        width: calc(50% - 10px);
        gap:20px;
    }
    .n-product-cart-sm__img a img{
        width: 100%;
        height: 201px;
        object-fit: contain;
    }
    .n-product-cart-sm__img{
        width: 100%;
        height: 201px;
        position: relative;
    }
    .bestseller-mob__banner img{
        width: 100%;
        height: 131px;
        object-fit: contain;
    }
    .n-product-cart-sm__label{
        position: absolute;
        top: 20px;
        left: 8px;
    }
    .n-product-cart-sm__label-special{
        display: inline-flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
        color: #242424;
        padding: 5px 10px;
        background-color: #E9C400;
        border-radius: 170px;
    }
    .n-product-cart-sm__label-best{
        font-family: "Montserrat", sans-serif;
        margin-top: 8px;
        font-size: 12px;
        font-weight: 500;
        line-height: 100%;
        color: #FFFFFF;
        padding: 5px 20px;
        background-color: #008032;
        border-radius:170px ;
    }
    .n-product-cart-sm__actions{
        top:20px;
        right: 0;
        position: absolute;
        display: flex;
        flex-direction: column;
        gap:6px;
    }
    .n-product-cart-sm__actions button{
        border-radius: 100%;
        width: 36px;
        height: 36px;
        background-color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgb(36 36 36 / 0.1);
    }
    .n-product-cart-sm__category a{
        font-size: 10px;
        font-weight: 400;
        line-height: 150%;
        color: #484848;
    }
    .n-product-cart-sm__top{
        margin-top: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .n-product-cart-sm__rating{
        display: flex;
        gap:5px;
        font-size: 12px;
        font-weight: 500;
        line-height: 100%;
        align-items: center;
    }
    .n-product-cart-sm__title a{
        font-size: 14px;
        font-weight: 500;
        line-height: 150%;
        color: #242424;
    }
    .n-product-cart-sm__price{
        display: flex;
        gap:5px;
    }
    .n-product-cart-sm__price-current{
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        color: #242424;
    }
    .n-product-cart-sm__price-special{
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        color: rgb(36 36 36 / 0.6);
        text-decoration: line-through;
    }
    .bestseller-mob__banner img{
        margin-top: 8px;
        width: 100%;
        height: 150px;
    }
    .bestseller-mob__btn{
        margin-top: 43px;
        text-align: center;
    }
    .bestseller-mob__btn a{
        font-size: 18px;
        font-weight: 500;
        line-height: 100%;
        color: #fff;
        background-color: #008032;
        padding: 16px 32px;
        border-radius: 170px;
    }
    .n-seo__wrap{
        margin-top: 30px;
        flex-direction: column;
        gap:30px;
    }
    .n-seo__left{
        width: 100%;
    }
    .n-seo__desc{
        max-height: 170px;
    }
    .footer__wrap{
        flex-direction: column;
    }
    .footer__col-title{
        font-size: 16px;
    }
    .footer__col-nav{
        margin-top: 15px;
    }
    .footer__col-nav ul li a{
        font-size: 12px;
    }
    .footer__col-nav ul li:not(:first-child){
        margin-top: 10px;
    }
    .footer__col-address{
        margin-top: 15px;
    }
    .footer__col-address ul li span {
        font-size: 12px;
    }
    .footer__col-address ul li:not(:last-child){
        margin-top: 10px;
    }
    .footer__col-contacts{
        margin-top: 10px;
    }
    .footer__col-contacts ul li a{
        font-size: 14px;
    }
    .footer__col-contacts ul li:not(:last-child){
        margin-top: 10px;
    }
    .footer__col-contacts svg{
        width: 20px;
        height: 20px;
    }
    .n-product-top{
        margin-top: 12px;
    }
    .n-product-top__wrap{
        flex-direction: column;
        gap:20px;
    }
    .n-product-top__left{
        width: 100%;

    }
    .n-product-top__gallery{
        width: 100%;
        height: 380px;
    }
    .n-product-top__thumb{
        display: none;
    }
    .n-product-top__title h1{
        font-size: 14px;
        font-weight: 400;
    }
    .n-product-top__price-left{
        flex-direction: column-reverse;
    }
    .n-product-top__short-characteristic-title{
        font-size: 16px;
    }
    .n-product-top__short-characteristic-btn a{
        padding: 12px 15px;
    }
    .n-product__gallery-prev,
    .n-product__gallery-next{
        width: 40px;
        height: 40px;
        top:170px;
    }
    .n-product__gallery-prev{
        left: 0px;
    }
    .n-product__gallery-next{
        right: 0px;
    }
    .n-product-page__wrap{
        flex-direction: column;
        gap:20px;
    }
    .n-product-page__left{
        width: 100%;
    }
    .n-product-page__wrap{
        flex-direction: column;
        gap:20px;
    }
    .n-product-page__right{
        width: 100%;
    }
    .n-product-page__rating-detail{
        flex-direction: column;
        gap:20px;
    }
    .n-product-page__rating-detail-left{
        width: 100%;
    }
    .n-product-page__rating-detail-right{
        width: 100%;
    }
    .n-product-page__review{
        margin-top: 25px;
    }
    .n-product-page__review-item-top{
        margin-top: 25px;
    }
    .n-product-page__review-item-text{
        margin-top: 20px;
    }
    .n-product-page__review-form-desc{
        font-size: 14px;
    }
    .n-product-page__review-form-col label{
        font-size: 14px;
    }
    .n-product-page__review-form-row{
        flex-direction: column;
        gap:20px;
    }
    .n-product-page__rating-detail-progress-row {
        gap: 5px;
        width: 100%;

    }
    .n-product-page__recent-list{
        display: none;
    }
    .n-product-page__rating-detail-progress-bg{
        flex-shrink: inherit;
    }
    .n-product-page__review-form-text textarea{
        box-sizing: border-box;
        height: 200px;
    }
    .n-product-page__review-form-col{
        width: 100%;
    }
    .n-product-page__review-form-row{
        gap: 0;
    }
    .n-product-page__review-form-desc{
        line-height: 120%;
    }



    .n-category-page__subcategory-list{
        gap: 5px;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
    }
    .n-category-page__subcategory-list::-webkit-scrollbar {
        height: 5px;
    }
    .n-category-page__subcategory-list::-webkit-scrollbar-track {
        background-color:#008744 ;
        border-radius: 10px;
    }
    .n-category-page__subcategory-list::-webkit-scrollbar-thumb {
        background-color: #f9f1b5;
        border-radius: 10px;
    }
    .n-category-page__subcategory-list::-webkit-scrollbar-button {
        display: none;
    }
    .n-category-page__subcategory-item{
        min-width: 40%;
        max-width: 70%;
        width: auto;
        flex-shrink: 0;
    }
    .n-category-page__wrap{
        flex-direction: column;
        gap:20px;
    }
    .n-category-page__top-wrap{
        justify-content: space-between;
        align-items: center;
    }
    .n-category-page__top-title{
        flex-direction: column;
    }
    .n-category-page__top-title h1{
        font-size: 32px;
    }
    .n-category-page__subcategory-item a{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .n-category-page__subcategory-item a span{
        font-size: 14px;
        max-height: 30px;
    }
    .n-category-page__subcategory-item img{
        width: 36px;
        height: 36px;
        object-fit: contain;
    }
    .n-category-page__subcategory-item a{
        gap:5px;
    }
    .n-category-page__top-title{
        display: none;
    }
    .n-category-page__subcategory-list{
        margin-top: 26px;
    }
    .n-category-page__top{
        margin-top: 20px;
    }
    .n-category-page__list{
        gap:10px;
    }
    .n-category-page__list .n-products-cart {
        width: calc(50% - 20px);
    }



}




















































































.breadcrumbs-n__wrap ul li a{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #484848;
}
.breadcrumbs-n__wrap ul li:last-child{
    display: none;
}




.btn-green{
    font-family: 'Montserrat', sans-serif!important;

}
a{
    font-family: 'Montserrat', sans-serif!important;
}
.search-btn {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    margin: 0;

}
.search-btn svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header__bottom-search .input-group-btn {
    position: absolute;
    left: 18px;
    z-index: 2;
    top: 12px;
    border-radius: 30px;

}



.header__bottom-search .search-input{
    padding-left: 50px !important;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #424242;
    border-radius: 30px!important;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #888484;
}

.btn-green{
    font-family: 'Montserrat', sans-serif!important;
}
.btn{
    font-family: 'Montserrat', sans-serif!important;
}
.btn span{
    font-family: 'Montserrat', sans-serif!important;
}
.header__top-right .btn-primary-dark{
    background: none;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 550;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FD4040;
    padding: 0!important;
}


.best-categories__list{
    flex-wrap: wrap;
}

.n-seo__title h1{
    font-size: 30px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.n-seo__desc{
    margin-top: 20px;
}
.n-products-cart__title a{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color:#242424 ;
}


.new-products__list .slick-slide {
    padding: 0 15px; /* Total gap between two slides will be 30px */
    box-sizing: border-box;
}

/* 2. Pull back the outer container using a negative margin to maintain edge-to-edge alignment */
.new-products__list .slick-list {
    margin: 0 -15px;
}

.header__bottom-catalog .header__megamenu {
    width: 100%;
    top: 125px;
}
.popular-brands__item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.popular-brands{
    margin-top: 80px;
}
.new-categories{
    margin-top: 80px;
}
.best-categories__top{
    margin-top: 80px;
}
.n-seo{
    margin-top: 80px;
}
.new-products__title{
    font-size: 21px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #008032;
    text-underline-offset: 10px;
}
.n-header-mob{
    display: none;
}
.n-seo__desc-show-all{
    max-height: 10000px;
}
.contacts-dropdown-item a {
    font-size: 18px;
}
.footer__subscribe-title{
    text-align: center;
    color: #333333;
}
.footer__col-social ul{
    justify-content: center;
    margin-top: 15px;
}


.slick-arrow{
    width: 50px;
    height: 50px;
    background-color: rgb(0, 128, 50);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 10px;
    opacity: 0.5;
}
.slick-prev:before{
    background: none;
    background-image: url('/catalog/view/theme/kamilla/image/arrow-right.png');
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
}
.slick-next:before{
    background: none;
    background-image: url('/catalog/view/theme/kamilla/image/arrow-right.png');
    transform: rotate(180deg);
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
}
.slick-prev:hover {
    background-color: rgb(0, 128, 50);
}
.slick-next:hover {
    background-color: rgb(0, 128, 50);
}
.n-product-top__item img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.n-product-page__recent .bestseller-mob__row{
    display: none;
}






.star-rating-wrapper {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

/* Hide the actual ugly radio buttons */
.star-rating-wrapper input[type="radio"] {
    display: none;
}

/* Base style for the star icons */
.star-rating-wrapper label svg path{
    fill: #b0b0b0;
}

/* Color the stars on hover and when checked */
.star-rating-wrapper input[type="radio"]:checked ~ label svg path,
.star-rating-wrapper label:hover svg path,
.star-rating-wrapper label:hover ~ label svg path {
    fill: #FCAF23;
}

#review .alert{
    margin-top: 20px;
}



.n-products-cart__img {
    width: 100%;
    height: 280px;
}










@media (max-width: 1000px) {

    .n-product-page__recent .bestseller-mob__row{
        display: flex;
    }

    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .footer__subscribe-title{
        text-align: left;
        color: #333333;
        margin-top: 20px;
    }
    .footer__logo img {
        width: 260px;
    }
    body {
        padding-bottom: 0px!important;
    }
    .footer__col-social ul{
        justify-content: flex-start;
    }
    .n-products-cart__title a{
        font-size: 14px;
    }
    .popular-brands{
        margin-top: 40px;
    }
    .new-categories{
        margin-top: 40px;
    }
    .new-products{
        margin-top: 0;
    }
    .new-products__title{
        font-size: 18px;
    }
    .best-categories__top{
        margin-top: 40px;
    }
    .n-seo{
        margin-top: 40px;
    }
    .home-best-new{
        display: none;
    }
    .bestseller-mob {
        margin-top: 40px;
    }
    .slick-slider{
        padding-bottom: 0;
    }
    .header__bottom-search.search-widget{
        display: none;
    }
    .header__bottom-catalog{
        display: none;
    }
    .header__bottom-icons{
        display: block;
    }
    .header__bottom .header__bottom-cart {
        display: block;
    }
    .header__logo{
        width: 130px;
    }
    .mobile-bottom-menu{
        display: none;
    }
    .slick-slider{
        max-width: 100%;
        overflow: hidden;
    }
    .header_fixed{
        padding-top:0px;
    }
    .n-header-mob{
        display: block;
    }
    .n-header-mob__search form{
        margin-top: 4px;
        display: block;
        position: relative;
    }
    .n-header-mob__search input{
        box-sizing: border-box;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #424242;
        border-radius: 30px;
        padding: 10px 15px;
        padding-left: 45px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color: #888484;
    }
    .n-header-mob__search input::placeholder{
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color: #888484;
    }

    .n-header-mob__search button{
        width: 15px;
        height: 15px;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 18px;
        top: 12px;

    }
    .header__bottom-wrap{
        padding-bottom: 0;
    }
    .n-header-mob__catalog{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .n-header-mob__catalog button{
      width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap:10px;
        height: 40px;
        background-color: #008032;
        border-radius: 25px;
    }
    .n-header-mob__catalog button span{
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        color: #FFFFFF;
    }
    .n-header-mob__menu-show{
        width: 100%;
        height: 100vh;
        position: fixed;
        overflow: hidden;
    }
    .n-header-mob__menu{
        display: none;
        padding-top: 18px;
        padding-bottom: 18px;
        background-color: #fef9e5;
        padding-left: 15px;
        padding-right: 15px;

    }
    .n-header-mob__menu-show .n-header-mob__menu{
      display: block;
    }

    .n-header-mob__menu-show .n-mob-catalog-dropdown svg:last-child{
        transform: rotate(180deg);
    }



    .n-header-mob__menu-title{
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
    }
    .n-header-mob__menu-list{
        margin-top: 16px;
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
    }
    .n-header-mob__menu-item{
        width: calc(50% - 3px);
    }
    .n-header-mob__menu-item a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgba(0, 128, 50, 0.13);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        padding-right: 10px;

    }
    .n-header-mob__menu-item a img{
        width: 70px;
        height: 65px;
        object-fit: cover;
        border-radius: 20px;
        flex-shrink: 0;
    }
    .n-header-mob__menu-item a span{
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        color: #000000;
        padding-left: 5px;
    }
    .n-header-mob__menu-item a svg{
        width: 15px;
        height: 8px;
        object-fit: contain;
    }
    .header__bottom-icons svg{
        height: 20px;
        object-fit: contain;
    }
    .header__bottom-icons ul{
        align-items: baseline;
    }
    .header__bottom-user{
        display: block;
    }
    .header__bottom-wishlist{
        display: block;
    }
    .header__top{
        display: block;
        border-bottom: 1px solid #f0f0f0;
    }
    .header__top-left li:not(:first-child){
        display: none;
    }
    .header__top-right{
        display: none;
    }
    .header__top-wrap{
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .header__top-left li,
    .header__top-left li a{
        background: none;
    }
    .header__top-left li:first-child span{
        display: block !important;
    }
    .header__top-left li:first-child .hidden-xs{
        display: block !important;
    }

    .header__top-left li .hidden-sm{
        display: block !important;
    }
    .header__top-left{
        display: flex!important;
        align-items: center!important;;
        justify-content:center!important;;
        width: 100%!important;;
        position: relative;
    }
    .header__top-left ul li{
        position: initial;
    }
    .n-category-page__top-title-mob {
        line-height: 120%;
    }
    .n-category-page__left{
        padding: 0;
    }
    .pagination{
        display: none!important;
    }
    .n-category-page__pagination{
        justify-content: center;
    }
    .footer {
        margin-top: 40px;
    }
    .n-product-top__short-characteristic-btn a {
        padding: 12px 10px;
    }
}