html {
    /* укажи цвет фона html */
    background: #1c0702;
}

.js-store-prod-name.js-product-name.t-store__card__title.t-name.t-name_md {
    font-weight: 800 !important;
}

.t706__cartwin-heading.t-name.t-name_xl {
    font-weight: 800 !important;
}

.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
    font-weight: 800 !important;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    background-color: #1c0702;
    border-radius: 4px;
    border: 1px solid #726967;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #f1b782;
}

    .t706__cartwin-content {
    background-color: #f1b782;
    }
    
    .t706__cartwin-heading.t-name.t-name_xl {
    color: #1c0702;
}