.accordion-item {
    border-bottom: 1px solid #e9ecef
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    cursor: pointer
}

.accordion-header .icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
    /* предотвращает сжатие иконки */
}

@media(max-width:768px) {
    .accordion-header .icon {
        margin: 0 13px
    }
}

.accordion-item.active .accordion-header .icon {
    transform: rotate(-135deg)
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    font-size: 15px;
    line-height: 1.6;
    color: #495057
}

.accordion-content {
    padding: 0 15px
}

.accordion-item.active .accordion-body {
    padding-top: 0;
    padding-bottom: 20px
}

.modal__form-datetime span {
    display: block;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    margin-bottom: 5px
}

.modal__form-datetime .modal__form-datetime-wrap {
    display: flex;
    gap: 20px
}

.modal__form-datetime .modal__form-datetime-wrap fieldset {
    width: 100%
}

a.article-tel {
    color: var(--accent) !important
}

.catalog-section-descr ol {
    padding-left: 20px
}

.catalog-section-descr ol li {
    list-style-type: auto;
    margin-bottom: 10px
}

.grossfood-seo-content ul {
    padding-left: 20px;
}

.grossfood-seo-content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.grossfood-seo-phone {
    color: #76ab55 !important;
    font-weight: 600;
}

.grossfood-faq {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.grossfood-faq h2 {
    margin-bottom: 20px;
}

.grossfood-faq__item {
    border-bottom: 1px solid #e9ecef;
}

.grossfood-faq__item:first-child {
    border-top: 1px solid #e9ecef;
}

.grossfood-faq__item summary {
    position: relative;
    display: block;
    padding: 18px 40px 18px 0;
    color: #212529;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.grossfood-faq__item summary::-webkit-details-marker {
    display: none;
}

.grossfood-faq__item summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-70%) rotate(45deg);
    transition: transform .2s ease;
}

.grossfood-faq__item[open] summary::after {
    transform: translateY(-25%) rotate(-135deg);
}

.grossfood-faq__answer {
    padding: 0 40px 18px 0;
    color: #495057;
    font-size: 15px;
    line-height: 1.6;
}

.grossfood-faq__answer p {
    margin: 0;
}

.modal__info {
    display: grid;
    grid-template-columns: 1fr 2fr;
    max-width: 480px;
    align-items: center;
    grid-gap: 20px;
    margin: 30px 0;
}

.modal__info-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

@media (max-width:576px) {
    #regon_choose_select-city__modal.select-city__modal {
        width: 100%
    }
}

.rec_product_blog {
    margin-top: 40px
}

.wrap_home_popular_slider {
    overflow: hidden;
    margin-top: 20px
}


.header__catalog-btn:not(.pc-hide) {
    display: none;
}

.header__catalog-btn.pc-hide {
    display: none;
}

@media (min-width:1201px) {
    .header__catalog-btn:not(.pc-hide) {
        display: flex;
    }

    .header-catalog__item:nth-child(1) {
        display: none;
    }

    .nav--accordion-v2 .nav__accordion-content--v2 {
        display: none !important;
        height: 0 !important;
        overflow: hidden
    }
}

@media (max-width:1200px) {
    .header__catalog-btn.pc-hide {
        display: flex;
    }

    .nav__item--v2 {
        margin: 0 !important;
        padding: 12px 0;
        border-bottom: 1px solid #D6D6D6
    }

    .nav--accordion-v2 .nav__accordion-content--v2 {
        display: none;
        overflow: hidden
    }

    .nav--accordion-v2 .nav__accordion-title--v2 {
        width: 100%;
        background: none;
        border-bottom: 1px solid #D6D6D6;
        padding: 12px 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .nav__subitem--v2 {
        padding: 12px 0;
        margin: 0;
        border-bottom: 1px solid #D6D6D6
    }

    .nav__item.town {
        margin: 0 !important;
        padding: 12px 0;
        border-bottom: 1px solid #D6D6D6
    }

    .nav--accordion-v2 .nav__accordion-icon--v2::before {
        content: '';
        width: 10px;
        height: 10px;
        border-right: 2px solid #777;
        border-bottom: 2px solid #777;
        display: block;
        transform: rotate(45deg);
        transition: transform .3s ease
    }

    .nav--accordion-v2 .accordion-item {
        border: none;
        margin: 0 !important
    }

    .nav--accordion-v2 .accordion-item.is-open button {
        color: #75AB55;
    }

    .nav--accordion-v2 .accordion-item.is-open .nav__accordion-icon--v2::before {
        transform: rotate(-135deg)
    }

    .nav--accordion-v2 .level-1>.nav__accordion-title--v2,
    .nav--accordion-v2 .nav__link--v2,
    .nav__link--city,
    .nav__link--city .select_custom_city .select-city__block__text-city {
        font-weight: 700;
        font-size: 18px;
        color: #101010
    }

    .nav--accordion-v2 .level-2 .nav__accordion-title--v2,
    .nav--accordion-v2 .level-3 .nav__accordion-title--v2,
    .nav--accordion-v2 .nav__subitem--v2 {
        font-weight: 400;
        font-size: 18px;
        color: #101010;
        margin: 0
    }

    .nav__accordion-head--v2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #D6D6D6
    }

    .nav--accordion-v2 .nav__link--v2 {
        flex: 1;
        text-decoration: none;
        color: #101010
    }

    .nav__accordion-toggle--v2 {
        background: none;
        border: none;
        padding-left: 12px;
        cursor: pointer;
        display: flex;
        align-items: center
    }

    .nav--accordion-v2 .accordion-item.is-open .nav__accordion-icon--v2::before {
        transform: rotate(-135deg)
    }

    .nav--accordion-v2 .accordion-item.is-open .nav__accordion-toggle {
        color: #75AB55
    }
}

.description__body h3 {
    font-size: 36px;
}

.description__body h4 {
    font-size: 28px;
}

.description__body h5 {
    font-size: 22px;
}

span.new_disign_quantity span {
    text-transform: uppercase;
}

span.new_disign_quantity {
    display: block;
    max-width: 170px;
    margin-bottom: 7px;
}

.btn-up {
    position: fixed;
    right: 30px;
    bottom: 30px;

    /* Твои цвета */
    background-color: #76AB55;
    color: #FFFFFF;

    /* Размеры и вид */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

    /* Скрыта по умолчанию */
    opacity: 0;
    pointer-events: none;
    /* Чтобы нельзя было кликнуть пока прозрачная */
    transition: all ease-out 0.225s;
}

/* Класс, который делает кнопку видимой */
.btn-up.visible {
    opacity: 1;
    pointer-events: auto;
}

.btn-up:hover {
    background-color: #84BC60;
    color: #FFFFFF;
}

.modal_customtxt {
    color: #76AB54;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}

.modal_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.new_disign_bottom_product__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #101010;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.new_disign_bottom_product__title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    left: 0;
    bottom: 0;
}

.new_disign_bottom_product__top {
    display: flex;
    margin-top: 70px;
    position: relative;
    margin-bottom: 0;
}

.new_disign_bottom_product__top>div {
    width: 50%;
    position: relative;
}

.new_disign_bottom_product__top__left .params .row_param {
    margin-bottom: 8px;
    display: flex;
    gap: 2px;
    align-items: end;
    max-width: 365px;
}

.new_disign_bottom_product__top__left .params .row_param span {
    flex: 1 1 auto;
    border-bottom: 1px dotted #d0d0d0;
    margin: 0 0 6px
}

.tabs_block_wr {
    display: none;
}

.new_disign_bottom_product {
    margin-bottom: 50px;
}

.new_disign_bottom_product__top>div h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 20px;
}

.new_disign_bottom_product__top>div h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 20px;
    margin-left: 0 !important;
}

.new_disign_bottom_product__top>div h4~* {
    margin-left: 10px;
}

.product_item .product_bottom div div {
    line-height: 100%;
}

.product_item .product_bottom div.product_right_full>div.btn {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-related-articles h2.title_pahe {
    width: 100%;
    max-width: initial;
    float: none;
    margin: initial;
}

.articles-list .slick-slide,
.recipes-list .slick-slide {
    margin: 20px 15px;
}

.recipes-list.slick-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
}

a.article-item {
    box-shadow: 0 0 50px 0 rgba(43, 51, 39, 0.09);
    border-radius: 8px;
    display: block;
}

.article-item__img {
    width: 100%;
    height: 252px;
}

.article-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.article-item p {
    padding: 30px;
    padding-top: 15px;
    font-weight: 700;
    font-size: 19px;
    line-height: 109%;
    color: #101010;
    font-family: var(--third-family) !important;
    min-height: 127px;
}

.articles-list .slick-arrow {
    border-radius: 26px;
    padding: 6px;
    width: 51px;
    height: 51px;
    left: -60px;
    background: #cecece;
    color: #fff;
    opacity: 1;
}

.articles-list button.slick-next.slick-arrow {
    right: -60px;
    left: initial;
    transform: scale(-1) translateY(-50%);
    transform-origin: top;
}

.articles-list .slick-arrow:before,
.articles-list .slick-arrow:after {
    content: "";
    width: 3px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.articles-list .slick-arrow:before {
    transform: translateX(-50%) rotate(45deg);
    top: 10px;
}

.articles-list .slick-arrow:after {
    transform: translateX(-50%) rotate(-45deg);
    top: 22px;
}

.section-related-articles ul.slick-dots li button,
.section-related-recipes ul.slick-dots li button {
    font-size: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d9d9d9;
    display: block;
    opacity: 1;
}

.section-related-articles ul.slick-dots li.slick-active button,
.section-related-recipes ul.slick-dots li.slick-active button {
    background: #76ab55;
}

.section-related-articles ul.slick-dots,
.section-related-recipes ul.slick-dots {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
}

.section-related-articles h2.title_pahe,
.section-related-recipes h2.title_pahe {
    font-weight: 700;
    font-size: 47px;
    color: #000;
    font-family: var(--third-family) !important;
}

.product_detals .param_we_s .stock {
    display: none !important;
}

.bx-soa-pp-company.col-6.delivery-disabled {
    cursor: default;
    padding-bottom: 40px;
    position: relative;
}

.bx-soa-pp-company.col-6.delivery-disabled .bx-soa-pp-delivery-cost {
    transform: translateY(70px);
}

.bx-soa-pp-company.col-6.delivery-disabled .bx-soa-pp-company-image {
    opacity: 0.5;
}

.cssmenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    display: flex;
}

.cssmenu__item {
    position: relative;
    list-style: none !important;
    margin-left: initial !important;
}

.cssmenu__link {
    display: block;
    text-decoration: none;
    color: #222;
    white-space: nowrap;
}

.cssmenu__link:hover {
    background: #f3f3f3;
}

.cssmenu__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    list-style: none;
    margin: 0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    opacity: 0;
    z-index: 111;
    visibility: hidden;
    transition: 0.2s ease;
}

/* Реализация пунктов 2 и 4 из UX-аудита. */
.cssmenu__submenu {
    border: 1px solid #76aa56;
    border-radius: 8px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.cssmenu__submenu .cssmenu__link {
    padding: 12px 18px;
}

.header-catalog {
    border: 1px solid #76aa56;
    border-radius: 8px;
    background: #fff;
    overflow: visible;
}

.header-catalog__items {
    border: 0;
    border-radius: 8px 0 0 8px;
    box-shadow: none;
    overflow: visible;
    padding: 14px 18px;
}

.header-catalog__hidden {
    box-sizing: border-box;
    border: 0;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px 14px 26px;
}

.header-catalog__item {
    padding: 11px 0;
}

.header-catalog__item:last-child {
    border-bottom: 0;
}

.header-catalog__show,
.header-catalog__link {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.header-catalog__show > a {
    display: block;
    width: 100%;
}

@media (min-width: 1201px) {
    .header-catalog__items {
        box-sizing: border-box;
        width: 205px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .header-catalog__show {
        background-position: calc(100% - 18px) center;
    }

    .header-catalog__show > a {
        box-sizing: border-box;
        padding-right: 38px;
        padding-left: 18px;
    }

    .header__catalog-btn:not(.pc-hide) {
        position: relative;
    }

    .header__catalog-btn:not(.pc-hide)::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -4px;
        left: 0;
        height: 4px;
    }

    .header-catalog,
    .header-catalog.header-catalog--active {
        width: 205px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(30px);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    }

    .header__catalog-btn:not(.pc-hide):hover ~ .menu .header-catalog,
    .header__catalog-btn:not(.pc-hide):focus ~ .menu .header-catalog,
    .menu:hover .header-catalog,
    .menu:focus-within .header-catalog {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .header-catalog__items {
        border-right: 1px solid #76aa56;
        border-radius: 8px;
    }

    .header-catalog:has(.header-catalog__item:hover > .header-catalog__hidden),
    .header-catalog:has(.header-catalog__item:focus-within > .header-catalog__hidden) {
        width: 410px;
    }

    .header-catalog:has(.header-catalog__item:hover > .header-catalog__hidden) .header-catalog__items,
    .header-catalog:has(.header-catalog__item:focus-within > .header-catalog__hidden) .header-catalog__items {
        border-right: 0;
        border-radius: 8px 0 0 8px;
    }

    .header-catalog__show--active ~ .header-catalog__hidden {
        opacity: 0;
        pointer-events: none;
    }

    .header-catalog__item:hover > .header-catalog__hidden,
    .header-catalog__item:focus-within > .header-catalog__hidden {
        opacity: 1;
        pointer-events: auto;
    }
}

.grossfood-catalog-request {
    margin: 30px 0;
}

.grossfood-catalog-request__form {
    box-sizing: border-box;
    max-width: 912px;
    margin: 0 auto;
    padding: 20px 24px;
    border: 1px solid #77ab56;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.grossfood-catalog-request__errors {
    max-width: 912px;
    margin: 0 auto 10px;
    padding: 10px 14px;
    border: 1px solid #c53030;
    border-radius: 6px;
    background: #fff5f5;
    color: #c53030;
    font-size: 14px;
    line-height: 1.4;
}

.grossfood-catalog-request__errors .errortext {
    color: inherit !important;
}

.grossfood-catalog-request__form--success {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    justify-content: center;
    border-color: #77ab56;
    background: #77ab56;
}

.grossfood-catalog-request__form--success .grossfood-catalog-request__title,
.grossfood-catalog-request__form--success .grossfood-catalog-request__text {
    color: #fff;
}

.grossfood-catalog-request__form--success .grossfood-catalog-request__text {
    margin-bottom: 0;
}

.grossfood-catalog-request__title {
    margin: 0;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.grossfood-catalog-request__text {
    max-width: 526px;
    margin: 8px auto 20px;
    color: #222;
    font-size: 16px;
    line-height: normal;
}

.grossfood-catalog-request__fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
}

.grossfood-catalog-request__field {
    margin: 0;
}

.grossfood-catalog-request__field input {
    box-sizing: border-box;
    width: 100%;
    min-height: 49px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, .32);
    border-radius: 6px;
    background: #fff;
    color: #222;
    font: inherit;
    font-size: 16px;
    line-height: normal;
}

.grossfood-catalog-request__field input::placeholder {
    color: rgba(0, 0, 0, .32);
}

.grossfood-catalog-request__field input:invalid:not(:placeholder-shown) {
    border-color: #dc3545;
}

.grossfood-catalog-request__phone-field {
    width: 100%;
}

.grossfood-catalog-request__phone-field .iti {
    display: block;
    width: 100%;
}

.grossfood-catalog-request__phone-field .grossfood-catalog-request__phone-input {
    padding-left: 78px;
}

.grossfood-catalog-request__phone-field .iti__selected-country {
    padding: 0 8px 0 16px;
    border-radius: 6px 0 0 6px;
}

.grossfood-catalog-request__phone-field .iti__selected-dial-code {
    margin-left: 6px;
    color: #222;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

.grossfood-catalog-request__phone-field .iti__country-list {
    z-index: 2500;
    border: 1px solid #77ab56;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

.grossfood-catalog-request__phone-field .iti--container,
.grossfood-catalog-request__phone-field .iti__dropdown-content {
    z-index: 2500 !important;
}

.grossfood-catalog-request__phone-field .iti__country {
    padding: 10px 12px;
}

.grossfood-catalog-request__phone-field .iti__country.iti__highlight {
    background: rgba(119, 171, 86, .12);
}

.grossfood-catalog-request__agreement {
    position: relative;
}

.grossfood-catalog-request__agreement input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.grossfood-catalog-request__checkbox {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, .32);
    border-radius: 6px;
    background: #fff;
}

.grossfood-catalog-request__agreement input:checked + .grossfood-catalog-request__checkbox {
    border-color: #77ab56;
    background: #77ab56;
}

.grossfood-catalog-request__agreement input:checked + .grossfood-catalog-request__checkbox::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.grossfood-catalog-request__agreement input:focus-visible + .grossfood-catalog-request__checkbox {
    outline: 2px solid #77ab56;
    outline-offset: 2px;
}

.grossfood-catalog-request__submit {
    min-height: 49px;
    padding: 14px 64px;
    border: 0;
    border-radius: 6px;
    background: #77ab56;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.grossfood-catalog-request__agreement {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    color: rgba(34, 34, 34, .52);
    font-size: 12px;
    line-height: 18px;
}

.grossfood-catalog-request__agreement a {
    color: inherit;
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1650px) {
    .grossfood-catalog-request__fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grossfood-catalog-request__submit {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .grossfood-catalog-request {
        margin: 20px 0;
    }

    .grossfood-catalog-request__form {
        padding: 16px 12px 20px;
    }

    .grossfood-catalog-request__title {
        font-size: 20px;
    }

    .grossfood-catalog-request__text {
        margin: 8px auto 20px;
        font-size: 14px;
    }

    .grossfood-catalog-request__fields {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .grossfood-catalog-request__submit {
        width: 100%;
    }

    .grossfood-catalog-request__agreement {
        justify-content: flex-start;
        text-align: left;
    }
}

.cssmenu__submenu .cssmenu__item {
    display: block;
}

.cssmenu__submenu .cssmenu__link {
    padding: 10px 18px;
}

.cssmenu__item--parent:hover>.cssmenu__submenu {
    opacity: 1;
    visibility: visible;
}

.cssmenu__submenu .cssmenu__submenu {
    top: 0;
    left: 100%;
}

.about_del_and_pay a.button_about_del_and_pay {
    border: 2px solid #76ab55;
    border-radius: 8px;
    padding: 0 28px;
    width: 228px;
    height: 48px;
    background: #76ab55;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 20px;
    text-decoration: none !important;
}

.about_del_and_pay p.title_about_del_and_pay {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 20px;
    margin-left: 0;
}

.about_del_and_pay p {
    margin-bottom: 0;
    margin-left: 10px;
}

.about_del_and_pay {
    margin-bottom: 50px;
}

.header {
    z-index: 101;
}

.viewed-slider .swiper-pagination {
    position: relative;
    margin-top: 20px;
    /* Отступ от слайдов */
    text-align: center;
}

.viewed-slider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #D9D9D9;
    margin: 0 7px;
    border-radius: 50%;
}

.viewed-slider .swiper-pagination-bullet-active {
    background: #76AB55;
    /* Цвет активной точки */
}

.viewed-slider {
    padding-bottom: 20px;
}

.viewed-slider .swiper-slide {
    min-width: 180px;
}

.slider_product_list.slider_viewed .inner .swiper {
    margin-right: 0;
}

@media (max-width:1400px) {
    .articles-list .slick-arrow {
        left: -20px;
    }

    .articles-list button.slick-next.slick-arrow {
        right: -20px;
    }
}

@media (max-width:992px) {
    .new_disign_bottom_product {
        display: none;
    }

    .tabs_block_wr {
        display: block;
    }

    .articles-list .slick-arrow {
        display: none !important;
    }

    .section-related-articles h2.title_pahe {
        font-size: 36px;
    }

    .tabs_block_wr .tab_item .params {
        max-width: 100% !important;
    }
}

@media (max-width:370px) {
    .bx-soa-pp-company.col-6.delivery-disabled .bx-soa-pp-delivery-cost {
        transform: translateY(100px);
    }

    .bx-soa-pp-company.col-6.delivery-disabled {
        padding-bottom: 70px;
    }
}

.pc-min-menu-wrap {
    display: block;
}

.mob-min-menu-wrap {
    display: none;
}

@media(max-width:1200px) {
    .pc-min-menu-wrap {
        display: none;
    }

    .mob-min-menu-wrap {
        display: block;
    }
}

.field_filter_search {
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    padding: 0 20px;
    height: 34px;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    color: #101010;
    margin-bottom: 12px;
}

.checkbox_filed.hide_field {
    display: none !important;
}

.field_filter_search_wrapper {
    max-height: 400px;
    overflow: auto;
}

.form_agree {
    margin-right: 5px;
}

.checkbox.mini .checkbox__element {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-size: contain;
}

@media (max-width:576px) {
    .become-client__form_agree {
        order: 99;
    }
}


.news_block .default_ul {
    margin: 20px 0;
}

.news_block .default_ul li {
    list-style: disc;
    margin-left: 40px !important;
}

.news_block .image_anons {
    max-width: max-content;
    max-height: 325px;
}

.news_block a {
    text-decoration: underline;
}

.header_social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

.header_social a svg,
.header_social a img {
    width: 32px;
}

.footer__socials-wrap img {
    width: 26px;
}

.socail-links-wrap {
    margin-top: 30px;
}

ul.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

ul.social-links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    font-size: 17px;
}

.search_sorting_panel~.col-12 .product_item {
    flex: 0 0 calc(24.73% - 20px);
}

button#btn-show-more {
    cursor: pointer;
    text-decoration: none;
    display: block;
    box-shadow: 0 4px 10px 0 rgba(36, 38, 36, 0.1);
    background: var(--accent);
    border-radius: 8px;
    padding: 12px 36px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
}


.product-label.product-label--discount {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 8px 8px 0;
    padding: 3px 10px;
    width: 53px;
    height: 28px;
    background: #dc330e;
    font-weight: 700;
    font-size: 14px;
    line-height: 171%;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    transition: .3s;
    text-align: center;
}

.product-label.product-label--discount:hover {
    width: calc(53px + 10px);
}

.product-label+.product-label.product-label--discount {
    top: 35px;
}

.product-label.product-label--hit {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 8px 8px 0;
    padding: 3px 10px;
    width: 43px;
    height: 28px;
    background: #ee9f2d;
    font-weight: 700;
    font-size: 14px;
    line-height: 171%;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    transition: .3s;
}

.product-label.product-label--hit:hover {
    width: calc(43px + 10px);
}

.product-label.product-label--temp {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-label.product-label--temp.product-label--temp-cold,
.product-label.product-label--temp.product-label--temp-cold .product-label__temp-tooltip {
    background: rgba(0, 160, 229, 0.2);
}

.product-label.product-label--temp span.product-label__temp-tooltip {
    position: absolute;
    top: calc(100% + 10px);
    border-radius: 6px;
    color: #fff;
    padding: 10px 12px;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
    font-weight: 400;
    font-size: 13px;
    line-height: 115%;
    color: #fff;
    transform: translateY(-10px);
}

.product-label.product-label--temp:hover span.product-label__temp-tooltip {
    opacity: 1;
    transform: translateY(0);
}

.product-label.product-label--temp span.product-label__temp-tooltip span {
    font-weight: bold;
}

.product_list .product-label.product-label--hit,
.product_list .product-label.product-label--discount,
.product-detail-slider .product-label.product-label--hit,
.product-detail-slider .product-label.product-label--discount {
    top: 23px;
}


.product_list .product-label.product-label--temp,
.product-detail-slider .product-label.product-label--temp {
    top: 23px;
    right: 20px;
}

.product_list .product-label+.product-label.product-label--discount,
.product-detail-slider .product-label+.product-label.product-label--discount {
    top: 58px;
}

.product-label.product-label--temp.product-label--temp-warm,
.product-label.product-label--temp.product-label--temp-warm .product-label__temp-tooltip {
    background: rgba(242, 174, 20, 0.2);
}

.product-label--temp .temp-icon-hover {
    display: none;
}

.product-label--temp .temp-icon-default {
    display: block;
}

/* При наведении — белая иконка, фон меняется через уже существующий hover */
.product-label--temp:hover .temp-icon-default {
    display: none;
}

.product-label--temp:hover .temp-icon-hover {
    display: block;
}

/* Убираем фон у самого блока по умолчанию */
.product-label.product-label--temp-cold,
.product-label.product-label--temp-warm {
    background: transparent;
}

/* Фон появляется только при наведении */
.product-label.product-label--temp-cold:hover,
.product-label.product-label--temp-cold:hover .product-label__temp-tooltip {
    background: rgba(0, 160, 229, 0.8) !important;
}

.product-label.product-label--temp-warm:hover,
.product-label.product-label--temp-warm:hover .product-label__temp-tooltip {
    background: rgba(242, 174, 20, 0.8) !important;
}

.section-related-recipes h2.title_pahe {
    margin-bottom: 30px;
}

@media (min-width: 767px) and (max-width: 1024px) {

    .search_sorting_panel~.col-12 .product_item {
        flex: 0 0 calc(33.33% - 11px);
    }
}

@media (max-width: 767px) {
    .search_sorting_panel~.col-12 .product_item {
        flex: 0 0 calc(50% - 11px);
    }
}

@media (max-width: 575px) {
    .search_sorting_panel~.col-12 .product_item {
        flex: 0 0 calc(100% - 11px);
    }
}

/* Session favourites */
.header__favorite {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #464646;
    text-decoration: none;
}
@media(max-width: 576px) {
    .header__favorite {
        display: none;
    }
}

.header__favorite-icon,
.favorite-card-btn svg {
    fill: transparent;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: fill .2s ease, color .2s ease;
}

.header__favorite.active,
.favorite-card-btn.active,
.btn_favorites.to_favorites.active {
    color: #76ab55;
}

.header__favorite.active .header__favorite-icon,
.favorite-card-btn.active svg {
    fill: currentColor;
}

.goods_icon-counter {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    background: #76ab55;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

.favorite-card-btn {
    position: absolute;
    z-index: 5;
    top: 62px;
    right: 20px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, .94);
    color: #464646;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    cursor: pointer;
}

.product_item {
    position: relative;
}

.content_card_product .card_product_top .product_detals .count_input {
    position: relative;
}

.content_card_product .card_product_top .product_detals .quantity-measure-label {
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    color: #767676;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
}

.content_card_product .card_product_top .product_detals .amount_block {
    margin-bottom: 14px;
}

.product_item .quantity-measure-label {
    display: none;
}

/* =====================================================================
   Тестовый каталог (?prog-test), вариант 1а по макету Figma.
   Все селекторы ограничены .gf-catalog-test — боевые страницы не задеты.
   ===================================================================== */
.gf-catalog-test {
    --gf-green: #76ab55;
    --gf-green-dark: #63954a;
    --gf-ink: #101010;
    --gf-muted: #9a9a9a;
    --gf-line: #ededed;
    --gf-card-radius: 16px;
    --gf-hero-radius: 20px;
    --gf-ease: cubic-bezier(.2, .7, .2, 1);
    display: block;
    background: #fff;
    color: var(--gf-ink);
    font-family: var(--font-family), "PT Sans", sans-serif;
}

html:has(.gf-catalog-test),
body:has(.gf-catalog-test) {
    overflow-x: hidden;
}

.gf-catalog-test__container {
    width: 100%;
    max-width: 1258px;
    margin: 0 auto;
    padding: 40px 0 90px;
}

.gf-catalog-test__title {
    margin: 0 0 36px;
    color: var(--gf-ink);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.01em;
}

/* ---------- блок категории ---------- */
.gf-catalog-test__category {
    padding: 0 0 44px;
}

.gf-catalog-test__category-body {
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}

/* ---------- левая карточка категории ---------- */
.gf-catalog-test__media {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    border-radius: var(--gf-hero-radius);
    background: #1b1b1b;
    overflow: hidden;
    isolation: isolate;
}

.gf-catalog-test__media > img {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 1.2s var(--gf-ease);
}

.gf-catalog-test__media::before,
.gf-catalog-test__media::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
}

.gf-catalog-test__media::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .74) 0%, rgba(0, 0, 0, .38) 45%, rgba(0, 0, 0, .18) 72%, rgba(0, 0, 0, .58) 100%);
}

.gf-catalog-test__media::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 64%);
}

.gf-catalog-test__media:hover > img {
    transform: scale(1.07);
}

.gf-catalog-test__media-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    padding: 28px 26px;
    color: #fff;
    overflow: hidden;
}

.gf-catalog-test__media-title {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(26px, 2.2vw, 34px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.01em;
}

.gf-catalog-test__media-title a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 2px;
    transition: background-size .35s var(--gf-ease);
}

.gf-catalog-test__media-title a:hover {
    color: #fff;
    background-size: 100% 2px;
}

.gf-catalog-test__section-links {
    display: block;
}

.gf-catalog-test__section-links a {
    display: inline-block;
    margin: 0 6px 8px 0;
    padding: 9px 18px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    color: var(--gf-ink);
    font-size: 14px;
    line-height: 1.2;
    vertical-align: top;
    text-decoration: none;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    opacity: 0;
    transform: translateX(-14px);
    transition: background-color .25s ease, border-color .25s ease, color .25s ease,
        box-shadow .25s ease, opacity .55s var(--gf-ease), transform .55s var(--gf-ease);
}

.gf-catalog-test__category.is-visible .gf-catalog-test__section-links a {
    opacity: 1;
    transform: translateX(0);
}

.gf-catalog-test__section-links a:nth-child(1) { transition-delay: .06s; }
.gf-catalog-test__section-links a:nth-child(2) { transition-delay: .12s; }
.gf-catalog-test__section-links a:nth-child(3) { transition-delay: .18s; }
.gf-catalog-test__section-links a:nth-child(4) { transition-delay: .24s; }
.gf-catalog-test__section-links a:nth-child(5) { transition-delay: .30s; }
.gf-catalog-test__section-links a:nth-child(6) { transition-delay: .36s; }
.gf-catalog-test__section-links a:nth-child(7) { transition-delay: .42s; }

.gf-catalog-test__section-links a:hover {
    background: #fff;
    color: var(--gf-green-dark);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
    transform: translateX(4px);
    transition-delay: 0s;
}

.gf-catalog-test__section-links a.is-more {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

.gf-catalog-test__section-links a.is-more:hover {
    background: rgba(255, 255, 255, .8);
    color: var(--gf-ink);
}

.gf-catalog-test__catalog-noindex {
    display: block;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 18px;
}

.gf-catalog-test__catalog-link {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgb(118, 171, 85);
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .25s ease, box-shadow .25s ease, transform .25s var(--gf-ease);
}

.gf-catalog-test__catalog-link:hover {
    background: var(--gf-green-dark);
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
    transform: translateX(4px);
}

/* ---------- правая часть: слайдер товаров ---------- */
.gf-catalog-test__slider {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 0;
}

.gf-catalog-test__slider.slider_product_list {
    padding: 0;
}

.gf-catalog-test__slider .inner {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.gf-catalog-test .gf-catalog-test__slider .inner .swiper {
    flex: 1 1 auto;
    margin: -10px -8px;
    padding: 10px 8px;
}

.gf-catalog-test .gf-catalog-test__slider .inner .swiper-wrapper {
    height: 100%;
    align-items: stretch;
}

/* На планшете и десктопе ширина совпадает с карточкой категории. */
@media (min-width: 768px) {
    .gf-catalog-test .gf-catalog-test__slider .inner .swiper-slide {
        width: 212px;
        min-width: 212px;
        max-width: 212px;
        height: auto;
    }
}

.gf-catalog-test .gf-catalog-test__slider .inner .swiper-pagination {
    display: none;
}

.gf-catalog-test .gf-catalog-test__slider .inner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #d6ddd1;
    opacity: 1;
    transition: background-color .25s ease, transform .25s var(--gf-ease);
}

.gf-catalog-test .gf-catalog-test__slider .inner .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--gf-green);
    transform: scale(1.25);
}

/* стрелки слайдера */
.gf-catalog-test .gf-catalog-test__slider .inner .arrow_block > div {
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 4;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    background: #b5b5b5 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5.5L16 12L10 18.5' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: 20px;
    box-shadow: none;
    transition: background-color .25s ease, box-shadow .25s ease, transform .25s var(--gf-ease), opacity .25s ease;
}

.gf-catalog-test .gf-catalog-test__slider .inner .arrow_block .arrow_prev {
    left: 6px;
    transform: translateY(-50%) rotate(180deg);
}

.gf-catalog-test .gf-catalog-test__slider .inner .arrow_block .arrow_next {
    right: 6px;
    transform: translateY(-50%);
}

.gf-catalog-test .gf-catalog-test__slider .inner .arrow_block .arrow_prev:hover {
    transform: translateY(-50%) rotate(180deg) scale(1.08);
}

.gf-catalog-test .gf-catalog-test__slider .inner .arrow_block .arrow_next:hover {
    transform: translateY(-50%) scale(1.08);
}

.gf-catalog-test .gf-catalog-test__slider .inner .arrow_block > div:hover {
    background-color: var(--gf-green);
    box-shadow: 0 8px 22px rgba(118, 171, 85, .38);
}

.gf-catalog-test .gf-catalog-test__slider .inner .arrow_block > div.swiper-button-disabled {
    display: block;
    opacity: .35;
    pointer-events: none;
}

/* Карточки используют штатные стили категорий. */
.gf-catalog-test .gf-catalog-test__slider .product_item.swiper-slide {
    box-shadow: 0 0 50px 0 rgba(105, 115, 101, .15);
}

.gf-catalog-test .gf-catalog-test__slider .product_item .product-label.product-label--hit,
.gf-catalog-test .gf-catalog-test__slider .product_item .product-label.product-label--discount {
    top: 23px;
}

.gf-catalog-test .gf-catalog-test__slider .product_item .product-label + .product-label.product-label--discount {
    top: 58px;
}

.gf-catalog-test .gf-catalog-test__slider .product_item .product-label.product-label--temp {
    top: 23px;
    right: 20px;
}

/* ---------- появление блоков при скролле ---------- */
.gf-catalog-test [data-gf-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s var(--gf-ease), transform .7s var(--gf-ease);
}

.gf-catalog-test [data-gf-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- адаптив ---------- */
@media (max-width: 1099px) {
    .gf-catalog-test__category-body {
        grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
        gap: 14px;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .arrow_block {
        display: none;
    }
}

@media (max-width: 767px) {
    .gf-catalog-test__container {
        padding: 26px 0 60px;
    }

    .gf-catalog-test__title {
        margin-bottom: 24px;
    }

    .gf-catalog-test__category {
        padding-bottom: 34px;
    }

    .gf-catalog-test__category-body {
        display: block;
    }

    .gf-catalog-test__media {
        min-height: 300px;
        margin-bottom: 18px;
    }

    .gf-catalog-test__media-overlay {
        padding: 22px 20px;
    }

    .gf-catalog-test__section-links {
        display: block;
    }

    .gf-catalog-test__section-links a {
        display: inline-block;
        margin: 0 6px 8px 0;
    }

    .gf-catalog-test .gf-catalog-test__slider.slider_product_list {
        padding-bottom: 0;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper {
        margin: -10px 0;
        padding: 10px 0;
        overflow: hidden;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper-wrapper {
        height: auto;
        align-items: stretch;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .swiper-slide {
        min-width: 0;
        max-width: none;
        height: auto;
        margin: 0;
        overflow: visible;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper-pagination {
        position: static;
        display: block;
        margin-top: 14px;
    }

    .gf-catalog-test .gf-catalog-test__slider .product_item .image,
    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .image {
        height: auto;
        min-height: 130px;
        max-height: 130px;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .image img {
        max-height: 130px;
        object-fit: scale-down;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .product_middle .name {
        height: auto;
        line-height: normal;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .product_middle .name::after {
        display: none;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .product_middle .name a {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .product_middle .weight {
        font-size: 14px;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .stock {
        font-size: 12px;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .product_bottom .product_left .current_price {
        font-size: 20px;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .product_bottom .product_left .old_price {
        font-size: 14px;
    }

}

@media (max-width: 680px) {
    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .product_bottom .product_left .current_price {
        font-size: 18px;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .product_bottom .product_left .old_price {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .product_middle .name a {
        font-size: 12px;
        line-height: 1.3;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .product_middle .weight {
        font-size: 10px;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .stock {
        font-size: 10px;
        width: max-content;
        max-width: 100%;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .new_disign_quantity {
        white-space: normal;
        overflow: visible;
    }

    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .new_disign_quantity::after {
        display: none;
    }
}

@media (min-width: 681px) and (max-width: 767px) {
    .gf-catalog-test .gf-catalog-test__slider .inner .swiper .product_item .product_bottom .product_right .buy_btn {
        width: 44px;
        height: 44px;
        border-radius: 8px;
        background-size: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gf-catalog-test *,
    .gf-catalog-test *::before,
    .gf-catalog-test *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }

    .gf-catalog-test [data-gf-reveal],
    .gf-catalog-test .gf-catalog-test__slider .product_item.swiper-slide,
    .gf-catalog-test__section-links a {
        opacity: 1 !important;
        transform: none !important;
    }
}
