/* Global font styling */
body {
    font-family: 'Montserrat', Arial, sans-serif !important;
}
.js-product-edition-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs,
.js-product-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs {
    background: transparent !important;
    color: #000 !important;
    font-weight: 700 !important;
    border: 2px solid #000 !important;
    border-radius: 8px;

    height: 34px;
    padding: 0 12px;
    line-height: 30px;
}

/* Mobile */
@media screen and (max-width: 480px) {
    .js-product-edition-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs,
    .js-product-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs {
        width: 100% !important;
        min-width: 180px;
        height: 40px;
        padding: 0 35px 0 14px !important;
        line-height: 40px;
        box-sizing: border-box;
    }
}
/* Product popup description links */
.t-catalog__prod-popup__text {
    opacity: 1 !important;
    color: #000 !important;
}

/* Two buttons on one line */
.js-catalog-prod-all-text {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: 100% !important;
}

/* Buttons */
.js-catalog-prod-all-text a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 40px !important;

    padding: 8px 12px !important;

    background: transparent !important;
    color: #000 !important;

    border: 2px solid #000 !important;
    border-radius: 8px;
    
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: none !important;

    /* Don't allow text to wrap */
    white-space: nowrap !important;

    opacity: 1 !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.js-catalog-prod-all-text a:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.js-catalog-prod-all-text a:hover * {
    color: #fff !important;
}

.js-catalog-prod-all-text a:hover,
.t-catalog__card__btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.t-catalog__prod-popup__btn.t-btnflex.t-btnflex_type_button:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.t-catalog__prod-popup__btn.t-btnflex.t-btnflex_type_button:hover .t-btnflex__text {
    color: #fff !important;
}
.uc-tilda-product-eng {
    position: absolute !important;
    left: -10000px !important;
    top: 0 !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;
    opacity: 0 !important;

    pointer-events: none !important;
}
.tmst-breadcrumbs.tmst-container {
    padding-top: 40px !important;
    
}
.t-catalog__prod-popup__close-txt-wr {
    position: absolute !important;
    padding-top: 60px !important;
    z-index: 100 !important;
    left: 20vw;
}
@media screen and (max-width: 480px) {
    .t-catalog__prod-popup__close-txt-wr {
        position: absolute !important;
        top: 75px !important;
        left: 5vw !important;
        padding-top: 0 !important;
        z-index: 100 !important;
    }
    
    .js-catalog-product.js-product.t-catalog__product-snippet {
        padding-top: 80px !important;
    }

}

.t-catalog__prod-popup__close-txt {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 10px 20px !important;

    background: #fff !important;
    color: #000 !important;

    border: 2px solid #000 !important;
    border-radius: 8px !important;

    text-decoration: none !important;

    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 600 !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease !important;
}

.t-catalog__prod-popup__close-txt:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
html body .t-catalog .t-popup__close {
    display: flex !important;
}
.t-catalog__card__btn_second {
    border-radius: 8px !important;
}
.t-catalog__prod-popup__btn {
    border-radius: 8px !important;
}
}