button,
a,
a:hover {
    color: #000;
}

.page {
    padding: 120px 0 0;
    min-height: 100% !important;
}

.container_slider {
    padding: 0 30px;
}

.container_slider .slider_main {
    border-radius: 10px;
    margin-top: 40px;
}

.product-unit {
    box-shadow: none !important;
}

@media only screen and (min-width: 576px) and (max-width: 1198px) {
    .product-unit {
        /*box-shadow: 0 0 0 1px #e6e6e6 !important;*/
    }
}

@media only screen and (max-width: 575px) {
    .product-unit {
        box-shadow: none !important;
    }

    .product-block__data>div:not(:last-child) .product-unit {
        border-bottom: 1px solid #e6e6e6 !important;
    }
}

.param-unit {
    white-space: nowrap;
}

.product-block {
    border-top: none;
}

.product-block__title {
    font-size: 34px;
    line-height: 140%;
    font-weight: 500;
    padding: 0 30px 30px;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    text-align: unset;
    color: unset;
}

.container_stories {
    display: none !important;
    max-width: unset;
}

@media only screen and (max-width: 1199px) {
    .product-block__title {
        font-size: 26px;
        padding: 0px 15px 20px;
    }

    .container_slider {
        display: none;
    }

    .container_stories {
        display: block !important;
    }
}

.product-unit__status {
    border-radius: 20px;
    filter: drop-shadow(0px 1px 3px white);
}

.product-unit__hot {
    background: url(../img/assets/product-unit/hot_new.svg) repeat-x;
    height: 32px;
    width: 32px;
    background-size: contain;
    filter: drop-shadow(0px 1px 3px white);
}

.product-unit__hot_2 {
    width: 64px;
}

.product-unit__hot_3 {
    width: 96px;
}

.media-unit {
    overflow: hidden;
    padding: 30px 152px 30px 30px;
    border-radius: 10px;
    perspective: 1px;
    height: 100%;
    width: 100%;
}

.media-unit__info {
    position: relative;
    padding: 0;
}

.media-unit__img {
    position: absolute;
    top: 0;
    right: 0;
    height: 217px;
}

.media-row {
    padding: 0 15px;
}

.media-unit__title {
    margin-top: 0 !important;
}

.media-unit__text {
    margin-top: 10px;
}

/* Media carousel styles */
.media-carousel-container {
    overflow: hidden;
    padding: 30px;
}

.media-carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.3s ease;
}


.media-carousel-track .media-item-wrap {
    flex-shrink: 0;
    display: flex;
    width: 266px;
    /* Default width for mobile */
}

/* Desktop: 4 cards with gaps fit perfectly */
@media (min-width: 1024px) {
    .media-carousel-track .media-item-wrap {
        width: calc((100% - 3 * 30px) / 4) !important;
    }
}

/* Tablet: 437px width */
@media (min-width: 768px) and (max-width: 1023px) {
    .media-carousel-track .media-item-wrap {
        width: 437px !important;
    }

    .media-carousel-track .media-item-wrap:last-child {
        padding-right: 15px;

    }
}

/* Media carousel navigation */
.media-carousel-nav {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    pointer-events: none;
}

.media-item-wrap {
    display: flex;
}

.media-carousel .media-unit {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.media-carousel .media-unit__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: auto;
}

/* Media carousel navigation */
.media-carousel-wrapper {
    position: relative;
}

.media-carousel-nav {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    pointer-events: none;
}

.media-nav-prev,
.media-nav-next {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    box-shadow: 2px 4px 10px rgba(124, 147, 146, 0.15);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: all;
}

.media-carousel-wrapper:hover .media-nav-prev,
.media-carousel-wrapper:hover .media-nav-next {
    opacity: 1;
}

.media-nav-prev.visible,
.media-nav-next.visible {
    opacity: 1 !important;
}

.media-nav-prev {
    left: 15px;
}

.media-nav-next {
    right: 15px;
}

/* Mobile styles for media carousel */
@media (max-width: 767px) {}

/* Mobile: hide navigation buttons */
@media (max-width: 768px) {
    .media-carousel-nav {
        display: none;
    }
}

/* Recommend carousel styles */
.recommend-carousel-container {
    overflow: hidden;
    padding: 0 30px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}

.recommend-carousel-track {
    display: flex;
    transition: transform 0.3s ease;
}

.recommend-carousel-track .recom-item {
    flex-shrink: 0;
    display: flex;
    margin-right: 10px;
    padding: 1px 0;
}

.recommend-carousel-track .recom-item:last-child {
    margin-right: 0 !important;
}

/* Recommend carousel navigation */
.recommend-carousel-wrapper {
    position: relative;
}

.recommend-carousel-nav {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    pointer-events: none;
}

.recommend-nav-prev,
.recommend-nav-next {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    box-shadow: 2px 4px 10px rgba(124, 147, 146, 0.15);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: all;
}

.recommend-carousel-wrapper:hover .recommend-nav-prev,
.recommend-carousel-wrapper:hover .recommend-nav-next {
    opacity: 1;
}

.recommend-nav-prev.hidden,
.recommend-nav-next.hidden {
    display: none !important;
}

.recommend-nav-prev.visible,
.recommend-nav-next.visible {
    opacity: 1 !important;
}

.recommend-nav-prev {
    left: 15px;
}

.recommend-nav-next {
    right: 15px;
}

/* Mobile styles for recommend carousel */
@media (max-width: 767px) {
    .recommend-carousel-container {
        /*max-height: 145px;*/
    }

    .recommend-carousel-track .recom-item {
        margin-right: 15px;
        /* Gap between cards on mobile */
    }

    .recommend-carousel-track .recom-item:last-child {
        padding-right: 15px;
    }
}

/* Mobile: hide recommend navigation buttons */
@media (max-width: 768px) {
    .recommend-carousel-nav {
        display: none;
    }

    .recommend-carousel-container {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .recommend-carousel-container::-webkit-scrollbar {
        display: none;
    }

    .recommend-carousel-container {
        scrollbar-width: none;
    }
}

/* Mobile: hide media navigation buttons and enable touch scrolling */
@media (max-width: 1199px) {
    .media-carousel-container {
        padding: 30px 15px;
    }
}

@media (max-width: 1199px) {
    .media-carousel-nav {
        display: none;
    }

    .media-carousel-container {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .media-carousel-container::-webkit-scrollbar {
        display: none;
    }

    .media-carousel-container {
        scrollbar-width: none;
    }
}

@media only screen and (max-width: 1599px) {
    .media-row {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .media-carousel-track {
        gap: 15px;
    }

    .media-unit-wrap>.row {
        padding-left: 15px;
        padding-right: 0;
    }
}

@media screen and (max-width: 1199px) {

    .recommend-carousel-container {
        padding: 0 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .recommend-carousel-container::-webkit-scrollbar {
        display: none;
    }

    .recommend-carousel-container {
        scrollbar-width: none;
    }

    .media-carousel {
        padding: 30px 15px;
    }

}

@media only screen and (max-width: 767px) {
    .media-unit {
        padding: 20px;
        box-sizing: border-box;
    }

    .media-unit__title {
        font-size: 18px;
    }

    .media-item-wrap {
        min-width: 266px;
        max-width: 266px;
        min-height: 340px;
        max-height: 340px;
        box-sizing: content-box;
    }

    .media-item-wrap:last-child {
        padding-right: 15px;
    }

    .media-unit__info {
        position: absolute;
        bottom: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 1500px) {

    .slick-prev,
    .slick-next {
        bottom: 40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {

    .slick-prev,
    .slick-next {
        bottom: 10px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {

    .slick-prev,
    .slick-next {
        bottom: 10px;
    }
}

.slick-prev {
    left: 40px;
}

@media only screen and (min-width: 1500px) {
    .slick-prev {
        left: 40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .slick-prev {
        left: 40px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .slick-prev {
        left: auto;
        right: 40px;
    }
}

.slick-next {
    left: 90px;
}

@media only screen and (min-width: 1500px) {
    .slick-next {
        left: 90px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .slick-next {
        left: 90px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .slick-next {
        left: auto;
        right: 40px;
    }
}

.slider-unit__info {
    padding: 45px 0 45px 40px;
}

@media only screen and (min-width: 1500px) {
    .slider-unit__info {
        padding: 45px 0 45px 40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .slider-unit__info {
        padding: 45px 0 45px 40px;
        width: 50%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .slider-unit__info {
        width: 50%;
        padding: 10px 0 10px 40px;
    }
}

.header__menu__container {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(124, 147, 146, 0.15);
    font-size: 16px;
    line-height: 19px;
}

.header__menu ul {
    display: flex;
    gap: 60px;
}

.header__menu ul a {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    text-wrap: nowrap;
}

.header__menu ul a:hover {
    color: #bf0000;
}

.header__menu ul a.active {
    color: #bf0000;
}

.header__menu__sub__link {
    font-weight: 400 !important;
}

.header__menu {
    max-width: 1920px;
    margin: 0 auto;
    padding: 15px 30px 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

@media only screen and (max-width: 1366px) {
    .header__menu {
        overflow-x: scroll;
        font-size: 14px;
        line-height: 140%;
        scrollbar-width: none;
    }

    .header__menu__sub {
        display: none;
    }

    .header__menu__main {
        flex-grow: 1;
    }

    .header__menu__main__list {
        /*justify-content: space-between;*/
        /*gap: unset !important;*/
    }

    .header__menu ul a {
        font-size: 14px;
        line-height: 140%;
    }
}

@media only screen and (max-width: 767px) {
    .header__menu {
        overflow-x: auto;
        padding: 15px 15px 16px;

    }

    .header__menu__sub {
        display: none;
    }

    .header__menu__main__list {
        flex-grow: 1;
    }

    .header__menu__main__list {
        justify-content: unset;
        gap: 20px !important;
    }
}

.product-unavailable:before {
    content: '!';
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    font-weight: 500;
}

.product-unavailable {
    display: flex;
    border-radius: 20px;
    background: rgb(255 204 0 / 50%);
    height: 40px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px 0 40px;
    font-size: 13px;
    line-height: 120%;
    position: relative;
    cursor: not-allowed;
}

.product-unavailable span {
    display: inline-block;
    height: fit-content;
}

.subscribe-form__img {
    display: none;
}

.windows-window {
    border-radius: 12px;
    top: 50%;
}

.subscribe-form {
    min-width: 570px;
    max-width: 570px;
    background-image: url(/img/plane.svg);
    background-repeat: no-repeat;
    background-position: right 40px;
}

.windows {
    height: 100% !important;
}

.windows-window-close {
    opacity: 0.3;
}

.subscribe-form__data {
    padding: 40px 25px 20px;
}

.subscribe-form__title {
    margin-bottom: 10px;
}

.subscribe-form__text {
    font-size: 11px;
    line-height: 1.4;
}

.subscribe-form__text-max {
    font-size: 14px;
    line-height: 1.4;
    max-width: 50%;
}

.subscribe-form__row.form-row {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .subscribe-form {
        min-width: unset;
        max-width: unset;
        background-position: right 180px;
    }

    .subscribe-form__text-max+.subscribe-form__row {
        flex-wrap: wrap;
    }

    .subscribe-form__text-max {
        max-width: unset;
        margin-bottom: 80px;
        height: 80px;
    }

    .subscribe-form__row_btn {
        flex-grow: 1;
    }

    .subscribe-form__row_btn button {
        width: 100%;
    }
}

.product-unit__statuses,
.product-unit__hot {
    top: 15px !important
}

@media only screen and (max-width: 1199px) {
    .product-unit__statuses {
        left: 15px !important
    }

    .product-unit__hot {
        right: 15px !important
    }
}

.btn_cart {
    min-width: unset;
    padding: 10px 9px 6px;
    border-radius: 100%;
    position: relative;
    overflow: unset;
}

.btn_cart span.counter {
    background: #000;
    color: #fff;
    min-width: 16px;
    height: 16px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -2px;
    display: none;
}

.btn_cart-added span.counter {
    display: inline-block;
}

.product-select {
    display: none;
}

.product-buy {
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
    align-items: anchor-center;
}

.product-block__data {
    align-items: unset;
}

.pc {
    display: flex;
    min-width: 924px;
    max-height: calc(85vh - 60px);
}

.pc__left {
    padding: 30px;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.pc .product-unit__img {
    padding: 0;
    position: unset;
}

.pc__img {
    width: 100%;
}

.pc .product-unit__hot {
    right: 30px;
    top: 40px !important;
}

.pc .product-unit__statuses {
    left: 30px;
    top: 40px !important;
}

.pc__right {
    min-width: 395px;
    max-width: 395px;
    padding: 30px;
    border-left: 1px solid #E6E6E6;
    position: relative;
    overflow-y: auto;
}

.pc .product-unit__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
}

.product-unit__title {
    font-weight: 500;
}

.pc__weight {
    color: #666;
    font-size: 12px;
    line-height: 1;
}

.pc__desc {
    margin-top: 12px;
    color: #666;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 20px;
}

.pc__sizes {
    display: flex;
    gap: 10px;
    align-content: center;
}

.pc__sizes-unit {
    line-height: 37px;
    color: #808080;
    font-size: 14px;
}

.pc__dough {
    display: none;
}

.pc__ingredients {
    margin-top: 25px;
}



/* Hide scrollbar for ingredients list on all devices */
.pc__ingredients-list::-webkit-scrollbar,
.js--pc-ingredients-list::-webkit-scrollbar {
    display: none;
}

.pc__ingredients-list,
.js--pc-ingredients-list {
    scrollbar-width: none;
}

/*.pc__ingredients-list,*/
/*.js--pc-ingredients-list {*/
/*    max-height: 300px;*/
/*    overflow-y: auto;*/
/*}*/

.pc__bottom_space {
    display: none;
}

/* Mobile: smaller max-height for ingredients list */
@media (min-width: 1025px) {

    .pc__ingredients-list,
    .js--pc-ingredients-list {
        max-height: 200px;
        overflow-x: scroll;
    }

    .pc__bottom_space {
        display: block;
    }
}

.pc__ingredients-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

.pc__bottom {
    position: fixed;
    width: 394px;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #E6E6E6;
    padding: 30px;
}

.windows-window {
    max-width: 924px;
}

.pc__selected {
    display: none;
}

.pc-ing__check {
    display: none;
}

.pc-ing__icon {
    display: inline-block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #E6E6E6;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}

.pc-ing {
    height: 40px;
    display: flex;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.pc-ing__meta {
    color: #808080;
    margin-left: 10px;
}

.pc-ing__price {
    margin-left: 6px;
}

.pc .product-unit__notice {
    float: none;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    vertical-align: text-bottom;
    margin-left: 8px;
}

.pc-ing img {
    max-height: 100%;
}

.pc-ing--added {
    background: #E6E6E6;
    border-radius: 40px;
}

.pc-ing--added:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNjEyLjA0MyA2MTIuMDQzIj4NCgk8cGF0aCBzdHlsZT0nZmlsbDogIzExMTsnIGQ9Ik0zOTcuNTAzLDMwNi4wMTFsMTk1LjU3Ny0xOTUuNTc3YzI1LjI3LTI1LjI2OSwyNS4yNy02Ni4yMTMsMC05MS40ODJjLTI1LjI2OS0yNS4yNjktNjYuMjEzLTI1LjI2OS05MS40ODEsMCBMMzA2LjAyMiwyMTQuNTUxTDExMC40NDUsMTguOTc0Yy0yNS4yNjktMjUuMjY5LTY2LjIxMy0yNS4yNjktOTEuNDgyLDBzLTI1LjI2OSw2Ni4yMTMsMCw5MS40ODJMMjE0LjU0LDMwNi4wMzNMMTguOTYzLDUwMS42MSBjLTI1LjI2OSwyNS4yNjktMjUuMjY5LDY2LjIxMywwLDkxLjQ4MWMyNS4yNjksMjUuMjcsNjYuMjEzLDI1LjI3LDkxLjQ4MiwwbDE5NS41NzctMTk1LjU3NmwxOTUuNTc3LDE5NS41NzYgYzI1LjI2OSwyNS4yNyw2Ni4yMTMsMjUuMjcsOTEuNDgxLDBjMjUuMjctMjUuMjY5LDI1LjI3LTY2LjIxMywwLTkxLjQ4MUwzOTcuNTAzLDMwNi4wMTF6Ii8+DQo8L3N2Zz4NCg==);
    height: 30px;
    width: 30px;
    opacity: 0.6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.pc .product-unit__tooltip::after {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}

/* Stories block for mobile */
.stories-block {
    margin-top: 20px;
    padding: 0 15px;
}

.stories-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.stories-container::-webkit-scrollbar {
    display: none;
}

.story-preview {
    flex-shrink: 0;
    width: 126px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.story-preview:active {
    transform: scale(0.9);
}

.story-preview-cover {
    width: 100%;
    height: 100%;
}

.story-preview-cover img,
.story-preview-cover video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Stories Modal */
.stories-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.9);
}


.stories-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stories-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stories-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10001;
}

.stories-modal-story {
    position: relative;
    width: min(92vw, 56.25vh);
    /* 56.25vh = 9/16 от высоты */
    aspect-ratio: 9 / 16;
    height: auto;
    max-height: 92vh;
    background: black;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

@supports (height: 1dvh) {
    .stories-modal-story {
        width: min(92vw, 56.25dvh);
        max-height: 92dvh;
    }
}

/* Мобилки: во весь экран по высоте, 9:16, радиус 20px на чёрном фоне */
@media only screen and (max-width: 767px) {
    .stories-modal-story {
        height: 100vh;
        max-height: 100vh;
        width: 56.25vh;
        /* 9/16 от высоты экрана => ширина = ширине экрана в портрете */
        max-width: 100vw;
        aspect-ratio: 9 / 16;
        border-radius: 10px;
    }
}

@supports (height: 1dvh) and (width: 1dvw) {
    @media only screen and (max-width: 767px) {
        .stories-modal-story {
            height: 100dvh;
            max-height: 100dvh;
            width: 56.25dvh;
            max-width: 100dvw;
        }
    }
}

/* Планшеты и десктопы: 9:16, максимальная высота 80vh */
@media only screen and (min-width: 768px) {
    .stories-modal-story {
        height: 80vh;
        max-height: 80vh;
        width: auto;
        /* вычислится по aspect-ratio */
        max-width: 92vw;
        aspect-ratio: 9 / 16;
    }
}

.stories-modal-media {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.stories-modal-media img,
.stories-modal-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stories-modal-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 20px;
    color: white;
    z-index: 100000;
}

.stories-modal-button {
    text-align: center;
}

.stories-modal-progress {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 2px;
    display: flex;
    gap: 2px;
    z-index: 10001;
}

.stories-modal-progress-bar {
    flex: 1;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 1px;
    position: relative;
    overflow: hidden;
}

.stories-modal-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: white;
    border-radius: 1px;
}

.stories-modal-progress-bar.active .stories-modal-progress-fill {
    width: 100%;
}

.stories-modal-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    cursor: pointer;
    z-index: 10000;
}

.stories-modal-nav-prev {
    left: 0;
}

.stories-modal-nav-next {
    right: 0;
}

@media only screen and (max-width: 767px) {
    .container_stories {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .stories-block {
        margin-top: 15px;
        padding: 0;
    }

    .stories-container {
        padding: 0 15px 0px;
    }

    .stories-modal-info {
        padding: 15px;
    }

    .btn-story-modal {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* Recommend block (Очень рекомендуем) */
.recommend-block {
    padding: 60px 0 0
}

/* без max-width, как у блоков категорий */
.recommend-block__title {
    font-size: 34px;
    line-height: 140%;
    font-weight: 500;
    padding: 30px
}

.recommend-block__list {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 30px 10px;
    margin: 0;
    scrollbar-width: thin;
    -ms-overflow-style: auto;
    flex-wrap: nowrap
}

/* видимый горизонтальный скролл (WebKit) */
.recommend-block__list::-webkit-scrollbar {
    height: 8px
}

.recommend-block__list::-webkit-scrollbar-track {
    background: transparent
}

.recommend-block__list::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 4px
}

.recom-card {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(145, 156, 156, 0.15);
    padding: 15px;
    cursor: pointer;
    height: 100%;
    width: 286px;
    transition: all 0.3s ease;
}

.recom-card:hover,
.recom-card:active {
    scale: 0.98;
}

.recom-card__img {
    flex: 0 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.recom-card__img img {
    max-width: 78px;
    height: auto
}

.recom-card__body {
    flex: 1 1 auto;
    width: 100%
}

.recom-card__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    margin: 0 0 15px
}

.recom-card__price {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%
}

.recom-card__prices {
    display: flex;
    gap: 6px;
    align-items: baseline;
}

.recom-card__price-old {
    color: #bf0000;
    font-weight: 500;
    text-decoration: line-through;
}

@media screen and (min-width: 769px) {
    .recom-card {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        align-items: start;
        width: 283px;
    }

    .recom-card__img {
        width: 100%
    }

    .recom-card__img img {
        max-width: 200px;
        height: 116px
    }

    .recom-card__title {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 10px;
        height: 48px;
        width: 225px;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .recom-card__price {
        font-weight: 500;
        font-size: 24px;
        line-height: 100%
    }

    .recom-card__prices {
        gap: 10px;
    }

    .recommend-carousel-track .recom-item {
        margin-right: 10px !important;
    }

    .recom-card__price-block {
        display: flex;
        justify-content: space-between;
        height: 40px;
        align-items: center;
    }

    .recom-card__price-block:after {
        content: '';
        display: block;
        border-radius: 20px;
        background: url("/img/cart/cart.svg") center center no-repeat #FC0;
        box-shadow: 2px 4px 6px 0 rgba(145, 156, 156, 0.15);
        width: 40px;
        height: 40px;
    }

    .recom-card__price .ruble {
        color: black;
    }
}

.product-unit__price {
    flex-wrap: nowrap;
}


@media only screen and (max-width: 1024px) {
    .recommend-block {
        padding-top: 20px;
    }

    .product-block {
        padding-top: 30px !important;
    }

    .pc-window {
        margin: 0px;
        max-height: 90vh;
        border-radius: 10px;
        width: 100%;
        max-width: 500px;

        .windows-window-content-div {
            max-height: 90vh;
        }

        .pc {
            flex-wrap: wrap;
            min-width: 100%;
            height: 90vh;
            overflow-y: auto;
            max-height: 90vh;
        }

        .pc__left {
            padding: 30px 15px 0;
            flex-grow: unset;
        }

        img.pc__img {
            margin-top: 0;
            transform: unset;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .product-unit__statuses {
            left: 15px !important;
        }

        .product-unit__img {
            width: 100%;
            aspect-ratio: 58 / 42;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pc__right {
            position: relative;
            max-width: 100%;
            min-width: 100%;
            padding: 0px 15px 70px;
        }

        .pc__bottom {
            width: 100%;
            position: fixed;
            bottom: 0px;
            padding: 15px;
        }
    }
}

@media only screen and (max-width: 575px) {
    .product-unit__price-old {
        margin-right: 6px;
    }

    .pc-window {
        bottom: 0px;
        left: 0px;
        margin: 0px;
        max-height: 90vh;
        top: unset;
        transform: unset !important;
        border-radius: 10px 10px 0 0;
        width: 100%;
        max-width: 500px;
        margin-left: 50%;
        transform: translateX(-50%) !important;
    }
}

/* Add all flyout cart styles at the end of the file */

.flyout-cart {
    position: fixed;
    top: 0;
    right: -630px;
    width: 630px;
    height: 100%;
    background: white;
    z-index: 10001;
    transition: right 0.3s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    max-height: 100%;
}

.flyout-cart.hidden {
    display: none !important;
}

.flyout-cart--open {
    right: 0;
}

.flyout-cart__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10000;
    pointer-events: none;
}

body.flyout-open .flyout-cart__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 9999;
}

.flyout-cart__panel {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.flyout-cart__header {
    padding: 30px 0px 29px;
    margin: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #E6E6E6;
    flex-shrink: 0;
}

.flyout-cart__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    color: black;
}

.flyout-cart__close-btn {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.flyout-cart__close-btn:hover {
    opacity: 0.7;
}

.flyout-cart__content {
    flex: 1;
    padding: 30px;
    overflow-y: auto;
}

.flyout-cart__products {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.flyout-cart-product-wrap {
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;

}

@media only screen and (max-width: 767px) {
    .flyout-cart-product-wrap {
        padding-bottom: 58px;
    }
}

.flyout-cart-product {
    display: flex;
    gap: 30px;
    align-items: center;
}

.flyout-cart-product__img {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    overflow: hidden;
}

.flyout-cart-product__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flyout-cart-product__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.flyout-cart-product__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: black;
}

.flyout-cart__ingredients-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border: 0;
    background: none;
}

.flyout-cart__ingredients-icon {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-image: url(/img/cart/ing-drop.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: none;
}

.flyout-cart__ingredients-btn.active .flyout-cart__ingredients-icon {
    transform: rotate(180deg);
}

.flyout-cart__ingredients-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    cursor: pointer;
}

.flyout-cart__ingredients-chip {
    background: #F5F5F5;
    border-radius: 50px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: black;
    display: block;
}

.flyout-cart-product__controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    margin-left: auto;
}

.flyout-cart-product__qty-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 767px) {
    .flyout-cart-product__qty-row {
        position: absolute;
        bottom: 15px;
        width: calc(100vw - 30px - 80px);
        right: 0;
        left: unset;
        justify-content: space-between;
    }

    .flyout-cart-product__title {
        font-size: 18px;
        line-height: 22px;
    }
}

.flyout-cart-product__qty-block {
    display: flex;
    align-items: center;
    gap: 8px;
}

.flyout-cart-product__qty {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    height: 13px;
    line-height: 14px;
}

.flyout-cart-product__plus-minus {
    display: flex;
    gap: 10px;
}

.flyout-cart-product__btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFCC00;
    border: none;
    font-size: 24px;
    font-weight: 400;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.flyout-cart-product__price {
    width: 90px;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.flyout-cart-product__price .ruble {
    color: #FFCC00;
}

.flyout-cart-product__remove {
    position: absolute;
    top: 0px;
    right: 0;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    font-size: 20px;
    color: #ccc;
    transition: color 0.2s ease;
    cursor: pointer;
    z-index: 1;
}

.flyout-cart-product__remove:hover {
    color: #999;
}

.flyout-cart__promo-section {
    margin-top: 20px;
}

.flyout-cart__promo-input-wrapper {
    position: relative;
}

.flyout-cart__promo-input {
    width: 100%;
    height: 40px;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 20px;
    padding: 0 50px 0 15px;
    font-size: 14px;
    box-sizing: border-box;
}

.flyout-cart__promo-input[disabled] {
    background: #e6e6e6;
    color: #000;
}

.flyout-cart__promo-btn img {
    margin-left: 5px;
}

.flyout-cart__promo-btn {
    position: absolute;
    padding: 0 18px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: auto;
    background: #FFCC00;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
}

.flyout-cart__promo-btn:disabled,
.flyout-cart__promo-btn.disabled {
    background: #E6E6E6;
    color: #A7A7A7;
    cursor: not-allowed;
}

.flyout-cart__promo-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.flyout-cart__promo-message {
    font-size: 12px;
    color: black;
    line-height: 1.4;
    margin-top: 0;
}

.flyout-cart__promo-message.error {
    color: #ff0000;
}

.flyout-cart__promo-title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.flyout-cart__promo-title--success {
    color: #00A72D;
}

.flyout-cart__promo-title--error {
    color: #FF2017;
}

.flyout-cart__promo-comment {
    margin-top: 5px;
    font-family: Rubik;
    font-size: 13px;
    line-height: 13px;
    font-style: normal;
    font-weight: 400;
}

.flyout-cart__promo-comment--success {
    color: #999;
}

.flyout-cart__promo-comment--error {
    color: #999;
}

.flyout-cart__add-section {
    margin-top: 30px !important;
}

.flyout-cart__add-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 15px 0;
    color: black;
}

.flyout-cart__tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.flyout-cart__tab {
    height: 30px;
    padding: 0 15px;
    border: none;
    background: #F5F5F5;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: black;
    cursor: pointer;
    white-space: nowrap;
}

.flyout-cart__tab.active {
    background: #FFCC00;
}

.flyout-cart__recommended-wrapper {
    position: relative;
}

.flyout-cart__recommended-list {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
}


/* Desktop: show navigation buttons */
@media (min-width: 769px) {

    .flyout-cart__nav-prev,
    .flyout-cart__nav-next {
        opacity: 1;
    }
}

/* Mobile: hide navigation buttons */
@media (max-width: 768px) {
    .flyout-cart__recommended-nav {
        display: none;
    }
}

.flyout-cart__recommended-card {
    flex: 0 0 120px;
    scroll-snap-align: start;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.flyout-cart__recommended-img {
    width: 120px;
    object-fit: contain;
}

.flyout-cart__recommended-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
}

.flyout-cart__recommended-price {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: black;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.flyout-cart__recommended-price .ruble {
    color: #FFCC00;
}

.flyout-cart__recommended-btn {
    width: 100%;
    height: 30px;
    background: #FFCC00;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    cursor: pointer;
}

.flyout-cart__recommended-qty {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.flyout-cart__recommended-nav {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    opacity: 0;
    transition: opacity 0.2s;
}

.flyout-cart__recommended-container:hover+.flyout-cart__recommended-nav,
.flyout-cart__recommended-nav:hover {
    opacity: 1;
}

.flyout-cart__nav-prev,
.flyout-cart__nav-next {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    box-shadow: 2px 4px 10px rgba(124, 147, 146, 0.15);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: all;
}

.flyout-cart__recommended-wrapper:hover .flyout-cart__nav-prev,
.flyout-cart__recommended-wrapper:hover .flyout-cart__nav-next {
    opacity: 1;
}

.flyout-cart__nav-prev.visible,
.flyout-cart__nav-next.visible {
    opacity: 1 !important;
}

.flyout-cart__nav-prev {
    left: 0;
}

.flyout-cart__nav-next {
    right: 0;
}

.flyout-cart__nav-prev img {
    transform: rotate(180deg);
}

.flyout-cart__footer {
    padding: 20px 30px;
    box-shadow: 0 0 15px 0 rgba(124, 147, 146, 0.15);

    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
    background: white;
    display: flex;
}

/* Mobile footer */
@media (max-width: 768px) {
    .flyout-cart__footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        gap: 15px;
    }
}

.flyout-cart__total-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.flyout-cart__total-label {
    font-size: 14px;
    font-weight: 500;
    color: black;
    line-height: 1;
}

.flyout-cart__total-sum {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: black;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.flyout-cart__total-sum .ruble {
    color: #FFCC00;
}

.flyout-cart__checkout-btn {
    height: 40px;
    background: #FFCC00;
    border: 2px solid #FFCC00;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flyout-cart__checkout-btn.disabled {
    pointer-events: none;
    border-color: #E6E6E6;
    background: #E6E6E6;
    color: #A7A7A7;
}

.fw {
    margin: 0 -30px;
    padding: 0 30px 20px;
}

.flyout-cart__recommended-container {
    overflow-x: auto;

    margin-bottom: 0;
    padding-bottom: 0;
}

.flyout-cart__recommended {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox, Safari 18.2+, Chromium 121+ */
    /*padding-bottom: 15px !important;*/
    /*margin-bottom: -15px !important;*/
}

.flyout-cart__recommended::-webkit-scrollbar {
    display: none;
    /* Older Safari and Chromium */
}

.flyout-cart-product__btn.js--basket-unit__minus,
.flyout-cart__recommended-btn-minus {
    background-image: url("/img/cart/cart-minus.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.flyout-cart-product__btn.js--basket-unit__plus,
.flyout-cart__recommended-btn-plus {
    background-image: url("/img/cart/cart-plus.svg");
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {

    .fw {
        margin: 0 -15px;
        padding: 0 15px 20px;
    }

    .flyout-cart {
        right: 0;
        bottom: -100vh;
        left: 0;
        margin-top: 70px;
        top: unset;
        width: 100%;
        height: calc(100vh - 70px);
        transition: bottom 0.3s ease;
    }

    .flyout-cart__products {
        gap: 20px;
    }

    .flyout-cart--open {
        bottom: 0;
    }

    .flyout-cart__header {
        margin: 15px 15px 0;
        padding: 0 0 15px;
    }

    .flyout-cart__content {
        padding: 15px;
    }

    .flyout-cart__footer {
        padding: 15px;
    }

    .flyout-cart-product__info {
        min-width: calc(100vw - 30px - 70px);
    }

    .flyout-cart-product {
        gap: 20px;
    }

    .flyout-cart-product__img {
        width: 50px;
        height: 50px;
    }

    .flyout-cart-product__controls {
        width: 160px;
    }

    .flyout-cart__recommended-card {
        flex: 0 0 100px;
    }

    .flyout-cart__recommended {
        gap: 15px;
    }

    .flyout-cart__recommended-img {
        height: 100px;
    }
}

/* Small mobile */
@media (max-width: 575px) {
    .flyout-cart__tabs {
        gap: 10px;
    }

    .flyout-cart__tab {
        flex: 1;
    }
}

/* Fix overlay not covering cart */
.flyout-cart {
    z-index: 10001;
}

.flyout-cart__panel {
    position: relative;
    z-index: 10002;
}

.flyout-cart__overlay {
    z-index: 10000;
}

.flyout-cart--open .flyout-cart__overlay {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    pointer-events: auto;
}


@media (max-width: 768px) {
    .flyout-cart__panel {
        z-index: 10002;
    }
}

/* Fix footer cutoff on mobile */
.flyout-cart__panel {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flyout-cart__header {
    flex-shrink: 0;
}

.flyout-cart__content {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 30px;
    padding-top: 15px;
    overflow-anchor: none;
}

.flyout-cart__footer {
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    z-index: 10;
}


/* Recommended product quantity controls */
.flyout-cart__recommended-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

.flyout-cart__recommended-btn-minus,
.flyout-cart__recommended-btn-plus {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFCC00;
    border: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.flyout-cart__recommended-btn:hover,
.flyout-cart__recommended-btn-minus:hover,
.flyout-cart__recommended-btn-plus:hover,
.flyout-cart-product__btn:hover,
.flyout-cart__promo-btn:hover,
.flyout-cart__checkout-btn:hover {
    background-color: #FFBF00;
    transform: scale(1.05);
    transition: all 0.2s ease;
}

.flyout-cart__recommended-btn:active,
.flyout-cart__recommended-btn-minus:active,
.flyout-cart__recommended-btn-plus:active,
.flyout-cart-product__btn:active,
.flyout-cart__promo-btn:active,
.flyout-cart__checkout-btn:active {
    background-color: #FFCC00;
    transform: scale(0.95);
}

/* Empty cart styles */
.flyout-cart__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    text-align: center;
}

.flyout-cart__empty-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px;
    color: #333;
}

.flyout-cart__empty-btn {
    height: 40px;
    background: #FC0;
    border: 2px solid #FC0;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 16px;
    transition: all 0.2s ease;
}

.flyout-cart__empty-btn:hover {
    background-color: #FFBF00;
    transform: scale(1.05);
}

.flyout-cart__empty-btn:active {
    background-color: #FC0;
    transform: scale(0.95);
}

.flyout-cart__recommended-qty {
    font-weight: 500;
    font-size: 16px;
    min-width: 20px;
    text-align: center;
}

/* Flyout cart ingredients styles */
.flyout-cart__ingredients-list {
    position: relative;
    height: 86px;
    /* 2 строки по 40px + 6px gap */
}

.flyout-cart__ingredients-container {
    position: relative;
    scrollbar-width: none;
}

.flyout-cart__scroll-btn {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    box-shadow: 2px 4px 10px rgba(124, 147, 146, 0.15);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.flyout-cart__scroll-btn.js--scroll-right {
    right: 0;
}

.flyout-cart__scroll-btn.js--scroll-left {
    left: 0;
}

.flyout-cart__ingredients-scroll {
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.flyout-cart__ingredients-scroll::-webkit-scrollbar {
    display: none;
}

.flyout-cart__ingredients-list {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 6px;
    max-height: 86px;
    /* 2 строки по 40px + 6px gap */
    overflow-x: auto;
    overflow-y: hidden;
    transition: transform 0.3s;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    scrollbar-width: none;
}

.flyout-cart__ingredients-list::-webkit-scrollbar {
    height: 4px;
}

.flyout-cart__ingredients-list::-webkit-scrollbar-track {
    background: transparent;
}

.flyout-cart__ingredients-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.flyout-cart__ingredients-list::-webkit-scrollbar-thumb:hover {
    background: #999;
}


.flyout-cart__ingredient-chip {
    background: #f5f5f5;
    border-radius: 50px;
    padding: 0 6px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 234px;
    flex-shrink: 0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.flyout-cart__ingredient-chip:hover {
    background: #e8e8e8;
}

.flyout-cart__ingredients-chip:hover:after {
    content: '';
    background-image: url('/img/cart/ingredient-remove.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}

.flyout-cart__ingredient-chip:active {
    background: #ddd;
}

.flyout-cart__ingredient-img {
    width: 40px;
    height: 40px;
    border-radius: 93px;
    overflow: hidden;
    background: #f5f5f5;
}

.flyout-cart__ingredient-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flyout-cart__ingredient-title {
    font: 14px 'Rubik', sans-serif;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    flex-grow: 1;
}

.flyout-cart__ingredient-weight {
    font: 12px 'Rubik', sans-serif;
    font-weight: 500;
    color: #666;
    white-space: nowrap;
}

.flyout-cart__ingredient-price {
    background: #ffcc00;
    padding: 8px;
    border-radius: 50px;
    font: 12px 'Rubik', sans-serif;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .flyout-cart__ingredients-list .flyout-cart__scroll-btn {
        display: none !important;
    }
}

.logo__svg {
    margin-bottom: -3px;
}

@media only screen and (max-width: 767px) {
    .logo__svg {
        width: 180px;
        height: auto;
        margin-bottom: -2px;
    }
}

.btn_cart-tooltip {
    display: block;
    position: absolute;
    bottom: 48px;
    z-index: 2;
    width: max-content;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.60);
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    right: -5px;
    opacity: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
}

.btn_cart-unavailable:hover {
    background: rgba(255, 204, 0, 0.10) !important;
    scale: 1 !important;
}

.btn_cart-unavailable:hover .btn_cart-tooltip {
    opacity: 1;
}

.btn_cart-unavailable svg {
    filter: brightness(0) saturate(100%) invert(87%) sepia(19%) saturate(6813%) hue-rotate(358deg) brightness(102%) contrast(108%);
}

.btn_cart-unavailable {
    border: 1px solid #FC0;
    background: rgba(255, 204, 0, 0.10);
    box-shadow: 2px 4px 6px 0 rgba(145, 156, 156, 0.15);
}

/*promo*/
.discount-unit {
    border-radius: 30px;
    border: 1px solid #DADADA;
    margin: 0;
    overflow: hidden;
}

.discount-unit>.row {
    flex-direction: column;
}

.discount-unit__data {
    padding: 30px;
}

.discount-unit__title {
    margin-bottom: 15px;
}

.discount-unit__info {
    color: #000;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    height: 67.2px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .discount-unit__data {
        padding: 20px;
        flex: 0 !important;
    }

    .discount-unit__title {
        margin-bottom: 10px;
        margin-top: 0px;
        flex: 0 !important;
    }

    .discount-unit {
        border-radius: 20px;
        margin: 0 0px 0px;
    }
}

.page-header {
    padding: 40px 32px 30px;
    box-shadow: none;
}

.page-header__title {
    text-transform: none;
    text-align: left;
    color: #000;
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

@media only screen and (max-width: 767px) {
    .page-header {
        padding: 20px 15px 20px;
    }

    .page-header__title {
        font-size: 20px;
    }
}

/* Offer Details Modal */
.offer-details-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

body {
    min-height: -webkit-fill-available;
}

.offer-details-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.offer-details-modal-content {
    position: relative;
    max-width: 757px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 10001;
    background: #fff;
    border-radius: 30px;
    padding: 0;
    margin: auto;
    border: 1px solid #DADADA;
}

.discount-unit--popup {
    margin: 0;
    border: none;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.discount-unit--popup .discount-unit__img {
    flex-shrink: 0;
}

.discount-unit--popup .discount-unit__img .discount-unit__img-src {
    display: block;
    width: 100%;
    aspect-ratio: 360 / 187;
    object-fit: cover;
}

.discount-unit--popup .discount-unit__data {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.discount-unit__info--no-clamp {
    line-clamp: none;
    -webkit-line-clamp: none;
    overflow: visible;
    display: block;
    height: auto;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .offer-details-modal {
        padding: 15px;
    }

    .offer-details-modal-content {
        width: calc(100vw - 30px);
        max-height: 95vh;
    }
}

/* Promotions Grid */
.promotions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 30px;
    padding: 0 15px;
    align-items: stretch;
}

@media only screen and (min-width: 768px) {
    .promotions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 30px;
        align-items: stretch;
    }
}

@media only screen and (min-width: 1200px) {
    .promotions-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 30px;
        align-items: stretch;
    }
}

@media only screen and (max-width: 767px) {
    .promotions-grid {
        gap: 20px 0;
        padding: 0;
        align-items: start;
    }
}

/* Equal height titles in rows */
.discount-unit {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.discount-unit__data {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.discount-unit:not(.discount-unit--popup) .discount-unit__title {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.discount-unit__info,
.btn {
    flex-shrink: 0;
}

@media only screen and (max-width: 500px) and (min-width: 10px) {
    .windows-window-close {
        height: 25px;
        width: 25px;
        right: 15px;
        top: 15px;
        left: unset;
    }

    .windows-window-close:before {
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNjEyLjA0MyA2MTIuMDQzIj4NCgk8cGF0aCBzdHlsZT0nZmlsbDogIzExMTsnIGQ9Ik0zOTcuNTAzLDMwNi4wMTFsMTk1LjU3Ny0xOTUuNTc3YzI1LjI3LTI1LjI2OSwyNS4yNy02Ni4yMTMsMC05MS40ODJjLTI1LjI2OS0yNS4yNjktNjYuMjEzLTI1LjI2OS05MS40ODEsMCBMMzA2LjAyMiwyMTQuNTUxTDExMC40NDUsMTguOTc0Yy0yNS4yNjktMjUuMjY5LTY2LjIxMy0yNS4yNjktOTEuNDgyLDBzLTI1LjI2OSw2Ni4yMTMsMCw5MS40ODJMMjE0LjU0LDMwNi4wMzNMMTguOTYzLDUwMS42MSBjLTI1LjI2OSwyNS4yNjktMjUuMjY5LDY2LjIxMywwLDkxLjQ4MWMyNS4yNjksMjUuMjcsNjYuMjEzLDI1LjI3LDkxLjQ4MiwwbDE5NS41NzctMTk1LjU3NmwxOTUuNTc3LDE5NS41NzYgYzI1LjI2OSwyNS4yNyw2Ni4yMTMsMjUuMjcsOTEuNDgxLDBjMjUuMjctMjUuMjY5LDI1LjI3LTY2LjIxMywwLTkxLjQ4MUwzOTcuNTAzLDMwNi4wMTF6Ii8+DQo8L3N2Zz4NCg==);
        height: 25px;
        width: 25px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 13px;
        position: absolute;
        left: 0;
        background-color: unset;
    }
}

/* Тултип для максимального количества ингредиентов в flyout cart */
.flyout-cart__ingredients-tooltip {
    position: relative;
    margin-bottom: 10px;

}

.flyout-cart__ingredients-tooltip .btn_cart-tooltip {
    display: block;
    position: static;
    opacity: 1;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(2px);
    border-radius: 50px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}

.pc__ingredients-tooltip .btn_cart-tooltip {
    position: relative;
    opacity: 1;
    left: unset;
    bottom: unset;
    right: unset;
    border-radius: 30px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
}

.pc__ingredients-tooltip {
    position: relative;
    right: unset;
    bottom: unset;
    opacity: 1;
    border-radius: 50px;
    display: block;
    padding: 0;
    margin-bottom: 8px;
}

/* body.stories-modal-open */
@media only screen and (min-width: 576px) {
    body.scroll-lock, body.offer-details-modal-open, body.flyout-open, body.product-modal-open, body.modal-open {
        overflow: hidden !important;
        overscroll-behavior: contain;
        position: relative !important;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0;
        margin-top: 0;
        margin-right: 0px !important;
    }
}

[id^='offer-details'].windows-window {
    border-radius: 30px;
    max-width: 757px;
    /*height: 85vh;*/
    max-height: 702px;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 500px) {
    [id^='offer-details'].windows-window {
        height: auto;
        max-height: 80vh;
    }
}

[id^='offer-details'] .windows-window-content {
    border-radius: 30px;
    overflow: hidden;
    /* без авто — скролл перенесён в discount-unit__data */
    margin-top: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

[id^='offer-details'] .windows-window-content-div {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    max-height: unset;
}

[id^='offer-details'] .windows-window-content-div content {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.text-block-wrapper {
    padding: 20px 30px;
}

@media only screen and (min-width: 1500px) {
    .text-block-wrapper {
        padding: 25px 30px 20px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .text-block-wrapper {
        padding: 20px;
    }

    .text-block-wrapper>.row {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .text-block-wrapper {
        padding: 15px;
    }

    .text-block-wrapper>.row {
        margin: 0;
    }
}

.text-block-wrapper p {
    margin-bottom: 0;
}

.text-block-wrapper h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.info-extra {
    height: 0;
    overflow: hidden;
}

.text-block-wrapper.expanded .info-extra {
    height: auto;
}

.info-expand {
    width: 30px;
    height: 30px;
    background-image: url('/img/cart/arrow-cart.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    background-color: #F5F5F5;
    box-shadow: 0px 0px 10px rgba(124, 147, 146, 0.25);
    border-radius: 100%;
    opacity: 1;
    transition: opacity 0.2s;
    pointer-events: all;
    display: block;
    margin: 0 auto;
    transform: rotate(90deg);
}

.expanded .info-expand {
    display: none;
    transform: rotate(270deg);
}

.info-intro {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom,
            from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}

.expanded .info-intro {
    -webkit-mask-image: unset;
}

.tabs-header {
    padding: 10px;
    background: #F5F5F5;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
}

.link_slide:after {
    display: none;
}

.tabs-link.active {
    background: #FFCC00;
    border-radius: 50px;
}

.tabs-link {
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    width: 50%;
    text-align: center;
}

.link+.link {
    margin: 0;
}

.tabs-link>span {
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 50px;
    height: 22px;
    line-height: 22px;
    padding: 0px 6px;
    margin-left: 10px;
    font-size: 12px;
    transform: translateY(-1px);
}

.form-order__block-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 30px;
}

.form-control {
    border: 1px solid #DADADA;
    border-radius: 50px;
    padding: 0 18px;
}

.form-control::placeholder {
    color: #C8CBD1;
}

.form-group__label {
    padding: 0 18px;
    color: #C8CBD1;
    font-size: 16px;
    transition: unset;
}

.form-group_active .form-group__label,
.form-group_completed .form-group__label {
    display: none;
}

.form-order__col {
    width: 50%;
}

.form-order__row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.form-order {
    max-width: unset;
}

.form-order__form {
    max-width: unset;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #DADADA;
    margin: 30px;
}

/* Выбор кафе: мобилка — селект, десктоп — радио */
.cafe-select-mobile {
    display: block;
}

.cafe-select__native {
    width: 100%;
    height: 40px;
    padding: 0px 44px 0px 20px;
    border: none;
    border-radius: 50px;
    background: #F5F5F5 url(/img/drop.svg) no-repeat right 20px center;
    background-size: 14px 14px;
    color: #000;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    appearance: none;
    cursor: pointer;
}

.cafe-select__native:focus {
    outline: none;
}

.cafe-radios-desktop {
    display: none;
    flex-direction: column;
    gap: 15px;
}

.cafe-radios-desktop .cafe-radio {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    line-height: 130%;
    color: #000;
    font-family: Rubik, sans-serif;
    font-size: 16px;
}

.cafe-radio__input {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.cafe-radio__bullet {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #DADADA;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s;
}

.cafe-radio__input:checked+.cafe-radio__bullet::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #FC0;
}

.cafe-radio__text {
    flex: 1;
}

@media (min-width: 768px) {
    .cafe-select-mobile {
        display: none;
    }

    .cafe-radios-desktop {
        display: flex;
    }
}

/* Способы оплаты — карточки с радио */
.paymethod-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.paymethod-card {
    border-radius: 50px;
    background: #FFF;
    padding: 15px;
    display: flex;
}

.paymethod-card.active[data-paymethod="1"] {
    height: 70px;
}

.paymethod-card__balance {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 50%;
    max-width: 211px;
    right: 15px;
    top: 15px;
}

.paymethod-card .paymethod-radio {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    line-height: 130%;
    color: #000;
    font-family: Rubik, sans-serif;
    font-size: 16px;
}

.paymethod-radio__input {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.paymethod-radio__bullet {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #DADADA;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s;
}

.paymethod-radio__input:checked+.paymethod-radio__bullet::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #FC0;
}

.paymethod-radio__text {
    flex: 1;
}

/* Адрес: улица 50% + 4 поля по 12.5%, 4 отступа по 15px */
.form-order__row .form-order__col.w-50 {
    flex: 0 0 calc((100% - 4 * 15px) / 2);
    min-width: 0;
}

.form-order__row .form-order__col.w-14 {
    flex: 0 0 calc((100% - 4 * 15px) / 8);
    min-width: 0;
}

@media (max-width: 1600px) {
    .form-order__row .form-order__col.w-50 {
        flex: 0 0 100%;
    }

    .form-order__row .form-order__col.w-14 {
        flex: 0 0 calc((100% - 3 * 15px) / 4);
    }
}

.form-control_textarea {
    min-height: 40px;
}

.js--delivery-block-title {
    margin-top: 60px;
}

.form-order__note-link {
    color: #000;
    text-decoration: underline;
}

.form-order__note-link:hover {
    text-decoration: underline;
}

.form-order__total-before {
    font-size: 14px;
    color: #BF0000;
    display: inline-block;
    text-decoration: line-through;
    margin-left: 6px;
}

.form-order__total-before.hidden {
    display: none;
}

/* Спойлер «Состав заказа»: десктоп — в левой колонке, мобилка — в правом блоке */
.order-composition_mobile {
    display: none;
}

@media (max-width: 768px) {
    .order-composition_desktop {
        display: none;
    }

    .order-composition_mobile {
        display: block;
    }
}

@media (min-width: 769px) {
    .order-composition_mobile {
        display: none;
    }
}

.order-composition {
    border-radius: 30px;
    background: #F5F5F5;
    padding: 20px 30px;
    margin-top: 60px;
    font-size: 18px;
    line-height: 1;
}

.order-composition:open {
    padding: 20px 30px;
}

.order-composition__header {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    user-select: none;
}

.order-composition__header::-webkit-details-marker {
    display: none;
}

.order-composition__arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.order-composition[open] .order-composition__arrow {
    transform: rotate(180deg);
}

.order-composition__body {
    margin-top: 20px;
}

.order-composition__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

.order-composition__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.order-composition__item-name {
    flex: 1;
}

.order-composition__item-price {
    flex-shrink: 0;
}

.order-composition__divider {
    border: none;
    border-top: 1px dashed currentColor;
    margin: 30px 0;
    width: 100%;
}

.order-composition__total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.order-composition__total-value {
    flex-shrink: 0;
}

.checkbox__label:before {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    top: 0;
    margin-top: 3px;
}

.checkbox__label:after {
    background: url('/img/check.svg') center center no-repeat;
    width: 11px;
    top: 6px;
    margin-top: 0;
}

.field-orderform-time_comment {
    margin-left: 30px;
    max-width: 506px;
    margin-top: 6px;
}

.form-order__note {
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    margin-top: -20px;
    margin-bottom: 30px;
}

.form-order__note a {
    text-decoration: none;
    color: #BF0000;
}

.form-order__block {
    border-radius: 30px;
    background: #F5F5F5;
    box-shadow: none;
    padding: 40px;
    margin-right: 30px;
    margin-bottom: 30px;
    min-height: unset;
    height: auto;
    position: sticky;
    top: 152px;
}

.form-order__block-subtitle {
    color: #000;
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 40px;
}

.form-order__block-wrapper {
    max-width: unset;
}

.form-order__agree {
    margin-top: 15px;
}

.form-order__agree a {
    text-decoration: underline;
    color: #000;
}

.form-order__btn,
.form-order__btn button {
    width: 100%;
    margin-top: 0;
}

.order-composition__title {
    font-size: 18px;
    font-weight: 500;
}

.form-order__total {
    margin-bottom: 20px;
    margin-top: 75px;
}

.form-order__total-final {
    font-size: 24px;
    line-height: 100%;
}

.form-order__total-ruble {
    color: inherit;
}

.checkbox+.checkbox,
.form-order__row+.checkbox {
    margin-top: 7px;
}

.wrappable {
    flex-wrap: nowrap;
}

@media (max-width: 1199px) {
    .form-order__row .form-order__col.w-50 {
        flex: 0 0 100%;
    }

    .form-order__row .form-order__col.w-14 {
        flex: 0 0 calc((100% - 15px) / 2);
    }

    .tabs-header {
        margin: 0 15px;
    }

    .form-order__form {
        margin: 30px 15px;
        padding: 30px 20px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .form-order__col {
        width: 100%;
    }

    .form-order__block-title {
        margin-bottom: 20px;
    }

    .js--delivery-block-title {
        margin-top: 30px;
    }

    .paymethod-card.active[data-paymethod="1"] {
        height: unset;
        flex-wrap: wrap;
        border-radius: 20px;
    }

    .paymethod-card__balance {
        position: unset;
        width: 100%;
        margin-left: 30px;
        margin-top: 10px;
    }

    .form-order__block {
        margin: 0 15px;
        padding: 30px 20px !important;
        margin-bottom: 30px;
        margin-right: 15px !important;
    }

    .order-composition {
        margin: 15px;
        margin-top: 15px !important;
        padding: 18px 20px;
    }

    .order-composition:open {
        padding: 18px 20px !important;
    }

    .form-order__total {
        margin-top: 30px !important;
    }

    .wrappable {
        flex-wrap: wrap;
    }

    .form-order__total-final {
        font-size: 18px;
    }

    .form-order__block-subtitle {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .form-order__select {
        margin-bottom: 0;
    }

    .order-composition__body {
        margin-top: 20px;
    }

    .order-composition__list {
        gap: 10px;
    }

    .order-composition__divider {
        margin: 20px 0;
    }

    .form-order__note {
        margin-top: -10px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .form-order__form {
        margin-bottom: 30px;
    }

    .form-order__tabs {
        margin-bottom: 20px;
    }

    .form-order__col {
        width: 50%;
    }

    .wrappable {
        flex-wrap: nowrap;
    }

    .form-order__block {
        margin-left: 0 !important;
    }

    .order-composition {
        margin: 0;
    }

    .stories-block {
        padding: 0;
    }

    .story-preview {
        width: 154px;
        height: 220px;
    }
}

.form-group_error .form-control {
    border-color: #bf0000;
}

.form-order__row.wrappable {
    margin-bottom: 15px;
}

#order-form .form-group__error {
    display: none !important;
}

/* ===================== About Page ===================== */

.about-hero {
    display: flex;
    gap: 30px;
    padding: 30px;
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 0;
}

.about-hero__info {
    flex: 0 0 600px;
    max-width: 600px;
    background: #f5f5f5;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.about-hero__title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 20px;
}

.about-hero__desc {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 30px;
}

.about-hero__desc p {
    margin: 0;
}

.about-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: auto;
}

.about-stats__card {
    flex: 0 0 calc(50% - 7.5px);
    background: #fff;
    border-radius: 30px;
    padding: 30px;
}

.about-stats__value {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 1;
    color: #000;
    margin-bottom: 15px;
}

.about-stats__label {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

/* Photo Slider */
.about-hero__slider {
    flex: 1;
    min-width: 0;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    max-height: 630px;
}

.about-hero__slider-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.about-hero__slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.about-hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-hero__slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.2s;
    padding: 0;
}

.about-hero__slider-btn:hover {
    background: rgba(0, 0, 0, 0.55);
}

.about-hero__slider-btn--prev {
    left: 30px;
}

.about-hero__slider-btn--prev img {
    transform: rotate(180deg);
}

.about-hero__slider-btn--next {
    right: 30px;
}

/* ===================== Advantages ===================== */

.about-advantages {
    display: grid;
    grid-template-columns: 1fr 1fr 600px;
    gap: 30px;
    padding: 30px;
    max-width: 1920px;
    margin: 0 auto;
    align-items: stretch;
}

.about-advantage-card--accent {
    grid-column: 3;
    grid-row: 1 / 3;
}

.about-advantage-card {
    border: 1px solid #dadada;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.about-advantage-card__icon {
    width: 60px;
    height: 60px;
    background: #fc0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    flex-shrink: 0;
}

.about-advantage-card__icon img {
    width: 24px;
    height: 24px;
}

.about-advantage-card__icon--white {
    background: #fff;
}

.about-advantage-card__content {
    margin-top: auto;
}

.about-advantage-card__title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin: 0 0 15px;
}

.about-advantage-card__text {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin: 0;
}

.about-advantage-card--accent {
    background: #fc0;
    border-color: #fc0;
}

/* ===================== Map Section ===================== */

.about-map {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 30px 30px;
    height: 570px;
    max-width: calc(1920px - 60px);
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*padding: 0 30px;*/
}

@media screen and (min-width: 1920px) {
    .about-map {
        margin-left: auto;
        margin-right: auto;
        /*padding: 0 30px;*/
    }
}

.about-map__canvas {
    width: 100%;
    height: 100%;
}

.about-map__sidebar {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 413px;
    bottom: 30px;
    background: #1e1c1c;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 10;
    overflow: hidden;
}

.about-map__sidebar-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 0;
}

.about-map__addresses {
    background: #2e2b2b;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-map__location-icon img {
    width: 30px;
    height: 30px;
}

.about-map__address-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-map__address-item {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s;
}

.about-map__address-item:hover {
    color: #fc0;
}

.about-map__phone-block {
    background: #2e2b2b;
    border-radius: 30px;
    padding: 30px;
}

.about-map__phone-number {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    color: #fc0;
    margin-bottom: 10px;
}

.about-map__phone-schedule {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}

.about-map__order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #fc0;
    border-radius: 50px;
    border: none;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
}

.about-map__order-btn:hover {
    background: #e6b800;
    color: #000;
    text-decoration: none;
}

/* ===================== About Page — Responsive ===================== */

@media (max-width: 1399px) {
    .about-hero {
        padding: 15px;
        gap: 15px;
    }

    .about-hero__info {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .about-hero__slider {
        min-height: 500px;
    }

    .about-advantages {
        padding: 15px;
        gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

    .about-advantage-card--accent {
        grid-column: 1 / 3;
        grid-row: auto;
        order: 5;
    }

    .about-advantage-card__icon {
        margin-bottom: 40px;
    }

    .about-map {
        margin: 0 15px 15px;
    }
}

@media (max-width: 991px) {
    .about-hero {
        flex-direction: column;
    }

    .about-hero__info {
        flex: none;
        max-width: 100%;
    }

    .about-hero__slider {
        min-height: 400px;
    }

    .about-hero__title {
        font-size: 28px;
    }

    .about-advantages {
        grid-template-columns: 1fr;
    }

    .about-advantage-card--accent {
        grid-column: 1;
    }

    .about-map {
        height: auto;
        flex-direction: column;
        display: flex;
    }

    .about-map__sidebar {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        bottom: auto;
        border-radius: 30px 30px 0 0;
    }

    .about-map__canvas {
        height: 400px;
        border-radius: 0 0 30px 30px;
    }
}

@media (max-width: 767px) {
    .about-hero__info {
        padding: 20px;
    }

    .about-advantage-card {
        padding: 20px;
    }

    .about-hero__title {
        font-size: 24px;
    }

    .about-hero__desc {
        font-size: 14px;
    }

    .about-hero__slider {
        min-height: 280px;
    }

    .about-hero__slider-btn {
        width: 40px;
        height: 40px;
    }

    .about-hero__slider-btn--prev {
        left: 15px;
    }

    .about-hero__slider-btn--next {
        right: 15px;
    }

    .about-hero__slider-btn img {
        width: 16px;
        height: 16px;
    }

    .about-stats__card {
        flex: 0 0 calc(50% - 7.5px);
        padding: 20px;
    }

    .about-stats__value {
        font-size: 26px;
    }

    .about-advantages {
        flex-direction: column;
    }

    .about-advantages__left .about-advantage-card {
        flex: 0 0 100%;
    }

    .about-advantages>.about-advantage-card--accent {
        flex: none;
        max-width: none;
    }

    .about-advantage-card__icon {
        margin-bottom: 30px;
    }

    .about-map__sidebar {
        padding: 15px;
        gap: 15px;
    }

    .about-map__addresses {
        padding: 20px;
    }

    .about-map__phone-block {
        padding: 20px;
    }

    .about-map__canvas {
        height: 300px;
    }
}

/*.phone__number{*/
/*    margin: 0 10px 0 10px;*/
/*}*/
.phone__number:hover {
    color: #fff !important;
}

/*.phone__info-title{*/
/*    font-size: 12px;*/
/*    letter-spacing: 0.2px;*/
/*    margin-top: 1px;*/
/*}*/
.phone__info {
    display: none;
}

input#orderform-street:active, input#orderform-street:focus {
    z-index: 10000;
    position: relative;
    background: #fff;
}

.autocomplete-suggestions {
    margin-top: -15px;
    padding: 16px 19px 10px;
    border-radius: 0 0 15px 15px;
    border-color: #DADADA;
    overflow-y: scroll;
    border-top: 0;
}

.autocomplete-suggestion {
    padding: 3px 0;
}

.autocomplete-suggestion:hover{
    opacity: 0.7;
    cursor: pointer;
}
.product-menu{
    display: none;
}
.article_padding{
    padding-top: 0;
}
.promotions-grid + .article_padding{
    padding: 30px 0;
}
@media screen and (max-width: 1023px) {
    .map-address{
        height: 40vh;
    }
}