/*
 Theme Name: Astra Child Alcshipping
 Theme URI: https://example.com/
 Author: Alcshipping
 Template: astra
 Version: 1.0.0
 Description: Дочерняя тема Astra для интернет-магазина алкоголя.
*/

/* === КНОПКА В КАТАЛОГЕ === */

.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product button.button {
    background: #c62828 !important;  /* красный */
    color: #ffffff !important;
    border-radius: 14px !important;
    border: none !important;
    font-weight: 600 !important;
}

.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product button.button:hover {
    background: #a71919 !important;
}

/* Прячем категорию в карточке товара */
.woocommerce ul.products li.product .ast-woo-product-category {
    display: none !important;
}

/* Прячем "Showing all X results" */
.woocommerce-result-count {
    display: none !important;
}

/* === ШАПКА САЙТА === */

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.alc-header {
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
}

.alc-header-top {
    padding: 6px 20px;
    text-align: center;
    border-bottom: 1px solid #f3f4f6;
}

.alc-header-top a {
    margin: 0 16px;
    font-size: 13px;
    color: #111827;
    text-decoration: none;
}

.alc-header-top a:hover {
    text-decoration: underline;
}

.alc-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 14px;
    gap: 20px;
}

.alc-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.alc-logo-block a {
    text-decoration: none;
    color: #111827;
}

.alc-logo-title {
    font-weight: 800;
    font-size: 18px;
}

.alc-logo-subtitle {
    font-size: 11px;
    color: #6b7280;
}

/* Кнопка "Каталог алкоголя" */
.alc-catalog-btn {
    background: #7c0022;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.alc-catalog-btn:hover {
    background: #5d0019;
}

/* Поиск */
.alc-header-search {
    flex: 1;
    max-width: 460px;
}

.alc-header-search form {
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.alc-header-search input.search-field {
    flex: 1;
    border: none;
    padding: 8px 14px;
    font-size: 14px;
}

.alc-header-search button {
    border: none;
    background: #7c0022;
    color: #ffffff;
    padding: 0 18px;
    cursor: pointer;
}

/* Правая часть: телефон + кнопка */
.alc-header-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.alc-phone-block {
    text-align: right;
    font-size: 13px;
}

.alc-phone-block a {
    display: block;
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.alc-phone-schedule {
    color: #6b7280;
    font-size: 11px;
}

/* Кнопка "Заказать звонок" */
.alc-callback-btn {
    background: transparent;
    border-radius: 999px;
    border: 1px solid #7c0022;
    color: #7c0022;
    padding: 8px 16px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}
.alc-callback-btn:hover {
    background: #7c0022;
    color: #ffffff;
}

/* Иконка корзины Astra */
.alc-header-cart {
    margin-left: 4px;
}

/* === ВСПЛЫВАЮЩЕЕ ОКНО "ЗАКАЗАТЬ ЗВОНОК" === */

.alc-modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.alc-modal-backdrop.active {
    display: flex;
}

.alc-modal {
    background: #ffffff;
    padding: 20px 24px;
    border-radius: 12px;
    max-width: 360px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.alc-modal h2 {
    margin: 0 0 10px;
    font-size: 18px;
}

.alc-modal p {
    margin: 0 0 14px;
    font-size: 13px;
    color: #4b5563;
}

.alc-modal label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.alc-modal input[type="text"],
.alc-modal input[type="tel"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    margin-bottom: 10px;
}

.alc-modal .alc-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 6px;
}

.alc-btn-secondary {
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
    cursor: pointer;
}

.alc-btn-primary {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 999px;
    border: none;
    background: #7c0022;
    color: #ffffff;
    cursor: pointer;
}

/* === КАТАЛОГ-АККОРДЕОН (КНОПКА "Каталог алкоголя") === */

.alc-catalog-panel {
    position: absolute;
    left: 20px;
    top: 100%;
    margin-top: 4px;
    z-index: 1000;
    width: 320px;
    max-height: 70vh;
    overflow: auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    padding: 10px 14px;
    display: none;
}

.alc-catalog-panel.active {
    display: block;
}

.alc-catalog-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.alc-cat-item {
    border-bottom: 1px solid #f3f4f6;
    padding: 6px 0;
}

.alc-cat-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
}

.alc-cat-main a {
    color: #111827;
    text-decoration: none;
}
.alc-cat-toggle {
    border: none;
    background: transparent;
    font-size: 16px;
    width: 28px;
    text-align: center;
    cursor: pointer;
}

.alc-subcats {
    list-style: none;
    margin: 4px 0 4px 10px;
    padding: 0;
    display: none;
}
.alc-subcats.active {
    display: block;
}

.alc-subcats a {
    display: block;
    padding: 2px 0;
    font-size: 13px;
    color: #4b5563;
    text-decoration: none;
}

/* === ГЛАВНАЯ: HERO, КАТЕГОРИИ, БЛОКИ === */

.alc-hero {
    background: linear-gradient(135deg,#7c0022,#c62828);
    color: #ffffff;
    padding: 40px 20px;
    text-align: left;
}

.alc-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.alc-hero h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.alc-hero p {
    font-size: 16px;
    max-width: 520px;
}

.alc-hero .alc-hero-btn {
    margin-top: 20px;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 999px;
    background: #ffffff;
    color: #7c0022;
    text-decoration: none;
    font-weight: 600;
}

/* Блок категорий */
.alc-home-section {
    padding: 30px 20px;
}

.alc-home-section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.alc-home-section h2 {
    font-size: 22px;
    margin-bottom: 16px;
}

.alc-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
    gap: 12px;
}

.alc-category-tile {
    background: #f3f4f6;
    border-radius: 12px;
    padding: 10px 12px;
    text-align: center;
}

.alc-category-tile a {
    text-decoration: none;
    color: #111827;
    font-weight: 500;
}

/* Блоки Хиты / Также рекомендуем */
.alc-products-section {
    padding: 10px 20px 30px;
}
.alc-products-section .alc-home-section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

/* простой горизонтальный скролл под "карусель" */
.alc-products-carousel {
    overflow-x: auto;
}

/* Текстовый блок */
.alc-text-block {
    background: #e5e7eb;
    padding: 30px 20px;
}
.alc-text-block-inner {
    max-width: 1100px;
    margin: 0 auto;
}

/* === ФУТЕР === */

.alc-footer {
    background: #000000;
    color: #f9fafb;
    padding: 30px 20px;
    margin-top: 40px;
}

.alc-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 20px;
}

.alc-footer-logo-title {
    font-weight: 800;
    font-size: 18px;
}

.alc-footer-logo-subtitle {
    font-size: 11px;
    color: #9ca3af;
    margin-bottom: 8px;
}

.alc-footer-text {
    font-size: 13px;
    color: #d1d5db;
}

.alc-footer h4 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 8px;
}

.alc-footer a {
    display: block;
    font-size: 13px;
    color: #e5e7eb;
    text-decoration: none;
    margin-bottom: 4px;
}

.alc-footer a:hover {
    text-decoration: underline;
}

.alc-footer-phone {
    font-size: 15px;
    font-weight: 700;
}

.alc-footer-schedule {
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 8px;
}

.alc-footer .alc-footer-callback {
    margin-top: 6px;
}

/* === АДАПТИВ === */

@media (max-width: 900px) {
    .alc-header-main {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .alc-header-left {
        width: 100%;
        justify-content: space-between;
    }
    .alc-header-search {
        order: 3;
        width: 100%;
        max-width: none;
    }
    .alc-header-right {
        order: 2;
        width: 100%;
        justify-content: space-between;
    }
    .alc-catalog-panel {
        position: static;
        width: 100%;
        margin-top: 8px;
    }
    .alc-footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .alc-header-top {
        display: none; /* мобильная шапка попроще */
    }
    .alc-header-main {
        padding: 8px 12px 12px;
    }
    .alc-header-left {
        flex-direction: row;
        align-items: center;
    }
    .alc-header-search {
        margin-top: 8px;
    }
    .alc-header-right {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .alc-hero h1 {
        font-size: 24px;
    }
    .alc-footer-inner {
        grid-template-columns: 1fr;
    }
}

/* === Alcshipping: базовая подстройка шапки Astra === */

/* фон и линия снизу */
.site-header,
.main-header-bar {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

/* высота и выравнивание */
.main-header-bar {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* логотип / название */
.site-branding .site-title a,
.site-branding .site-title {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
}

/* слоган под логотипом, если используешь */
.site-branding .site-description {
    font-size: 11px;
    color: #6b7280;
}

/* меню в шапке */
.main-header-menu .menu-item > a {
    font-size: 14px;
    font-weight: 500;
}

/* корзина, поиск чуть ближе к меню */
.ast-header-woo-cart,
.ast-header-search {
    margin-left: 12px;
}

/* === Alcshipping: базовая подстройка футера Astra === */

.site-footer {
    background: #000000;
    color: #f9fafb;
    padding-top: 24px;
    padding-bottom: 24px;
}

.site-footer a {
    color: #e5e7eb;
}

.site-footer a:hover {
    color: #ffffff;
}

/* текст копирайта поменьше */
.site-footer .ast-small-footer-section,
.site-footer .ast-footer-overlay {
    font-size: 12px;
}

/* ========== ALCOSHIPPING: подвал ========== */

.alc-footer {
    background: #111827;
    color: #f9fafb;
    padding: 40px 16px 24px;
    font-size: 14px;
}

.alc-footer a {
    color: #e5e7eb;
    text-decoration: none;
}

.alc-footer a:hover {
    color: #ffffff;
}

.alc-footer__inner {
    max-width: 1200px;
    margin: 0 auto 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}

@media (max-width: 900px) {
    .alc-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .alc-footer__inner {
        grid-template-columns: 1fr;
    }
}

.alc-footer__col {
    line-height: 1.5;
}

.alc-footer__logo {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.alc-footer__text {
    margin: 0 0 8px;
    color: #e5e7eb;
}

.alc-footer__age {
    margin: 0;
    font-size: 12px;
    color: #f97373;
}

.alc-footer__title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.alc-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.alc-footer__list li + li {
    margin-top: 6px;
}

.alc-footer__phone {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.alc-footer__time,
.alc-footer__address {
    font-size: 13px;
    color: #d1d5db;
}

.alc-footer__time {
    margin-bottom: 10px;
}

/* кнопка "Заказать звонок" в подвале */
.alc-footer__callback {
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #c62828;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 8px 16px rgba(198, 40, 40, 0.35);
}

.alc-footer__callback:hover {
    background: #a71919;
    color: #ffffff;
}

/* нижняя полоска */
.alc-footer__bottom {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(249, 250, 251, 0.08);
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    font-size: 12px;
    color: #9ca3af;
}

@media (max-width: 640px) {
    .alc-footer__bottom {
        flex-direction: column;
    }
}

/* === Мобильная версия: на главной странице товары по 2 в ряд через GRID === */
@media (max-width: 768px) {

    /* Только главная, только наши секции с хитами/рекомендациями */
    .home .alc-products-section ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;

        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .home .alc-products-section ul.products li.product {
        width: auto !important;    /* игнорируем ширину Woo */
        float: none !important;    /* убираем float, если есть */
        margin: 0 !important;
    }
}

/* === МОБИЛЬНАЯ ШАПКА ALCOSHIPPING === */

.alc-header-mobile {
    display: none;
}

@media (max-width: 768px) {
    .alc-header-mobile {
        display: block;
        background: #ffffff;
        border-bottom: 1px solid #e5e7eb;
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .alc-header-mobile-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 8px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .alc-header-mobile-logo a {
        text-decoration: none;
    }

    .alc-header-mobile-logo .alc-logo-title {
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0.06em;
    }

    .alc-header-burger {
        width: 32px;
        height: 32px;
        border-radius: 999px;
        border: none;
        background: #c62828;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 0;
    }

    .alc-header-burger span {
        display: block;
        width: 16px;
        height: 2px;
        background: #ffffff;
        border-radius: 999px;
    }

    .alc-header-mobile-cart .ast-header-woo-cart {
        margin: 0;
    }
}

/* === МОБИЛЬНАЯ ПАНЕЛЬ МЕНЮ === */

.alc-mobile-panel {
    display: none;
}

.alc-mobile-panel--open {
    display: block;
}

@media (max-width: 768px) {
    .alc-mobile-panel {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.70);
        z-index: 998;
    }

    .alc-mobile-panel-inner {
        position: absolute;
        top: 52px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding: 12px 16px 16px;
        overflow-y: auto;
    }

    .alc-mobile-panel-close {
        position: absolute;
        right: 12px;
        top: 8px;
        border: none;
        background: transparent;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
    }

    .alc-mobile-tabs {
        display: flex;
        gap: 8px;
        margin-bottom: 12px;
        padding-right: 28px; /* чтобы не ехало под крестик */
    }

    .alc-mobile-tab-btn {
        flex: 1;
        border-radius: 999px;
        border: none;
        padding: 8px 12px;
        background: #f3f4f6;
        font-size: 14px;
        font-weight: 500;
    }

    .alc-mobile-tab-btn--active {
        background: #c62828;
        color: #ffffff;
    }

    .alc-mobile-tab-content {
        display: none;
    }

    .alc-mobile-tab-content--active {
        display: block;
    }

    .alc-mobile-cat-list,
    .alc-mobile-info-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .alc-mobile-info-list li + li {
        margin-top: 8px;
    }

    .alc-mobile-info-list a {
        text-decoration: none;
        font-size: 15px;
    }

    .alc-mobile-cat-item {
        border-radius: 12px;
        background: #f9fafb;
        margin-bottom: 8px;
    }

    .alc-mobile-cat-main {
        width: 100%;
        border: none;
        padding: 10px 12px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
    }

    .alc-mobile-cat-main a {
        text-decoration: none;
        color: inherit;
    }

    .alc-mobile-cat-toggle {
        font-weight: 600;
        font-size: 16px;
    }

    .alc-mobile-subcats {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 12px 10px;
        border-top: 1px solid #e5e7eb;
    }

    .alc-mobile-subcats--open {
        display: block;
    }

    .alc-mobile-subcats li + li {
        margin-top: 6px;
    }

    .alc-mobile-subcats a {
        font-size: 14px;
        text-decoration: none;
    }
}
/* === Фикс мобильного меню: делаем текст и плитки контрастными === */
@media (max-width: 768px) {

    .alc-mobile-panel-inner {
        background: #ffffff;
        color: #111827;
    }

    .alc-mobile-panel a {
        color: #111827;
    }

    .alc-mobile-cat-item {
        background: #f3f4f6; /* чуть темнее, чем чистый белый */
    }

    .alc-mobile-cat-main,
    .alc-mobile-cat-main a,
    .alc-mobile-subcats a,
    .alc-mobile-info-list a {
        color: #111827 !important; /* тёмный текст, хорошо читается */
    }

    .alc-mobile-cat-toggle {
        color: #6b7280;
    }
}

/* === Мобильное меню: фиксы клика и крестика === */
@media (max-width: 768px) {

    /* убираем синий tap-highlight у ссылок/кнопок */
    .alc-mobile-panel a,
    .alc-mobile-panel button {
        -webkit-tap-highlight-color: transparent;
    }

    /* крестик правее вкладок, чёрный */
    .alc-mobile-panel-close {
        right: 16px;
        top: 14px;
        color: #111827;
        z-index: 2;
    }

    /* даём вкладкам запас справа, чтобы крестик не наезжал */
    .alc-mobile-tabs {
        padding-right: 60px;
    }

    .alc-mobile-tab-btn {
        position: relative;
        z-index: 1;
    }
}

/* === Фиксы мобильного меню (цвета и крестик) === */
@media (max-width: 768px) {

    /* чёткий тёмный текст для всех ссылок/кнопок в панели */
    .alc-mobile-panel a,
    .alc-mobile-panel button {
        color: #111827 !important;
        -webkit-tap-highlight-color: transparent;
    }

    .alc-mobile-cat-item {
        background: #f3f4f6;
    }

    .alc-mobile-cat-main,
    .alc-mobile-subcats a,
    .alc-mobile-info-list a {
        color: #111827 !important;
    }

    .alc-mobile-cat-toggle {
        color: #6b7280;
    }

    /* крестик: крупный, чёрный, на своём месте */
    .alc-mobile-panel-close {
        right: 16px;
        top: 10px;
        width: 32px;
        height: 32px;
        font-size: 22px;
        line-height: 1;
        border-radius: 999px;
        border: none;
        background: transparent;
        color: #111827;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }

    /* оставляем место справа от вкладок под крестик */
    .alc-mobile-tabs {
        padding-right: 64px;
    }

    .alc-mobile-tab-btn {
        position: relative;
        z-index: 1;
    }

    /* при нажатии не подсвечиваем синим фоном */
    .alc-mobile-panel a:active,
    .alc-mobile-panel button:active {
        background-color: transparent;
    }
}

/* === Мобильная корзина в шапке === */
@media (max-width: 768px) {

    .alc-mobile-cart-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 999px;
        background: #ffffff;
        position: relative;
        text-decoration: none;
    }

    /* рисуем простую иконку корзины */
    .alc-mobile-cart-icon {
        width: 16px;
        height: 14px;
        border: 2px solid #c62828;
        border-radius: 3px;
        box-sizing: border-box;
        position: relative;
    }

    .alc-mobile-cart-icon::before {
        content: "";
        position: absolute;
        left: 3px;
        top: -6px;
        width: 10px;
        height: 6px;
        border: 2px solid #c62828;
        border-bottom: none;
        border-radius: 4px 4px 0 0;
        box-sizing: border-box;
    }

    .alc-mobile-cart-icon::after {
        content: "";
        position: absolute;
        left: 2px;
        top: 8px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #c62828;
        box-shadow: 8px 0 0 #c62828;
    }

    .alc-mobile-cart-count {
        position: absolute;
        right: -4px;
        top: -4px;
        min-width: 16px;
        height: 16px;
        padding: 0 3px;
        border-radius: 999px;
        background: #c62828;
        color: #ffffff;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
        box-sizing: border-box;
    }
}
/* === Корзина в шапке (общая для ПК и мобилки) === */

.alc-cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ссылка-обёртка корзины */
.alc-cart-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #ffffff;
    position: relative;
    text-decoration: none;
}

/* Иконка корзины (простая стилизованная) */
.alc-cart-icon {
    width: 16px;
    height: 14px;
    border: 2px solid #c62828;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
}

.alc-cart-icon::before {
    content: "";
    position: absolute;
    left: 3px;
    top: -6px;
    width: 10px;
    height: 6px;
    border: 2px solid #c62828;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
}

.alc-cart-icon::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c62828;
    box-shadow: 8px 0 0 #c62828;
}

/* Счётчик товаров в корзине */
.alc-cart-count {
    position: absolute;
    right: -4px;
    top: -4px;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    border-radius: 999px;
    background: #c62828;
    color: #ffffff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    box-sizing: border-box;
}

/* Для ПК — показываем только desktop-вариант */
@media (min-width: 769px) {
    .alc-cart--mobile {
        display: none;
    }
}

/* Для мобилки — наоборот */
@media (max-width: 768px) {
    .alc-cart--desktop {
        display: none;
    }
}
/* Мобильная панель показываем только на узких экранах */
.alc-mob-bar,
.alc-mob-overlay,
.alc-mob-menu {
    display: none;
}

@media (max-width: 768px) {
    .alc-mob-bar {
        display: block;
        background: #ffffff;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .alc-mob-bar-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 8px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .alc-mob-cart-link {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 999px;
        border: 1px solid #b21424;
    }
    .alc-mob-cart-icon {
        width: 18px;
        height: 18px;
        border: 2px solid #b21424;
        border-radius: 3px;
        box-sizing: border-box;
        position: relative;
    }
    .alc-mob-cart-icon::before {
        content: "";
        position: absolute;
        top: -5px;
        left: 3px;
        width: 6px;
        height: 5px;
        border: 2px solid #b21424;
        border-bottom: none;
        border-radius: 3px 3px 0 0;
    }
    .alc-mob-cart-count {
        position: absolute;
        top: -6px;
        right: -6px;
        background: #b21424;
        color: #fff;
        font-size: 10px;
        line-height: 1;
        padding: 2px 4px;
        border-radius: 999px;
    }

    .alc-mob-logo a {
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
        color: #0044cc;
    }

    .alc-mob-burger {
        width: 32px;
        height: 32px;
        border-radius: 999px;
        border: none;
        background: #b21424;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .alc-mob-burger span {
        display: block;
        width: 16px;
        height: 2px;
        background: #fff;
        margin: 2px 0;
    }

    /* Оверлей и панель меню */
    .alc-mob-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 9998;
    }
    .alc-mob-menu {
        display: none;
        position: fixed;
        inset: 0;
        background: #ffffff;
        z-index: 9999;
        max-width: 480px;
        margin-left: auto; /* панель «выезжает» справа */
        box-shadow: -4px 0 12px rgba(0,0,0,0.15);
        display: flex;
        flex-direction: column;
    }
    .alc-mob-menu-header {
        padding: 12px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        border-bottom: 1px solid #f0f0f0;
    }
    .alc-mob-tabs {
        display: inline-flex;
        border-radius: 999px;
        background: #f5f4ff;
        padding: 2px;
    }
    .alc-mob-tab {
        border: none;
        background: transparent;
        padding: 6px 14px;
        border-radius: 999px;
        font-size: 13px;
    }
    .alc-mob-tab--active {
        background: #b21424;
        color: #fff;
    }

    .alc-mob-close {
        border: none;
        background: transparent;
        font-size: 22px;
        line-height: 1;
        color: #111827;
    }

    .alc-mob-menu-body {
        flex: 1;
        overflow-y: auto;
        padding: 8px 0 16px;
    }

    .alc-mob-tab-content {
        display: none;
        padding: 0 16px;
    }
    .alc-mob-tab-content--active {
        display: block;
    }

    .alc-mob-cat-list,
    .alc-mob-info-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .alc-mob-cat-item {
        border-radius: 10px;
        background: #f9f7ff;
        margin-bottom: 8px;
        overflow: hidden;
    }
    .alc-mob-cat-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 12px;
    }
    .alc-mob-cat-link {
        flex: 1;
        text-decoration: none;
        color: #111827;
        font-size: 14px;
    }
    .alc-mob-cat-toggle {
        border: none;
        background: #fff;
        width: 24px;
        height: 24px;
        border-radius: 999px;
        font-size: 16px;
        line-height: 1;
        padding: 0;
        color: #111827;
    }

    .alc-mob-subcats {
        display: none;
        padding: 0 12px 10px;
        list-style: none;
        margin: 0;
    }
    .alc-mob-subcats--open {
        display: block;
    }
    .alc-mob-subcats li {
        margin-top: 4px;
    }
    .alc-mob-subcats a {
        font-size: 13px;
        text-decoration: none;
        color: #4b5563;
    }

    .alc-mob-info-list li {
        margin-bottom: 8px;
    }
    .alc-mob-info-list a {
        text-decoration: none;
        color: #111827;
        font-size: 14px;
    }
}

/* Мобильное меню и затемнение по умолчанию скрыты */
.alc-mob-menu,
.alc-mob-overlay {
    display: none;
}

/* Когда меню открыто, JS выставляет display:block – этого достаточно */

/* ===== ОФОРМЛЕНИЕ КАТАЛОГА ВНУТРИ МОБИЛЬНОГО МЕНЮ ===== */

/* Общий список */
.alc-mob-menu .alc-catalog-list {
    list-style: none;
    margin: 0;
    padding: 0 16px 16px;
}

/* Элемент категории */
.alc-mob-menu .alc-cat-item {
    border-bottom: 1px solid #f3f3fb;
}

/* Строка категории: весь ряд кликабельный визуально */
.alc-mob-menu .alc-cat-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

/* Ссылка-категория */
.alc-mob-menu .alc-cat-main > a {
    flex: 1;
    display: block;
    font-size: 15px;
    color: #111827;
    text-decoration: none;
}

/* Плюс для открытия подкатегорий */
.alc-mob-menu .alc-cat-toggle {
    border: none;
    background: transparent;
    color: #7c0022;
    font-size: 20px;
    line-height: 1;
    padding: 0 4px 0 12px;
    cursor: pointer;
}

/* Список подкатегорий */
.alc-mob-menu .alc-subcats {
    list-style: none;
    margin: 0 0 8px;
    padding: 0 0 0 8px;
    display: none; /* по умолчанию скрыты */
}

/* Подкатегория — ссылка */
.alc-mob-menu .alc-subcats a {
    display: block;
    padding: 4px 0;
    font-size: 14px;
    color: #4b5563;
    text-decoration: none;
}

/* Когда на li стоит класс "открыто" — показываем подкатегории */
.alc-mob-menu .alc-cat-item.alc-cat-item--open .alc-subcats {
    display: block;
}
/* Строка с вкладками и кнопкой закрытия */
.alc-mob-tabs {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
}

/* Кнопки-вкладки */
.alc-mob-tab {
    border: none;
    cursor: pointer;
    padding: 6px 16px;
    border-radius: 16px;
    background: #f7f4ff;
    color: #111827;
    font-size: 14px;
}

.alc-mob-tab--active {
    background: #a3141f;
    color: #ffffff;
}

/* Кнопка закрытия */
.alc-mob-menu-close {
    margin-left: auto; /* уезжает вправо */
    border: none;
    cursor: pointer;
    min-width: 40px;
    height: 32px;
    border-radius: 8px;
    background: #0052ff;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Верхняя полоска: делаем flex и центрируем содержимое */
.alc-header-top {
    background: #f9f5ff;
    padding: 6px 40px;
    font-size: 13px;

    display: flex;
    justify-content: center;  /* центровка по горизонтали */
}

/* Список ссылок внутри — одна строка, без маркеров */
.alc-header-top .alc-info-links {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Элементы списка без дополнительных отступов */
.alc-header-top .alc-info-links li {
    margin: 0;
}

/* Ссылки по стилю как раньше */
.alc-header-top .alc-info-links a {
    color: #111827;
    text-decoration: none;
}

.alc-header-top .alc-info-links a:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .alc-header-top {
        display: none;
    }
}
/* ==== ДЕСКТОП / МОБИЛЬНАЯ ВЕРСИЯ ШАПКИ ==== */

/* По умолчанию (ПК): показываем обычную шапку, прячем мобильную */
.alc-header-main {
    display: flex;
}

.alc-header-mobile {
    display: none;
}

/* На мобиле: прячем левый блок (логотип + красная кнопка) и показываем мобильную шапку */
@media (max-width: 768px) {

    /* левый блок с логотипом и кнопкой "Каталог алкоголя" */
    .alc-header-main .alc-header-left {
        display: none;
    }

    /* показываем мобильную шапку с корзиной, логотипом и бургером */
    .alc-header-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px;
    }
}
/* Плюс в десктопном каталоге */
.alc-catalog-panel .alc-cat-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #c62828;      /* красный */
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(198,40,40,0.35);
}

.alc-catalog-panel .alc-cat-toggle:hover {
    background: #a71919;
}

.alc-catalog-panel .alc-cat-toggle:focus {
    outline: none;
}

/* Подкатегории скрыты по умолчанию, видны только при .alc-cat-item--open */
.alc-catalog-panel .alc-subcats {
    display: none;
    margin: 8px 0 0;
    padding-left: 16px;
}

.alc-catalog-panel .alc-cat-item--open > .alc-subcats {
    display: block;
}
/* ===== ЧИСТЫЙ "+" БЕЗ ФОНА, БЕЗ КРУГА ===== */

.alc-cat-toggle,
.alc-mobile-cat-toggle {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #b91c1c !important; /* красный, как и было */
    font-size: 22px !important;
    font-weight: 600;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
}

/* на десктопе — строго справа */
.alc-cat-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* скрытые подкатегории */
.alc-subcats {
    display: none;
    margin-top: 8px;
    padding-left: 22px;
}

.alc-cat-item--open > .alc-subcats {
    display: block;
}

/* === Скролл для выпадающего каталога на десктопе === */
.alc-catalog-panel {
    position: absolute;          /* всплывающее окно под кнопкой */
    top: 100%;
    left: 0;
    z-index: 9999;

    width: 420px;                /* как у тебя сейчас / можно подстроить */
    max-height: 70vh !important; /* ограничиваем высоту окна */
    overflow-y: auto !important; /* вертикальный скролл */
    overflow-x: hidden !important;

    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

/* сам список внутри панели, на всякий случай убираем лишние overflow */
.alc-catalog-panel .alc-catalog-list {
    margin: 0;
    padding: 16px 0;
    list-style: none;
    overflow: visible !important;
}

/* --- Подкатегории в каталоге: скрыто по умолчанию --- */
.alc-subcats {
    display: none;
    margin: 0;
    padding: 6px 0 6px 16px;
    list-style: none;
}

/* Когда к .alc-cat-item добавляется класс .alc-cat-item--open
   (это делает JS) — показываем подкатегории */
.alc-cat-item.alc-cat-item--open > .alc-subcats {
    display: block;
}

/* === Десктоп: выпадающий каталог под кнопкой "Каталог алкоголя" === */
.alc-catalog-wrapper {
    position: relative;
}

.alc-catalog-panel {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;

    width: 420px;                  /* подстрой под свой макет */
    max-height: 70vh;              /* окно не выше 70% экрана */
    overflow-y: auto;              /* внутренний вертикальный скролл */
    overflow-x: hidden;

    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

/* сам список категорий внутри окна — без обрезки */
.alc-catalog-panel .alc-catalog-list {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}
/* === Мобильное меню: скролл списка каталога === */
#alcMobMenu {
    position: fixed;
    inset: 0;                      /* top:0; right:0; bottom:0; left:0; */
    background: #ffffff;
    z-index: 9999;
    display: none;                 /* JS ставит display:block при открытии */
}

#alcMobCatalogContainer {
    max-height: calc(100vh - 120px); /* весь экран минус шапка и вкладки */
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; /* плавный скролл на iOS */
}

/* Чтобы вкладки и крестик не прокручивались вместе с контентом */
.alc-mob-tabs {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #ffffff;
}

/* По умолчанию – показываем только десктопную шапку */
.alc-header-main {
    display: flex;
}

.alc-header-mobile {
    display: none;
}

/* На мобильных – наоборот: показываем мобильную шапку,
   прячем десктопную и верхние ссылки */
/* По умолчанию – всё как было */
.alc-header-main {
    display: flex;
}

/* Мобильная шапка по умолчанию скрыта */
.alc-header-mobile {
    display: none;
}

/* ==== МОБИЛЬНАЯ ВЕРСИЯ ==== */
/* По умолчанию мобильная шапка скрыта */
.alc-header-mobile {
    display: none;
}

/* На мобильных показываем мобильную шапку, но НЕ скрываем .alc-header-main */
@media (max-width: 768px) {
    .alc-header-mobile {
        display: block;
    }

    /* Верхняя полоска со ссылками на мобильных не нужна,
       т.к. ссылки есть во вкладке "Информация" */
    .alc-header-top {
        display: none;
    }
}
