<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shop-similar{
    margin-top: 0px;
}

.video-item {
    position: absolute;
}

a.black_friday {
    background: #0A2240 !important;
    padding: 10px 10px !important;
    color: #ffae0d !important;
}

.shop-category-mob &gt; li.black_friday &gt; a {
    color: #fecd0a;
    background: black;
    border-color: rgba(112, 147, 161, 0.2);
}



.fixed-header__right .header-top-cart {
    margin-top: 0;
}

.shop-nav li.active {
    background: var(--orange);
    color: white;
}

.shop-nav li.active a {
    color: white;
    border-color: transparent;
}

.shop-nav li.with-ul.open a.active {
    text-decoration: underline;
}

.shop-product-item {
    width: 100%;
    height: 100% !important;
}

.shop-product-item__name {
    color: inherit;
}

.shop-product-item__dropdown-scu .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 8px 0 0;
    position: relative;
    bottom: -0.25rem;
    border-radius: 3px;
    border: 1px solid gray;
}

.shop-product-item__dropdown-scu .dropdown-toggle {
    padding: 12px;
}

.shop-product-item__bottom {
    margin-bottom: 0;
}

.shop-product-item__btns {
    border-radius: 8px;
}

.shop-product-item .sku-selector button {
    width: 100%;
    background: #d0e8ef;
    color: black;
}

.shop-product-item .sku-selector button:after {
    color: var(--dark-blue);
}

.shop-product-item .pm-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop-catalog-cat-item {
    color: unset;
}

.shop-catalog-cat-item__name {
    color: inherit;
}

.smart-filter-parameters-box {
    position: relative;
}

.smart-filter-parameters-box.open .smart-filter-popup-result {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.smart-filter-popup-result {
    position: absolute;
    z-index: 915;
    display: none;
    margin-top: -7px;
    margin-left: 10px;
    padding: 5px 15px;
    min-height: 37px;
    border: 1px solid #c6dce7;
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    background: var(--dark-blue);
    color: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    top: 10px;
}

.smart-filter-popup-result a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.smart-filter-popup-result.left {
    left: 100%;
    border: none;
    border-radius: 2px;
}

.smart-filter-popup-result.left:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid var(--dark-blue);
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5px;
}

.smart-filter-popup-result.right {
    left: 100%;
    border: none;
    border-radius: 2px;
}

.smart-filter-popup-result.right:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid var(--dark-blue);
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5px;
}

.shop-page__right .inner-nav__checkboxes {
    min-height: 36px;
}

@media (max-width: 992px) and (min-width: 0px) {
    .shop-page__right .inner-nav__checkboxes {
        min-height: unset;
    }

    .shop-page__right .inner-nav__checkboxes:empty {
        display: none;
    }
}

/*# sourceMappingURL=custom.css.map */

.header-list-item.active i svg path {
    fill: var(--orange);
}

a.header-list-item.active {
    color: var(--orange);
}

@keyframes times {
    0% {
        transform: scale(1.0) translateX(0);
    }
    15% {
        transform: scale(1.0) translateX(3px);
    }
    30% {
        transform: scale(1.0) translateX(-3px);
    }
    45% {
        transform: scale(1.0) translateX(1px);
    }
    60% {
        transform: scale(1.0) translateX(-1px);
    }
    75% {
        transform: scale(1.0) translateX(0);
    }
    100% {
        transform: scale(1.0) translateX(0);
    }
}

.pulse {
    animation: times 1s cubic-bezier(.36, .07, .57, .99) infinite;
}


ul.header-nav-list li.active {
    border-bottom: 3px solid #ffae0d;
}

.shop-nav__list &gt; li &gt; a {
    text-transform: none;
}

.mobile-burger .app-icon path {
    stroke: #138CAD;
}

.catalog-inner{
z-index: inherit;
}

.inner-page .header-bg{
    background: #0A2240;
}

.mobile-header {
    background: #0A2240;
}

.bottom-fixed {
    background: rgba(10, 34, 64, 1);
    background: linear-gradient(to bottom, rgba(10, 34, 64, 1) 0%, rgba(0, 101, 120, 1) 100%);
}

.catalog-inner__art {
    font-size: 16px;
    color: #707272;
}
.shop-product-item__art {
    color: #707272;
    font-size: 14px;
}
.cart-item__name span {
    color: #707272;
    font-size: 14px;
}</pre></body></html>