a, div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, a:active, a:hover, a:link, a:visited, a:focus {
    outline: none;
}

.t-popup__bg {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    
    transition-property: opacity, visibility !important;
    transition-timing-function: ease-in-out;
}

.t-popup__bg-active {
    visibility: hidden;
    opacity: 0 !important;
}

.t-body_popupshowed .t-popup__bg-active {
    visibility: visible;
    opacity: 1 !important;
}

@media screen and (min-width: 560px) {
    .t-store .t-popup.t-popup_show {
        backdrop-filter: blur(3px);
        transition: backdrop-filter 1s ease-in-out, background-color 5s ease-in-out;
    }
    
    .t-store__prod-popup__name {
        font-weight: 600 !important;
        font-size: 30px !important;
    }
}

@media screen and (max-width: 560px) {
    .t-store__prod-popup__name {
        font-weight: 600 !important;
        font-size: 20px !important;
    }
    
    .t898__btn_label {
        width: 50px;
        height: 50px;
    }
}

.t-store__card__sold-out-msg {
    color: #8f1414;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    background-color: #010b13;
    border: 1px solid #010b13;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #d4dde5;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover {
    background-color: #010b13;
    border: 1px solid #010b13;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active .t-product__option-title_buttons {
    color: #fff;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple .t-product__option-title_buttons {
    color: #010b13;
    font-weight: 400;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover .t-product__option-title_buttons {
    color: #fff;
}

.t-slds__thumbsbullet.t-slds__bullet {
    padding: 5px;
}

.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: #ddd;
}

.t-slds__thumbsbullet-border {
    border: 1px solid transparent;
    border-radius: 10px;
}

.t-search-widget__loadmore-btn-wrap {
    display: none !important;
}

.t-search-widget__blockinput {
    height: 50px !important;
}

.t-search-widget__header {
    padding: 30px 0 !important;
}

.t-search-widget__popup {
    padding: 110px 0 30px !important;;
}

.t-search-widget__result_product-img {
    border: none !important;
}

.t-search-widget__result_product-price {
    font-weight: 300 !important;
    font-size: 12px;
}

.t-search-widget__result_product-title {
    font-size: 14px;
}

.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
    border: none;
    /*box-shadow: 0 0 3px rgb(0 0 0 / 20%);*/
    background-color: #efefef;
}

.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_color:before {
    border: 1px solid rgb(1 11 19 / 25%);
    height: calc(100% + 4px);
    left: -3px;
    top: -3px;
    width: calc(100% + 4px);
}

.t706__sidebar-bottom {
    margin-top: 30px;
}

.t-store__card-preloader .t-store__card__img-preloader {
    background-image: linear-gradient(0.125turn, rgba(236, 239, 241, 1) 0%, rgba(246, 246, 246, 1) 100%);
    border-radius: 30px;
}

.js-store-prod-all-charcs {
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.t-typography__characteristics {
    font-size: 12px;
    margin-bottom: 5px;
}

.js-store-prod-all-text {
    font-size: 12px;
}

.t-store__prod-popup__btn_disabled {
    margin-right: 10px;
}

.t898__btn_label {
    box-shadow: none;
}