polyline {
    stroke-width: 2 !important;
}

.t-slds__arrow.t-slds__arrow-right {
    background-color: #fff ;
    padding: 5px 10px;
    opacity: 0.5;
    border-width: 0px;
}

.t-slds__arrow.t-slds__arrow-left {
    background-color: #fff ;
    padding: 5px 10px;
    opacity: 0.5;
    border-width: 0px;
}

/* Полоcjчка в блоках */
    .line-disclaimer {
        height: 0.5px !important;
    }
/* Стили шрифтов */
    h1.tn-atom {
        letter-spacing: 0.36px !important;
    }
    .tn-atom {
        letter-spacing: 0.56px !important;
    }
/* Подчеркивание ccылок в тексте */
    .txt_link a {
        border-bottom: 0.5px solid currentColor !important;
    }
/* Подчеркивание кнопок*/
    .button .tn-atom {
            letter-spacing: 0.28px !important;
             transition: color 150ms ease-out;
        }
    .button:last-of-type {
        padding-bottom: 5px;
        box-sizing: border-box;
    }
        .button .tn-atom:hover {
            color: #0000FF; /* Изменение цвета текста на синий */
        }
/* Подчеркивание при наведении */
        .button .tn-atom:hover::after {
            content: "";
            position: absolute;
            z-index: 123;
            left: 0;
            bottom: -8px;
            width: 100%;
            height: 0.5px;
            background-color: #171712;
            animation: underlineAnimation 150ms ease-out;
        }
    /* Label Hero section - glav page*/       
        .uc-hero_main .button .tn-atom:hover::after {
            background-color: #ffffff;
        }
/* Label Catalogue - Подчеркивание карточки товара*/   
    @media (min-width: 769px) {
        .c-button:hover::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0.5px;
            background-color: #171712;
            animation: underlineAnimation 150ms ease-out;
        }
        .c-button .b-price {
            position: absolute !important; 
            opacity: 0;
            transform: translateY(24px) !important;
            transition: transform 150ms ease-out, opacity 150ms ease-out !important;
            will-change: transform, opacity;
            }
        
        .c-button:hover .b-price {
            transform: translateY(0px) !important;
            opacity: 0.4;
        }
/* Подчеркивание при наведении */
        .button .tn-atom:hover::after {
            bottom: -5px;
        }
    }
    
/*Скрываем артикул на странице товара*/
.t-store__prod-popup__sku {
    display: none !important;
}

/*Фикс для ссылок*/
.tn-group.sticky {
    z-index:20 !important;
}
