

/* Активный пункт меню в зероблоке */

.menu * {
  width: max-content !important;
  display: block !important;
  transition: all 0.3s ease-in-out;
}

/* 1 — подчеркивание активного пункта */
.menu:hover .tn-atom, .menu.active .tn-atom {
  border-bottom: solid 1px #b96aff !important

}

    var url = document.location.pathname
    $('[href="'+url+'"]').parents('.t396__elem').addClass('active')
    
    
    
    
    
    
    
    /* Product img */
.js-store-prod-slider div .js-product-img{
 height:0px;
 padding-bottom:132px !important;
}

/* Store prod price val */
.js-store-price-wrapper .t-store__prod-popup__price-item .js-store-prod-price-val{
 font-size:24px;
}

/* Store prod all text */
.js-store-product div .js-store-prod-all-text{
 font-size:18px;
}

/* Descr */
.js-product-controls-wrapper > div > .t-descr{
 font-size:18px;
}

/* Select */
.js-product-controls-wrapper div select{
 font-size:18px;
}
