b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
}

#catalog {
    margin-top: 2.25rem !important;
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 263px;
    background: rgb(245, 247, 249, 0.1);
    backdrop-filter: brightness(0.99);
    border-radius: 3px;
    z-index: 1;
}

.image-container .img-product:first-child {
    padding: 30px;
}


h2 {
    line-height: 1 !important;
}

#socbrand .right-col {
    padding-top: 20px;
    padding-bottom: 20px;
}


#serving_result .buttons-block {
    margin-top: 15px;
}

#pills-tabContent {
    min-height: 640px;
}

#added2Basket button .icon-right {
    display: none;
}


.section--list {
    justify-content: center;
}

.product-image .product-image-wrapper_item:first-child img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 308px;
    background: rgba(245, 247, 249, 0.1);
    backdrop-filter: brightness(0.99);
    border-radius: 3px;
    z-index: 1;
}

#home-collections .buttons-block {
    margin-top: 15px;
}

.product-image .product-image-wrapper .product-image-wrapper_item:first-child img {
    padding: 30px;
}

.smart-filter--fly.open .smart-filter--body {
    overflow-y: scroll;
    max-height: 100%;
}

#added2Basket .product-name {
    display: contents;
}

#added2Basket .product-item {
    min-height: 450px;
}

#added2Basket .info-product {
    justify-content: space-between;
}

.mark-item {
    border-radius: 2px;
    background: #b5b5b5;
    line-height: 1;
    padding: 5px 10px;
    font-size: 10px;
    width: auto !important;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

#collection-main #pills-tabContent {
    min-height: min-content;
}

body.fixed {
    position: unset;
    width: unset;
}


.smart-filter--fly form {
    height: 86vh !important;
    overflow: unset !important;;
}


.article-main {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}

.article-main--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
}

.article-main--item:nth-last-child(-n+2) {
    border-bottom: 1px solid #ECECEC;
}

.article-main--item img {
    margin-top: -5px;
    margin-bottom: 5px;
    max-height: 52px;
}

.article-main--text {
    text-transform: uppercase;
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    .breadcrumbs {
        margin-top: 0;
        font-size: 14px;
    }

    .row:has(.breadcrumbs) {
        margin-bottom: 25px;
    }

    .article-main--item {
        aspect-ratio: 1;
        text-align: center;
        justify-content: start;
        padding: 2.85rem 15px 15px;
    }

    .article-main--item:nth-child(even) {
        border-right: 1px solid #ECECEC;
    }

    .article-main--item img {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .article-main--text {
        font-size: 16px;
    }


}


.article-popular {
    background: #F6F6F6;
    max-width: 34.25%;
    width: 100%;
    padding: 40px 65px;
    max-height: fit-content;
    min-width: 443px;
}

.article-popular--list {
}

.article-popular--list + .article-popular--list {
    border-top: 1px solid #D8D8D8;
    margin-top: 2.8rem;
    padding-top: 2.8rem;
}

.article-popular--title {
    display: inline-flex;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    margin-bottom: 2.35rem;
}

.article-popular ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    letter-spacing: -0.0375rem;
}

.article-popular--list ul li {
    margin-bottom: 1.6rem;
    line-height: 1.1875rem;
}

@media screen and (max-width: 1199px) {

    #socbrand .right-col img {
        border-radius: 220px 220px 220px 220px !important;
        width: auto;
        height: 320px;
    }

    #socbrand .slick-next {
        right: 5%;
    }

    #socbrand .slick-prev {
        left: 5%;
    }

    #socbrand .slick-track {
        align-items: center;
    }


    #socbrand .right-col video {
        max-height: 320px;
        width: auto;
    }

    #socbrand .slick-slide {
        height: max-content;
        margin: unset;
    }


    #socbrand {
        margin-left: unset!important;
        margin-right: unset!important;
    }

    #socbrand .slick-arrow {
        height: unset !important;
        width: unset !important;
    }

    .article-popular {
        max-width: 100%;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        min-width: unset;
    }

    .article-popular--title {
        text-align: center;
        display: block;
        margin-bottom: 1.8rem;
    }

    .article-popular ul {
        font-size: 15px;
        letter-spacing: 0;
    }

    .article-popular--list ul li {
        margin-bottom: 1.115rem;
        line-height: 1.125rem;
    }

    .article-popular--list + .article-popular--list {
        margin-top: 0;
        padding-top: 1.8rem;
    }

}


@media screen and (max-width: 991px) {

    #pills-tabContent {
        min-height: unset;
    }

    .smart-filter--fly form {
        height: 82vh !important;;
    }


}

@media screen and (max-width: 768px) {

    body.fixed {
        overflow-y: unset;
    }

    .section--list {
        justify-content: unset;
    }

    .product-image-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 263px;
        background: rgb(245, 247, 249, 0.1);
        backdrop-filter: brightness(0.99);
        border-radius: 3px;
        z-index: 1;
    }

    .price-block {
        line-height: 100%;
        margin-bottom: 0.7rem;
    }

    .mark-item {
        border-radius: 5px;
        background: #b5b5b5;
        line-height: 1;
        padding: 3px 5px;
        font-size: 8px;
        width: auto !important;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
    }

    a.product-name span {
        min-height: 64px;
        margin-bottom: 0.7rem;
    }


    .product-image .product-image-wrapper .product-image-wrapper_item:first-child img {
        padding: 15px;
    }

    .product-gap {
        margin-bottom: 1rem;
    }

    .pagination .pagination-list .pagination-item span {
        font-weight: 300;
    }

    .main-name-kol svg {
        display: none !important
    }

    .detail_koll_image {
        padding-bottom: 1rem;
    }

    .main-text-kol p:last-child {
        margin-bottom: 0 !important
    }
}


@media (max-width: 700px) {
    .image-container .img-product:first-child {
        padding: 0px;
    }
}