.link_menu[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.2s ease !important;
    /* цвет ссылки до наведения */
    color: #0C0607 !important;
}
.link_menu[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #0C0607 !important;
}
.link_menu[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.2s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: 0px;
    /* толщина подчеркивания */
    height: 1px;  
    /* цвет подчеркивания до наведения */
    background: #0C0607; 
     
    opacity: 0;
    top: auto;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 100%;
     
}
.link_menu[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #0C0607;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     
}

.link_footer[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.2s ease !important;
    /* цвет ссылки до наведения */
    color: #ffffff !important;
}
.link_footer[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #ffffff !important;
}
.link_footer[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.2s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: 0px;
    /* толщина подчеркивания */
    height: 1px;  
    /* цвет подчеркивания до наведения */
    background: #ffffff; 
     
    opacity: 0;
    top: auto;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 100%;
     
}
.link_footer[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #ffffff;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     
}

.t976__menu-link {
    border-color:#0C0607 !important;
}
.t976__menu-link:hover {
    border-color:#F6D5BE !important;
}

.js-store-prod-charcs {
    font-size: 14px !important;
    line-height: 1.5 !important;
}
@media screen and (max-width: 639px) {
    .js-store-prod-charcs {
        font-size: 12px !important;
    }
}

.t-store__tabs__content {
    font-size: 14px !important;
    line-height: 1.5 !important;
}
@media screen and (max-width: 639px) {
    .t-store__tabs__content {
        font-size: 12px !important;
    }
}

.js-store-prod-name {
    font-size: 20px !important;
}
@media screen and (max-width: 639px) {
    .js-store-prod-name {
        font-size: 14px !important;
    }
}

.js-product-price {
    font-size: 16px !important;
}
@media screen and (max-width: 639px) {
    .js-product-price {
        font-size: 14px !important;
    }
}