html {
    scroll-behavior: smooth;
}

/* =============================================
   Ферма Торопь — цветовая палитра v1
   Земля #2C1A0E | Трава #6AAF5E | Солнце #E8A820
   ============================================= */

/* Тёмный градиент снизу — земляной оттенок */
.overlay {
    background: linear-gradient(180deg, transparent 30%, rgba(44, 26, 14, 0.92) 100%);
}

/* Правая боковая панель */
.leftline-dark {
    background: rgba(44, 26, 14, 0.82) !important;
    color: #F2EAD8;
}

.leftline-dark a {
    color: #F2EAD8;
}
.leftline-dark a:hover,
.leftline-dark a:focus {
    color: #E8A820;
}

/* Заголовок h2 в промо — зелёный */
.promo h2 {
    color: #6AAF5E;
}

/* h4 подзаголовок — кремовый */
.promo h4 {
    color: #F2EAD8;
}

@media (max-width: 767px) {
    .promo h2 {
        margin-bottom: 8px;
    }
    .promo h4 {
        font-size: 17px;
        line-height: 1.2;
    }
    .about-modal .modal-content h2 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .about-modal .modal-content h4 {
        font-size: 17px !important;
    }
    .intropromo .list-inline {
        padding-bottom: calc(60px + env(safe-area-inset-bottom));
    }
}

/* Иконки — жёлтый */
.iconbig,
.iconmed {
    color: #E8A820;
    opacity: 1;
}

/* Кнопка "тёмная" → коричневая */
.btn-dark {
    border-color: #3D2512;
    background-color: #3D2512;
}
.btn-dark:hover,
.btn-dark:focus {
    border-color: #5C3A1E;
    background-color: #5C3A1E;
}

/* Кнопка "зелёная" */
.btn-green {
    border-color: #4A7C3F;
    background-color: #4A7C3F;
}
.btn-green:hover,
.btn-green:focus {
    border-color: #6AAF5E;
    background-color: #6AAF5E;
}

/* Второстепенный текст */
.promo p {
    color: #F2EAD8;
}

/* Модальное окно — светлый фон с коричневыми акцентами */
.about-modal .modal-content {
    background-color: #FDF6EC;
    color: #2C1A0E;
    padding-top: 0 !important;
}

.about-modal .modal-content h2 {
    color: #6AAF5E;
    font-size: 80px;
    line-height: 75px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0 30px;
}

.about-modal .modal-content h3 {
    color: #4A7C3F;
}

.about-modal .modal-content h4 {
    color: #5C3A1E;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.about-modal .modal-content hr {
    border-color: #5C3A1E;
}

.about-modal .close-modal {
    display: block;
    position: static !important;
    text-align: right;
    opacity: 0.7;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 4px;
}

.about-modal .close-modal .icon {
    color: #5C3A1E !important;
}

.about-modal .close-modal:hover {
    opacity: 1;
}

.about-modal .modal-content img {
    padding-bottom: 0;
    margin: 0;
}

.about-modal__sections {
    margin-top: 32px;
}

.about-modal__section {
    padding: 24px 0;
}

.about-modal__section-inner {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 12px;
}

.about-modal__section-mascot {
    flex: 0 0 25%;
    width: 25%;
    height: auto;
    display: block;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

.about-modal__section-text {
    flex: 1;
}

@media (max-width: 560px) {
    .about-modal__section-inner {
        flex-direction: column;
    }
    .about-modal__section-mascot {
        flex: none;
        width: 50%;
    }
}


.about-modal__section h3 {
    color: #2C1A0E !important;
    font-size: 20px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: left !important;
    letter-spacing: 1px;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #A89070;
}

.about-modal__section p,
.about-modal__intro-text p {
    color: #2C1A0E;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 10px !important;
    text-align: left;
}

.about-modal__section p:last-child,
.about-modal__intro-text p:last-child {
    margin-bottom: 0 !important;
}

.about-modal__intro {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-top: 20px;
}

.about-modal__intro-img {
    flex: 0 0 25%;
    border-radius: 12px;
    overflow: hidden;
    transform: translateZ(0);
}

.about-modal__farm-photo {
    display: block;
    width: 100%;
    height: auto;
}

.about-modal__intro-text {
    flex: 1;
    text-align: left;
}

/* Иконки в модале */
#about .icon {
    color: #E8A820;
}

/* Мышонок-маскот в сайдбаре */
h1.logo {
    margin: 0;
    padding: 0;
    text-align: center;
}

img.mice-logo {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    width: auto;
    max-width: 100%;
}

@media (max-width: 991px) {
    img.mice-logo {
        width: 160px;
        height: auto;
    }

    .promo {
        min-height: 100vh;
        box-sizing: border-box;
    }
}

/* =============================================
   Страница магазина
   ============================================= */

.shop-page {
    background-color: #F2EAD8;
    min-height: 100vh;
    padding-top: 1px;
    padding-bottom: 40px;
}

.shop-intro__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.shop-intro__header .shop-intro__title {
    flex: 1;
    text-align: center;
    padding-right: 52px; /* компенсирует ширину кнопки, чтобы заголовок был визуально по центру */
}

.shop-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 1;
    color: #5C3A1E;
    opacity: 0.7;
    text-decoration: none;
    flex-shrink: 0;
    border-radius: 10px;
}

.shop-back-btn:hover {
    opacity: 1;
    color: #5C3A1E;
    text-decoration: none;
}

.shop-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background-color: #2C1A0E;
}

.shop-back {
    color: #F2EAD8;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
}
.shop-back:hover {
    color: #E8A820;
    text-decoration: none;
}

.shop-title {
    color: #F2EAD8;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.shop-intro {
    text-align: center;
    padding: 70px 24px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.shop-intro__title {
    color: #2C1A0E;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

.shop-intro__desc {
    color: #5C3A1E;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.shop-intro__hr {
    border: none;
    border-top: 2px solid #A89070;
    margin: 0 auto 0;
    width: 80px;
}

.shop-notice {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px 32px;
		background-color: #D5C5B0;
			border: 1px solid #D5C5B0;
			border-radius: 20px;
}

.shop-notice__close {
    position: absolute;
    top: 4px;
    right: 20px;
    font-size: 60px;
    line-height: 1;
    color: #5C3A1E;
    opacity: 0.5;
    cursor: pointer;
}

.shop-notice__close:hover {
    opacity: 1;
}

.shop-notice__img {
    flex: 0 0 25%;
    text-align: center;
    padding: 0 16px;
}

.shop-notice__img img {
    width: 100%;
    height: auto;
    display: block;
}

.shop-notice__text {
    flex: 0 0 75%;
}

.shop-notice__title {
    color: #2C1A0E;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.shop-notice__text p {
    color: #2C1A0E;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .shop-notice {
        flex-direction: column;
        margin: 24px 0 0;
        padding: 20px;
        gap: 16px;
    }
    .shop-notice__img,
    .shop-notice__text {
        flex: none;
        width: 100%;
    }
    .shop-notice__img img {
        width: 100%;
        height: auto;
    }
}

.shop-category {
    padding: 0 24px;
    max-width: 1200px;
    margin: 72px auto 0;
}

.shop-category__title {
    color: #2C1A0E;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #A89070;
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 32px;
    column-gap: 16px;
}

@media (max-width: 991px) {
    .shop-category {
        padding: 0 10px;
    }
    .shop-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 16px;
        column-gap: 10px;
    }
}

@media (max-width: 480px) {
    .shop-category {
        padding: 0 8px;
    }
    .shop-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 12px;
        column-gap: 8px;
    }
}

/* =============================================
   Карточка товара
   ============================================= */

.product-card {
    background-color: #FEFEFE;
    border-radius: 20px;
    border: 1px solid #A89070;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product-card__img-wrap {
    width: calc(100% - 12px);
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px;
    margin: 6px;
    position: relative;
}

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

.product-card__img-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 10px 8px;
    background: linear-gradient(transparent, rgba(44, 26, 14, 0.72));
    color: #F2EAD8;
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.3;
    border-radius: 0 0 10px 10px;
}

.product-card__body {
    padding: 10px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.product-card__price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.product-card__price {
    color: #3D2512;
    font-size: 20px;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.2;
}

.product-card__unit {
    color: #A89070;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: right;
}

.product-card__desc {
    color: #2C1A0E;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.5;
    flex-grow: 1;
}

.product-card__btn {
    margin-top: auto;
    background-color: #6AAF5E;
    color: #FEFEFE;
    border: none;
    border-radius: 10px;
    padding: 0 20px;
    height: 44px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    cursor: pointer;
    width: 100%;
    transition: background-color .2s ease;
    touch-action: manipulation;
    white-space: nowrap;
    overflow: hidden;
}

.product-card__btn:hover {
    background-color: #8FCF82;
}


.product-card__btn--qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    cursor: default;
    background-color: #D6EFCC;
    color: #3A6B28;
}

.product-card__btn--qty:hover {
    background-color: #D6EFCC;
}

.qty-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    flex-shrink: 0;
    transition: background-color .15s ease;
    touch-action: manipulation;
}

.qty-btn:hover {
    background-color: rgba(0, 0, 0, 0.28);
}

.qty-count {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 991px) {
    .product-card__desc {
        font-size: 11px;
    }
    .product-card__img-name {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .product-card__desc {
        font-size: 13px;
    }
    .product-card__img-name {
        font-size: 13px;
    }
}

/* =============================================
   Навигация по разделам
   ============================================= */

.shop-nav {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 24px;
}

.shop-nav__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 32px;
    column-gap: 16px;
}

.shop-nav-card {
    background-color: #FEFEFE;
    border: 1px solid #A89070;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 16px 16px;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease;
    cursor: pointer;
}

.shop-nav-card:hover {
    border-color: #6AAF5E;
    box-shadow: 0 4px 16px rgba(106, 175, 94, 0.2);
    text-decoration: none;
}

.shop-nav-card__img {
    width: 100%;
    height: auto;
    display: block;
}

.shop-nav-card__name {
    color: #2C1A0E;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 14px;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .shop-nav {
        padding: 0 10px;
    }
    .shop-nav__grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 16px;
        column-gap: 10px;
    }
}

@media (max-width: 480px) {
    .shop-nav {
        padding: 0 8px;
    }
    .shop-nav__grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 12px;
        column-gap: 8px;
    }
    .shop-nav-card {
        padding: 10px 8px 10px;
    }
    .shop-nav-card__name {
        font-size: 11px;
        margin-top: 8px;
    }
}

/* =============================================
   Попап карточки товара
   ============================================= */

.product-card__img-wrap--clickable {
    cursor: pointer;
}

.product-modal .modal-dialog {
    width: 680px;
    max-width: calc(100% - 32px);
    margin: 60px auto;
}

.product-modal .modal-content {
    background-color: #FDF6EC;
    color: #2C1A0E;
    padding: 12px 40px 40px;
}

.product-modal .close-modal,
.cart-modal .close-modal {
    display: block;
    text-align: right;
    cursor: pointer;
    opacity: 0.7;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 4px;
    color: #5C3A1E;
}

.product-modal .close-modal:hover,
.cart-modal .close-modal:hover {
    opacity: 1;
}

.product-modal__inner {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.product-modal__img-wrap {
    flex: 0 0 44%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
}

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

.product-modal__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.product-modal__name {
    color: #2C1A0E;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
}

.product-modal__price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 16px;
}

.product-modal__desc {
    color: #5C3A1E;
    font-size: 14px;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 20px;
}

.product-modal__body .product-card__btn {
    margin-top: auto;
}

.product-modal__full-desc {
    color: #5C3A1E;
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #E8D8C0;
}

@media (max-width: 560px) {
    .about-modal__intro {
        flex-direction: column;
    }
    .about-modal__intro-img {
        flex: none;
        width: 100%;
    }
    .product-modal .modal-content {
        padding: 8px 20px 24px;
    }
    .product-modal__inner {
        flex-direction: column;
    }
    .product-modal__img-wrap {
        flex: none;
        width: 100%;
    }
}

/* =============================================
   Попап корзины / оформления заказа
   ============================================= */

.cart-modal .modal-dialog {
    width: 580px;
    max-width: calc(100% - 32px);
    margin: 60px auto;
}

.cart-modal .modal-content {
    background-color: #FDF6EC;
    color: #2C1A0E;
    padding: 40px 40px 32px;
    text-align: left;
}


.cart-screens-wrap {
    display: grid;
}

.cart-screen {
    grid-column: 1;
    grid-row: 1;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: column;
}

.cart-screen.active {
    visibility: visible;
    pointer-events: auto;
}

.cart-modal__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.cart-modal__clear-btn {
    margin-left: auto;
    background: none;
    border: 1px solid #C0A882;
    border-radius: 8px;
    color: #A0856A;
    font-size: 13px;
    padding: 4px 12px;
    cursor: pointer;
}

.cart-modal__clear-btn:hover {
    background-color: #F5EDE4;
    color: #7A5A3A;
}

.cart-modal__title {
    color: #4A7C3F;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    flex: 1;
}

/* Список товаров */
.cart-items-list {
    margin-bottom: 16px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #E8D8C0;
}

.cart-item__name {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #2C1A0E;
}

.cart-item__controls {
    display: flex;
    align-items: center;
    gap: 4px;
}

.cart-modal .qty-btn {
    width: 40px;
    height: 40px;
    background-color: #F2EAD8;
    color: #2C1A0E;
    border: 1px solid #A89070;
    border-radius: 8px;
    font-size: 22px;
}

.cart-modal .qty-btn:hover {
    background-color: #E8D8C0;
}

.cart-modal .qty-count {
    min-width: 28px;
    color: #2C1A0E;
    font-size: 16px;
    text-align: center;
}

.cart-item__price {
    font-size: 15px;
    font-weight: 700;
    color: #3D2512;
    min-width: 80px;
    text-align: right;
}

/* Итого */
.cart-modal__subtotal {
    font-size: 18px;
    font-weight: 700;
    color: #2C1A0E;
    text-align: right;
    padding: 12px 0 20px;
}

/* Кнопка "Заказать" в корзине — прибита к низу */
#cartScreen > .cart-modal__action-btn {
    margin-top: auto;
}

/* Кнопка действия */
.cart-modal__action-btn {
    width: 100%;
    background-color: #6AAF5E;
    color: #FEFEFE;
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    cursor: pointer;
    transition: background-color .2s ease;
}

.cart-modal__action-btn:hover {
    background-color: #8FCF82;
}

.cart-modal__action-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Разделитель между основными и дополнительными полями */
.cart-modal__input-sep {
    height: 12px;
}

/* Нижние кнопки формы */
.cart-modal__form-actions {
    display: flex;
    gap: 10px;
    align-items: stretch;
    margin-top: auto;
    padding-top: 24px;
}

.cart-modal__form-actions .cart-modal__action-btn {
    flex: 1;
}

/* Кнопка "назад" */
.cart-modal__back {
    flex-shrink: 0;
    background: #F2EAD8;
    border: 1px solid #A89070;
    border-radius: 10px;
    color: #5C3A1E;
    font-size: 16px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background-color .15s ease;
}

.cart-modal__back:hover {
    background-color: #E8D8C0;
    color: #3D2512;
}

/* Поля формы */
.cart-modal__input {
    background-color: #FEFEFE !important;
    border-color: #A89070 !important;
    color: #2C1A0E !important;
    border-radius: 8px !important;
    height: 44px;
    font-size: 15px;
    margin-bottom: 12px;
}

.cart-modal__input::placeholder {
    color: #A89070 !important;
}

/* Ошибка */
.cart-modal__error {
    color: #c0392b;
    font-size: 14px;
    margin-top: 8px;
    display: none;
}

.cart-modal__error.visible {
    display: block;
}

/* Экран "спасибо" */
.cart-modal__thanks {
    text-align: center;
    padding: 20px 0;
}

.cart-modal__thanks-icon {
    font-size: 56px;
    color: #6AAF5E;
    margin-bottom: 16px;
    display: block;
}

.cart-modal__thanks-text {
    color: #5C3A1E;
    font-size: 16px;
    margin-bottom: 24px;
}

@media (max-width: 480px) {
    .cart-modal .modal-content {
        padding: 32px 20px 24px;
    }
    .cart-item__name {
        font-size: 13px;
    }
    .cart-item__price {
        font-size: 13px;
        min-width: 60px;
    }
}

/* =============================================
   Корзина — фиксированный бар сверху
   ============================================= */

.cart-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(44, 26, 14, 0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #F2EAD8;
}

.cart-bar.is-visible {
    display: block;
}

.cart-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-bar__label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #E8A820;
}

.cart-bar__count {
    font-size: 15px;
    font-weight: 400;
    color: #F2EAD8;
    flex: 1;
}

.cart-bar__total {
    font-size: 18px;
    font-weight: 700;
    color: #F2EAD8;
}

.cart-bar__btn {
    margin-left: auto;
    background-color: #6AAF5E;
    color: #FEFEFE;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .2s ease;
}

.cart-bar__btn:hover {
    background-color: #8FCF82;
}

@media (max-width: 600px) {
    .cart-bar__label-text {
        display: none;
    }
    .cart-bar__label {
        font-size: 24px;
    }
}

/* =============================================
   Футер магазина
   ============================================= */

.shop-footer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    max-width: 1200px;
    margin: 144px auto 0;
    padding: 0 24px 48px;
}

.shop-footer__block {
    background-color: #FEFEFE;
    border: 1px solid #A89070;
    border-radius: 20px;
    padding: 28px 32px;
}

.shop-footer__block--delivery {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.shop-footer__delivery-text {
    flex: 1;
}

.shop-footer__mascot {
    flex-shrink: 0;
    height: 340px;
    width: auto;
}

.shop-footer__title {
    color: #2C1A0E;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.shop-footer__block p {
    color: #2C1A0E;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.shop-footer__socials {
    margin-top: 12px;
    display: flex;
    gap: 16px;
}

.shop-footer__socials a {
    color: #5C3A1E;
    text-decoration: none;
}

.shop-footer__socials a:hover {
    color: #E8A820;
}

.scroll-top-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #A07040;
    color: #FEFEFE;
    border: none;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 900;
}

.scroll-top-btn.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.scroll-top-btn:hover {
    background-color: #C08850;
}

@media (max-width: 991px) {
    .shop-footer {
        grid-template-columns: 1fr;
        padding: 0 10px 40px;
        margin-top: 32px;
        gap: 16px;
    }
    .shop-footer__block {
        padding: 20px;
    }
    .shop-footer__block--delivery {
        flex-direction: column;
        align-items: center;
    }
    .shop-footer__mascot {
        order: -1;
        height: 340px;
    }
}

/* Input */
.form-control {
    background-color: rgba(242, 234, 216, 0.15);
    border-color: #A89070;
    color: #F2EAD8;
}
.form-control::placeholder {
    color: #A89070;
}
