/* Картинки товаров по теме */
.product-item-image--light { display: none !important; }
[data-theme="light"] .product-item-image--dark  { display: none !important; }
[data-theme="light"] .product-item-image--light { display: block !important; }

[data-theme="light"] .bx-404-text-block,
[data-theme="light"] .bx-404-text-block-sub{
    color: rgba(32, 0, 10, 1);
}
[data-theme="light"] .bx-404-container{
background: rgba(249, 248, 243, 1)
}
[data-theme="light"] .bx-404-text-block-btn a {
    background: rgba(32, 0, 10, 1);
    color: rgba(230, 224, 215, 1);
}
[data-theme="light"] .bx-404-block svg ellipse {
    fill: rgba(32, 0, 10, 1);
}
[data-theme="light"] .bx-404-block svg g rect {
    fill: rgba(249, 248, 243, 1);
}
[data-theme="light"] .bx-404-block svg path{
    fill: rgba(32, 0, 10, 1);
}
[data-theme="light"] .bj-favorites-page,
[data-theme="light"] .bj-stores,
[data-theme="light"] .bj-materials,
[data-theme="light"] article.bj-about,
[data-theme="light"] .bojeni-checkout-page,
[data-theme="light"] .catalog-title-wrap,
[data-theme="light"] .bojeni-catalog-section,
[data-theme="light"] .catalog-section__con,
[data-theme="light"] .bx-breadcrumb__con{
    background: none;
}
[data-theme="light"] .catalog-title-wrap.is-active
{
    background-color: #ECE8E5;
}
[data-theme="light"] .popup-window.--open,
[data-theme="light"] .bj-coop__section--light,

[data-theme="light"] .bojeni-filter-popup__container{
background: rgba(249, 248, 243, 1)
}

[data-theme="light"] .bj-fav-counter,
[data-theme="light"] .bx-basket-block .counter{
    color: #E2DDD7;
    background: #20000A;
}
[data-theme="light"] .bj-coop-popup__inner ,
[data-theme="light"] .bj-coop__form-wrap {
    background: rgba(249, 248, 243, 1);

}
[data-theme="light"] .bj-materials__file-link {
    background: rgba(236, 232, 229, 1);
}
[data-theme="light"] .bj-about__section--light,
[data-theme="light"] .bj-about__story-card{
    background: rgba(249, 248, 243, 1);

}
[data-theme="light"] .basket-item-block-amount {
    background: url(/local/templates/bojeni/components/bitrix/sale.basket.basket/cart/images/background-quantity-light.svg);

}

[data-theme="light"] div.bj-basket-dropdown {
    background: rgba(249, 248, 243, 1);

}
[data-theme="light"] .bj-search-overlay {
    background-color: #E2DDD6;
}
[data-theme="light"] .bj-header.glass-effect {

    border-bottom-color: rgba(32, 0, 10, 0.1);
    background: rgba(249, 248, 243, 0.4);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(43px);
}
@media (max-width: 768px) {
    [data-theme="light"] .basket-item-block-amount {
        background: url(/local/templates/bojeni/components/bitrix/sale.basket.basket/cart/images/background-quantity-mobile-light.svg);

    }
}