.main-nav__link.is-active {
    color: #ffffff
}
.brands__subitem.hide {
    display: none;
}
.search .search-goods:first-child {
    margin-top: 10px;
}
.shopping-cart-preview__item img,
.shopping-cart-swiper .shopping-cart__swiper-list img,
.notification__block img{
    object-fit: cover;
}
.shopping-cart__title,
.shopping-cart__about-text{
    margin-bottom: 16px;
}
.tooltip.tooltip-label {
    display: inline;
    transition: all .4s;
    cursor: pointer;
    color: #5f5f5f;
    line-height: 1.3125rem;
    margin: 0;
}
.tooltip.tooltip-label:after {
    content:'';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #474442;
    transition: all .4s;
    left: 0;
}
.tooltip-label:hover {
    border-bottom-color: transparent;
}
.tooltip.tooltip-label .tooltip__text {
    top: calc(100% + 1rem);
    left: -50%;
    width: 20rem;

}
.tooltip.tooltip-label  .tooltip__text::before{
    left: 2.6875rem;
    top: -0.625rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.custom-checkbox--color.custom-checkbox--color-white label::after {
    background-image: url("/local/asset/img/svg/check-lg-black.svg");
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.5);
    z-index: 101;
}
.instagram-spacer {
    height: 4.875rem;
    background-color: #f5f4f2;
}
.search form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.modal--search .modal__close-btn {
    top: 1.5rem;
}

@media (max-width: 1919px) {
    .instagram-spacer {
        height: 78px;
    }
}
@media(max-width: 1290px) and (min-width: 1278px) {
    .main-nav__user-block {
        margin-left: 11px;
    }
}
@media(max-width: 767px){
    .tooltip.tooltip-label .tooltip__text
   {
        left: 50%;
        transform: translateX(-50%);
        max-width: 80vw;
    }
    .tooltip.tooltip-label  .tooltip__text::before{
    left: calc(50% - 10px);
}
    .instagram-spacer {
        height: 48px;
    }
    .swatch__img,
        .swatch {
            height: 80px;
        }


}
@media(max-width: 450px){
    .swatch__value {
        height: 41px;
        overflow: hidden;
    }
}
body > .loader{
    position: fixed;
}
.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: -100;
    opacity: 0;
    transition: opacity .2s;
    background: rgba(255, 255, 255, 0.6);
}

.is-active.loader {
    z-index: 50;
    opacity: 1;
}
.loader-content {
    width: 45px;
    aspect-ratio: .75;
    --c: no-repeat linear-gradient(#000 0 0);
    background: var(--c) 0% 50%,
    var(--c) 50% 50%,
    var(--c) 100% 50%;
    animation: b7 1s infinite linear alternate;
}


@keyframes b7 {
    0% {
        background-size: 20% 50%, 20% 50%, 20% 50%
    }
    20% {
        background-size: 20% 20%, 20% 50%, 20% 50%
    }
    40% {
        background-size: 20% 100%, 20% 20%, 20% 50%
    }
    60% {
        background-size: 20% 50%, 20% 100%, 20% 20%
    }
    80% {
        background-size: 20% 50%, 20% 50%, 20% 100%
    }
    100% {
        background-size: 20% 50%, 20% 50%, 20% 50%
    }
}
.disabled{
    pointer-events: none;
    opacity: 0.5;
}