.header__links img {
    width: 40px;
    height: 40px;
}

.header__links svg {
    width: 40px;
    height: 40px
}

.top-line {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffcc02;
    color: #000;
    z-index: 19;
    padding: 10px 0;
    font-size: 14px;
    text-decoration: none
}

.top-line strong {
    text-transform: uppercase;
    border: 2px solid #000;
    background-color: transparent;
    padding: 0 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px
}

.top-line + .header {
    top: 40px;
    transition: all .4s;
}

.top-line.sticked +.header {
    top: 0;
}

body {
    padding-top: calc(90px + 44px)
}

.good-item__sizes-item {
    border-color: #000
}

.good-item__sizes-item.disabled {
    border-color: #eaeaea
}

@media (max-width: 768px) {
    .top-line + .header {
        top: 57px
    }


    .top-line.sticked +.header {
        top: 0;
    }
    .catalog-filter__name {
        display: none;
    }
    .catalog-filter__item .swiper-slide {
        opacity: 1;
    }

    .top-line .d-flex {
        align-items: center !important;
        align-content: center !important;
        justify-items: center !important;
        justify-content: center !important;
        gap: 3px;
        text-align: center
    }

    body {
        padding-top: calc(90px + 83px)
    }

    .mob-consulter {
        display: none
    }
	body.product-page {
    padding-top: 102px;
}
}