.header-search__input {
    padding: 0 12px;
    color: #0f518c;
    background: var(--header-search-input-bg);
    border: solid 2px;
    border-radius: var(--border-radius-1);
}
.header-search__btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 1px;
    height: calc(100% - 2px);
    width: 40px;
    color: #ed0049;
    background: none;
    border: none;
    transform: translate(0, -50%);
    transition: all ease-in-out .15s;
}
@media (min-width: 992px) {
    .menu2 .menu__level-1-li:last-child {
        border-right: solid 0px rgba(0 0 0 / .08);
        border-radius: 0;
    }
}
@media (min-width: 992px) {
    .menu2 .menu__level-1-li {
        flex: 1 1 auto;
        position: static;
        border: none;
        box-shadow: inset 0px 0 0 rgba(0 0 0 / .08);
    }
}
@media (min-width: 992px) {
    .menu__level-2:not(.column-10) .menu__level-2-a {
        font-weight: 500;
    }
}
.uni-slideshow_v2__description.text-over-image {
    position: absolute;
    right: 40%;
    z-index: 10;
}
@media (max-width: 767px)
.ocf-btn-mobile-fixed .ocf-btn {
    background-color: #0f518c;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 266px;
}
.product-thumb__add-to-cart, .product-thumb__quick-order {
    height: 32px;
    width: 100%;
}
.product-thumb__name {
    margin: 0 0 auto;
    padding: 0 0 0px;
    font-weight: 800;
    color: var(--prod-thumb-name);
    word-wrap: break-word;
}
.product-thumb__cart {
    display: flex;
    margin: 5px 0 0;
}
.price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 800;
    color: #ed0049d1;
    white-space: nowrap;
    margin-left: auto;
}
.product-thumb__price {
    font-size: 1.5em;
}
.uni-item {
    width: 100%;
    background: #fff;
    padding: 20px;
    border: solid 1px #0f518c40;
    background-clip: padding-box;
    border-radius: var(--border-radius-1);
    transition: box-shadow linear .1s;
}
@media (min-width: 992px)
.uni-item:hover {
    border: solid 1px transparent;
    box-shadow: 0 5px 15px #ed004959;
}
.breadcrumb {
    list-style: none;
    margin-bottom: 10px;
    padding: 0 0 10px;
    overflow-x: auto;
    white-space: nowrap;
    background: 0;
    font-size: .95em;
    display: none;
}
.header-block {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0px 10px 0;
    transition: padding linear .15s;
}
.product-page__image-main {
    position: relative;
    z-index: 1;
    margin: 0 0 0px;
    border: solid 0px rgba(0 0 0 / .06);
    background-clip: padding-box;
    border-radius: var(--border-radius-1);
}
    .nav-tabs {
        scrollbar-width: thin;
        background-image: url(/image/catalog/000/111/Снимок%20экрана%20от%202025-10-15%2018-11-44.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }


.ocf-theme-light-block.ocf-vertical .ocf-filter {
    background-color: #efeef9 !important;
}
.ocf-noUi-connect:before, .ocf-noUi-handle {
    background-color: #ed0049 !important;
}


