#usercentrics-root, /*всплывающее окно*/
.desktop__top-header-main-menu, /*навигация, лк и т.д.*/
footer,
[data-qa="product-price"],
[data-qa="price"],
[data-qa="product-price"]~span,
.fixed [data-test-id="add-item-to-basket-button"],
[data-qa="price"]~span,
#usercentrics-cmp-ui,
[style="background-color:#f15388;"],
.modal-target
{
    display: none!important;
}
.overflowHidden {
    overflow: auto !important;
}
.price_bypost_line_through{
    font-size: 12px;
    color: black;
    text-decoration: line-through;
}

button[data-test-id="add-item-to-basket-button"] {
    color: transparent !important;
    position: relative;
    content: 'В корзину' !important;
}

button[data-test-id="add-item-to-basket-button"]:after {
    content: 'В корзину' !important;
    color: #fff !important;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 100%;
}


button[data-test-id="add-item-to-basket-button"]:not([click_corrented]) {
    background: #cccccc !important;
    pointer-events: none;
}
