:root {
  --dark-color: #080606;
  --ligth-color: #eae5dd;
}

::selection {
    background: #9a9182;
    color: #2f2424;
}

body {
    font-feature-settings: "locl" 0;
}

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 (max-width: 560px) {
    .t1291 .t-popup__container.t-popup__container-static {
        margin: 50px 0 130px !important;
    }
    
    .t-catalog__prod-snippet__container {
        padding-top: 60px !important;
    }
    
    .t-slds__main {
        border-radius: 0 !important;
    }
}

@media screen and (width: 560px) {
    .t1291 .t-popup__close-wrapper .t-popup__close-icon_arrow {
        display: block;
    }
}

.t1291 .t-popup {
    backdrop-filter: blur(3px);
}

@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 12px;
    }
}

@media (hover: hover) {
    .t-catalog__card:hover {
        box-shadow: none !important;
    }
}

.t-descr_xxs {
    font-size: 14px;
}

.t-checkbox__control.t-text_xs, .t-radio__control.t-text_xs {
    line-height: 1.25;
    font-size: 12px;
}

.t-checkbox__indicator {
    border: 1px solid #796d6d !important;
    border-radius: 5px !important;
}

.t-catalog__prod__quantity {
    background-color: var(--dark-color) !important;
    border: none !important;
    border-radius: 7px;
}

.t-catalog__prod__quantity-input {
    color: var(--ligth-color) !important;
}

.t-catalog__prod__quantity__minus {
    background: linear-gradient(var(--ligth-color), var(--ligth-color)), transparent !important;
}

.t-catalog__prod__quantity__plus {
    background: linear-gradient(var(--ligth-color), var(--ligth-color)), linear-gradient(var(--ligth-color), var(--ligth-color)), transparent !important;
}

.t-catalog__prod__quantity__minus, .t-catalog__prod__quantity__plus {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: 50% 1px, 1px 50% !important;
}

.t-slds__thumbsbullet-wrapper {
    margin-top: 10px;
}

.js-product .t-product__option-select {
    padding: 10px 30px 10px 15px;
    border-radius: 7px;
    border: none;
    background: var(--dark-color);
    color: var(--ligth-color) !important;
    font-size: 12px !important;
    outline: none;
}

.js-product .t-product__option-variants:after {
    border-color: var(--ligth-color) transparent transparent;
}

/*скрыть артикул*/
.t-catalog__prod-popup__sku {
    display: none;
}

.t-range__value-txt {
    background-color: #fffdfa !important;
}

.t706__cartwin-content {
    background-color: var(--ligth-color);
}

.t-form__successbox {
    color: var(--dark-color);
    padding: 0;
    background: unset;
    text-align: unset;
}

.tn-atom .js-error-control-box .t-checkbox__control:before, .tn-atom .js-error-control-box .t-radio__wrapper:before {
    border-radius: 7px;
}

.tn-atom .t-form__errorbox-wrapper, .tn-form__errorbox-popup {
    border-radius: 7px !important;
}