.t-store__card__mark {
    border-radius: 0;
    font-family: Jost, Arial, sans-serif;
    font-size: 14px;
    height: 30px;
    width: auto;
}
.t-store__prod__quantity {
    border: 1px solid #cdcdcd;
}
.t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap="20"] {
    padding: 0 25px;
}
.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
    border-radius: 0;
}
.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_color:before {
    border-radius: 0;
}
.t-store__card__btns-wrapper--quantity {
    display: block !important;
}
.t-store__prod__quantity {
    width: 48% !important;
}
.t-store__card__btns-wrapper--quantity .t-store__prod__quantity {
    margin-right: 2% !important;
}
.t-store__prod__quantity__minus-wrapper {
    margin: 0 0 0 auto;
}
.t-store__prod__quantity__plus-wrapper {
    margin: 0 auto 0 0;
}
a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn {
    width: 50% !important;
}
.t951 .t-store__card__btns-wrapper {
    margin-top: 14px;
}
.t-descr_xxs {
    font-size: 14px;
}
.t-btn_sm {
    font-size: 16px;
}
.hover::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: block;
    width: 0;
    transition: 0.3s;
    height: 1px;
    background: #1f1f1f;
}
.hover:hover:after {
    width: 100%;
}
.t396__artboard { 
    overflow-x: auto;
    scroll-behavior: smooth;
}
.t396__artboard::-webkit-scrollbar {
    height: 0;
}
@media screen and (min-width: 1440px) {
    .t758 > .t-container {
        max-width: 1440px;
    }
    .t951 > .t-store > .t-container {
        max-width: 1440px;
    }
}
@media screen and (max-width: 1200px) {
    .t-container {
        max-width: 980px;
    }
}
@media screen and (min-width: 981px) {
    .t951 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .t951 .t951__cont-w-filter.t-store__grid-cont_col-width_stretch.t-container:not(.t-store__grid-cont_indent) {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
@media screen and (min-width: 961px) {
    .t758 > .t-container > .t-col {
        margin-left: 5px !important;
    }
    .t951__sidebar .t-store__filter__item-title {
        font-size: 16px;
    }
}