.product__price.price_kg {
    font-size: 12px;
    font-weight: 300;
    opacity: 0.5;
}
.cabinet-benefit {
    background-color: #FFB800;
    border-radius: 10px;
    padding: 8px 7px;
}
.cabinet-benefit__title {
    color: #181818;
    text-align: center;
    font-size: 36px;
    font-style: italic;
    font-weight: 900;
    line-height: 44.24px;
    letter-spacing: -1.44px;
}
.cabinet-benefit__text {
    color: #181818;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    line-height: 19.74px;
    letter-spacing: -0.8px;
    text-align: center;
    margin-bottom: 20px;
}
.btn--benefit {
    background-color: #FFD15A;
    border: none;
    color: #181818;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.8px;
    border-radius: 15px;
    padding: 1px 30px;
}
#benefit-modal .modal__container {
    max-width: 500px;
    padding: 30px 50px;
}
.benefit-body-modal p {
    color: #181818;
    text-align: center;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.96px;
}
.benefit-body-modal ul li {
    color: #181818;
    text-align: left;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.96px;
}
.benefit-body-modal .ball {
    margin-top: 10px;
    margin-bottom: 10px;
}
.benefit-body-modal .ball span {
    font-size: 48px;
    line-height: 54px;
}
.benefit-body-modal .benefit-message {
    color: #181818;
    text-align: center;
    font-size: 17px; 
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.96px;
    padding: 10px;
    background-color: #EFEFEF;
    width: fit-content;
    margin: auto;
    border-radius: 10px;
    margin-top: -10px;
    margin-bottom: 5px;
}
.btn-group {
    text-align: center;
    margin-top: 20px;
}
.btn-green {
    position: inherit;
    background-color: #FFB800;
    padding: 16px 70px;
    border-radius: 10px;
    color: #181818;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 20.6px;
}
.select_order {
    border-radius: 10px;
    border: 1px solid #181818;
    background: rgba(248, 248, 250, 0.00);
    width: 100%;
    padding: 10px;
}
#district {
    display: none;
}
.courier {
    display: none;
}
.type_kg {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.cart__promocode .small {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #999;
}
.checkout-submit__call {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    align-items: center;
}
.custom-checkbox {
    
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox span {
    font-weight: 500;
    font-size: 13.454px;
    line-height: 15px;
}
.add-product .product-catalog__list {
    padding-top: 35px;
}
.cookie-notice {
    position: fixed;
    bottom: 30px;
    left: 10px;
    max-width: 400px;
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    font-size: 14px;
    z-index: 9999;
}
.cookie-notice button {
    margin-top: 10px;
    background: var(--color-orange);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
}
.cookie-notice a {
    text-decoration: underline;
    color: green;
}
.recipe h1 {
    margin-bottom: 48px;
}
.filters-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.filters-left {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.filters-right {
    display: flex;
    gap: 0.5rem;
}
.btn-new {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #000000;
    background-color: #ffffff;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 100px;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s;
}
.btn-new.active {
    border: 1px solid #FFB800;
    background-color: #FFB800;
    transition: all 0.3s;
}

.btn-grey {
    border-radius: 10px;
    background-color: #E9EFF4;
    height: 28px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    transition: all 0.3s;
}
.btn-image {
    gap: 0.5rem;
}
#mse2_selected_wrapper.selected-filters {
    margin-top: 0;
    height: 37px;
    margin-bottom: 20px;
}
.filters-block,.sort-block {
    display: none;
}
.results-recipe {
    display: flex;
    gap: 45px 32px;
    justify-content: start;
    flex-wrap: wrap;
    align-items: stretch;
}
.recipe-item {
    border-radius: 17px;
    box-shadow: 0px 0px 28.6px 0px rgba(78, 89, 125, 0.25);
    overflow: hidden;
    width: calc(33% - 18px);
    height: fit-content;
}
.recipe-item .image-block {
    padding: 24px;
    position: relative;
}
.badge-block {
    position: absolute;
    top: 45px;
    left: 35px;
}
.badge-block .badge {
    height: 28px;
    font-size: 19px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #ffffff;
    border-radius: 12px;
}
.badge-block .badge-new {
    background-color: #2C99FF;
}
.recipe-item .image-block img {
    width: 100%;
    border-radius: 17px;
}
.recipe-item .block-info {
    padding: 0 32px 24px;
}
.recipe-item .block-info .link {
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    color: #181818;
    text-decoration: none;
    margin-bottom: 16px;
    display: block;
    font-style: italic;
}

.recipe-item .block-info-recipe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.recipe-item .block-info-recipe  > div {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
}
.recipe-item .block-info-recipe img {
    width: 15px;
    height: 15px;
}
.recipe-item .button-group {
    display: flex;
    align-items: center;
}
.recipe-item .btn-receip {
    border-radius: 8px;
    background-color: #FFB800;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}
.recipe-recomended {
    margin-top: 68px;
}
.recipe-recomended .product-slider__title {
    margin-bottom: 32px;
}
.recipe-item-form {
    position: relative;
    background-color: #2BA85E;
    box-shadow: 0 0 24.642px 0 rgba(78, 89, 125, 0.25);
    padding: 36px 25px;
    height: 506px;
    overflow: visible;
}
.recipe-item-form img {
    position: absolute;
    width: 256.05px;
    height: 384.171px;
    transform: rotate(76.067deg);
    bottom: -115px;
    right: 12px;
    
}
.recipe-item-form .title {
    color: #FFF;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}
.recipe-item-form .text-info {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 20px;
}
.btn-white {
    border-radius: 8px;
    background-color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
}
.results-recipe-null {
    margin-bottom: 40px;
    display: flex;
    gap: 60px;
    align-items: center;
}
.receipt-null p {
    font-size: 36px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}
.results-recipe-null .recipe-item-form {
    min-width: 320px;
}
.results-recipe-null .receipt-null {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btn-null {
    border-radius: 16px;
    background: #2BA85E;
    padding: 0 40px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
}



.product-slider .swiper-button-prev:after, .product-slider .swiper-button-next:after {
    display: none;
}
.banner-item {
    position: relative;
    width: calc(66% - 3px);
    display: flex;
    align-items: center;
    border-radius: 17px;
    overflow: hidden;
}
.banner-item .info-block-all {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 55%;
    padding: 0 50px;
    z-index: 3;
}
.banner-item .info-block-all.blue {
    background-color: #2C99FF;
}
.banner-item .info-block-all.green {
    background-color: #0CA64B;
}
.banner-item .info-block-all:after {
    content: "";
    width: 333px;
    height: 268px;
    position: absolute;
    transform: rotate(-45deg);
    left: 91px;
    bottom: 20px;
    border-radius: 15px;
    z-index: -1;
}
.banner-item.invert .info-block-all:after {
    left: auto;
    right: 91px;
}
.banner-item .info-block-all.blue:after {
    background-color: #2C99FF;
}
.banner-item .info-block-all.green:after {
    background-color: #0CA64B;
}
.banner-item .info-block .title {
    font-size: 32px;
    font-weight: 900;
    line-height: 39px;
    font-style: italic;
    color: #FFFFFF;
    margin-bottom: 38px;
}
.banner-item.invert .info-block .title {
    text-align: right;
}
.banner-item .info-block .subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 38px;
}
.banner-item.invert .info-block .subtitle {
    text-align: right;
}
.banner-item .info-block .button-group {
    display: flex;
}
.banner-item.invert .info-block .button-group {
    justify-content: end;
}
.banner-item .info-block .btn-banner {
    height: 45px;
    border-radius: 12px;
    border: none;
    font-size: 24px;
    font-weight: 900;
    line-height: 40px;
    font-style: italic;
    padding: 0 40px;
}
.banner-item .image-block {
    width: 45%;
    height: 100%;
    z-index: 1;
}
.banner-item .image-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slider-block {
    position: relative;
    width: 100%;
    border-radius: 17px;
    padding: 40px 75px;
}
.receipt-page .slider-block {
    margin-bottom: 60px;
}
.slider-block .title {
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    color: #181818;
    font-style: italic;
    text-align: center;
    margin-bottom: 16px;
}
.slider-block .subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}
.slider-block .swiper-container {
    margin-top: 32px;
    overflow: hidden;
}
.slider-block .recipe-item {
    width: 100%;
    background-color: #ffffff;
    box-shadow: none;
}
.slider-block .recipe-item .image-block {
    padding: 16px;
    width: 100%;
    height: 328px;
}
.slider-block .recipe-item .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-block .recipe-item .block-info {
    padding: 0 20px 16px;
}
.slider-block .swiper-prev {
    position: absolute;
    top: calc(50% - 40px);
    left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 3px rgba(98, 135, 176, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-block .swiper-next {
    position: absolute;
    top: calc(50% - 40px);
    right: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 3px rgba(98, 135, 176, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-block .swiper-prev:not(.swiper-button-disabled) {
    cursor: pointer;
}
.slider-block .swiper-next:not(.swiper-button-disabled) {
    cursor: pointer;
}
#mse2_mfilter {
    position: relative;
}
.filters-block {
    position: absolute;
    border-radius: 20px;
    border: 2px solid #F8F8FA;
    padding: 30px;
    box-shadow: 0px 0px 10px 3px rgba(215, 216, 231, 0.25);
}
.filters-right .sort-block {
    display: none;
}
.filters-block.open {
    display: block;
}
.filters-block {
    border-radius: 20px;
    border: 2px solid #F8F8FA;
    padding: 30px;
    height: auto;
    position: absolute;
    background-color: #ffffff;
    z-index: 4;
    width: 100%;
    top: 50px;
}
.filters-block .filters-row {
    padding-bottom: 34px;
    border-bottom: 1px solid #DBDBDB;
}
.filters-block .buttons-block {
    display: flex;
    justify-content: end;
    padding: 0 20px;
}

.btn-light {
        border-radius: 15px;
    background: #EEEEF5;
    height: 43px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filters-block .btn-light {
    margin-top: 24px;
}
.btn-grey.open {
    background-color: #C6FFDD;
    color: #2BA85E;
}
.filters-block .title {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 60px;
}
.filter-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 43px;
    height: 43px;
    background-color: #F0F0F4;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.filter-close img,  .filter-close svg {
    width: 14px;
}
.filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 65px 16px;
}
.filters-row .filter-set {
    border: none;
    padding: 0;
    width: calc(50% - 12px);
    
}
.filters-row .filter_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}
.filters-row .value-filter {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.filters-row .custom-checkbox span {
    background-color: #F8F8FA;
    height: 34px;
    border-radius: 100px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s;
}

.filters-row .custom-checkbox span:hover {
    background-color: #C6FFDD;
    transition: all 0.3s;
    color: #2BA85E;
}
.filters-row .custom-checkbox input:checked + span {
    background-color: #C6FFDD;
    transition: all 0.3s;
    color: #2BA85E;
}
.sort-block.open {
    display: block;
}
.sort-block {
    position: absolute;
    top: 50px;
    right: 0;
    width: 250px;
    z-index: 4;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 3px rgba(215, 216, 231, 0.25);
    border-radius: 11px;
}
.sort-block .sort-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.sort-block .sort-item .sort_new {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: #181818;
    padding-left: 33px;
    position: relative;
    transition: all 0.3s;
}
.sort-block .sort-item .sort_new:hover {
    color: #2BA85E;
    transition: all 0.3s;
}
.sort-block .sort-item .sort_new span {
    position: absolute;
    left: 0;
    top: 2px;
    width: 21px;
    height: 21px;
    border: 1px solid #181818;
    border-radius: 50%;
}
.sort-block .sort-item .sort_new.active span:after {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background-color: #2BA85E;
    border-radius: 50%;
    top: 3px;
    position: absolute;
    left: 3px;
}
.sort-block .sort-item .sort_new svg {
    display: none;
}
.sort-block .sort-item .sort_new.active svg {
    display: block;
}
.sort-block .sort-item .sort_new[data-dir="asc"] svg {
    transform: rotate(180deg);
}
.sort-button[data-dir="asc"] svg {
    transform: rotate(180deg);
}



.content-block {
    display: flex;
    align-items: stretch;
}
.left-block {
    width: calc(100% - 373px);
    padding-right: 72px;
    display: flex;
    flex-direction: column;
}
.right-block {
    width: 373px;
}
.receipt-page .image-block {
    position: relative;
    height: 450px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 60px;
}
.image-block .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h1_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-bottom: 70px;
}
.tags-options {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 20px;
}
.tags-options .tag {
    height: 34px;
    padding: 0 20px;
    border-radius: 100px;
    background-color: #F0F0F4;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #5C5E62;
}
.title-block .tags-block {
    padding-bottom: 36px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 20px;
}
.pic-block {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.pic-block .pic-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.pic-block .pic-item span {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #5C5E62;
}
.content {
    padding-bottom: 40px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 40px;
}
.content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.recipe-uses .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
}
.recipe-uses-items {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.recipe-uses-items .button-image {
    width: 220px;
    height: 54px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.recipe-uses-items .button-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recipe-uses-items .button-image span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    color: #ffffff;
}
.packaging {
    margin-top: auto;
    margin-bottom: 40px;
}
.packaging .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
}
.packaging .value {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #181818;
}
.sharing-block {
    padding-right: 40px;
    text-align: start;
    margin-bottom: 76px;
}
.sharing-block .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #181818;
    margin-bottom: 8px;
    padding-left: 122px;
}
.sharing-items {
    display: flex;
    gap: 12px;
    justify-content: end;
    align-items: center;
}
.ingredients-block {
    border-radius: 15px;
    background-color: #EEF8FF;
    padding: 36px 36px 60px;
    position: relative;
}
.ingredients-block:before {
    content: "";
    background-image: url(/template2022/img/recipe/knopka-ico.svg);
    background-size: 46px 46px;
    position: absolute;
    top: -10px;
    right: 6px;
    width: 46px;
    height: 46px;
}
.ingredients-block .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    font-style: italic;
    margin-bottom: 36px;
}
.ingredients-items .item {
    border-bottom: 1px dashed rgb(148, 156, 236);
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.ingredients-items .item:last-child {
    margin-bottom: 0;
}
.ingredients-items .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #132356;
    max-width: 180px;
}
.ingredients-items .value {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.preparation-block {
    margin-top: 40px;
    margin-bottom: 90px;
}
.preparation-block .title { 
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #181818;
    margin-bottom: 45px;    
}
.preparation-items {
    counter-reset: step;
    list-style: none;
    margin: 0;
    padding: 0;
}
.preparation-items li {
    counter-increment: step;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #181818;

}
.preparation-items li:last-child {
    margin-bottom: 0;
}
.preparation-items li::before {
  content: counter(step);
  flex-shrink: 0;
  width: 29px;
  height: 29px;
  margin-right: 25px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #333;
}
.action-image {
    position: absolute;
    bottom: -20px;
    right: 70px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 6px;
}
.rating-block {
    width: 178px;
    height: 96px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-rating {
    width: 34px;
}
.image-rating.active svg path {
    fill: #FABA28;
}
.image-rating svg {
    width: 100%;
}
.rating-block span {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #5C5E62;
}
.favorite-block {
    width: 58px;
    height: 96px;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding-top: 17px;
}
.favorite-action.favorited svg path {
    fill: #f2064f;
}
.favorite-block svg {
    width: 24px;
    height: 40px;
}
.child_category {
    margin-bottom: 40px;
}
.child_category a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}
.child_category a:hover {
    text-decoration: underline;
}
.child_category a:after {
    content: "|";
    margin-left: 15px;
    margin-right: 13px;
}
.child_category a:last-child:after {
    display: none;
}
.rating-stars {
    padding-top: 32px;
    border-top: 1px solid #DBDBDB;
    max-width: 600px;
    margin-bottom: 85px;
}
.rating-stars .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #181818;
    font-style: italic;
}
.rating-stars .block-rating {
    display: flex;
    align-items: center;
    gap: 30px;
}
.rating-users .count-comment {
    margin-bottom: 20px;
}
.rating-users .count-comment span {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #181818;
}
.comment-rating {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 0;
}
.comment-rating .comment-ratin-user {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}
.comment-rating .comment-ratin-user .control-label {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.comment-rating  .ec-rating {
    display: flex;
    gap: 10px;
    align-items: center;
}
.comment-rating  .ec-rating-stars {
    margin :0;
}
.comment-rating  .comment-textarea {
    width: 100%;
    max-width: 763px;
    margin-bottom: 33px;
}
.comment-rating  .comment-textarea textarea {
    width: 100%;
    border-radius: 20px;
    background: rgb(240, 240, 244);
    border: none;
    padding: 26px 22px;
    height: 160px;
    resize: none;
    overflow: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #181818;
    
}
/* Стандартный селектор */
.comment-rating  .comment-textarea textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #181818;
  opacity: 1; /* чтобы цвет был точным */
}

/* WebKit (Chrome, Safari, Opera) */
.comment-rating  .comment-textarea textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #181818;
  opacity: 1;
}

/* Firefox 19+ */
.comment-rating  .comment-textarea textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #181818;
  opacity: 1;
}

/* Firefox 4–18 */
.comment-rating  .comment-textarea textarea:-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #181818;
  opacity: 1;
}

/* Internet Explorer 10+ */
.comment-rating  .comment-textarea textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #181818;
  opacity: 1;
}
.btn-comment {
    height: 55px;
    padding: 0 30px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #C6FFDD;
    border-radius: 15px;
    background: #2BA85E;
}
.button-gloup {
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn-comment-cancel {
    height: 55px;
    padding: 0 30px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #fef3f3;
    border-radius: 15px;
    background: #fe2424;
    display: flex;
    align-items: center;
}
.comment-rating .ec-form__row:last-child {
    margin-bottom: 0;
}
.comment-rating {
    margin-bottom: 70px;
}
.message-comment {
    margin-bottom: 90px;
}
.message-comment .comment-message-user {
    border-radius: 20px;
    background: #F0F0F4;
    padding: 24px;
    max-width: 763px;
}

.message-comment .ec-message__author {
    display: flex;
    gap: 22px;
    align-items: center;
}
.message-comment .ec-message__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #181818;
}
.message-comment .header__user-icon {
    width: 52px;
    height: 52px;
}
.message-comment .ec-message__author span {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}
.message-comment .ec-message__meta {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.message-comment .ec-reply {
    max-width: 700px;
    border-radius: 18px;
    background: #F0F0F4;
}
.message-comment .ec-reply__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    
}
.message-comment .ec-reply__meta .ec-reply__author {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #181818;
}
.message-comment .ec-reply__meta .ec-reply__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #181818;
}
.message-comment .ec-message__reply {
    padding: 20px 24px;
    margin-top: 20px;
    border-radius: 20px;
}
.message-comment .ec-reply-form {
    margin-top: 20px;
}

.block-rating .ec-stars--stars2 {
    --ec-star-width: 52px;
    --ec-star-height: 47px;
    --ec-star-gap: 4px;
}
.all-category.open {
    display: block;
}
.all-category {
    display: none;
    border-radius: 20px;
    border: 2px solid #F8F8FA;
    padding: 30px;
    height: auto;
    position: absolute;
    background-color: #ffffff;
    z-index: 4;
    width: 100%;
    top: 50px;
}
.all-category .title {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 60px;
}
.category-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 43px;
    height: 43px;
    background-color: #F0F0F4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}



.menu-category {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.menu-item {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 10px;
}

.menu-item > a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  margin-bottom: 8px;  /* расстояние до подменю */
}

.menu-item > a:hover {
  color: #2BA85E;
}

.submenu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: -12px;
}

.submenu_item a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  padding: 2px 12px;
  border-radius: 100px;
}
.submenu_item.active a {
    background: #E1E1E1;
}
.submenu_item a:hover {
  color: #2BA85E;
}

.submenu_item a.active {
  background: #E1E1E1;
}
.product-slider .swiper-slide {
    max-width: 300px;
}
.recipe-modal .modal__container {
    width: 100%;
    max-width: 823px;
    padding: 32px 66px;
    height: 100%;
    overflow: auto;
    max-height: fit-content;
}
.recipe-modal .modal__close {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #F0F0F4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recipe-modal .modal__title {
    font-size: 32px;
    font-style: italic;
    font-weight: 600;
    text-align: start;
    margin-bottom: 30px;
}
.receipt-form .form-group {
    margin-bottom: 24px;
}
.receipt-form .control-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 0.5rem;
    display: block;
    margin-left: 14px;
}
.receipt-form .form-control {
    border: 0.5px solid #9E9E9E;
    border-radius: 15px;
    height: 33px;
    padding: 6px 14px;
    width: 100%;
    max-width: 464px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.receipt-form .form-textarea {
    width: 100%;
    max-width: 100%;
    resize: none;
    height: 109px;
    border-radius: 9px;
}
.receipt-form .messege_upload {
    background-color: #F3F3F3;
    border-radius: 15px;
    padding: 14px 26px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #606060;
    margin-top: 14px;
} 
.receipt-form .controls {
    display: flex;
    justify-content: center;
}
.receipt-form .btn-green {
    background-color: #2BA85E;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    border-radius: 16px;
    height: 44px;
    padding: 0 40px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.receipt-form .files .file-btn {
    display: flex;
    gap: 8px;
    color: #2BA85E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.receipt-form .files .files-actions { display:flex; gap:10px; align-items:center; }
.receipt-form .files .file-btn, .files .file-clear{
  padding:10px 16px; border:0; border-radius:8px; cursor:pointer;
}
.receipt-form .files .file-btn{ background:#E8F6EE; color:#1E7C4D; font-weight:600; }
.receipt-form .files .file-clear{ background:#f3f3f3; color:#555; }
.receipt-form .files .preview{
  display:grid; grid-template-columns:repeat(auto-fill, minmax(90px, 1fr));
  gap:10px; margin-top:12px;
}
.receipt-form .files .thumb{ border-radius:8px; overflow:hidden; background:#F3F5F4; aspect-ratio:1/1; }
.receipt-form .files .thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.receipt-form .files .error_files{ color:#c0392b; margin-top:8px; font-size:13px; }
.checkout-submit__discount {
    margin: 0;
}
.bonus-use__text {
    max-width: 220px;
    margin: auto;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
.bonus-use__text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    border-radius: 9.183px;
    background: #F1F1F1;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) rotate(-2.278deg);
}
.bonus-use__text_title {
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 12px;
}
.bonus-use__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}
.writeoff .bonus-use {
    display: none;
}
.checkout__last .checkout-submit__discount > .checkout-submit__discount {
    max-width: 260px;
    margin: auto;
    background-color: #23B54C;
    border-radius: 12px;
    padding: 40px 20px;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    color: #ffffff;
}
.ci-price-block {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 6px;
}
.swiper-slide .ci-price-block {
    gap: 0;
    flex-wrap: wrap;
}
.ci-price-block .ci-price {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #036E21;
    line-height: 1.2;
}
.ci-price-block .ci-old_price {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #8F8F8F;
    text-decoration: line-through;
}
.js-cart-inline .btn-green {
    width: 100%;
    border-radius: 12px;
    background: #23B54C;
    height: 47px;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.ci-controls {
    height: 47px;
    display: flex;
    justify-content: space-between;
    background-color: #E0E0E0;
    border-radius: 12px;
}
.ci-controls .ci-btn {
    background-color: #23B54C;
    width: 48px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
}
.ci-controls .ci-btn svg {
    fill: #fff;
}
.ci-controls .ci-qty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.ci-controls .ci-weight {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #181818;
    line-height: 1;
}
.ci-controls .ci-sum {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #6D6D6D;
    line-height: 1;
}
.ci-not-available {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
}
.ci-loading {
    height: 47px;
    background-color: #23B54C;
    padding: 5px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner {
    width: 28px;
    height: 28px;
    border: 2px solid #FFF;
    border-bottom-color: #45d26d;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.product-page__label--iskg {
    background-color: #009DFF;
    color: #fff;
}
.product-iskg {
    position: relative;
    display: inline-block;
}
.product-iskg .product-page__label--iskg {
    display: inline-block;
    background: #1e90ff;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.2;
    z-index: 10;
    position: relative;
    cursor: help;
}
.product-iskg .wb-note {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 12px;
    width: 205px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 0 12px 12px 12px;
    line-height: 1.2;
    border: none;
}

/* перекрытие над синей плашкой */
.product-iskg .wb-note:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 94px; /* ширина синего бейджа */
    height: 30px;
    background-color: #fff;
    z-index: -1;
    border-radius: 15px 15px 0 0;
}
.product-page__content .js-cart-inline .btn-green {
    max-width: 270px;
}
.product-page__content .ci-controls {
    max-width: 270px;
    width: 270px;
}
.product-page__content .ci-price-block .ci-price {
    font-size: 46px;
}
.product-page__content .ci-price-block .ci-old_price {
    font-size: 22px;
}
.product-page__content .js-cart-inline {
    display: inline-flex;
    width: 270px;
}
.product-page__content .product-page__favorite {
position: inherit;
    width: 47px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 4px 6px -3px rgb(116 114 114);
    border-radius: 12px;
}
.product-page__content .ci-action-block {
    display: flex;
    gap: 10px;
    align-items: center;
}
.checkbox__text a {
    text-decoration: underline;
    color: green;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 


.promos-slider { position: relative; margin-bottom: 38px;}
.promos-slider .swiper-container {
    overflow: hidden;
}
.promos-slider .swiper-nav { position: absolute; top: -48px; right: 0; display: flex; gap: 8px; }
.promos-slider .swiper-prev,
.promos-slider .swiper-next {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid #e5e5e5; background: #fff; cursor: pointer;
}
.promo-slide__figure { margin: 0; }
.promo-slide__img { display: block; width: 100%; height: auto; border-radius: 12px; }
.promo-slide__caption { margin-top: 8px; font-size: 14px; line-height: 1.35; color: #333; }
.promos-slider .swiper-container .swiper-slide {
    height: 150px;
}
.promos-slider .swiper-container .promo-slide__link {
    display: block;
    height: 100%;
}
.promos-slider .swiper-container .promo-slide__figure {
    height: 100%;
}
.promos-slider .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767px) {
  .promos-slider .swiper-nav { top: -40px; }
  .promo-slide__caption { font-size: 13px; }
}


@media (min-width: 991px) {
    .product-slider .product__image-link img {
        min-height: 200px;
    }
}
@media (min-width: 768px) {
    .main-slider {
        height: 493.5px;
    }
    .order-created__summary .cart-summary__title, .order-created__summary .cart-summary__value {
        font-size: 20px;
        line-height: 24px;
    }
    .checkout__district {
        grid-area: 3/2/4/3;
    }
    .checkout__time {
        grid-area: 4/2/6/3;
    }
    .checkout__payment {
        grid-area: 6/2/6/3;
    }
}
@media (max-width: 1200px) {
    
}
@media (max-width: 991px) {
    .filters-grid {
        display: flex;
        gap: 24px;
    }
    .recipe-item {
        width: calc(50% - 10px);
        flex-direction: column;
    }
    .results-recipe {
        gap: 20px;
        align-items: stretch;
    }
    .banner-item {
        width: calc(50% - 10px);
        flex-direction: column;
    }
    .banner-item:not(.invert) {
        flex-direction: column-reverse;
    }
    .banner-item .image-block {
        width: 100%;
        padding: 20px 20px 0;
    }
    .banner-item .info-block-all {
        width: 100%;
        padding: 0 20px 20px;
    }
    .banner-item .info-block .title {
        font-size: 20px;
        font-weight: 900;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .banner-item .info-block .subtitle {
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .banner-item .image-block img {
        border-radius: 17px;
    }
    .slider-block .swiper-slide {
        max-width: 320px;
    }
    .banner-item.invert .info-block .title {
        text-align: left;
    }
    .banner-item.invert .info-block .subtitle {
        text-align: left;
    }
    .banner-item.invert .info-block .button-group {
        justify-content: center;
    }
    .filters-block.open {
        top: auto;
        margin-top: -60px;
    }
    .sort-block {
        right: auto;
        left: 0;
        top: auto;
        margin-top: -60px;
    }
    .receipt-page .content-block {
        flex-direction: column;
    }
    .receipt-page .image-block {
        margin-bottom: 40px;
        height: 350px;
    }
    .h1_title {
        margin-bottom: 16px;
    }
    .left-block {
        width: 100%;
        padding-right: 0;
    }
    .pic-block {
        margin-bottom: 20px;
    }
    .content {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .recipe-uses .title {
        margin-bottom: 20px;
    }
    .recipe-uses {
        margin-bottom: 40px;
    }
    .right-block {
        width: 100%;
    }
    .preparation-block {
        margin-bottom: 40px;
    }
    .sharing-block {
        margin-bottom: 40px;
    }
    .sharing-block .title {
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }
    .sharing-items {
        justify-content: start;
    }
    .ingredients-block {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .preparation-items li {
        margin-bottom: 20px;
    }
    .preparation-block .title {
        margin-bottom: 20px;
    }
    .rating-stars {
        padding-top: 20px;
        margin-bottom: 40px; 
    }
    .menu-item {
        flex: 0 0 33%;
    }
    .all-category.open {
        top: auto;
        margin-top: -60px;
    }
}
@media (max-width: 768px) {
    .recipe-item {
        width: 100%;
        
    }
    .banner-item {
        width: 100%;
        
    }
    .slider-block {
        padding: 32px;
    }
    .slider-block .swiper-navigation {
        display: none;
    }
    .filters-row {
        flex-direction: column;
        gap: 32px;
    }
    .filters-row .filter-set {
        width: 100%;
    }
    .rating-stars .block-rating {
        gap: 20px;
    }
    .rating-stars .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }
    .block-rating .ec-stars--stars2 {
        --ec-star-width: 37px;
        --ec-star-height: 34px;
        --ec-star-gap: 4px;
    }
    .menu-item {
        flex: 0 0 50%;
    }
    .results-recipe-null {
        flex-direction: column;
        gap: 120px;
    }
    .recipe-item-form {
        max-width: 360px;
        overflow: hidden;
    }
    .receipt-null p {
        font-size: 22px;
        font-style: italic;
        font-weight: 900;
        max-width: 360px;
        text-align: center;
    }
    .cabinet-tabs {
        flex-wrap: wrap;
    }
    .recipe-modal .modal__container {
        padding: 32px 23px;
    }
    .recipe-modal .modal__title {
        font-size: 28px;
    }
    .receipt-form .control-label {
        font-size: 14px;
        margin-left: 0;
    }
    .receipt-form .btn-green {
        font-size: 20px;
    }
}
@media (max-width: 565px) {
    #benefit-modal .modal__container {
        max-width: 95%;
        padding: 15px 7px;
    }
    .cookie-notice {
        right: 10px;
        padding: 8px;
        font-size: 8px;
        max-width: 320px;
    }
    .cookie-notice button {
        margin-top: 6px;
        padding: 4px 8px;
    }
    .rating-stars .block-rating {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
    .receipt-page .image-block {
        height: 250px;
    }
    .action-image {
        right: 30px;
        bottom: -20px;
    }
    .rating-block {
        border-radius: 5px;
        width: 28px;
        height: 70px;
    }
    .image-rating {
        width: 28px;
        height: auto;
        padding-top: 10px;
    }
    .image-rating svg {
        width: 15px;
        height: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .favorite-block {
        width: 25px;
        height: 70px;
        border-radius: 5px;
        padding-top: 10px;
    }
    .favorite-block svg {
        width: 13px;
        height: 21px;
    }
    .rating-block span {
        font-size: 14px;
        line-height: 20px;
    }
    .rating-block .title {
        display: none;
    }
    .menu-item {
        flex: 0 0 100%;
    }
    .ci-price-block {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
    .ci-price-block .ci-price {
        font-size: 16px;
    }
    .ci-price-block .ci-old_price {
        font-size: 14px;
    }
    .ci-controls .ci-weight {
        font-size: 16px;
    }
    .ci-controls .ci-sum {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .product-iskg .wb-note:before {
        top: -28px;    
    }
    .product-iskg .wb-note {
        top: 28px;
        width: 145px;
    }
}
/* PageSpeed v4 safe fixes: placeholders without extra priority downloads */
@font-face {
  font-family: "Cochin LT";
  src: url("../fonts/cochinltrusbyme-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.main-slider__item a,
.main-slider__item picture,
.top-banner__container a,
.top-banner__container picture {
  display: block;
}

.main-slider__list {
  aspect-ratio: 20 / 9;
}

.main-slider__item,
.main-slider__item a,
.main-slider__item picture {
  height: 100%;
}

.main-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-banner__img,
.benefit__img,
.recipe__btn-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product__image-link {
  display: block;
  aspect-ratio: 500 / 667;
  overflow: hidden;
}

.product__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit__image {
  overflow: hidden;
}

/* PageSpeed v5: fixed image boxes for top/header/footer and first-screen cards */
.top-banner__container,
.top-banner__container a,
.top-banner__container picture {
  display: block;
}

.top-banner__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 1;
  object-fit: cover;
}

.header-top__logo img,
.footer__logo img {
  display: block;
  height: auto;
}

.product__img:not(.lazy) {
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .main-slider__list {
    aspect-ratio: 768 / 416;
  }
}

/* PageSpeed v6: reserve exact header/footer logo boxes to reduce CLS */
.footer__logo {
  display: block;
  width: 182px;
  height: 39px;
  flex: 0 0 auto;
}

.footer__logo img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

@media (min-width: 768px) {
  .footer__logo {
    width: 134px;
    height: 29px;
  }
}

.header-top__logo {
  display: block;
  flex: 0 0 auto;
}

.header-top__logo img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}


.header-top__logo img[src$="logo-ny.svg"] {
  width: 234px !important;
  height: 78px !important;
}

.header-top__logo img[src$="logo-ny-3.svg"] {
  width: 73px !important;
  height: 78px !important;
}

@media (max-width: 768px) {
  .header-top__logo {
    width: 44px;
    min-width: 44px;
    height: 35px;
    min-height: 35px;
  }


  .header-top__logo img.v768 {
    width: 154px !important;
    height: 35px !important;
  }
}

/* PageSpeed v7: reserve fixed-header offset before main.js recalculates it.
   main.js sets .site-body margin-top after 100ms; without this the whole page shifts down. */
.site-body {
  margin-top: 212px;
  min-height: calc(100vh - 212px);
}

@media (min-width: 768px) {
  .site-body {
    margin-top: 416px;
    min-height: calc(100vh - 416px);
  }
}

@supports selector(body:has(.top-banner__container.hidden)) {
  body:has(.top-banner__container.hidden) .site-body,
  body:not(:has(.top-banner)) .site-body {
    margin-top: 130px;
    min-height: calc(100vh - 130px);
  }

  @media (min-width: 768px) {
    body:has(.top-banner__container.hidden) .site-body,
    body:not(:has(.top-banner)) .site-body {
      margin-top: 149px;
      min-height: calc(100vh - 149px);
    }
  }
}

.recipe__image,
.recipe__image picture,
.recipe__img {
  display: block;
}

.recipe__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.recipe__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PageSpeed v8: reserve product/category boxes to reduce product-list CLS */
.product__image {
  aspect-ratio: 500 / 667;
  overflow: hidden;
}

.product__image-link {
  width: 100%;
  height: 100%;
}

.categories-item__bg {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* PageSpeed v10: categories image is a real img instead of CSS background. */
.categories-item__bg {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.categories-item__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PageSpeed v11 visual hotfix.
   Возвращаем геометрию, которую сломали v8/v10:
   - главный 3D-слайдер снова управляется родным main.css/swiper, без принудительного aspect-ratio;
   - карточки товаров снова не получают принудительную высоту на общем контейнере;
   - категории снова работают через background, как было в исходной верстке. */
.main-slider__list {
  aspect-ratio: auto !important;
}

.main-slider__item,
.main-slider__item a,
.main-slider__item picture {
  height: auto !important;
}

.main-slider__img {
  height: auto !important;
  object-fit: initial !important;
}

.product__image {
  aspect-ratio: auto !important;
  overflow: visible !important;
}

.product__image-link {
  aspect-ratio: auto !important;
  height: auto !important;
  overflow: visible !important;
}

.product__img {
  height: auto !important;
  object-fit: initial !important;
}

.categories-item__bg {
  position: absolute !important;
  display: block !important;
  width: auto !important;
  aspect-ratio: auto !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
}

.categories-item__img {
  display: none !important;
}

.product-page__socials-list img {
  width: 99px;
  height: 53px;
}

/* PageSpeed v14 product visual hotfix.
   Не резервируем высоту .product-page__main через min-height: fotorama сама считает высоту
   основного изображения и миниатюр. Предыдущая резервация ломала позицию блока "Поделитесь в". */
.product-page__main {
  aspect-ratio: auto !important;
  min-height: 0 !important;
}

.product-page__main .fotorama,
.product-page__main .fotorama__wrap,
.product-page__main .fotorama__stage {
  min-height: 0 !important;
}

/* PageSpeed v16 product card CLS fix.
   Только mobile. Не трогаем desktop/fotorama internals, чтобы не повторить поломку галереи.
   Цель: до инициализации fotorama сразу оставить место под большую картинку + миниатюры,
   чтобы .product-page__content не прыгал вниз после загрузки галереи. */
@media (max-width: 767.98px) {
  .product-page__main {
    min-height: calc(((100vw - 54px) * 1.334) + 150px) !important;
  }

  .product-page__main .fotorama:not(.fotorama--fullscreen) > a:not(:first-child) {
    display: none;
  }

  .product-page__main .fotorama:not(.fotorama--fullscreen) > a:first-child,
  .product-page__main .fotorama:not(.fotorama--fullscreen) > a:first-child img {
    display: block;
    width: 100%;
  }

  .product-page__main .fotorama:not(.fotorama--fullscreen) > a:first-child img {
    height: auto;
    aspect-ratio: 500 / 667;
    object-fit: cover;
  }

  .product-page__socials {
    min-height: 91px;
  }
}

/* ==========================================================================
   PageSpeed V17: top banner fixed height restore
   ========================================================================== */
.top-banner {
    height: 75px !important;
    min-height: 75px !important;
    max-height: 75px !important;
    overflow: hidden !important;
    position: relative;
}

.top-banner__container {
    height: 75px !important;
    min-height: 75px !important;
    max-height: 75px !important;
    overflow: hidden !important;
    position: relative;
}

.top-banner a,
.top-banner picture {
    display: block !important;
    height: 75px !important;
    overflow: hidden !important;
}

.top-banner__img {
    display: block !important;
    width: 100% !important;
    height: 75px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.top-banner__close {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 5 !important;
}


/* ==========================================================================
   Product page: round back button near title
   ========================================================================== */
.product-page__title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.product-page__title-row .product-page__title {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}

.product-page__back {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #F0F0F4;
    color: #181818;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(78, 89, 125, 0.18);
    transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.product-page__back svg {
    display: block;
    width: 20px;
    height: 20px;
}

.product-page__back:hover {
    background-color: #FFB800;
    color: #181818;
    box-shadow: 0 6px 16px rgba(78, 89, 125, 0.24);
    transform: translateX(-2px);
}

.product-page__back:focus-visible {
    outline: 2px solid #181818;
    outline-offset: 3px;
}

@media (min-width: 768px) {
    .product-page__title-row {
        grid-area: 1 / 2 / 2 / 3;
        gap: 14px;
    }
}

@media (max-width: 767.98px) {
    .product-page__title-row {
        align-items: flex-start;
    }

    .product-page__back {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        margin-top: -2px;
    }

    .product-page__back svg {
        width: 18px;
        height: 18px;
    }
}

/* ==========================================================================
   MAX icon in footer/social blocks
   ========================================================================== */
.footer .social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer .social .social__item {
    width: 34px;
    height: 34px;
    min-width: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
}

.footer .social .social__item svg,
.footer .social .social__item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.social__item--max {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
}

.social__item--max .social__item-icon {
    display: block;
    width: 100%;
    height: 100%;
}

.contacts__socials .social__item--max,
.footer .social__item--max,
.product-page__socials-list .social__item--max {
    width: 53px;
    height: 53px;
    flex-basis: 53px;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .contacts__socials .social__item--max,
    .footer .social__item--max,
    .product-page__socials-list .social__item--max {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 10px;
    }
}
/* ==========================================================================
   Mobile catalog: link opens section, arrow opens submenu
   ========================================================================== */
.header-catalog2 .header-catalog__menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-catalog2 .header-catalog__menu > li {
    display: block;
    margin: 0 0 10px;
}

.header-catalog2 .submenu_wrapp > .header-catalog__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 24px;
    border-radius: 100px;
    transition: background-color .2s ease;
}

.header-catalog2 .submenu_wrapp > .header-catalog__row > .header-catalog__link {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    padding: 2px 0 2px 8px;
    color: #181818;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}

.header-catalog2 .header-catalog__toggle {
    width: 34px;
    height: 28px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #181818;
    border: 0;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.header-catalog2 .header-catalog__toggle svg {
    display: block;
    transition: transform .2s ease;
}

.header-catalog2 .submenu_wrapp.is-open > .header-catalog__row {
    background-color: var(--color-orange, #FFB800);
}

.header-catalog2 .submenu_wrapp.is-open > .header-catalog__row > .header-catalog__link {
    font-weight: 800;
}

.header-catalog2 .submenu_wrapp.is-open > .header-catalog__row .header-catalog__toggle svg {
    transform: rotate(90deg);
}

.header-catalog2 .header-catalog__submenu {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: none;
    width: auto !important;
    margin: 16px 0 18px;
    padding: 0 0 0 26px;
    overflow: visible !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    list-style: none;
}

.header-catalog2 .header-catalog__submenu > li {
    margin: 0;
}

.header-catalog2 .header-catalog__submenu > li > a {
    display: block;
    padding: 4px 0;
    color: #181818;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
    white-space: normal;
}
.cart-item__price-new.no_sale {
    background-color: transparent;
}
.header-catalog2 .header-catalog__submenu > li > a:hover {
    color: var(--color-green, #23B54C);
}
