/* заголовок товара */
.js-store-prod-name {
    color: #151b26 !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
}
/* смотрите также */
.t-store__relevants__title {
    color: #a8a380 !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
}
/* иконка поиска------------------------------------------------------------------------------------- */
@media screen and (min-width: 1200px) {
[href="#opensearch"] svg {
    background-image: url(https://static.tildacdn.com/tild3635-3664-4964-a333-333432653835/photo.svg);
    background-position: center center;
    background-size: cover;
    transition: all .1s ease;
    width: 30px;
    height: 30px;
}
[href="#opensearch"] svg * {
    display: none;
}
[href="#opensearch"] svg:hover {
    transform: scale(1.05);
    background-image: relative;
}
}
/* иконка поиска------------------------------------------------------------------------------------- */
/* фикс корзины-------------------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
    .t706__carticon-wrapper {
        top: -500px !important;
}
}
.t-menuwidgeticons__cart {
    background-image: url(https://static.tildacdn.com/tild6133-3532-4838-b635-353638633962/medal-cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 1024px) {
.t-menuwidgeticons__img_carticon {
display: none !important;
}
}
/* фикс корзины-------------------------------------------------------------------------------------- */