/* Informative: a calm digital brochure without cart or checkout controls. */
.theme-informative .icon-btn,
.theme-informative .add-btn,
.theme-informative .app-bottom-nav,
.theme-informative .cart-bar,
.theme-informative .cart-drawer,
.theme-informative .customize-modal {
    display: none !important;
}

.theme-informative .hero-content > span {
    color: var(--brand);
    background: color-mix(in srgb, var(--brand) 10%, #fff);
}

.theme-informative .searchbox,
.theme-informative .cat-pill,
.theme-informative .visual-category span,
.theme-informative .product-card,
.theme-informative .restaurant-footer-card {
    border-color: var(--app-line);
    box-shadow: none;
}

.theme-informative .cat-pill.active,
.theme-informative .whatsapp-btn {
    color: #fff;
    background: var(--brand);
}

body.informative-welcome-open {
    overflow: hidden;
}

.theme-informative .informative-welcome {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    overflow-y: auto;
    padding: 24px;
    background:
        radial-gradient(circle at 50% 0, color-mix(in srgb, var(--brand) 19%, transparent) 0, transparent 44%),
        var(--body-bg);
    transition: opacity .24s ease, visibility .24s ease;
}

.theme-informative .informative-welcome.is-leaving {
    visibility: hidden;
    opacity: 0;
}

.theme-informative .informative-welcome-card {
    position: relative;
    width: min(100%, 560px);
    padding: 34px;
    overflow: hidden;
    display: grid;
    justify-items: center;
    gap: 20px;
    color: var(--app-ink);
    text-align: center;
    background: var(--surface);
    border: 1px solid var(--app-line);
    border-radius: calc(var(--hero-radius) + 6px);
    box-shadow: 0 28px 80px rgba(15, 23, 42, .16);
}

.theme-informative .informative-welcome-card::before {
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    content: '';
    background: var(--brand);
}

.theme-informative .informative-welcome-brand {
    display: grid;
    justify-items: center;
    gap: 9px;
}

.theme-informative .informative-welcome-brand img {
    width: 180px;
    height: auto;
    max-height: 138px;
    object-fit: contain;
}

.theme-informative .informative-welcome-brand h1 {
    margin: 0;
    font-size: clamp(26px, 5vw, 38px);
    line-height: 1.08;
}

.theme-informative .informative-welcome-brand p {
    max-width: 440px;
    margin: 0;
    color: var(--app-muted);
    line-height: 1.55;
}

.theme-informative .informative-welcome-details {
    width: 100%;
    padding: 15px 17px;
    display: grid;
    gap: 10px;
    color: var(--app-muted);
    text-align: left;
    background: var(--surface-soft);
    border: 1px solid var(--app-line);
    border-radius: 16px;
}

.theme-informative .informative-welcome-details > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.theme-informative .informative-welcome-details i {
    flex: 0 0 auto;
    color: var(--brand);
    font-size: 18px;
}

.theme-informative .informative-welcome-services,
.theme-informative .informative-welcome-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.theme-informative .informative-welcome-services span {
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--brand);
    font-size: 13px;
    font-weight: 800;
    background: color-mix(in srgb, var(--brand) 10%, var(--surface));
    border: 1px solid color-mix(in srgb, var(--brand) 22%, var(--app-line));
    border-radius: 999px;
}

.theme-informative .informative-welcome-socials .social-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    background: var(--surface-soft);
    border: 1px solid var(--app-line);
    border-radius: 50%;
    text-decoration: none;
}

.theme-informative .informative-welcome-button {
    width: min(100%, 360px);
    min-height: 52px;
    padding: 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--button-text);
    font: inherit;
    font-weight: 900;
    background: var(--button-bg);
    border: 0;
    border-radius: 15px;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--button-bg) 25%, transparent);
    cursor: pointer;
}

.theme-informative .informative-welcome-button:hover {
    transform: translateY(-1px);
}

.theme-informative .informative-welcome-button:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--brand) 35%, transparent);
    outline-offset: 3px;
}

.theme-informative .informative-masthead {
    padding: 26px 0 8px;
}

.theme-informative .informative-masthead-inner {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 24px;
    text-align: center;
    background: var(--surface);
    border: 1px solid var(--app-line);
    border-radius: var(--hero-radius);
}

.theme-informative .informative-identity {
    display: grid;
    justify-items: center;
    gap: 5px;
    max-width: 100%;
    color: var(--app-ink);
    text-decoration: none;
}

.theme-informative .informative-identity img {
    width: 168px;
    height: auto;
    max-height: 138px;
    object-fit: contain;
}

.theme-informative .informative-identity h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(22px, 3.4vw, 36px);
    line-height: 1.15;
}

.theme-informative .informative-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.theme-informative .informative-social-links .social-link {
    width: 42px;
    height: 42px;
    border: 1px solid var(--app-line);
    background: var(--surface-soft);
    color: var(--brand);
}

.theme-informative .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 22px;
}

.theme-informative .product-card {
    grid-template-columns: 138px minmax(0, 1fr);
    align-items: start;
    min-width: 0;
    overflow: hidden;
    background: var(--surface);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.theme-informative .product-card:hover {
    border-color: color-mix(in srgb, var(--brand) 36%, var(--app-line));
    box-shadow: var(--hover-shadow);
    transform: translateY(-3px);
}

.theme-informative .product-media {
    min-width: 0;
    width: 124px;
    height: 124px;
    min-height: 124px;
    margin: 14px 0 14px 14px;
    overflow: hidden;
    aspect-ratio: auto;
    border-radius: var(--media-radius);
}

.theme-informative .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-informative .buy-row {
    justify-content: flex-start;
    padding-top: 12px;
    border-top: 1px solid var(--app-line);
}

.theme-informative .product-body {
    min-width: 0;
    padding: 18px;
}

.theme-informative .product-body h3 {
    font-size: 19px;
}

.theme-informative .product-body p {
    -webkit-line-clamp: 3;
}

.theme-informative .price {
    color: var(--brand);
    font-size: 19px;
}

.theme-informative .informative-price-groups {
    display: grid;
    gap: 13px;
    margin-top: auto;
    padding-top: 13px;
    border-top: 1px solid var(--app-line);
}

.theme-informative .informative-price-group {
    display: grid;
    gap: 7px;
}

.theme-informative .informative-price-title {
    color: var(--app-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.theme-informative .informative-price-list {
    display: grid;
    gap: 6px;
}

.theme-informative .informative-price-row {
    display: flex;
    align-items: baseline;
    min-width: 0;
    gap: 7px;
    color: var(--app-ink);
    font-size: 13px;
}

.theme-informative .informative-price-row > span:first-child {
    min-width: 0;
    font-weight: 700;
}

.theme-informative .informative-price-dots {
    flex: 1;
    min-width: 16px;
    border-bottom: 1px dotted color-mix(in srgb, var(--app-muted) 55%, transparent);
}

.theme-informative .informative-price-row strong {
    flex: 0 0 auto;
    color: var(--brand);
    font-size: 15px;
    white-space: nowrap;
}

.theme-informative .informative-price-row del {
    display: inline-block;
    margin-right: 4px;
    color: var(--app-muted);
    font-size: 11px;
    font-weight: 700;
    text-decoration-line: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: color-mix(in srgb, var(--app-muted) 85%, var(--brand));
}

.theme-informative .restaurant-footer-card {
    background: var(--surface);
}

.theme-informative .informative-credit {
    margin-top: -66px;
    margin-bottom: 34px;
    text-align: center;
}

.theme-informative .informative-credit a {
    color: var(--app-muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    opacity: .55;
    text-decoration: none;
}

.theme-informative .informative-credit a:hover,
.theme-informative .informative-credit a:focus-visible {
    color: var(--brand);
    opacity: .85;
}

@media (max-width: 900px) {
    .theme-informative .hero > .app-shell {
        min-height: 0;
        aspect-ratio: var(--hero-aspect);
        padding: 0;
        background-size: 100% 100%, contain;
        background-position: center, center;
        background-repeat: no-repeat;
        background-color: var(--body-bg);
    }

    .theme-informative .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .theme-informative .product-card {
        grid-template-columns: 1fr;
    }

    .theme-informative .product-media {
        width: calc(100% - 28px);
        height: 150px;
        min-height: 150px;
        margin: 14px 14px 0;
        aspect-ratio: auto;
    }
}

@media (max-width: 560px) {
    .theme-informative .informative-welcome {
        align-items: start;
        padding: 14px;
    }

    .theme-informative .informative-welcome-card {
        min-height: calc(100dvh - 28px);
        padding: 26px 18px 22px;
        align-content: center;
        gap: 16px;
        border-radius: 22px;
    }

    .theme-informative .informative-welcome-brand img {
        width: 148px;
        max-height: 108px;
    }

    .theme-informative .informative-welcome-brand h1 {
        font-size: clamp(25px, 8vw, 32px);
    }

    .theme-informative .informative-welcome-brand p {
        font-size: 14px;
    }

    .theme-informative .informative-welcome-details {
        padding: 13px 14px;
        font-size: 14px;
    }

    .theme-informative .product-grid {
        grid-template-columns: 1fr;
    }

    .theme-informative .product-media {
        height: 108px;
        min-height: 108px;
        aspect-ratio: auto;
    }

    .theme-informative .informative-masthead {
        padding-top: 14px;
    }

    .theme-informative .informative-masthead-inner {
        padding: 14px 16px 18px;
    }

    .theme-informative .informative-identity img {
        width: 136px;
        height: auto;
        max-height: 112px;
    }

    .theme-informative .informative-credit {
        margin-top: -88px;
        margin-bottom: 28px;
        padding-bottom: 8px;
    }
}
