.bar {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    height: 160px;
    padding-top: 25px;
    padding-bottom: 7px;
    background: #fff;
}

.bar-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
}


.new_menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.new_menu a {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    color: #757171;
    text-decoration: none;
}

.menu_link_1 {
    grid-area: 1 / 1 / 2 / 2;
}

.menu_link_2 {
    grid-area: 1 / 2 / 2 / 3;
}

.menu_link_3 {
    grid-area: 1 / 3 / 2 / 4;
}

.menu_link_4 {
    grid-area: 2 / 1 / 3 / 2;
}

.menu_link_5 {
    grid-area: 2 / 2 / 3 / 3;
}

.header_icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    column-gap: 16px;
    margin-bottom: 5px;
}

.user-links a {
    font-weight: 400;
    font-size: 9px;
    color: #757171;
    text-decoration: none;
}

.header-contacts {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    row-gap: 5px;
}

.header-contacts a {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 94%;
    color: #000;
    text-decoration: none;
}

.header-contacts span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    column-gap: 6px;
}

.navlinks {
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #757171;
    margin-right: 48px;
}

.shop-button {
    background: #F0F0F0;
    border: 1px solid #C7C6C6;
    border-radius: 5px 0px 0px 5px;
    padding: 15px 48px 14px 29px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0089D0;
    cursor: pointer;
}

.search-button {
    background: #0089D0;
    border: 1px solid #C6C7C7;
    border-radius: 0px 5px 5px 0px;
    padding: 5px 12px 3px 19px;
    cursor: pointer;
}

.search-field {
    display: flex;
    padding-left: 0px !important;
    align-content: center;
    align-items: center;
}

.searchform {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    padding: 0;
}

.searchfield {
    background: #FFFDFD;
    border: 1px solid #C7C6C6;
    width: 707px;
    height: 50px;
}

input::placeholder {
    color: #C7C6C6;
    padding-left: 17px;
}

.input-number {
    background: none !important;
    padding-left: 30px;
    height: 34px !important;
}

.search-bar {
    display: flex;
}

.user-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
}

.footer_new {
    background: #fff;
    color: #000;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    padding-top: 26px;
    padding-bottom: 37px;
}

.footerlink {
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    color: #000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

.main-benefits {
    background: #F14635;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

.main-item-heading {
    width: 381px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 75px;
    color: #FFFFFF;
}

.red-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.main-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.m-item {
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #0089D0;
    border: 1px solid #C7C6C6;
    background: #F0F0F0;
    padding: 15px 20px;
    display: block;
}

.m-item a:active {
    background: #fff;
}

.m-item a:hover {
    background: #fff;
}

.features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 47px;
}

.features h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    width: 252px;
    padding-left: 20px;
}

.white-gray {
    background: #F5F5F5;
    padding-top: 32px;
    padding-bottom: 54px;
    margin-bottom: 30px;
}

.cat-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.cat-slider a {
    text-decoration: none;
}

.slider-item {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    width: 220px;
    height: 260px;
    padding: 16px 5px 10px 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.slider-item img {
    max-height: 190px;
    max-width: 190px;
}

.slider-item-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}

.soon {
    background-color: red;
    color: white;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9999;
    display: none;
}

.soon.hide {
    display: none;
}


.only-mobile {
    display: none;
    /* hide by default */
}

.close-search {
    display: none;
}

.close-search img {
    max-width: unset;
}

.search-button img {
    max-width: unset;
}

.content-hide {
    display: block;
}


@media(max-width:576px) {
    .content-hide {
        display: none;
    }

    .user-icons {
        column-gap: 5px;
    }

    .close-search {
        display: block;
        margin-left: 5px;
    }

    .only-mobile {
        display: block;
        /* or inline, or whichever style you prefer*/
    }

    .shop-button {
        display: none;
    }

    .searchfield {
        border-radius: 7px 0 0 7px;
        width: 100% !important;
    }

    .searchfield input::placeholder {
        padding-left: 3px;
    }

    .user-icons img {
        max-width: unset;
    }


}




.mob-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    padding: 24px 5px 10px 5px;
    column-gap: 5px;
}

.mob-adv {
    display: block;
    background: linear-gradient(219deg, #F15151 19.55%, #E755C6 77.79%);
    border-radius: 10px;
    color: #fff;
    padding: 10px 15px;
    height: 100%;
    min-height: 120px;
    width: 50%;
}

.mob-adv p {
    margin: 0;
}

.mob-adv-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.skidka {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
}

.skidka-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.delivery-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
}

.delivery-description {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

.float-right {
    float: right;
}

.pl-5 {
    padding-left: 5px;
}


.mob-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 5px 5px 5px 5px;
    column-gap: 3px;
    margin-top: 5px;
}


.mob-button {
    text-decoration: none;
    background: #EDECEC;
    padding: 8px 10px;
    color: #000;
    display: flex;
    align-items: center;
    align-content: center;
    column-gap: 5px;
    position: relative;
}

.mob-button:nth-of-type(1) {
    width: 60%;
}

.mob-button:nth-of-type(2) {
    width: 40%;
}

.play-button {
    position: absolute;
    top: 8px;
    right: 8px;
}

.mobile-cats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas:
        ". . ."
        ". . .";
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    padding: 10px 5px;
}

.mobile-cat {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.mobile-cat a {
    text-decoration: none;
    color: #000000;
}

.featured-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    padding-left: 5px;
    margin-bottom: 10px;
}

.featured-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas:
        ". . . ."
        ". . . .";
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 30px;

}

.featured-item {
    height: 400px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
}

.abs-button {
    margin-top: 5px;
    justify-content: flex-end;
    display: flex;
}

@media(max-width:576px) {
    .featured-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 20px 20px;
        grid-auto-flow: row;
        grid-auto-rows: 1fr;
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        grid-template-areas:
            ". ."
            ". ."
            ". ."
            ". ."
            ". ."
            ". .";
        padding: 10px 5px;
    }
}


.card-subheader {
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
    text-align: center;
}

.item-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: center;
}

.item-title a {
    text-decoration: none;
    color: #000000;
}

.rating {
    padding-top: 5px;
}

.cart-img {
    width: 100%;
}

.item-t {
    width: 100%;
}

.item-t a {
    text-decoration: none;
    color: #000000;
}

.add-to-cart-button {
    cursor: pointer;
    background: #F14635;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    width: 120px;
}

.add-to-cart-button[disabled] {
    background: #AEAEAE;
    cursor: not-allowed;
}

.add-to-cart-button-fav {
    cursor: pointer;
    background: #fff;
    padding: 18px 30px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    border: 1.5px solid #FF0707;
    border-radius: 7px;
    min-width: 180px;
}

.cart-button {
    background: #FF4F28;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.promocode-button {
    background: #838383;
    border-left: 0;
    color: #fff;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.button_num {
    color: #0089D0;
    height: 30px;
    font-size: 1.4em;
    text-align: center;
    vertical-align: top;
    position: absolute;
    top: 0;
    width: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
}

.discount_placeholder {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin: 16px 0px;
}

.lang-switch {
    font-family: 'Roboto';
    font-style: normal;         
    text-decoration: none;    
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    background: #c12132;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3px;
}

.footer-contacts {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    color: #000;
}

.carousel-cell {
    padding: 16px 10px 10px 10px;
}

.carousel-cell-mob {
    padding: 6px 2px 6px 2px;
}

.carousel-cell a {
    text-decoration: none;
}

.flickity-prev-next-button.next {
    right: -45px !important;
}

.flickity-prev-next-button.previous {
    left: -45px !important;
}

.mobile-carousel {
    display: block;
    height: 180px;
}

.orders-num {
    background: #FF0202;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
}

.cart-num {
    position: relative;
}

.mob-cat {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    border-bottom: 0.5px solid #555555;
    padding: 3px 0px;
}

.mob-cat-name {
    width: 90%;
    font-size: 20px;
    text-align: left;
}

.mob-arrow {
    padding-right: 16px;
}

.mob-cats-links a {
    text-decoration: none;
    color: #000;
    padding-left: 5px;
}

.pointer {
    cursor: pointer;
}

.left-menu-link {
    text-decoration: none;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #000000;
    border-bottom: 0.5px solid #000000;
    padding: 5px 0px;
    display: block;
    margin: 0px 10px;
}

.grid-image {
    max-width: 100%;
    min-height: 240px;
    vertical-align: middle;
}


.mobile-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 7px;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
    background: #fff;
    box-shadow: 0px 4px 4px 5px rgba(0, 0, 0, 0.25);
    padding: 15px 5px;
}

.mob-footer-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #757171;
    text-decoration: none;
}

.mob-footer-contacts {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
}

#tiktok {
    width: 30px;
    height: 30px;
    max-width: unset;
}

#insta {
    width: 34px;
    height: 34px;
    max-width: unset;
}

.mob-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
}

#blog-header {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.article-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 16px;
}

.article-poster {
    text-align: center;
}

.article-author {
    border-top: 0.5px solid #5E5D5D;
    padding: 29px 0px;
}

.article-author>img {
    margin-right: 30px;
}

.author-line {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 13px;
}

.author-bio {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #000000;
}

.article-products {
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-top: 70px;
}

.related-posts {
    background: #3D3D3D;
    padding: 67px 0px;
}

.more-articles {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 47px;
}

.related-articles {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
}

@media(max-width:576px) {
    .related-articles {
        display: flex;
        row-gap: 20px;
        flex-direction: column;
    }

    .add-to-cart-button {
        padding: 8px 10px;
        font-size: 16px;
        line-height: 18px;
    }
}

.related-article-body {
    text-align: center;
}

.related-article-body>a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-transform: capitalize;
}

.rm-button {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background: #FFE605;
    border-radius: 3px;
    padding: 13px 10px;
    margin-top: 15px;
    display: inline-block;
}

.dotted-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dotted-list li {
    position: relative;
    padding-left: 30px;
    /* adjust as needed */
    margin-bottom: 10px;
    /* adjust as needed */
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #0089D0;
}

.dotted-list>li>a {
    text-decoration: none;
    color: #0089D0;
}

.dotted-list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #D9D9D9;
}


.fav-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}

.product-bg {
    background: #F5F5F5;
    padding-top: 20px;
    padding-bottom: 60px;
}

@media(max-width:576px) {
    .product-bg {
        padding-top: 0;
        padding-bottom: 0;
    }
}


.product-box {
    background: #FFFFFF;
    border: 1px solid #C7C6C6;
    margin-top: 20px;
}

@media(max-width:576px) {
    .product-box {
        background: #FFFFFF;
        border: none;
        margin-top: 0;
    }
}

.item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.items-page-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
}

@media(max-width:576px) {
    .items-page-flex {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
    }

}

.item-description {
    padding: 48px 37px;
}

.item-images {
    width: 70%;
    border-right: 1px solid #C7C6C6;
    position: relative;
}

.no-product {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #D62525;
}

.no-product-card {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    background: #AEAEAE;
    border-radius: 4px;
    padding: 2px 6px;
}


@media(max-width:576px) {
    .item-images {
        width: 100%;
        border-right: none;
    }
}

.images-list {
    border-top: 1px solid #C7C6C6;
}

.title-border {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #C7C6C6;
    margin-bottom: 20px;
}

.item-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.hide {
    display: none;
}

.item-add-fav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    column-gap: 25px;
    margin-top: 24px;

}

.item-short-desc {
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    margin-top: 52px;
    margin-bottom: 25px;
}

.short-desc {
    max-width: 440px;
}

.p40 {
    padding: 40px;
}

.product-container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.fav-button-mobile {
    display: none;
}

.star {
    width: 17px;
}

@media(max-width:576px) {
    .item-add-fav {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: baseline;
        align-content: stretch;
        row-gap: 25px;
        margin-top: 24px;
    }

    .star {
        width: 12px;
    }

    .item-price {
        font-size: 18px;
        line-height: 20px;
    }

    .item-title-fav {
        position: relative;
    }

    .rating img {
        max-width: unset;
    }

    .product-container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-desc {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: baseline;
        align-content: stretch;
    }

    .mobile-desc-column {
        flex-basis: 50%;
    }

    .fav-button {
        align-items: baseline;
    }

    .mobile-tabs-title {
        display: block;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #626262;
        background: #D9D9D9;
        padding: 13px 48px;
    }

    .mobile-tabs-content {
        padding: 20px 48px;
    }

    .p40 {
        padding: 0;
    }

}


.fav-items {
    border-top: 0.5px solid #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    padding: 30px 0;
}

.fav-items:last-child {
    border-bottom: 0.5px solid #000000;
}

.favs-column-1 {
    flex: 20%;
}

.favs-column-2 {
    flex: 80%;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}

.favs-column-2 a {
    text-decoration: none;
    color: #000000;
}

.favs-name-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

@media(max-width:576px) {
    .fav-items {
        border-top: 0.5px solid #5E5D5D;
    }

    .fav-items img {
        max-width: unset;
    }

    .fav-items:last-child {
        border-bottom: 0.5px solid #5E5D5D;
    }

    .favs-column-1 {
        flex: 30%;
    }

    .favs-column-2 {
        flex: 70%;
    }

    .favs-name-btn {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        align-content: stretch;
        row-gap: 20px;
    }

    .fav-new-price {
        font-weight: 500;
        font-size: 22px;
        line-height: 32px;
        color: #FF0000;
    }

    .fav-old-price {
        font-weight: 500;
        font-size: 13px;
        line-height: 32px;
        color: #000000;
        text-decoration: line-through;
    }
}

.product-crumbs {
    color: #C7C6C6;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.product-crumbs a {
    color: #0089D0;
    text-decoration: none;
}

.date-review {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #797878;
}

.remove-fav {
    border: none;
    background: none;
    margin-left: 80px;
    margin-right: 60px;
    cursor: pointer;
}


.hidefav {
    opacity: 0;
    display: none;
}

.product-card-photo {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    height: 250px;
}

.product-fav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.product-card-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    display: block;
    height: 50px;
}

.product-card-title a {
    text-decoration: none;
    color: #000;
}

.product-card-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    column-gap: 20px;
    margin-top: 5px;
}

.fav-title-column {
    width: 500px;
}

@media(max-width:576px) {
    .product-crumbs {
        padding: 20px;
        background: #fff;
    }

    .fav-title-column {
        width: unset;
    }

    .product-card-info {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: baseline;
        align-content: stretch;
        margin-top: 5px;
    }

    .fav-add-fav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: baseline;
        align-content: stretch;
    }

    .fav-add-fav img {
        max-width: unset;
    }
}

.product-card-new {
    margin-top: 40px;
}

.filtres-block {
    background: #F0F0F0;
    padding: 23px 20px;
}

.related-article-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

/* Фильтры */

.filter-head {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.filter-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-bottom: 7px;
    border-bottom: 1px solid #000000;
    margin-top: 30px;
}

.labels input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #2B2B2B;
    cursor: pointer;
}

.labels input[type="checkbox"]:checked {
    background-color: #2B2B2B;
    border: 1px solid #2B2B2B;
    width: 18px;
    height: 18px;
}

.labels {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;
}

.filter-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-left: 10px;
}

.collection-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.col-page-size a {
    text-decoration: none;
    color: #000;
}

.col-page-size a:active {
    font-weight: bold;
}

.filters-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid #ccc;
    width: 100%;
    margin-bottom: 5px;
}

.filters-top img {
    max-width: unset;
}

.ft-col:nth-of-type(1) {
    min-width: 55vw;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.ft-col:nth-of-type(2) {
    border-left: 0.5px solid #ccc;
    border-right: 0.5px solid #ccc;
}

.ft-col:nth-of-type(2),
.ft-col:nth-of-type(3) {
    width: 20vw;
    padding: 10px 12px;
}



#popupContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* White background with opacity */
    z-index: 9999;
}

#popupContent {
    background-color: #fff;
    width: 300px;
    max-width: 80%;
    margin: 200px auto;
    padding: 20px;
    border-radius: 5px;
}

#openPopup {
    margin: 20px;
}

#closePopup {
    margin-top: 10px;
    cursor: pointer;
}

.pagination-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-numbers {
    list-style: none;
    display: flex;
    column-gap: 5px;
}

.page-numbers li {
    padding: 5px 9px;
}

.page-numbers a {
    text-decoration: none;
    color: #000;
}

.page-numbers-active {
    border: 1px solid #000;
}

.item-price-new {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FF0000;
}

.item-price-old {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-decoration: line-through;
    color: #000000;
}

.logo-brands {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    column-gap: 18px;
}

.header-markets {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    column-gap: 37px;
}

.item-nums-title {
    font-weight: 700;
    font-size: 19px;
    margin-top: 35px;
    margin-bottom: 14px;
}

.item-nums {
    display: flex;
    column-gap: 23px;
}

.item-count-button {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #0089d0;
}

.item-nums-input {
    border: none;
    max-width: 26px;
    text-align: center;
}

.vkus-title {
    font-weight: 700;
    font-size: 19px;
    margin-top: 33px;
    margin-bottom: 11px;
}

.variants-select {
    border: 1px solid #000;
    height: 45px;
    padding-left: 14px;
    background: transparent;
    -webkit-appearance: none;
    min-width: 200px;
    background-image: url("https://static.insales-cdn.com/files/1/2176/36898944/original/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: 90%;
    cursor: pointer;
}
