.link[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #000000 !important;
    /* толщина и цвет подчеркивания до наведения */
    border-bottom: 1px solid transparent !important;
    /* отступ между ссылкой и подчеркиванием до наведения */
    padding-bottom: 2px !important; 
}

.link[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #000000 !important;
    /* толщина и цвет подчеркивания после наведения */
    border-bottom: 3px solid #000000 !important;
    /* отступ между ссылкой и подчеркиванием после наведения */
    padding-bottom: 2px !important; 
}

.t-store__prod-popup__wrapper img {
    margin-left: -7%;
}

.t-store__prod-popup__wrapper img {
    margin-top: -1%;
}
[data-col-gap='10'] .t-store__stretch-col {
    padding: 1px;
}
.t-store__card__price-wrapper {
    margin-top: 0px;
}
.t-store .t-store__pagination {
    margin-top: -13px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}