html {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    padding-bottom: 4.5rem;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
    touch-action: pan-y;
}

body.cep-flow-lock {
    overflow-x: hidden !important;
    overscroll-behavior-x: none !important;
    touch-action: pan-y !important;
}
.hero-cover {
    background-color: #0c0c0d;
    background-image: radial-gradient(circle at 80% 15%, rgba(242, 183, 5, 0.28), transparent 42%),
        radial-gradient(circle at 12% 85%, rgba(225, 29, 42, 0.30), transparent 45%),
        linear-gradient(135deg, #1a1a1c 0%, #0c0c0d 70%);
    background-size: cover;
    background-position: center;
}
/* Scrollbar customizada */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #f1f5f9; border-radius: 10px; }
::-webkit-scrollbar-thumb { background: #ef233c; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #dc2626; }

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.home-promo-banner {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

@media (max-width: 640px) {
    .home-promo-banner {
        border-radius: 0.625rem;
    }
}

/* ===== Header compacto: infos importantes sem ocupar altura ===== */
.rebrand-template .header-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.46rem !important;
    width: min(100%, 23.5rem) !important;
    margin: 0.7rem auto 0 !important;
}

.rebrand-template .header-info-card {
    min-width: 0 !important;
    min-height: 2.78rem !important;
    padding: 0.46rem 0.62rem !important;
    border-radius: 0.72rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.48rem !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.055) !important;
}

.rebrand-template .header-info-icon {
    width: 1.42rem !important;
    height: 1.42rem !important;
    flex-basis: 1.42rem !important;
    background: #fff1f2 !important;
}

.rebrand-template .header-info-icon svg {
    width: 0.74rem !important;
    height: 0.74rem !important;
}

.rebrand-template .header-info-card p:first-child {
    margin: 0 !important;
    font-size: 0.54rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #94a3b8 !important;
    letter-spacing: 0.02em !important;
}

.rebrand-template .header-info-card p:last-child {
    margin-top: 0.12rem !important;
    font-size: 0.78rem !important;
    line-height: 1.05 !important;
    color: #334155 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.rebrand-template .header-info-card:nth-child(1),
.rebrand-template .header-info-card:nth-child(2) {
    border-color: rgba(239, 35, 60, 0.18) !important;
    background: #fffafa !important;
}

.rebrand-template .header-info-card:nth-child(1) .header-info-icon,
.rebrand-template .header-info-card:nth-child(2) .header-info-icon {
    background: #ffe8eb !important;
    color: var(--flash-red) !important;
}

.rebrand-template .header-info-card:nth-child(1) p:last-child,
.rebrand-template .header-info-card:nth-child(2) p:last-child {
    color: #1f2937 !important;
    font-weight: 950 !important;
}

.rebrand-template .store-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0.36rem !important;
    width: min(100%, 23.5rem) !important;
    margin: 0.62rem auto 0 !important;
    overflow: hidden !important;
}

.rebrand-template .store-badge {
    min-width: 0 !important;
    min-height: 1.62rem !important;
    padding: 0.28rem 0.52rem !important;
    border-radius: 999px !important;
    font-size: 0.66rem !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.045) !important;
}

.rebrand-template .store-badge::before {
    width: 0.42rem !important;
    height: 0.42rem !important;
    margin-right: 0.32rem !important;
}

.rebrand-template .store-badge-super {
    flex: 0 1 auto !important;
    border-color: #f59e0b !important;
    background: #fff7e6 !important;
    color: #b45309 !important;
}

@media (max-width: 380px) {
    .rebrand-template .header-cards,
    .rebrand-template .store-badges {
        width: 100% !important;
    }

    .rebrand-template .header-info-card {
        padding-inline: 0.48rem !important;
        gap: 0.38rem !important;
    }

    .rebrand-template .header-info-card p:last-child,
    .rebrand-template .store-badge {
        font-size: 0.62rem !important;
    }
}

/* ===== Trava de largura: evita arrastar a tela durante CEP/modais ===== */
html,
body,
body.rebrand-template {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overscroll-behavior-x: none !important;
}

#cep-overlay {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

#cep-overlay.is-open {
    display: flex !important;
}

#cep-overlay *,
#cep-overlay *::before,
#cep-overlay *::after {
    box-sizing: border-box !important;
    max-width: 100%;
}

#cep-overlay .cep-modal-card {
    width: min(100%, 24rem) !important;
    max-width: calc(100vw - 2rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden !important;
}

@media (max-width: 640px) {
    #cep-overlay {
        padding-left: max(0.75rem, env(safe-area-inset-left)) !important;
        padding-right: max(0.75rem, env(safe-area-inset-right)) !important;
    }

    #cep-overlay .cep-modal-card {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ===== Topo final solicitado ===== */
body.rebrand-template .flash-distance-pill {
    width: auto !important;
    min-height: 0 !important;
    margin: 0.42rem auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #64748b !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
}

body.rebrand-template .flash-distance-pill svg {
    width: 0.86rem !important;
    height: 0.86rem !important;
    color: var(--flash-red) !important;
}

body.rebrand-template .header-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.rebrand-template .store-badges {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, max-content)) !important;
    justify-content: center !important;
    align-items: center !important;
    width: min(100%, 23rem) !important;
    gap: 0.5rem !important;
    overflow: visible !important;
}

body.rebrand-template .store-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}

@media (max-width: 420px) {
    body.rebrand-template .header-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.rebrand-template .header-info-card:last-child {
        grid-column: 1 / -1;
        justify-content: center !important;
    }
}

/* ===== Selos lado a lado sem quebra ===== */
body.rebrand-template .store-badges {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, max-content)) !important;
    justify-content: center !important;
    align-items: center !important;
    width: min(100%, 23rem) !important;
    gap: 0.5rem !important;
    overflow: visible !important;
}

body.rebrand-template .store-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}

@media (max-width: 340px) {
    body.rebrand-template .store-badges {
        gap: 0.34rem !important;
    }

    body.rebrand-template .store-badge {
        padding-inline: 0.42rem !important;
        font-size: 0.6rem !important;
    }
}

/* ===== Tags gratis no fluxo do combo ===== */
.combo-modal-popup .flavor-block-title {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.42rem !important;
}

.combo-modal-popup .flavor-free-tag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 1.24rem !important;
    padding: 0.18rem 0.52rem !important;
    border: 1px solid #bbf7d0 !important;
    border-radius: 999px !important;
    background: #ecfdf5 !important;
    color: #047857 !important;
    font-size: 0.58rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

/* ===== Header compacto final: infos importantes com menos altura ===== */
.rebrand-template .header-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.46rem !important;
    width: min(100%, 23.5rem) !important;
    margin: 0.7rem auto 0 !important;
    padding-inline: 0 !important;
}

.rebrand-template .header-info-card {
    min-width: 0 !important;
    min-height: 2.78rem !important;
    padding: 0.46rem 0.62rem !important;
    border-radius: 0.72rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.48rem !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.055) !important;
}

.rebrand-template .header-info-icon {
    width: 1.42rem !important;
    height: 1.42rem !important;
    flex: 0 0 1.42rem !important;
    background: #fff1f2 !important;
}

.rebrand-template .header-info-icon svg {
    width: 0.74rem !important;
    height: 0.74rem !important;
}

.rebrand-template .header-info-card p:first-child {
    margin: 0 !important;
    font-size: 0.54rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #94a3b8 !important;
    letter-spacing: 0.02em !important;
}

.rebrand-template .header-info-card p:last-child {
    margin-top: 0.12rem !important;
    font-size: 0.78rem !important;
    line-height: 1.05 !important;
    color: #334155 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.rebrand-template .header-info-card:nth-child(1),
.rebrand-template .header-info-card:nth-child(2) {
    border-color: rgba(239, 35, 60, 0.18) !important;
    background: #fffafa !important;
}

.rebrand-template .header-info-card:nth-child(1) .header-info-icon,
.rebrand-template .header-info-card:nth-child(2) .header-info-icon {
    background: #ffe8eb !important;
    color: var(--flash-red) !important;
}

.rebrand-template .header-info-card:nth-child(1) p:last-child,
.rebrand-template .header-info-card:nth-child(2) p:last-child {
    color: #1f2937 !important;
    font-weight: 950 !important;
}

.rebrand-template .store-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0.36rem !important;
    width: min(100%, 23.5rem) !important;
    margin: 0.62rem auto 0 !important;
    overflow: hidden !important;
}

.rebrand-template .store-badge {
    min-width: 0 !important;
    min-height: 1.62rem !important;
    padding: 0.28rem 0.52rem !important;
    border-radius: 999px !important;
    font-size: 0.66rem !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.045) !important;
}

.rebrand-template .store-badge::before {
    width: 0.42rem !important;
    height: 0.42rem !important;
    margin-right: 0.32rem !important;
}

.rebrand-template .store-badge-super {
    flex: 0 1 auto !important;
    border-color: #f59e0b !important;
    background: #fff7e6 !important;
    color: #b45309 !important;
}

@media (max-width: 380px) {
    .rebrand-template .header-info-card {
        padding-inline: 0.48rem !important;
        gap: 0.38rem !important;
    }

    .rebrand-template .header-info-card p:last-child,
    .rebrand-template .store-badge {
        font-size: 0.62rem !important;
    }
}

/* ===== Ajuste final do topo: distancia limpa e menos badges ===== */
.rebrand-template .flash-distance-pill {
    width: auto !important;
    min-height: 0 !important;
    margin: 0.42rem auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #64748b !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
}

.rebrand-template .flash-distance-pill svg {
    width: 0.86rem !important;
    height: 0.86rem !important;
    color: var(--flash-red) !important;
}

.rebrand-template .header-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.rebrand-template .store-badges {
    width: auto !important;
    gap: 0.5rem !important;
}

@media (max-width: 420px) {
    .rebrand-template .header-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .rebrand-template .header-info-card:last-child {
        grid-column: 1 / -1;
        justify-content: center !important;
    }
}

/* ===== Topo final solicitado ===== */
body.rebrand-template .flash-distance-pill {
    width: auto !important;
    min-height: 0 !important;
    margin: 0.42rem auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #64748b !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
}

body.rebrand-template .flash-distance-pill svg {
    width: 0.86rem !important;
    height: 0.86rem !important;
    color: var(--flash-red) !important;
}

body.rebrand-template .header-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.rebrand-template .store-badges {
    width: auto !important;
    gap: 0.5rem !important;
}

@media (max-width: 420px) {
    body.rebrand-template .header-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.rebrand-template .header-info-card:last-child {
        grid-column: 1 / -1;
        justify-content: center !important;
    }
}

/* Estilos do Carrinho */
#cart-content.collapsed #cart-expanded {
    display: none;
}
#cart-content:not(.collapsed) #cart-collapsed {
    display: none;
}
/* Barra superior de categorias */
#main-category-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100%;
    background: #FDC204;
    border-bottom: 1px solid #e3a900;
    box-shadow: 0 2px 7px rgba(15, 23, 42, 0.16);
}

#category-nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.6vw, 2.5rem);
    width: 100%;
    max-width: 84rem;
    min-height: 3.55rem;
    margin: 0 auto;
    padding: 0 1rem;
    overflow-x: auto;
    scrollbar-width: none;
}

#category-nav-links::-webkit-scrollbar {
    display: none;
}

.category-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.55rem;
    flex: 0 0 auto;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.category-link:hover,
.category-link.active {
    color: #111827;
    opacity: 1;
}

.category-link.active {
    font-weight: 800;
}

.category-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.72rem;
    height: 2px;
    border-radius: 999px;
    background: #111827;
}

@media (max-width: 768px) {
    #category-nav-links {
        justify-content: flex-start;
        gap: 1.45rem;
        min-height: 3.25rem;
        padding: 0 1rem;
    }

    .category-link {
        min-height: 3.25rem;
        font-size: 0.9rem;
    }
}
/* Estilo para a categoria da grade ativa */
.category-grid-item.active p {
    color: #A37700;
    font-weight: 700;
}
.category-grid-item.active .category-grid-thumb {
    border-color: #FDC204;
    transform: scale(1.05);
}
/* Animação para destacar produto */
@keyframes highlight {
    0% { background-color: #FEF3C7; } /* amber-100 */
    100% { background-color: transparent; }
}
.highlight-product {
    animation: highlight 2s ease-out;
}

/* Modal de localização (onboarding CEP) */
#cep-overlay {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1rem;
    background:
        radial-gradient(circle at 50% 0%, rgba(253, 194, 4, 0.24), transparent 34rem),
        rgba(17, 24, 39, 0.66);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
#cep-overlay.is-open { display: flex; }
.cep-modal-card {
    box-sizing: border-box;
    width: min(100%, 24rem);
    max-width: calc(100vw - 2rem);
    max-height: calc(100dvh - 2rem);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.5rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf6 100%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
    scrollbar-width: none;
}
.cep-modal-card::-webkit-scrollbar {
    display: none;
}
.cep-modal-logo {
    width: 4.5rem;
    height: 4.5rem;
    padding: 0.25rem;
    border: 1px solid rgba(253, 194, 4, 0.65);
    border-radius: 1.25rem;
    background: #fdc204;
    box-shadow: 0 12px 28px rgba(253, 194, 4, 0.25);
    object-fit: cover;
}
.cep-modal-card > h2 {
    margin-top: 0.35rem;
    color: #111827;
    font-size: 1.35rem;
    line-height: 1.12;
    font-weight: 800;
}
.cep-modal-card > h2 + p {
    margin-top: 0.35rem;
    margin-bottom: 1.35rem;
    color: #6b7280;
    font-size: 0.92rem;
    line-height: 1.35;
}
#cep-step-1 > p:first-child {
    margin-bottom: 0.7rem;
    color: #1f2937;
    font-size: 0.95rem;
    font-weight: 800;
}
#cep-input {
    height: 3.35rem;
    margin-bottom: 0.65rem;
    border: 1px solid #d1d5db;
    border-radius: 1rem;
    background: #f9fafb;
    color: #111827;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
}
#cep-input::placeholder {
    color: #9ca3af;
    opacity: 1;
}
#cep-input:focus {
    border-color: #fdc204;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(253, 194, 4, 0.18);
}
#cep-error {
    margin-bottom: 0.65rem;
    color: #dc2626;
    font-weight: 600;
}
#cep-confirm,
#cep-finish {
    min-height: 3.25rem;
    border-radius: 1rem;
    background: #fdc204;
    color: #111827;
    font-size: 0.98rem;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(253, 194, 4, 0.26);
}
#cep-confirm:hover,
#cep-finish:hover {
    background: #f0b500;
    transform: translateY(-1px);
}
#cep-confirm:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}
#cep-skip {
    margin-top: 0.8rem;
    color: #6b7280;
    font-weight: 700;
}
#cep-skip:hover {
    color: #111827;
}
.cep-availability-card {
    margin: 0.75rem 0 1rem;
    padding: 0.95rem;
    border: 1px solid #d1fae5;
    border-radius: 1rem;
    background: #f0fdf4;
    text-align: left;
}
.cep-availability-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #15803d;
    font-size: 0.75rem;
    font-weight: 700;
}
.cep-availability-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}
.cep-driver-name {
    margin-top: 0.5rem;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 700;
}
.cep-address {
    margin-top: 0.2rem;
    color: #6b7280;
    font-size: 0.78rem;
    line-height: 1.35;
}
@media (max-height: 620px) {
    #cep-overlay {
        align-items: flex-start;
        padding: 0.5rem;
    }
    .cep-modal-card {
        max-height: calc(100dvh - 1rem);
        padding: 1rem;
        border-radius: 1.25rem;
    }
    .cep-modal-logo {
        width: 3rem;
        height: 3rem;
        margin-bottom: 0.35rem;
    }
    .cep-modal-card > p {
        margin-bottom: 0.75rem;
    }
    #cep-step-1 > p:first-child {
        margin-bottom: 0.5rem;
    }
    #cep-input {
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }
    #cep-confirm {
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }
    #cep-skip {
        margin-top: 0.45rem;
    }
    .cep-modal-card:has(#cep-step-3:not(.hidden)) > .cep-modal-logo,
    .cep-modal-card:has(#cep-step-3:not(.hidden)) > h2,
    .cep-modal-card:has(#cep-step-3:not(.hidden)) > h2 + p {
        display: none;
    }
    #cep-step-3 > .w-16 {
        width: 2.75rem;
        height: 2.75rem;
        margin-bottom: 0.45rem;
    }
    #cep-step-3 > .w-16 svg {
        width: 1.5rem;
        height: 1.5rem;
    }
    .cep-availability-card {
        margin-top: 0.5rem;
        margin-bottom: 0.6rem;
        padding: 0.7rem;
    }
    #cep-step-3 > p.text-xs {
        margin-bottom: 0.65rem;
        line-height: 1.25;
    }
    #cep-finish {
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }
}
@keyframes cep-dot-pulse {
    0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
    40% { opacity: 1; transform: scale(1); }
}
.cep-dot {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background: #FDC204;
    display: inline-block;
    animation: cep-dot-pulse 1.2s infinite ease-in-out;
}
.cep-dot:nth-child(2) { animation-delay: 0.2s; }
.cep-dot:nth-child(3) { animation-delay: 0.4s; }

/* Pisca-pisca do indicador "Pedidos Online" / "Aberto" */
@keyframes btn-pisca {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
    }
    50% {
        opacity: 0.45;
        transform: scale(0.72);
        box-shadow: 0 0 0 5px rgba(34, 197, 94, 0);
    }
}
.btn-pisca {
    animation: btn-pisca 1s infinite ease-in-out;
}

@keyframes badge-live {
    0%, 100% {
        border-color: #bbf7d0;
        box-shadow: 0 3px 10px rgba(15, 23, 42, 0.08), 0 0 0 rgba(34, 197, 94, 0);
    }
    50% {
        border-color: #22c55e;
        box-shadow: 0 5px 14px rgba(15, 23, 42, 0.10), 0 0 14px rgba(34, 197, 94, 0.28);
    }
}

.store-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    margin-top: 1rem;
    text-align: center;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 1.75rem;
    padding: 0.25rem 0.625rem;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    background: #fff;
    color: #374151;
    font-size: 0.75rem;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}

.store-badge-super {
    border-color: #fde68a;
    background: #fef3c7;
    color: #92400e;
    font-weight: 700;
}

.store-badge-live {
    gap: 0.375rem;
    color: #166534;
    border-color: #bbf7d0;
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
    font-weight: 700;
    animation: badge-live 1.6s infinite ease-in-out;
}

.store-live-dot {
    width: 0.5rem;
    height: 0.5rem;
    flex: 0 0 auto;
    border-radius: 9999px;
    background: #22c55e;
}

.mansao-section {
    margin-bottom: 3rem;
}

.mansao-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.mansao-head h2 {
    color: #0f172a;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.1;
}

.mansao-head button {
    flex: 0 0 auto;
    color: #d97706;
    font-size: 0.875rem;
    font-weight: 800;
}

.chip-promo {
    background: #dcfce7;
    color: #047857;
}

.seo-delivery-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #fffdf6 0%, #ffffff 52%, #f8fafc 100%);
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.seo-delivery-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 0.25rem;
    background: linear-gradient(90deg, #f59e0b, #facc15, #22c55e);
}

.seo-delivery-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    min-height: 3.35rem;
    margin-top: 1.25rem;
    padding: 0.85rem 2.15rem;
    border-radius: 0.9rem;
    background: #fbbf24;
    color: #111827;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(217, 119, 6, 0.24);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.seo-delivery-cta:hover {
    transform: translateY(-2px);
    background: #f59e0b;
    box-shadow: 0 16px 28px rgba(217, 119, 6, 0.28);
}

.seo-delivery-cta svg {
    flex: 0 0 auto;
    transition: transform 180ms ease;
}

.seo-delivery-cta:hover svg {
    transform: translateX(3px);
}

.seo-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    text-align: left;
}

.seo-benefit-card {
    min-height: 10.5rem;
    border: 1px solid #edf0f4;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.92);
    padding: 1.15rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.seo-benefit-card:hover {
    transform: translateY(-3px);
    border-color: #fbbf24;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.09);
}

.seo-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    margin-bottom: 0.8rem;
    border-radius: 0.85rem;
    background: #fffbeb;
    color: #d97706;
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.22);
}

.seo-benefit-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.site-footer {
    border-top: 1px solid rgba(146, 64, 14, 0.14);
    background: #fbbf24;
    color: #111827;
}

.site-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    padding: 1.65rem 0 1.75rem;
    text-align: center;
}

.site-footer-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.2;
}

.site-footer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background: rgba(17, 24, 39, 0.12);
}

.site-footer-badge svg {
    width: 1rem;
    height: 1rem;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
}

.site-footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border-radius: 9999px;
    color: rgba(17, 24, 39, 0.82);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.15;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-footer-links a:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.34);
    color: #111827;
}

.site-footer-links svg {
    width: 0.95rem;
    height: 0.95rem;
    flex: 0 0 auto;
}

.site-footer-legal {
    color: rgba(17, 24, 39, 0.62);
    font-size: 0.68rem;
    line-height: 1.2;
}

@media (min-width: 1024px) {
    .seo-benefit-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .seo-delivery-panel {
        padding: 1.6rem 1rem;
    }

    .seo-delivery-cta {
        width: 100%;
        max-width: 20rem;
        padding-inline: 1.25rem;
    }

    .seo-benefit-grid {
        grid-template-columns: 1fr;
    }

    .seo-benefit-card {
        min-height: auto;
    }

    .site-footer-inner {
        padding-bottom: 5.75rem;
    }
}

.bottom-app-nav {
    display: none;
}

.bottom-app-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    color: #9ca3af;
    font-size: 0.75rem;
    font-weight: 800;
}

.bottom-app-item svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor;
}

.bottom-app-item.is-active {
    color: #facc15;
}

#shopping-cart-container {
    bottom: 0;
    padding: 0 !important;
    background: transparent !important;
}

#shopping-cart-container:has(.cart-shell.collapsed) {
    padding: 0 !important;
}

.cart-shell {
    max-width: min(35rem, calc(100vw - 1rem)) !important;
    border-radius: 0.875rem !important;
    background: transparent !important;
    box-shadow: none !important;
}

.cart-shell.collapsed {
    overflow: visible !important;
    max-width: min(39rem, calc(100vw - 2rem)) !important;
}

.cart-shell.collapsed #cart-expanded {
    display: none;
}

.cart-shell.collapsed #cart-collapsed {
    display: none;
}

.cart-shell.collapsed .cart-head {
    border-bottom: 0;
    border-radius: 0.875rem 0.875rem 0 0;
    box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.16);
}

.cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.1rem;
    background: #FDC204;
    color: #111827;
    border-bottom: 1px solid #e3a900;
    border-radius: 0.875rem 0.875rem 0 0;
}

.cart-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cart-brand img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    object-fit: cover;
    background: #fff;
}

.cart-brand h3 {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
}

.cart-brand p {
    margin-top: 0.15rem;
    color: rgba(17, 24, 39, 0.72);
    font-size: 0.78rem;
    font-weight: 600;
}

.cart-close {
    color: #111827;
    opacity: 0.75;
}

.cart-body {
    max-height: min(74vh, 42rem);
    overflow-y: auto;
    padding: 1.35rem;
    background: #fff;
    border-radius: 0 0 0.875rem 0.875rem;
}

.cart-body h2 {
    margin-bottom: 1rem;
    color: #111827;
    font-size: 1.45rem;
    font-weight: 800;
}

.cart-items-list {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.cart-line-item {
    display: grid;
    grid-template-columns: 3.75rem minmax(0, 1fr);
    align-items: start;
    gap: 0.75rem;
    padding: 0.85rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.cart-line-main { min-width: 0; }

.cart-line-opt {
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 1px;
}

.cart-line-foot {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.6rem;
}

.cart-qty {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    padding: 2px;
    border-radius: 999px;
    background: #f3f4f6;
    flex-shrink: 0;
}

.cart-qty-value {
    min-width: 1.5rem;
    text-align: center;
    font-weight: 800;
    font-size: 0.9rem;
    color: #111827;
}

.cart-line-prices {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin-left: auto;
    text-align: right;
}

.cart-line-unit {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6b7280;
}

.cart-line-item > img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}

.cart-line-name {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.cart-line-price,
.cart-line-total {
    color: #111827;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.15;
}

.cart-qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-weight: 900;
    font-size: 1.05rem;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .12);
}

.cart-trash-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    color: #9ca3af;
}

.cart-trash-btn:hover { color: #ef4444; }

.cart-trash-btn svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: currentColor;
}

.cart-summary {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.cart-items-list:empty {
    display: none;
}

.cart-items-list:empty + .cart-summary {
    margin-top: 0 !important;
}

.cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0;
    color: #374151;
    font-size: 0.95rem;
}

.cart-summary-row + .cart-summary-row {
    border-top: 1px solid #e5e7eb;
}

.cart-summary-row strong {
    color: #111827;
}

.cart-shipping-row strong {
    color: #16a34a;
}

.cart-total-row {
    color: #111827;
    font-size: 1.05rem;
    font-weight: 800;
}

.cart-total-row strong {
    color: #e11d48;
    font-size: 1.45rem;
}

.cart-checkout-btn,
.cart-more-btn {
    width: 100%;
    min-height: 3.45rem;
    border-radius: 0.75rem;
    font-weight: 900;
    font-size: 1rem;
}

.cart-checkout-btn {
    margin-top: 0.8rem;
    background: #FDC204;
    color: #0f0f0f;
}

.cart-more-btn {
    margin-top: 0.75rem;
    border: 2px solid #FDC204;
    background: #fff;
    color: #111827;
}

@media (max-width: 520px) {
    .cart-body {
        max-height: min(72vh, 38rem);
        padding: 1rem;
    }

    .cart-line-item {
        grid-template-columns: 3.25rem minmax(0, 1fr);
        gap: 0.65rem;
    }

    .cart-line-item > img {
        width: 3.25rem;
        height: 3.25rem;
    }

    .cart-line-name { font-size: 0.88rem; }
    .cart-line-opt { font-size: 0.74rem; }
    .cart-line-foot { gap: 0.45rem; }
    .cart-line-total { font-size: 0.95rem; }
}

/* ===== Carrinho alinhado a identidade da home ===== */
#shopping-cart-container {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    transform: none;
    padding: 0 .85rem !important;
}

#shopping-cart-container.translate-y-full {
    transform: translateY(100%) !important;
}

#shopping-cart-container > .cart-shell {
    width: min(100%, 430px) !important;
    margin-inline: auto !important;
}

#cart-content.collapsed #cart-expanded {
    display: none !important;
}

#cart-content:not(.collapsed) #cart-collapsed {
    display: none !important;
}

.cart-shell {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: .95rem .95rem 0 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 -16px 38px rgba(15, 23, 42, .14) !important;
}

.cart-head {
    min-height: 4.95rem;
    padding: .82rem 1rem !important;
    border: 0 !important;
    border-radius: .95rem .95rem 0 0 !important;
    background: #ffc323 !important;
    color: #071226 !important;
    box-shadow: none !important;
}

.cart-brand {
    gap: .72rem !important;
}

.cart-brand img {
    width: 3rem !important;
    height: 3rem !important;
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: .72rem !important;
    background: #080809;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .16);
}

.cart-brand h3 {
    color: #071226 !important;
    font-size: 1.05rem !important;
    font-weight: 950 !important;
    line-height: 1.05 !important;
}

.cart-brand p {
    margin-top: .18rem !important;
    color: rgba(7, 18, 38, .72) !important;
    font-size: .82rem !important;
    font-weight: 850 !important;
}

.cart-close {
    display: grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    color: #071226 !important;
    opacity: .88 !important;
}

.cart-close:hover {
    background: rgba(255, 255, 255, .32);
}

.cart-body {
    max-height: min(78vh, 43rem) !important;
    padding: 1.3rem 1rem 1rem !important;
    border-radius: 0 !important;
    background: #fff !important;
}

.cart-body h2 {
    margin: 0 0 1rem !important;
    color: #071226 !important;
    font-size: 1.58rem !important;
    font-weight: 950 !important;
    line-height: 1.06 !important;
}

.cart-items-list {
    gap: .78rem !important;
}

.cart-line-item {
    grid-template-columns: 4.6rem minmax(0, 1fr) !important;
    gap: .82rem !important;
    padding: .85rem !important;
    border: 1px solid #eef2f7;
    border-radius: .9rem !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06) !important;
}

.cart-line-item > img {
    width: 4.6rem !important;
    height: 3.6rem !important;
    border-radius: .42rem;
    object-fit: cover !important;
    background: #090909;
}

.cart-line-name {
    color: #071226 !important;
    font-size: .9rem !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
}

.cart-line-opt {
    margin-top: .1rem !important;
    font-size: .75rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.cart-line-flavors {
    color: #e11d2e !important;
}

.cart-line-soda {
    color: #475569 !important;
}

.cart-line-foot {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .55rem !important;
    margin-top: .72rem !important;
}

.cart-qty {
    padding: .12rem !important;
    background: #f6f8fb !important;
    box-shadow: inset 0 0 0 1px #edf1f6;
}

.cart-qty-btn {
    width: 2rem !important;
    height: 2rem !important;
    color: #071226 !important;
    font-size: 1rem !important;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .08) !important;
}

.cart-qty-value {
    min-width: 1.35rem !important;
    color: #071226 !important;
    font-size: .9rem !important;
    font-weight: 950 !important;
}

.cart-line-prices {
    justify-self: end;
    margin-left: 0 !important;
}

.cart-line-unit {
    color: #7b8797 !important;
    font-size: .66rem !important;
    font-weight: 850 !important;
}

.cart-line-total {
    color: #071226 !important;
    font-size: .9rem !important;
    font-weight: 950 !important;
}

.cart-trash-btn {
    width: 2rem !important;
    height: 2rem !important;
    color: #9aa5b4 !important;
}

.cart-summary {
    margin-top: .95rem !important;
    padding: .95rem !important;
    border: 1px solid #eef2f7;
    border-radius: .9rem !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06) !important;
}

.cart-summary-row {
    padding: .68rem 0 !important;
    color: #334155 !important;
    font-size: .92rem !important;
    font-weight: 650 !important;
}

.cart-summary-row strong {
    color: #071226 !important;
    font-weight: 950 !important;
}

.cart-shipping-row strong {
    color: #039447 !important;
}

.cart-total-row {
    margin-top: .12rem;
    font-size: 1rem !important;
    font-weight: 950 !important;
}

.cart-total-row strong {
    color: #e11d2e !important;
    font-size: 1.35rem !important;
}

.cart-checkout-btn,
.cart-more-btn {
    min-height: 3.25rem !important;
    border-radius: .78rem !important;
    font-size: .94rem !important;
    font-weight: 950 !important;
}

.cart-checkout-btn {
    margin-top: .9rem !important;
    background: #ffc323 !important;
    color: #071226 !important;
    box-shadow: 0 10px 20px rgba(255, 195, 35, .22) !important;
}

.cart-more-btn {
    margin-top: .7rem !important;
    border: 1.5px solid #ffc323 !important;
    background: #fff !important;
    color: #071226 !important;
}

.cart-age-note {
    margin-top: .85rem !important;
    padding-top: .72rem !important;
    border-top: 1px solid #edf1f6;
    color: #6b7280 !important;
    font-size: .72rem !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
}

.cart-age-note .ico {
    width: .82rem !important;
    height: .82rem !important;
    color: #9aa5b4 !important;
}

@media (max-width: 390px) {
    #shopping-cart-container {
        padding: 0 .55rem !important;
    }

    .cart-body {
        padding-inline: .78rem !important;
    }

    .cart-line-item {
        grid-template-columns: 4.15rem minmax(0, 1fr) !important;
        padding: .72rem !important;
    }

    .cart-line-item > img {
        width: 4.15rem !important;
        height: 3.25rem !important;
    }

    .cart-line-foot {
        grid-template-columns: 1fr auto;
    }

    .cart-line-prices {
        grid-column: 1 / -1;
        justify-self: start;
        text-align: left;
    }
}

/* ===== Alertas Flash ===== */
.flash-alert-popup.swal2-popup {
    width: min(92vw, 28rem) !important;
    padding: 0 1.35rem 1.35rem !important;
    overflow: hidden;
    border: 1px solid #eceff4 !important;
    border-radius: 1rem !important;
    background: #fff !important;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .26) !important;
}

.flash-alert-popup.swal2-popup::before {
    content: "";
    display: block;
    height: .34rem;
    margin: 0 -1.35rem 1rem;
    background: #ffc323;
}

.flash-alert-icon.swal2-icon {
    width: 4.25rem !important;
    height: 4.25rem !important;
    margin: .85rem auto .75rem !important;
    border: 3px solid #ffc323 !important;
    color: #e11d2e !important;
    background: #fffaf0;
}

.flash-alert-icon.swal2-icon .swal2-icon-content {
    color: #e11d2e !important;
    font-size: 2.7rem !important;
    font-weight: 900;
}

.flash-alert-title.swal2-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #071226 !important;
    font-size: 1.55rem !important;
    font-weight: 950 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

.flash-alert-html.swal2-html-container {
    margin: .78rem auto 0 !important;
    color: #475569 !important;
    font-size: .95rem !important;
    font-weight: 600 !important;
    line-height: 1.42 !important;
}

.flash-alert-html strong {
    color: #e11d2e;
    font-weight: 950;
}

.flash-alert-confirm.swal2-confirm {
    min-width: 7.25rem;
    height: 2.85rem;
    margin-top: .8rem !important;
    border-radius: .78rem !important;
    background: #ffc323 !important;
    color: #071226 !important;
    font-size: .92rem !important;
    font-weight: 950 !important;
    box-shadow: 0 10px 22px rgba(255, 195, 35, .26) !important;
}

.flash-alert-confirm.swal2-confirm:hover {
    background: #f4b900 !important;
}

@media (max-width: 520px) {
    .mansao-head h2 {
        font-size: 1.45rem;
    }
}

/* Verificacao de idade */
.age-gate-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
}

.age-gate-popup.swal2-popup {
    width: min(92vw, 560px);
    padding: 34px 32px 30px;
    border: 1px solid rgba(253, 194, 4, 0.34);
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(253, 194, 4, 0.12), transparent 36%),
        #101010;
    color: #fff7d6;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.age-gate-title-wrap.swal2-title {
    padding: 0;
    margin: 0;
}

.age-gate-title {
    color: #ffffff;
    display: block;
    font-size: clamp(1.45rem, 4vw, 1.9rem);
    font-weight: 800;
    line-height: 1.12;
}

.age-gate-html.swal2-html-container {
    margin: 20px 0 0;
    overflow: visible;
}

.age-gate-content {
    text-align: center;
}

.age-gate-badge {
    width: 82px;
    height: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px auto 20px;
    border-radius: 999px;
    background: #FDC204;
    color: #101010;
    border: 5px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 30px rgba(253, 194, 4, 0.28);
}

.age-gate-badge span {
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: 0;
}

.age-gate-copy {
    max-width: 410px;
    margin: 0 auto 8px;
    color: #f4e8b3;
    font-size: 1rem;
    line-height: 1.55;
}

.age-gate-copy strong {
    color: #FDC204;
    font-weight: 800;
}

.age-gate-question {
    margin: 0;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.35;
}

.age-gate-actions.swal2-actions {
    width: 100%;
    gap: 12px;
    margin-top: 28px;
}

.age-gate-button.swal2-styled {
    min-width: 168px;
    min-height: 50px;
    margin: 0;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.age-gate-button.swal2-styled:focus {
    box-shadow: 0 0 0 4px rgba(253, 194, 4, 0.22);
}

.age-gate-button.swal2-styled:hover {
    transform: translateY(-1px);
}

.age-gate-confirm.swal2-confirm {
    color: #111111;
    box-shadow: 0 12px 24px rgba(253, 194, 4, 0.22);
}

.age-gate-cancel.swal2-cancel {
    color: #ffffff;
    border: 1px solid rgba(253, 194, 4, 0.34);
}

@media (max-width: 520px) {
    .age-gate-popup.swal2-popup {
        padding: 28px 20px 24px;
    }

    .age-gate-actions.swal2-actions {
        flex-direction: column;
    }

    .age-gate-button.swal2-styled {
        width: 100%;
    }
}

/* =================================================================== */
/* CÓDIGO ATUALIZADO PARA A BARRA DE PESQUISA FIXA (29/08/2025) */
/* =================================================================== */
#search-container.fixed-search {
    position: fixed;
    /* Alterado para 0 para colar no topo da tela */
    top: 0; 
    left: 0;
    right: 0;
    /* Aumentado para ficar na frente de tudo */
    z-index: 30; 
    
    /* Alterado para a cor primária do site */
    background-color: #FDC204;
    
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

/* Melhoria de contraste para o campo de busca quando fixo */
#search-container.fixed-search input {
    background-color: white;
    border-color: #FBC91B; /* Tom mais claro da paleta */
}

/* Classe para adicionar o espaçamento no 'main' e evitar o "pulo" do conteúdo */
main.search-is-fixed {
    /* A altura exata será definida via JavaScript para ser precisa */
    padding-top: 80px; 
}
.category-grid-list {
    display: grid;
    grid-template-columns: repeat(8, minmax(4.75rem, 1fr));
    gap: 1rem 0.625rem;
    align-items: start;
    min-width: 45rem;
}

.category-grid-item {
    display: grid;
    grid-template-rows: 4.5rem minmax(2.25rem, auto);
    justify-items: center;
    align-items: start;
    gap: 0.35rem;
    width: 100%;
    min-width: 0;
    cursor: pointer;
    text-align: center;
}

.category-grid-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    overflow: hidden;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #fff;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.category-grid-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-grid-item > p {
    width: 100%;
    max-width: 5.8rem;
    min-height: 2.25rem;
    text-align: center;
    color: #1f2937;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .category-grid-list {
        grid-template-columns: repeat(8, 4.75rem);
        gap: 0.85rem 0.45rem;
        min-width: max-content;
    }

    .category-grid-item {
        grid-template-rows: 4.25rem minmax(2.25rem, auto);
    }

    .category-grid-thumb {
        width: 4.25rem;
        height: 4.25rem;
    }
}

#carousels-container section > div:last-child > div {
    flex: 0 0 10rem;
    width: 10rem;
}

#carousels-container figure > div {
    top: 0.5rem;
    left: 0.5rem;
}

/* ===== Tema preto & amarelo (carrinho / checkout) ===== */
.bg-preto { background-color: #0f0f0f !important; }
.text-amarelo { color: #FDC204 !important; }

/* ===== Utilitários de tamanho ausentes no Tailwind compilado ===== */
.w-2\.5 { width: 0.625rem; }   .h-2\.5 { height: 0.625rem; }
.w-3 { width: 0.75rem; }       .h-3 { height: 0.75rem; }
.w-4 { width: 1rem; }          .h-4 { height: 1rem; }
.w-5 { width: 1.25rem; }       .h-5 { height: 1.25rem; }
.w-6 { width: 1.5rem; }        .h-6 { height: 1.5rem; }
.w-7 { width: 1.75rem; }       .h-7 { height: 1.75rem; }
.w-10 { width: 2.5rem; }       .h-10 { height: 2.5rem; }
.w-16 { width: 4rem; }         .h-16 { height: 4rem; }

/* ===== Utilitários de layout ausentes no Tailwind compilado ===== */
.inline-flex { display: inline-flex; }
.flex-grow { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.mt-auto { margin-top: auto; }
.pt-2 { padding-top: 0.5rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.gap-1\.5 { gap: 0.375rem; }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ===== Grid dos cards do topo (2 colunas) ===== */
.top-status-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}

.top-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.25rem;
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    background: #22c55e;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(34, 197, 94, 0.25);
}

.top-status-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 9999px;
    background: #fff;
    flex: 0 0 auto;
}

.header-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    width: min(100%, 36rem);
    margin: 0 auto;
}

.header-info-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 4.625rem;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.header-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    border-radius: 9999px;
    background: #FDC204;
    color: #111827;
}

@media (max-width: 420px) {
    .top-status-wrap {
        margin-bottom: 1rem;
    }

    .header-cards {
        grid-template-columns: 1fr;
    }
}

/* ===== Home diagramada estilo app de delivery ===== */
body {
    background: #eef0f3;
}

body > header,
body > main,
body > footer {
    width: min(100%, 430px);
    margin-inline: auto;
}

body > header {
    overflow: hidden;
    border-radius: 0 0 1rem 1rem;
    background: #fff;
}

.hero-cover {
    height: 9rem;
}

.hero-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .42);
}

.hero-cover img {
    width: 5.4rem !important;
    height: 5.4rem !important;
    border-width: 4px !important;
}

header .rounded-t-\[45px\] {
    border-radius: 0 0 1rem 1rem !important;
    margin-top: -2.6rem !important;
}

header h1 {
    font-size: 1.18rem !important;
    line-height: 1.2 !important;
}

header h1 + svg {
    width: 1rem !important;
    height: 1rem !important;
}

.top-status-wrap {
    position: absolute;
    top: .95rem;
    left: 1rem;
    z-index: 22;
    margin: 0;
}

.top-status-pill {
    min-height: 1.55rem;
    padding: .38rem .72rem;
    font-size: .66rem;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 5px 16px rgba(34, 197, 94, .28);
}

.header-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    margin-top: .9rem;
}

.header-info-card {
    min-height: 2.1rem;
    padding: .38rem .65rem;
    border-radius: 999px;
    gap: .35rem;
    box-shadow: 0 2px 7px rgba(15, 23, 42, .05);
}

.header-info-card:nth-child(4) {
    order: -1;
    width: auto;
}

.header-info-icon {
    width: .85rem;
    height: .85rem;
    flex-basis: .85rem;
    background: transparent;
    color: #ef4444;
}

.header-info-icon svg {
    width: .78rem;
    height: .78rem;
}

.header-info-card p:first-child {
    display: none;
}

.header-info-card p:last-child {
    font-size: .68rem !important;
    color: #64748b;
}

.store-badges {
    margin-top: .7rem;
}

.store-badge {
    min-height: 1.55rem;
    padding: .25rem .62rem;
    font-size: .66rem;
}

main.pt-6 {
    padding-top: .85rem !important;
    background: #eef0f3;
}

.home-promo-banner {
    border-radius: 0;
    box-shadow: none;
}

.offer-alerts {
    display: grid;
    gap: .65rem;
    margin: .65rem 0 1rem;
}

.offer-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    min-height: 1.85rem;
    border-radius: .45rem;
    font-size: .72rem;
    font-weight: 900;
    text-align: center;
}

.offer-alert .ico {
    width: .8rem;
    height: .8rem;
}

.offer-alert-green {
    border: 1px solid #86efac;
    background: #ecfdf3;
    color: #008236;
}

.offer-alert-red {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #dc2626;
}

#combos-section {
    background: transparent;
    padding: 0 1rem .25rem;
}

.combos-head {
    padding: 0;
    margin-bottom: .7rem;
    text-align: left;
}

.combos-title {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    color: #071226;
    font-size: 1.05rem;
    font-weight: 900;
}

.combos-title .ico {
    color: #f97316;
}

.combo-grid {
    width: 100%;
    gap: .75rem;
}

.combo-card {
    min-height: 6.9rem;
    grid-template-columns: minmax(0, 1fr) 5.85rem;
    border-width: 0;
    border-radius: .75rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}

.combo-card.is-featured {
    border: 2px solid #ef1d2d;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}

.combo-body {
    padding: .65rem .45rem .65rem .7rem;
}

.combo-ribbon {
    margin-bottom: .35rem;
    padding: .18rem .42rem;
    border-radius: .3rem;
    font-size: .56rem;
}

.combo-name {
    font-size: .82rem;
    line-height: 1.15;
}

.combo-free {
    margin-top: .27rem;
    font-size: .58rem;
}

.combo-free strong {
    padding: .02rem .22rem;
}

.combo-prices {
    margin-top: .5rem;
    gap: .32rem;
}

.combo-new {
    font-size: .98rem;
}

.combo-old {
    font-size: .62rem;
}

.combo-price-discount {
    min-height: .95rem;
    padding: .06rem .32rem;
    border-radius: .25rem;
    font-size: .55rem;
}

.combo-media {
    margin: .55rem .62rem .55rem 0;
    border-radius: .35rem;
}

.combo-media img {
    min-height: 5.8rem;
    border-radius: .35rem;
}

.combo-discount {
    top: .18rem;
    right: -.2rem;
    padding: .18rem .34rem;
    font-size: .54rem;
}

.combo-cta {
    right: -.44rem;
    bottom: -.44rem;
    width: 1.95rem;
    height: 1.95rem;
    border-width: 2px;
}

.combo-cta svg {
    width: 1rem;
    height: 1rem;
}

#reviews {
    display: none;
}

.reviews-panel {
    border-radius: .9rem;
    background: #fff;
    padding: .75rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}

.reviews-summary {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #e5e7eb;
}

.reviews-score {
    color: #071226;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

.reviews-score-copy p {
    color: #334155;
    font-size: .72rem;
    line-height: 1.1;
}

.reviews-score-copy small {
    display: block;
    margin-top: .1rem;
    color: #94a3b8;
    font-size: .62rem;
}

.review-stars {
    color: #f59e0b;
    letter-spacing: 0;
}

.reviews-bars {
    display: grid;
    grid-template-columns: 1rem 1fr;
    gap: .38rem .55rem;
    align-items: center;
    padding: .8rem 0 .9rem;
    border-bottom: 1px solid #e5e7eb;
    color: #64748b;
    font-size: .68rem;
    font-weight: 800;
}

.reviews-bars div {
    height: .42rem;
    overflow: hidden;
    border-radius: 999px;
    background: #eef2f7;
}

.reviews-bars i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #f59e0b;
}

.reviews-list {
    display: grid;
    gap: .72rem;
    padding-top: .85rem;
}

.review-card {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .65rem;
}

.review-avatar {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #fee2e2;
    color: #dc2626;
    font-size: .76rem;
    font-weight: 900;
}

.review-card header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .6rem;
}

.review-card strong {
    color: #111827;
    font-size: .78rem;
}

.review-card header span {
    color: #94a3b8;
    font-size: .62rem;
    font-weight: 700;
}

.small-stars {
    display: block;
    margin-top: .04rem;
    font-size: .65rem;
}

.review-card p {
    margin-top: .2rem;
    color: #475569;
    font-size: .72rem;
    line-height: 1.38;
}

/* ===== Card de produto (carrossel) — robusto, sem depender do Tailwind compilado ===== */
.pcard {
    display: flex;
    flex-direction: column;
    flex: 0 0 10rem;
    width: 10rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.pcard-fig {
    width: 100%;
    height: 8rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 0;
}
.pcard-fig img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.5rem;
}
.pcard-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 0.7rem;
}
.pcard-nome {
    font-size: 0.82rem;
    font-weight: 500;
    color: #1f2937;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
}
.pcard-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 0.4rem;
}
.pcard-foot {
    margin-top: auto;
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* ===== Tags abaixo dos produtos ===== */
.prod-nome {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
    line-height: 1.25;
}
.prod-chip {
    display: inline-flex;
    align-items: center;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0.08rem 0.42rem;
    border-radius: 9999px;
    white-space: nowrap;
}
.chip-quente { background: #dc2626; color: #fff; }
.chip-vendido { background: #FDC204; color: #0f0f0f; }

/* ============================================================
   Utilitários Tailwind ausentes na build estática (tailwind.css)
   Necessários para a página de categoria / "Carregar mais",
   chips de tags, carrinho e modais renderizados via JS.
   ============================================================ */
/* Layout / grid */
.grid { display: grid; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.flex-1 { flex: 1 1 0%; }
.shrink-0 { flex-shrink: 0; }
.min-w-0 { min-width: 0; }
.items-start { align-items: flex-start; }
/* Tamanhos */
.h-20 { height: 5rem; }
.h-40 { height: 10rem; }
.h-full { height: 100%; }
.w-20 { width: 5rem; }
/* Espaçamento */
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mt-3 { margin-top: 0.75rem; }
.mr-4 { margin-right: 1rem; }
.p-6 { padding: 1.5rem; }
/* Tipografia */
.font-medium { font-weight: 500; }
.text-md { font-size: 1rem; line-height: 1.5rem; }
.text-\[10px\] { font-size: 10px; }
.line-through { text-decoration-line: line-through; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-\[0\.3em\] { letter-spacing: 0.3em; }
/* Bordas / raios */
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
/* Cores (chips de tags / badges) */
.bg-blue-100 { background-color: #dbeafe; }
.bg-green-100 { background-color: #dcfce7; }
.bg-yellow-100 { background-color: #fef9c3; }
.bg-red-100 { background-color: #fee2e2; }
.bg-purple-100 { background-color: #f3e8ff; }
.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }
.text-blue-800 { color: #1e40af; }
.text-green-800 { color: #166534; }
.text-yellow-800 { color: #854d0e; }
.text-red-800 { color: #991b1b; }
.text-purple-800 { color: #6b21a8; }
.text-red-500 { color: #ef4444; }
/* z-index */
.z-\[999\] { z-index: 999; }
/* Estados hover / focus */
.hover\:bg-amber-600:hover { background-color: #d97706; }
.hover\:scale-110:hover { transform: scale(1.1); }
.hover\:text-gray-600:hover { color: #4b5563; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
/* Responsivo */
@media (min-width: 640px) {
  .sm\:p-5 { padding: 1.25rem; }
  .sm\:p-8 { padding: 2rem; }
}
@media (min-width: 768px) {
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ===== Avisos de conformidade (idade / consumo responsável) ===== */
.site-footer-age {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  max-width: 600px;
  margin: .25rem auto 0;
  font-size: .72rem;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(17, 24, 39, 0.82);
  text-align: left;
}
.site-footer-age-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: rgba(17, 24, 39, 0.12);
  color: #111827;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.10);
}
.seo-responsible-note {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  margin: 1.5rem auto 0;
  max-width: 640px;
  padding: .85rem 1rem;
  border: 1px solid #f3d9a8;
  background: #fffaf0;
  border-radius: .75rem;
  font-size: .82rem;
  line-height: 1.5;
  color: #7c5a17;
  text-align: left;
}
.cep-age-notice {
  margin-top: .85rem;
  font-size: .7rem;
  line-height: 1.4;
  color: #9ca3af;
  text-align: center;
}
.cep-age-notice strong {
  color: #b45309;
}
.cart-age-note {
  margin-top: .6rem;
  padding-top: .6rem;
  border-top: 1px dashed #e5e7eb;
  font-size: .68rem;
  line-height: 1.4;
  color: #6b7280;
  text-align: center;
}
.cart-age-note strong {
  color: #7c2d12;
}

/* ===== Flash Pizzaria — loja só de combos: barra de categorias oculta ===== */
#main-category-nav { display: none; }

/* ===== Seção Combos "Pague 1, Leve 2" ===== */
#combos-section {
    background: radial-gradient(circle at 50% -10%, rgba(242, 183, 5, 0.10), transparent 60%), #111113;
    border-radius: 24px;
    padding: 28px 16px 34px;
}
.combos-head { text-align: center; margin-bottom: 22px; }
.combos-kicker {
    display: inline-block; background: #E11D2A; color: #fff; font-weight: 700;
    font-size: .78rem; letter-spacing: .04em; padding: 6px 14px; border-radius: 999px; text-transform: uppercase;
}
.combos-title { color: #fff; font-size: clamp(1.6rem, 5vw, 2.3rem); font-weight: 800; margin-top: 12px; }
.combos-sub { color: #c9c9cf; font-size: .95rem; margin-top: 6px; max-width: 34rem; margin-left: auto; margin-right: auto; }

/* Flex em vez de grid: a última linha incompleta fica centrada em vez de deixar buraco à direita */
.combo-grid {
    display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; align-items: stretch;
}
.combo-grid > .combo-card { flex: 1 1 260px; min-width: 260px; max-width: 340px; }
.combo-card {
    position: relative; background: #fff; border-radius: 18px; overflow: hidden;
    display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    border: 2px solid transparent; transition: transform .15s, box-shadow .15s;
}
.combo-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0, 0, 0, .45); }
.combo-card.is-featured { border-color: #F2B705; box-shadow: 0 0 0 3px rgba(242, 183, 5, .25), 0 16px 40px rgba(0, 0, 0, .45); }
.combo-card.is-out { opacity: .55; }
.combo-ribbon {
    position: absolute; top: 14px; left: 0; z-index: 3; background: #F2B705; color: #1a1a1a;
    font-weight: 800; font-size: .72rem; letter-spacing: .03em; padding: 6px 14px 6px 12px;
    border-radius: 0 999px 999px 0; box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
}
.combo-media { position: relative; background: #0c0c0d; }
.combo-media img { width: 100%; height: 170px; object-fit: cover; display: block; }
.combo-discount {
    position: absolute; bottom: 10px; right: 10px; background: #E11D2A; color: #fff;
    font-weight: 800; font-size: 1rem; padding: 6px 12px; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, .4);
}
.combo-body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.combo-name { font-size: 1.08rem; font-weight: 800; color: #161616; line-height: 1.2; }
.combo-desc { font-size: .86rem; color: #555; line-height: 1.35; }
.combo-serves { display: flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 600; color: #444; }
.combo-serves svg { width: 16px; height: 16px; color: #E11D2A; flex-shrink: 0; }
.combo-urgency { font-size: .82rem; font-weight: 700; color: #E11D2A; }
.combo-prices { display: flex; align-items: baseline; gap: 10px; margin-top: 4px; }
.combo-old { font-size: .9rem; color: #9a9a9a; text-decoration: line-through; }
.combo-new { font-size: 1.7rem; font-weight: 900; color: #1aa64b; line-height: 1; }
.combo-cta {
    margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 8px;
    background: #E11D2A; color: #fff; font-weight: 800; font-size: 1rem; padding: 13px; border-radius: 12px;
    transition: background .15s, transform .1s; box-shadow: 0 6px 16px rgba(225, 29, 42, .35);
}
.combo-cta:hover { background: #c4121d; }
.combo-cta:active { transform: scale(.98); }
.combo-cta svg { width: 18px; height: 18px; }
.combo-cta:disabled { background: #9aa0a6; box-shadow: none; cursor: not-allowed; }

/* --- SELETOR DE SABORES --- */
.flavor-subtitle { font-size: .9rem; font-weight: 700; color: #E11D2A; margin: -4px 0 14px; }
.flavor-picker { display: flex; flex-direction: column; gap: 18px; text-align: left; }
.flavor-block-title {
    font-size: .95rem; font-weight: 800; color: #111827; margin-bottom: 8px;
    padding-bottom: 6px; border-bottom: 2px solid #f1f1f1;
}
.flavor-options { display: flex; flex-direction: column; gap: 8px; }
.flavor-option {
    display: flex; align-items: flex-start; gap: 10px; cursor: pointer;
    border: 2px solid #ececec; border-radius: 12px; padding: 10px 12px;
    transition: border-color .15s, background .15s;
}
.flavor-option:hover { border-color: #f5a3a9; background: #fffafa; }
.flavor-option input { accent-color: #E11D2A; margin-top: 3px; flex-shrink: 0; }
.flavor-option:has(input:checked) { border-color: #E11D2A; background: #fff5f5; }
.flavor-option-body { display: flex; flex-direction: column; gap: 2px; }
.flavor-option-name { font-size: .92rem; font-weight: 800; color: #111827; line-height: 1.2; }
.flavor-option-desc { font-size: .78rem; color: #6b7280; line-height: 1.35; }
.cart-line-flavors { font-size: .78rem; font-weight: 600; color: #E11D2A; line-height: 1.3; margin-top: 2px; }

.flavor-free-tag {
    display: inline-block; margin-left: 6px; padding: 2px 8px; border-radius: 999px;
    background: #dcfce7; color: #15803d; font-size: .68rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: .02em; vertical-align: middle;
}
.cart-line-borda { font-size: .75rem; font-weight: 600; color: #15803d; line-height: 1.3; }

/* O picker sempre rola por dentro, para o botão de confirmar nunca sair da tela */
.flavor-picker { max-height: 58vh; overflow-y: auto; overscroll-behavior: contain; padding-right: 4px; }
.flavor-picker::-webkit-scrollbar { width: 6px; }
.flavor-picker::-webkit-scrollbar-thumb { background: #d4d4d8; border-radius: 999px; }
.flavor-block + .flavor-block { margin-top: 2px; }
.flavor-block-title {
    position: sticky; top: 0; background: #fff; z-index: 1; padding-top: 4px;
    display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
}
.flavor-free-tag { white-space: nowrap; }

@media (max-width: 640px) {
    .swal2-popup { padding: 1rem .85rem 1.15rem !important; }
    .swal2-title { font-size: 1.25rem !important; padding-top: .25rem !important; }
    .flavor-subtitle { font-size: .82rem; margin-bottom: 10px; }
    .flavor-picker { max-height: 52vh; }
    .flavor-option { padding: 9px 10px; gap: 8px; border-radius: 10px; }
    .flavor-option-name { font-size: .88rem; }
    .flavor-option-desc { font-size: .74rem; }
    .flavor-block-title { font-size: .88rem; }
    /* Botões empilhados e full-width: alvo de toque confortável */
    .swal2-actions { flex-direction: column-reverse; width: 100%; gap: 8px; margin-top: 1rem !important; }
    .swal2-actions .swal2-styled { width: 100%; margin: 0 !important; padding: 13px 16px; font-size: .95rem; }
}

/* --- ÍCONES INLINE (substituem emoji) --- */
.ico {
    width: 1em; height: 1em; flex-shrink: 0;
    display: inline-block; vertical-align: -0.125em;
}
.review-stars { display: inline-flex; gap: 2px; color: #fbbf24; vertical-align: middle; }
.review-stars .ico { width: 15px; height: 15px; vertical-align: middle; }
.combo-ribbon .ico, .combo-urgency .ico { margin-right: 5px; }
.site-footer-age-badge .ico { width: 1rem; height: 1rem; }

/* Notas inline: ícone discreto, alinhado com a primeira linha do texto */
.cep-age-notice, .cart-age-note {
    display: flex; align-items: flex-start; gap: .45rem; text-align: left;
}
.cep-age-notice .ico, .cart-age-note .ico {
    width: 1.05em; height: 1.05em; margin-top: .12em; opacity: .75;
}
.cep-hero-icon { display: flex; justify-content: center; margin-bottom: .75rem; color: #E11D2A; }
.cep-hero-icon .ico { width: 2.5rem; height: 2.5rem; }
.combos-kicker .ico { margin-right: 4px; }
.cart-line-soda { font-size: .78rem; font-weight: 600; color: #4b5563; line-height: 1.3; }

/* ===== Combos em lista horizontal, estilo oferta ===== */
#combos-section {
    background: #f3f4f6;
    border-radius: 0;
    padding: 0 0 18px;
}

.combos-head {
    padding: 20px 12px 0;
    margin-bottom: 16px;
}

.combos-title {
    color: #071226;
    font-size: clamp(1.45rem, 5vw, 2rem);
    font-weight: 900;
}

.combos-sub {
    color: #64748b;
    font-size: .9rem;
}

.combo-grid {
    display: grid;
    width: min(100%, 620px);
    margin: 0 auto;
    gap: 14px;
}

.combo-grid > .combo-card {
    flex: initial;
    min-width: 0;
    max-width: none;
}

.combo-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(8.75rem, 28vw, 12rem);
    align-items: center;
    min-height: 9.25rem;
    overflow: visible;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 1rem;
    box-shadow: 0 2px 9px rgba(15, 23, 42, .12);
    transition: transform .15s, box-shadow .15s, border-color .15s;
}

.combo-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .16);
}

.combo-card.is-featured {
    border-color: #E11D2A;
    box-shadow: 0 2px 9px rgba(15, 23, 42, .12);
}

.combo-ribbon {
    position: static;
    display: inline-flex;
    align-self: flex-start;
    width: max-content;
    margin-bottom: .45rem;
    padding: .34rem .68rem;
    border-radius: .5rem;
    background: #E11D2A;
    color: #fff;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: none;
}

.combo-ribbon-purple {
    background: #7c3aed;
}

.combo-body {
    min-width: 0;
    padding: 1rem .6rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.combo-name {
    color: #06142a;
    font-size: clamp(.95rem, 3.6vw, 1.08rem);
    font-weight: 900;
    line-height: 1.15;
}

.combo-free {
    margin-top: .4rem;
    color: #009640;
    font-size: .76rem;
    font-weight: 800;
    line-height: 1.2;
}

.combo-free strong {
    display: inline-block;
    margin-left: .18rem;
    padding: .05rem .28rem;
    border-radius: .3rem;
    background: #dcfce7;
    color: #04833d;
}

.combo-free span:last-child {
    color: #7b8794;
    font-size: .68rem;
    font-weight: 700;
    text-decoration: line-through;
}

.combo-prices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: .82rem;
}

.combo-old {
    color: #a7b0bd;
    font-size: .8rem;
    text-decoration: line-through;
}

.combo-new {
    color: #04a74f;
    font-size: clamp(1.18rem, 5vw, 1.45rem);
    font-weight: 900;
    line-height: 1;
}

.combo-price-discount {
    display: inline-flex;
    align-items: center;
    min-height: 1.3rem;
    padding: .12rem .48rem;
    border: 1px solid #a7efc4;
    border-radius: .45rem;
    background: #dcfce7;
    color: #009640;
    font-size: .68rem;
    font-weight: 900;
}

.combo-media {
    position: relative;
    align-self: stretch;
    min-width: 0;
    margin: .85rem .95rem .85rem 0;
    border-radius: .55rem;
    background: #0c0c0d;
}

.combo-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 7.4rem;
    object-fit: cover;
    border-radius: .55rem;
}

.combo-discount {
    position: absolute;
    top: .15rem;
    right: -.35rem;
    bottom: auto;
    padding: .32rem .52rem;
    border-radius: 999px;
    background: #05a64b;
    color: #fff;
    font-size: .76rem;
    font-weight: 900;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .22);
}

.combo-cta {
    position: absolute;
    right: -.55rem;
    bottom: -.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 999px;
    background: #d72f35;
    color: #fff;
    box-shadow: 0 5px 14px rgba(215, 47, 53, .42);
}

.combo-cta svg {
    width: 1.35rem;
    height: 1.35rem;
}

@media (max-width: 420px) {
    .combo-grid {
        gap: 12px;
    }

    .combo-card {
        grid-template-columns: minmax(0, 1fr) 7.65rem;
        min-height: 8.9rem;
        border-radius: .95rem;
    }

    .combo-media {
        margin: .9rem .85rem .9rem 0;
    }

    .combo-media img {
        min-height: 6.6rem;
    }

    .combo-body {
        padding-left: .85rem;
    }

    .combo-free {
        font-size: .68rem;
    }

    .combo-free span:last-child {
        display: none;
    }
}

/* ===== Camada final: diagramacao da home e comentarios ===== */
body { background: #eef0f3; }
body > header,
body > main,
body > footer {
    width: min(100%, 430px);
    margin-inline: auto;
}
body > header {
    overflow: hidden;
    border-radius: 0 0 1rem 1rem;
    background: #fff;
}
.hero-cover { height: 9rem; }
.hero-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .42);
}
.hero-cover img {
    width: 5.4rem !important;
    height: 5.4rem !important;
    border-width: 4px !important;
}
header .rounded-t-\[45px\] {
    border-radius: 0 0 1rem 1rem !important;
    margin-top: -2.6rem !important;
}
header h1 {
    font-size: 1.18rem !important;
    line-height: 1.2 !important;
}
header h1 + svg {
    width: 1rem !important;
    height: 1rem !important;
}
.top-status-wrap {
    position: absolute;
    top: .95rem;
    left: 1rem;
    z-index: 22;
    margin: 0;
}
.top-status-pill {
    min-height: 1.55rem;
    padding: .38rem .72rem;
    font-size: .66rem;
    font-weight: 900;
    text-transform: uppercase;
}
.header-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    margin-top: .9rem;
}
.header-info-card {
    min-height: 2.1rem;
    padding: .38rem .65rem;
    border-radius: 999px;
    gap: .35rem;
}
.header-info-card:nth-child(4) {
    order: -1;
    width: auto;
}
.header-info-icon {
    width: .85rem;
    height: .85rem;
    flex-basis: .85rem;
    background: transparent;
    color: #ef4444;
}
.header-info-card p:first-child { display: none; }
.header-info-card p:last-child {
    font-size: .68rem !important;
    color: #64748b;
}
main.pt-6 {
    padding-top: .85rem !important;
    background: #eef0f3;
}
.home-promo-banner {
    border-radius: 0;
    box-shadow: none;
}
.offer-alerts {
    display: grid;
    gap: .65rem;
    margin: .65rem 0 1rem;
}
.offer-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    min-height: 1.85rem;
    border-radius: .45rem;
    font-size: .72rem;
    font-weight: 900;
    text-align: center;
}
.offer-alert .ico {
    width: .8rem;
    height: .8rem;
}
.offer-alert-green {
    border: 1px solid #86efac;
    background: #ecfdf3;
    color: #008236;
}
.offer-alert-red {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #dc2626;
}
#combos-section {
    background: transparent;
    padding: 0 1rem .25rem;
}
.combos-head {
    padding: 0;
    margin-bottom: .7rem;
    text-align: left;
}
.combos-title {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    color: #071226;
    font-size: 1.05rem;
    font-weight: 900;
}
.combos-title .ico { color: #f97316; }
.combo-grid {
    display: grid;
    width: 100%;
    gap: .75rem;
}
.combo-grid > .combo-card {
    flex: initial;
    min-width: 0;
    max-width: none;
}
.combo-card {
    display: grid;
    min-height: 6.9rem;
    grid-template-columns: minmax(0, 1fr) 5.85rem;
    border-width: 0;
    border-radius: .75rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}
.combo-card.is-featured {
    border: 2px solid #ef1d2d;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}
.combo-body {
    padding: .65rem .45rem .65rem .7rem;
}
.combo-ribbon {
    position: static;
    margin-bottom: .35rem;
    padding: .18rem .42rem;
    border-radius: .3rem;
    font-size: .56rem;
}
.combo-name {
    font-size: .82rem;
    line-height: 1.15;
}
.combo-free {
    margin-top: .27rem;
    font-size: .58rem;
}
.combo-prices {
    margin-top: .5rem;
    gap: .32rem;
}
.combo-new { font-size: .98rem; }
.combo-old { font-size: .62rem; }
.combo-price-discount {
    min-height: .95rem;
    padding: .06rem .32rem;
    border-radius: .25rem;
    font-size: .55rem;
}
.combo-media {
    margin: .55rem .62rem .55rem 0;
    border-radius: .35rem;
}
.combo-media img {
    min-height: 5.8rem;
    border-radius: .35rem;
}
.combo-discount {
    top: .18rem;
    right: -.2rem;
    padding: .18rem .34rem;
    font-size: .54rem;
}
.combo-cta {
    right: -.44rem;
    bottom: -.44rem;
    width: 1.95rem;
    height: 1.95rem;
    border-width: 2px;
}
.combo-cta svg {
    width: 1rem;
    height: 1rem;
}
#reviews { display: none; }
.reviews-panel {
    border-radius: .9rem;
    background: #fff;
    padding: .95rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}
.reviews-summary {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #e5e7eb;
}
.reviews-score {
    color: #071226;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}
.reviews-score-copy p {
    color: #334155;
    font-size: .72rem;
    line-height: 1.1;
}
.reviews-score-copy small {
    display: block;
    margin-top: .1rem;
    color: #94a3b8;
    font-size: .62rem;
}
.review-stars {
    color: #f59e0b;
    letter-spacing: 0;
}
.reviews-bars {
    display: grid;
    grid-template-columns: 1rem 1fr;
    gap: .38rem .55rem;
    align-items: center;
    padding: .8rem 0 .9rem;
    border-bottom: 1px solid #e5e7eb;
    color: #64748b;
    font-size: .68rem;
    font-weight: 800;
}
.reviews-bars div {
    height: .42rem;
    overflow: hidden;
    border-radius: 999px;
    background: #eef2f7;
}
.reviews-bars i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #f59e0b;
}
.reviews-list {
    display: grid;
    gap: .45rem;
    padding-top: .6rem;
}
.review-card {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: .55rem;
    padding: .55rem;
    border: 1px solid #e5e7eb;
    border-radius: .55rem;
    background: #fff;
}
.review-avatar-img {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    object-fit: cover;
}
.review-card header {
    display: block;
}
.review-card strong {
    color: #111827;
    font-size: .72rem;
    line-height: 1.05;
}
.review-card header span {
    display: block;
    margin-top: .05rem;
    color: #94a3b8;
    font-size: .52rem;
    font-weight: 700;
}
.small-stars {
    display: block;
    margin-top: .28rem;
    font-size: .58rem;
    line-height: 1;
}
.review-card p {
    margin-top: .25rem;
    color: #475569;
    font-size: .62rem;
    line-height: 1.35;
}

/* ===== Requinte visual final ===== */
:root {
    --flash-bg: #f3f5f8;
    --flash-card: #ffffff;
    --flash-ink: #071226;
    --flash-muted: #64748b;
    --flash-line: #e4e8ef;
    --flash-red: #e11d2e;
    --flash-green: #00a64f;
    --flash-orange: #ff7315;
    --flash-yellow: #ffc323;
    --flash-shadow: 0 12px 30px rgba(15, 23, 42, .08);
    --flash-soft-shadow: 0 6px 18px rgba(15, 23, 42, .07);
}

html {
    background: linear-gradient(180deg, #fff 0, var(--flash-bg) 18rem);
}

body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% 0, rgba(253, 194, 4, .12), transparent 19rem),
        var(--flash-bg);
    color: var(--flash-ink);
}

body > header,
body > main,
body > footer {
    width: min(100%, 430px);
    margin-inline: auto;
}

body > header {
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .9);
    border-top: 0;
    border-radius: 0 0 1.15rem 1.15rem;
    background: var(--flash-card);
    box-shadow: var(--flash-shadow);
}

.hero-cover {
    height: 8.6rem;
    background-color: #ffc323;
    background-image: none;
}

.hero-cover::before {
    content: none;
}

.hero-cover::after {
    content: none;
}

.hero-cover img {
    bottom: -1.1rem;
    width: 5.75rem !important;
    height: 5.75rem !important;
    padding: .2rem;
    border: 4px solid #fff !important;
    background: #080809;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .26);
}

header .rounded-t-\[45px\] {
    margin-top: -1px !important;
    border-radius: 0 0 1.15rem 1.15rem !important;
    box-shadow: none !important;
}

header .pt-16 {
    padding-top: 2rem !important;
    padding-bottom: 1.15rem !important;
}

header h1 {
    font-size: 1.18rem !important;
    font-weight: 900 !important;
    letter-spacing: 0;
}

header h1 + svg {
    width: 1rem !important;
    height: 1rem !important;
}

header h1 + svg path {
    fill: #2397f3;
}

header h1 ~ * {
    letter-spacing: 0;
}

header h1 + svg + p,
header .text-center.text-gray-500 {
    color: #6b7280 !important;
    font-size: .78rem !important;
}

.top-status-wrap {
    top: .95rem;
    left: 1rem;
}

.top-status-pill {
    min-height: 1.7rem;
    padding: .42rem .82rem;
    border: 1px solid rgba(255, 255, 255, .32);
    background: linear-gradient(180deg, #22d56f 0%, #18bd5c 100%);
    color: #fff;
    font-size: .64rem;
    letter-spacing: 0;
    box-shadow: 0 10px 22px rgba(34, 197, 94, .28);
}

.top-status-dot {
    width: .48rem;
    height: .48rem;
}

.header-cards,
.store-badges {
    max-width: 22.75rem;
    margin-inline: auto;
}

.header-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: center;
    align-items: center;
    gap: .58rem .62rem;
    margin-top: 1rem;
}

.header-info-card,
.store-badge {
    border: 1px solid var(--flash-line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 5px 16px rgba(15, 23, 42, .055);
    backdrop-filter: blur(10px);
}

.header-info-card {
    min-width: 8.05rem;
    min-height: 2.35rem;
    padding: .48rem .78rem;
    border-radius: 999px;
    justify-content: center;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.header-info-card:hover,
.store-badge:hover {
    transform: translateY(-1px);
    border-color: rgba(225, 29, 46, .18);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}

.header-info-icon {
    display: grid;
    place-items: center;
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 1.05rem;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--flash-red);
}

.header-info-icon svg {
    width: .66rem;
    height: .66rem;
    stroke-width: 2.6;
}

.header-info-card p:last-child {
    color: #475569 !important;
    font-size: .69rem !important;
    font-weight: 800 !important;
    white-space: nowrap;
}

.header-info-card .text-green-600 {
    color: #008b3c !important;
}

.store-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, max-content));
    justify-content: center;
    align-items: center;
    gap: .48rem;
    margin-top: .8rem;
}

.store-badge {
    min-height: 1.75rem;
    padding: .36rem .78rem;
    color: #475569;
    font-size: .66rem;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.store-badge::before {
    content: "";
    display: inline-block;
    width: .46rem;
    height: .46rem;
    margin-right: .38rem;
    border-radius: 999px;
    background: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, .12);
}

.store-badge:nth-child(2)::before {
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .12);
}

.store-badge-super {
    border-color: #fed77a;
    background: #fff7dc;
    color: #9a5a00;
}

.store-badge-super::before {
    content: none;
}

.store-badge-super svg {
    width: .72rem;
    height: .72rem;
    margin-right: .28rem;
    color: #d97706;
}

.store-badge-live {
    grid-column: 1 / -1;
    justify-self: center;
    border-color: #a7f3c8;
    background: #f0fdf4;
    color: #008236;
    min-width: 7.85rem;
}

.store-badge-live::before {
    content: none;
}

.store-live-dot {
    width: .54rem;
    height: .54rem;
    margin-right: .2rem;
}

main.pt-6 {
    padding-top: .85rem !important;
    background: #fff;
}

#home-view-container > .px-4:first-child {
    margin-bottom: .9rem !important;
}

.home-promo-banner {
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .86);
    border-radius: .78rem;
    background: #111;
    box-shadow: var(--flash-soft-shadow);
}

.offer-alerts {
    gap: .55rem;
    margin: .75rem 0 1.25rem;
}

.offer-alert {
    min-height: 2.15rem;
    border-radius: .62rem;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: 0 5px 15px rgba(15, 23, 42, .04);
}

.offer-alert-green {
    border-color: #84e7ad;
    background: linear-gradient(180deg, #f1fff6 0%, #e8fff0 100%);
    color: #00853b;
}

.offer-alert-red {
    border-color: #ffc4c8;
    background: linear-gradient(180deg, #fff8f8 0%, #fff0f1 100%);
    color: #db1f2d;
}

#combos-section {
    padding: 0 1rem .45rem;
}

.combos-head {
    margin-bottom: .85rem;
}

.combos-title {
    position: relative;
    gap: .45rem;
    color: var(--flash-ink);
    font-size: 1.08rem;
    line-height: 1.1;
    letter-spacing: 0;
}

.combos-title .ico {
    width: 1.08rem;
    height: 1.08rem;
    color: var(--flash-orange);
}

.combo-grid {
    gap: .8rem;
}

.combo-card {
    min-height: 7.2rem;
    grid-template-columns: minmax(0, 1fr) 6rem;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .88);
    border-radius: .9rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94)),
        #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .075);
}

.combo-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .1);
}

.combo-card.is-featured {
    border: 2px solid #f21f33;
    box-shadow: 0 10px 25px rgba(225, 29, 46, .1);
}

.combo-body {
    padding: .78rem .5rem .72rem .78rem;
}

.combo-ribbon {
    margin-bottom: .35rem;
    padding: .22rem .48rem;
    border-radius: .42rem;
    background: #f21f33;
    color: #fff;
    font-size: .55rem;
    line-height: 1;
    letter-spacing: 0;
}

.combo-ribbon-purple {
    background: #7c3aed;
}

.combo-name {
    color: #071226;
    font-size: .84rem;
    font-weight: 900;
    line-height: 1.16;
}

.combo-free {
    margin-top: .34rem;
    color: #008b3c;
    font-size: .58rem;
    font-weight: 900;
}

.combo-free strong {
    background: #e5fff0;
    color: #008b3c;
}

.combo-free span:last-child {
    color: #8a94a3;
}

.combo-prices {
    margin-top: .55rem;
    align-items: center;
}

.combo-new {
    color: #009845;
    font-size: 1.03rem;
    letter-spacing: 0;
}

.combo-old {
    color: #9aa4b2;
    font-size: .62rem;
    font-weight: 800;
}

.combo-price-discount {
    border-color: #9af0bd;
    background: #e9fff2;
    color: #008b3c;
    font-size: .54rem;
}

.combo-media {
    margin: .58rem .62rem .58rem 0;
    overflow: hidden;
    border-radius: .5rem;
    background: #080809;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.combo-media img {
    min-height: 5.95rem;
    border-radius: .5rem;
    transition: transform .2s ease;
}

.combo-card:hover .combo-media img {
    transform: scale(1.035);
}

.combo-discount {
    top: .22rem;
    right: .22rem;
    padding: .22rem .38rem;
    border: 1px solid rgba(255, 255, 255, .55);
    background: #00a64f;
    color: #fff;
    font-size: .55rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .24);
}

.combo-cta {
    right: .38rem;
    bottom: .38rem;
    width: 2.05rem;
    height: 2.05rem;
    border: 2px solid #fff;
    background: linear-gradient(180deg, #ef3b43 0%, #d51f2a 100%);
    box-shadow: 0 8px 18px rgba(213, 31, 42, .32);
}

.combo-cta:hover {
    background: #c91522;
}

#reviews-diagram {
    margin-top: .65rem;
}

.reviews-panel {
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: .95rem;
    background: #fff;
    padding: .8rem;
    box-shadow: var(--flash-soft-shadow);
}

.reviews-summary {
    gap: .78rem;
    padding-bottom: .72rem;
}

.reviews-score {
    font-size: 2.05rem;
    letter-spacing: -.02em;
}

.reviews-score-copy p {
    color: #334155;
    font-size: .68rem;
    font-weight: 700;
}

.reviews-score-copy small {
    color: #8a94a3;
    font-size: .58rem;
}

.review-stars {
    color: #f6a400;
}

.reviews-bars {
    padding: .72rem 0 .78rem;
}

.reviews-bars div {
    background: #edf1f6;
}

.reviews-bars i {
    background: linear-gradient(90deg, #ffb21a, #ff7a1a);
}

.reviews-list {
    gap: .48rem;
}

.review-card {
    grid-template-columns: 2.45rem minmax(0, 1fr);
    gap: .62rem;
    padding: .6rem;
    border-color: #e7ebf1;
    border-radius: .68rem;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .035);
}

.review-avatar-img {
    width: 2.45rem;
    height: 2.45rem;
    border: 2px solid #fff;
    box-shadow: 0 3px 8px rgba(15, 23, 42, .14);
}

.review-card strong {
    color: #071226;
    font-size: .73rem;
    font-weight: 900;
}

.review-card header span {
    color: #8792a1;
    font-size: .53rem;
}

.small-stars {
    margin-top: .25rem;
    font-size: .58rem;
}

.review-card p {
    color: #415168;
    font-size: .63rem;
    line-height: 1.38;
}

.site-footer {
    border-top: 1px solid rgba(226, 232, 240, .9);
    background: linear-gradient(180deg, #fff 0%, #fff7dc 100%);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, .04);
}

.site-footer-inner {
    padding: 1.25rem 1rem 5.35rem;
}

.cart-shell {
    border-radius: 1rem !important;
}

.cart-head {
    background: linear-gradient(180deg, #ffc928 0%, #f7b900 100%);
}

.cart-body {
    background: #fff;
}

@media (max-width: 360px) {
    .combo-card {
        grid-template-columns: minmax(0, 1fr) 5.45rem;
    }

    .combo-name {
        font-size: .78rem;
    }

    .combo-free {
        font-size: .53rem;
    }
}

/* ===== Rodape institucional forte ===== */
.site-footer {
    margin-top: 1rem;
    border-top: 1px solid #111827;
    background: #171d28;
    color: #fff;
    box-shadow: 0 -10px 30px rgba(15, 23, 42, .08);
}

.site-footer-inner {
    align-items: stretch;
    gap: 1rem;
    padding: 1.25rem 1rem 5.5rem;
    text-align: left;
}

.site-footer-brand-block {
    display: grid;
    grid-template-columns: 2.65rem minmax(0, 1fr);
    align-items: center;
    gap: .8rem;
    padding-bottom: .95rem;
    border-bottom: 1px solid #e6ebf2;
}

.site-footer-pizza-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border: 1px solid rgba(250, 204, 21, .35);
    border-radius: 999px;
    background: rgba(250, 204, 21, .10);
    color: #facc15;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.site-footer-pizza-mark svg {
    width: 1.42rem;
    height: 1.42rem;
}

.site-footer-brand {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.1;
}

.site-footer-subtitle {
    margin-top: .25rem;
    color: #cbd5e1;
    font-size: .72rem;
    font-weight: 650;
    line-height: 1.35;
}

.site-footer-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: .5rem;
}

.site-footer-trust span {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-height: 2.45rem;
    padding: .62rem .75rem;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: .75rem;
    background: rgba(255, 255, 255, .04);
    color: #e5e7eb;
    font-size: .73rem;
    font-weight: 850;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .045);
}

.site-footer-trust svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    color: #059669;
}

.site-footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: .55rem;
    padding: .95rem 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.site-footer-links h2 {
    margin: 0 0 .25rem;
    color: #fff;
    font-size: .82rem;
    font-weight: 950;
    line-height: 1.1;
}

.site-footer-links a {
    min-height: auto;
    justify-content: flex-start;
    padding: 0;
    border-radius: 0;
    color: #fff;
    font-size: .64rem;
    font-weight: 850;
    line-height: 1.25;
    box-shadow: none;
}

.site-footer-links a::after {
    content: none;
}

.site-footer-links a:hover {
    transform: none;
    background: transparent;
    color: #facc15;
}

.site-footer-company {
    padding: .9rem;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: .8rem;
    background: rgba(255, 255, 255, .04);
}

.site-footer-company p {
    color: #cbd5e1;
    font-size: .68rem;
    line-height: 1.42;
}

.site-footer-company strong {
    color: #fff;
    font-weight: 900;
}

.site-footer-legal {
    margin: 0;
    color: #94a3b8;
    font-size: .62rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

@media (min-width: 390px) {
    .site-footer-trust {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer-trust span:last-child {
        grid-column: 1 / -1;
    }
}

/* ===== Rodape claro restaurado ===== */
.site-footer {
    margin-top: 1rem;
    border-top: 1px solid #e6ebf2;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: #111827;
    box-shadow: 0 -10px 30px rgba(15, 23, 42, .06);
}

.site-footer-inner {
    align-items: stretch;
    gap: 1rem;
    padding: 1.25rem 1rem 5.5rem;
    text-align: left;
}

.site-footer-brand-block {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    align-items: center;
    gap: .8rem;
    padding-bottom: .95rem;
    border-bottom: 1px solid #e6ebf2;
}

.site-footer-brand-block img {
    display: block;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: .85rem;
    object-fit: cover;
    background: #0b0b0c;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .16);
}

.site-footer-brand {
    margin: 0;
    color: #071226;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.1;
}

.site-footer-subtitle {
    margin-top: .25rem;
    color: #64748b;
    font-size: .72rem;
    font-weight: 650;
    line-height: 1.35;
}

.site-footer-trust span {
    border: 1px solid #e6ebf2;
    background: #ffffff;
    color: #334155;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .045);
}

.site-footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: .45rem;
    padding: .95rem 0;
    border-top: 1px solid #e6ebf2;
    border-bottom: 1px solid #e6ebf2;
}

.site-footer-links h2 {
    display: none;
}

.site-footer-links a {
    min-height: 2.1rem;
    justify-content: space-between;
    padding: .35rem 0;
    color: #111827;
    font-size: .75rem;
    font-weight: 850;
}

.site-footer-links a::after {
    content: ">";
    color: #94a3b8;
    font-weight: 900;
}

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

.site-footer-company {
    border: 1px solid #e6ebf2;
    background: #f8fafc;
}

.site-footer-company p {
    color: #475569;
}

.site-footer-company strong {
    color: #111827;
}

/* ===== Ajuste fino do topo no mobile ===== */
@media (max-width: 520px) {
    .top-status-wrap {
        position: static !important;
        transform: none !important;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: .85rem auto .45rem;
        padding: 0 1rem;
    }

    .top-status-pill {
        min-height: 1.85rem;
        padding: .45rem .9rem;
        font-size: .68rem;
        letter-spacing: .01em;
        box-shadow: 0 8px 18px rgba(22, 163, 74, .22);
    }

    .header-logo-wrap {
        margin-bottom: .55rem !important;
    }

    .store-title {
        margin-top: 0 !important;
        padding: 0 1rem;
        font-size: 1.22rem !important;
        line-height: 1.12 !important;
    }

    .store-subtitle {
        padding: 0 1.2rem;
        font-size: .84rem !important;
        line-height: 1.35 !important;
    }

    .header-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: min(100%, 22rem);
        gap: .55rem !important;
        margin: 1rem auto .75rem !important;
        padding: 0 .8rem;
    }

    .header-info-card {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 2.45rem;
        justify-content: center;
        padding: .55rem .6rem !important;
        border-radius: 999px !important;
        gap: .42rem !important;
        white-space: nowrap;
    }

    .header-info-icon {
        width: 1.35rem !important;
        height: 1.35rem !important;
        flex: 0 0 1.35rem;
    }

    .header-info-card p:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .72rem !important;
        line-height: 1.05 !important;
    }

    .store-badges {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: min(100%, 22rem);
        gap: .5rem !important;
        margin: .75rem auto 0 !important;
        padding: 0 .8rem;
    }

    .store-badge {
        justify-content: center;
        min-width: 0 !important;
        width: 100%;
        min-height: 2rem;
        padding: .45rem .55rem !important;
        font-size: .66rem !important;
        line-height: 1 !important;
        white-space: nowrap;
    }

    .store-badge::before {
        width: .45rem !important;
        height: .45rem !important;
        flex: 0 0 .45rem;
    }

    .store-badge-live {
        grid-column: 1 / -1;
        width: min(9.5rem, 100%);
        justify-self: center;
        margin-top: .1rem;
    }
}

@media (max-width: 370px) {
    .header-cards,
    .store-badges {
        padding: 0 .55rem;
    }

    .header-info-card p:last-child,
    .store-badge {
        font-size: .62rem !important;
    }
}

/* ===== Status do topo sempre no fluxo ===== */
.top-status-wrap {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: .65rem auto .1rem;
    padding: 0 1rem;
}

.top-status-pill {
    min-height: 1.82rem;
    padding: .45rem .92rem;
    border-radius: 999px;
}

/* ===== Combos premium: icones, selos e credibilidade ===== */
.offer-alerts {
    margin-top: .8rem !important;
    margin-bottom: 1.35rem !important;
}

.offer-alert {
    min-height: 2.25rem !important;
    border-width: 1px !important;
    border-radius: .75rem !important;
    font-size: .68rem !important;
    letter-spacing: 0 !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .045) !important;
}

.offer-alert .ico {
    width: .82rem !important;
    height: .82rem !important;
    stroke-width: 2.4;
}

.offer-alert-green {
    border-color: #b7efcc !important;
    background: linear-gradient(180deg, #f7fffa 0%, #effdf5 100%) !important;
    color: #04733b !important;
}

.offer-alert-red {
    border-color: #ffd0d5 !important;
    background: linear-gradient(180deg, #fffafa 0%, #fff4f5 100%) !important;
    color: #bf1626 !important;
}

.combos-head {
    margin: .35rem 0 1rem !important;
}

.combos-title {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: .52rem !important;
    color: #0b172a !important;
    font-size: 1.12rem !important;
    font-weight: 950 !important;
}

.combos-title .ico {
    width: 1.12rem !important;
    height: 1.12rem !important;
    padding: .16rem;
    border-radius: 999px;
    background: #fff3e8;
    color: #ea580c !important;
    box-shadow: inset 0 0 0 1px rgba(234, 88, 12, .14);
}

.combo-grid {
    gap: .9rem !important;
}

.combo-card {
    min-height: 7.1rem !important;
    grid-template-columns: minmax(0, 1fr) 6.15rem !important;
    border: 1px solid #e1e7ef !important;
    border-radius: .85rem !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 252, 255, .98)),
        #fff !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .07) !important;
}

.combo-card.is-featured {
    border: 1.5px solid rgba(239, 36, 51, .86) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 250, 250, .98)),
        #fff !important;
    box-shadow:
        0 10px 24px rgba(225, 29, 46, .08),
        inset 0 0 0 1px rgba(255, 255, 255, .7) !important;
}

.combo-body {
    padding: .88rem .58rem .8rem .86rem !important;
}

.combo-ribbon {
    margin-bottom: .32rem !important;
    padding: .25rem .5rem !important;
    border-radius: .42rem !important;
    background: linear-gradient(180deg, #ff2e3f 0%, #d91f2d 100%) !important;
    font-size: .52rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    box-shadow: 0 5px 12px rgba(217, 31, 45, .18);
}

.combo-ribbon-purple {
    background: linear-gradient(180deg, #7c3aed 0%, #6025c5 100%) !important;
    box-shadow: 0 5px 12px rgba(124, 58, 237, .16);
}

.combo-name {
    color: #071226 !important;
    font-size: .85rem !important;
    font-weight: 950 !important;
    line-height: 1.18 !important;
}

.combo-free {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: .18rem .25rem !important;
    margin-top: .38rem !important;
    color: #04733b !important;
    font-size: .57rem !important;
    font-weight: 900 !important;
    line-height: 1.18 !important;
}

.combo-gift {
    display: inline-grid;
    place-items: center;
    width: .92rem;
    height: .92rem;
    flex: 0 0 .92rem;
    border-radius: .28rem;
    background: #eefdf4;
    color: #079447;
    box-shadow: inset 0 0 0 1px rgba(7, 148, 71, .14);
}

.combo-gift .ico {
    width: .62rem;
    height: .62rem;
    stroke: currentColor;
    stroke-width: 2.2;
}

.combo-free strong {
    padding: .08rem .28rem !important;
    border-radius: .35rem !important;
    background: #e8fff1 !important;
    color: #04733b !important;
    font-size: .55rem !important;
    box-shadow: inset 0 0 0 1px rgba(4, 115, 59, .12);
}

.combo-free span:last-child {
    color: #8a95a5 !important;
    font-weight: 800 !important;
    text-decoration: line-through;
}

.combo-prices {
    margin-top: .55rem !important;
    gap: .3rem !important;
}

.combo-new {
    color: #039447 !important;
    font-size: 1.08rem !important;
    font-weight: 950 !important;
}

.combo-old {
    color: #9aa5b4 !important;
    font-size: .6rem !important;
    font-weight: 850 !important;
}

.combo-price-discount {
    padding: .12rem .36rem !important;
    border: 1px solid #a9efc4 !important;
    border-radius: .38rem !important;
    background: #edfff4 !important;
    color: #04733b !important;
    font-size: .5rem !important;
    font-weight: 950 !important;
}

.combo-media {
    margin: .58rem .62rem .58rem 0 !important;
    border-radius: .58rem !important;
    background: #060708 !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .12),
        0 6px 14px rgba(15, 23, 42, .08) !important;
}

.combo-media img {
    min-height: 5.95rem !important;
    border-radius: .58rem !important;
}

.combo-discount {
    top: .28rem !important;
    right: .28rem !important;
    min-width: 2.45rem;
    padding: .23rem .38rem !important;
    border: 1px solid rgba(255, 255, 255, .62) !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #09b85a 0%, #05843f 100%) !important;
    color: #fff !important;
    font-size: .5rem !important;
    font-weight: 950 !important;
    text-align: center;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .24) !important;
}

.combo-cta {
    right: .38rem !important;
    bottom: .38rem !important;
    width: 2.08rem !important;
    height: 2.08rem !important;
    border: 2px solid #fff !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .18), transparent 44%),
        linear-gradient(180deg, #f23f49 0%, #cf1f2c 100%) !important;
    box-shadow:
        0 8px 16px rgba(207, 31, 44, .28),
        inset 0 1px 0 rgba(255, 255, 255, .32) !important;
}

.combo-cta svg {
    width: 1rem !important;
    height: 1rem !important;
    stroke-width: 2.6;
}

@media (max-width: 360px) {
    .combo-card {
        grid-template-columns: minmax(0, 1fr) 5.65rem !important;
    }

    .combo-body {
        padding-left: .74rem !important;
    }

    .combo-name {
        font-size: .78rem !important;
    }

    .combo-new {
        font-size: 1rem !important;
    }
}

/* ===== Selos de confiança premium ===== */
.site-footer-trust {
    gap: .62rem !important;
}

.site-footer-trust span {
    position: relative;
    min-height: 3.05rem !important;
    display: grid !important;
    grid-template-columns: 2.05rem minmax(0, 1fr);
    align-items: center !important;
    gap: .64rem !important;
    padding: .64rem .78rem !important;
    overflow: hidden;
    border: 1px solid #e1e7ef !important;
    border-radius: .78rem !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(248, 250, 252, .96) 100%),
        #fff !important;
    color: #243247 !important;
    font-size: .71rem !important;
    font-weight: 900 !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    box-shadow:
        0 7px 18px rgba(15, 23, 42, .055),
        inset 0 1px 0 rgba(255, 255, 255, .88) !important;
}

.site-footer-trust span::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: #e11d2e;
    opacity: .72;
}

.site-footer-trust svg {
    box-sizing: border-box;
    width: 2.05rem !important;
    height: 2.05rem !important;
    padding: .48rem;
    border: 1px solid #ffd6da;
    border-radius: .68rem;
    background:
        linear-gradient(180deg, #fff8f8 0%, #fff1f2 100%);
    color: #d51f2a !important;
    stroke-width: 1.9;
    filter: drop-shadow(0 4px 8px rgba(5, 135, 90, .10));
}

.site-footer-trust span:nth-child(2)::after {
    background: #ffc323;
}

.site-footer-trust span:nth-child(2) svg {
    border-color: #ffe7a3;
    background: linear-gradient(180deg, #fffaf0 0%, #fff5d6 100%);
    color: #b77900 !important;
}

.site-footer-trust span:nth-child(3)::after {
    background: #e11d2e;
}

.site-footer-trust span:nth-child(3) svg {
    border-color: #ffe7a3;
    background: linear-gradient(180deg, #fffaf0 0%, #fff5d6 100%);
    color: #b77900 !important;
}

/* ===== Modal Monte seu combo com identidade Flash ===== */
.combo-modal-popup.swal2-popup {
    width: min(92vw, 34rem) !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .96) !important;
    border-radius: 1.05rem !important;
    background:
        linear-gradient(180deg, #ffffff 0%, #fffdf8 48%, #ffffff 100%) !important;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .28) !important;
}

.combo-modal-popup.swal2-popup::before {
    content: "";
    display: block;
    height: .32rem;
    background: #ffc323;
}

.combo-modal-title.swal2-title {
    margin: 0 !important;
    padding: 1.25rem 1.25rem .18rem !important;
    color: #111827 !important;
    font-size: 1.58rem !important;
    font-weight: 950 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
}

.combo-modal-html.swal2-html-container {
    margin: 0 !important;
    padding: 0 1.15rem !important;
    overflow: visible !important;
}

.combo-modal-brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: .25rem auto .58rem;
    padding: .34rem .62rem .34rem .38rem;
    border: 1px solid #e8edf4;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: .64rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .055);
}

.combo-modal-brand img {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: .45rem;
    object-fit: cover;
    background: #080809;
}

.combo-modal-popup .flavor-subtitle {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto .9rem !important;
    padding: .42rem .72rem;
    border: 1px solid #ffe1e4;
    border-radius: 999px;
    background: #fff7f8;
    color: #d51f2a !important;
    font-size: .72rem !important;
    font-weight: 950 !important;
    line-height: 1.15;
}

.combo-modal-popup .flavor-picker {
    max-height: min(58vh, 31rem) !important;
    padding: .05rem .22rem .3rem 0 !important;
    gap: 1rem !important;
    scrollbar-color: #cbd5e1 transparent;
}

.combo-stepper {
    display: grid;
    gap: .42rem;
    margin: 0 auto .85rem;
    width: min(100%, 20rem);
}

.combo-stepper-text {
    color: #64748b;
    font-size: .66rem;
    font-weight: 850;
    line-height: 1;
    text-align: center;
}

.combo-stepper-text strong {
    color: #071226;
    font-weight: 950;
}

.combo-stepper-track {
    display: block;
    height: .42rem;
    overflow: hidden;
    border-radius: 999px;
    background: #eef2f7;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .06);
}

.combo-stepper-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #ffc323;
    transition: width .22s ease;
}

.combo-modal-popup .guided-step {
    display: none;
}

.combo-modal-popup .guided-step.is-active {
    display: block;
}

.combo-guide-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
    margin: .8rem 0 .1rem;
}

.combo-guide-actions button {
    min-height: 2.7rem;
    border-radius: .72rem;
    font-size: .82rem;
    font-weight: 950;
    line-height: 1;
}

#comboGuideBack {
    border: 1px solid #e1e7ef;
    background: #f8fafc;
    color: #475569;
}

#comboGuideBack:disabled {
    opacity: .45;
}

#comboGuideNext {
    border: 0;
    background: #ffc323;
    color: #071226;
    box-shadow: 0 8px 18px rgba(255, 195, 35, .22);
}

#comboGuideNext.hidden {
    display: none;
}

.combo-modal-popup .flavor-picker::-webkit-scrollbar {
    width: .42rem;
}

.combo-modal-popup .flavor-picker::-webkit-scrollbar-track {
    background: transparent;
}

.combo-modal-popup .flavor-picker::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #cbd5e1;
}

.combo-modal-popup .flavor-block-title {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin: 0 0 .55rem !important;
    padding-bottom: .45rem;
    border-bottom: 1px solid #eef2f7;
    color: #0b172a !important;
    font-size: .86rem !important;
    font-weight: 950 !important;
}

.combo-modal-popup .flavor-free-tag {
    padding: .16rem .48rem !important;
    border: 1px solid #bcefcf;
    border-radius: 999px !important;
    background: #ecfff3 !important;
    color: #04733b !important;
    font-size: .58rem !important;
    font-weight: 950 !important;
    text-transform: uppercase;
}

.combo-modal-popup .flavor-options {
    gap: .55rem !important;
}

.combo-modal-popup .flavor-option {
    position: relative;
    align-items: flex-start;
    gap: .62rem !important;
    min-height: 3.65rem;
    padding: .78rem .82rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: .78rem !important;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%) !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .045);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.combo-modal-popup .flavor-option:hover {
    transform: translateY(-1px);
    border-color: #d9e1eb !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .07);
}

.combo-modal-popup .flavor-option input {
    appearance: none;
    width: 1rem;
    height: 1rem;
    margin-top: .12rem !important;
    flex: 0 0 1rem;
    border: 1.5px solid #aab4c3;
    border-radius: 999px;
    background: #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

.combo-modal-popup .flavor-option input:checked {
    border-color: #d51f2a;
    background: #d51f2a;
    box-shadow: inset 0 0 0 3.5px #fff, 0 0 0 3px rgba(213, 31, 42, .12);
}

.combo-modal-popup .flavor-option:has(input:checked) {
    border-color: #ef2335 !important;
    background:
        linear-gradient(180deg, #fffafa 0%, #fff4f5 100%) !important;
    box-shadow:
        0 8px 20px rgba(213, 31, 42, .09),
        inset 0 0 0 1px rgba(255, 255, 255, .75);
}

.combo-modal-popup .flavor-option-name {
    color: #111827 !important;
    font-size: .88rem !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
}

.combo-modal-popup .flavor-option-desc {
    margin-top: .18rem;
    color: #6b7280 !important;
    font-size: .72rem !important;
    font-weight: 600;
    line-height: 1.34 !important;
}

.combo-modal-actions.swal2-actions {
    width: 100%;
    margin: 0 !important;
    padding: .95rem 1.15rem 1.15rem !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .62rem !important;
    border-top: 1px solid #edf1f6;
    background: rgba(248, 250, 252, .88);
}

.combo-modal-actions .swal2-styled {
    height: 2.85rem;
    margin: 0 !important;
    border-radius: .72rem !important;
    font-size: .82rem !important;
    font-weight: 950 !important;
    box-shadow: none !important;
}

.combo-modal-confirm.swal2-confirm {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .16), transparent 45%),
        linear-gradient(180deg, #ef3340 0%, #cf1f2c 100%) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(207, 31, 44, .22) !important;
}

.combo-modal-cancel.swal2-cancel {
    min-width: 6.6rem;
    background: #eef2f7 !important;
    color: #475569 !important;
}

@media (max-width: 520px) {
    .combo-modal-title.swal2-title {
        padding-top: 1.05rem !important;
        font-size: 1.35rem !important;
    }

    .combo-modal-html.swal2-html-container {
        padding: 0 .85rem !important;
    }

    .combo-modal-actions.swal2-actions {
        grid-template-columns: 1fr;
        padding: .85rem .85rem 1rem !important;
    }

    .combo-modal-cancel.swal2-cancel {
        order: 2;
        width: 100%;
    }
}

/* ===== Topo sem selo "Aberto Agora" ===== */
.store-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: min(100%, 24rem);
    gap: .5rem !important;
    padding: 0 .65rem;
}

.store-badge {
    justify-content: center;
    width: 100%;
    min-width: 0 !important;
    padding-inline: .55rem !important;
    text-align: center;
    gap: .28rem !important;
    font-size: .62rem !important;
}

.store-badge::before {
    margin-right: 0 !important;
}

.store-badge-super svg {
    margin-right: 0 !important;
}

@media (max-width: 520px) {
    header .pt-16 {
        padding-bottom: 1.05rem !important;
    }

    .header-cards {
        width: min(100%, 24rem) !important;
        margin-top: .9rem !important;
        margin-bottom: .7rem !important;
        padding: 0 .65rem !important;
    }

    .header-info-card {
        padding-inline: .5rem !important;
        gap: .34rem !important;
    }

    .header-info-icon {
        width: 1.18rem !important;
        height: 1.18rem !important;
        flex-basis: 1.18rem;
    }

    .header-info-card p:last-child {
        font-size: .66rem !important;
    }

    .store-badges {
        margin-top: .72rem !important;
        padding: 0 .65rem !important;
    }
}

@media (max-width: 360px) {
    .store-badges {
        grid-template-columns: 1fr !important;
        width: min(100%, 15rem);
    }
}

/* ===== Home mobile-first: leitura próxima e fotos com mais presença ===== */
:root {
    --flash-page-max: 35rem;
    --flash-yellow: #ffc323;
}

@media (min-width: 768px) {
    body {
        background: #f5f6f8 !important;
    }

    body > header,
    body > main,
    body > footer,
    #shopping-cart-container {
        max-width: var(--flash-page-max);
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

body > main {
    background: #fff;
}

main .container {
    max-width: var(--flash-page-max) !important;
}

header {
    max-width: var(--flash-page-max);
    margin-inline: auto;
    background: #fff;
}

.hero-cover {
    height: 10.25rem !important;
    padding-bottom: 1.8rem !important;
    background: var(--flash-yellow) !important;
    background-image: none !important;
}

.hero-cover img {
    width: 6.85rem !important;
    height: 6.85rem !important;
    border-width: .32rem !important;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .24) !important;
}

header .rounded-t-\[45px\] {
    margin-top: -2.75rem !important;
    border-radius: 2rem 2rem 0 0 !important;
}

header .pt-16 {
    padding-top: 3.45rem !important;
}

header h1 {
    font-size: 1.42rem !important;
    line-height: 1.12 !important;
}

header h1 + svg {
    width: 1.08rem !important;
    height: 1.08rem !important;
}

header h1 ~ p {
    margin-top: .32rem !important;
    font-size: .82rem !important;
}

.top-status-wrap {
    margin-top: .82rem !important;
}

.top-status-pill {
    min-height: 2.15rem !important;
    padding: 0 .98rem !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 26px rgba(22, 163, 74, .2) !important;
}

.header-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .58rem !important;
    width: min(100%, 24rem) !important;
    margin-top: 1rem !important;
}

.header-info-card {
    min-height: 3.05rem !important;
    border-radius: 999px !important;
    border-color: #e7edf4 !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .065) !important;
}

.header-info-icon {
    color: #ef2335 !important;
    background: #fff4f5 !important;
}

.store-badges {
    margin-top: .72rem !important;
}

.store-badge {
    min-height: 2.08rem !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 7px 18px rgba(15, 23, 42, .055) !important;
}

.store-badge-super {
    background: #fff7df !important;
    border-color: #ffc323 !important;
}

main {
    padding-top: .9rem !important;
}

#home-view-container > .px-4,
.offer-alerts,
#combos-section,
#reviews-diagram {
    padding-left: .78rem !important;
    padding-right: .78rem !important;
}

#home-view-container > .px-4 {
    margin-bottom: .95rem !important;
}

.home-promo-banner {
    min-height: 9.35rem;
    object-fit: cover;
    border-radius: .95rem !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .18) !important;
}

.offer-alerts {
    display: grid;
    gap: .62rem !important;
    margin-bottom: 1.25rem !important;
}

.offer-alert {
    min-height: 2.45rem !important;
    border-radius: .78rem !important;
    font-size: .73rem !important;
    letter-spacing: 0 !important;
}

#combos-section {
    margin-bottom: 1.35rem !important;
}

.combos-head {
    margin-bottom: .72rem !important;
}

.combos-title {
    font-size: 1.08rem !important;
    line-height: 1.05 !important;
}

#combos-container {
    display: grid !important;
    gap: .86rem !important;
}

.combo-card {
    grid-template-columns: minmax(0, 1fr) 7.25rem !important;
    min-height: 7.35rem !important;
    border-radius: .9rem !important;
    border-color: #e4ebf3 !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .095) !important;
}

.combo-card.is-featured {
    border-width: 2px !important;
    box-shadow: 0 14px 30px rgba(239, 35, 53, .12) !important;
}

.combo-body {
    padding: .88rem .42rem .85rem .9rem !important;
}

.combo-name {
    max-width: 12.4rem;
    font-size: .88rem !important;
    line-height: 1.16 !important;
}

.combo-free {
    margin-top: .23rem !important;
    font-size: .61rem !important;
    line-height: 1.2 !important;
}

.combo-prices {
    margin-top: .42rem !important;
    gap: .3rem !important;
}

.combo-new {
    font-size: 1.12rem !important;
    line-height: 1 !important;
}

.combo-media {
    padding: .45rem .52rem .45rem 0 !important;
}

.combo-media img {
    width: 7rem !important;
    height: 6.35rem !important;
    border-radius: .62rem !important;
    object-fit: cover !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .16) !important;
}

.combo-discount {
    top: .5rem !important;
    right: .55rem !important;
}

.combo-cta {
    right: .52rem !important;
    bottom: .42rem !important;
    width: 2.28rem !important;
    height: 2.28rem !important;
}

.reviews-panel {
    border-radius: 1rem !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08) !important;
}

.review-card {
    border-radius: .78rem !important;
}

.review-avatar-img {
    width: 2.65rem !important;
    height: 2.65rem !important;
}

@media (max-width: 380px) {
    .combo-card {
        grid-template-columns: minmax(0, 1fr) 6.45rem !important;
        min-height: 6.9rem !important;
    }

    .combo-body {
        padding-left: .78rem !important;
    }

    .combo-name {
        font-size: .8rem !important;
    }

    .combo-free {
        font-size: .57rem !important;
    }

    .combo-new {
        font-size: 1rem !important;
    }

    .combo-media img {
        width: 6.18rem !important;
        height: 5.85rem !important;
    }
}

/* ===== Bloqueio desktop: ofertas somente no celular ===== */
.desktop-mobile-lock {
    display: none;
}

@media (min-width: 768px) {
    body {
        min-height: 100vh;
        overflow: hidden;
        background:
            radial-gradient(circle at 18% 22%, rgba(239, 35, 53, .14), transparent 30%),
            radial-gradient(circle at 78% 18%, rgba(255, 195, 35, .28), transparent 34%),
            linear-gradient(135deg, #fff7df 0%, #ffffff 46%, #fff4f5 100%) !important;
    }

    body > header,
    body > main,
    body > footer,
    .bottom-app-nav,
    #shopping-cart-container,
    #cep-overlay {
        pointer-events: none !important;
        user-select: none !important;
        filter: blur(10px);
        opacity: .08;
    }

    .desktop-mobile-lock {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        color: #0f172a;
    }

    .desktop-lock-shell {
        width: min(100%, 58rem);
        display: grid;
        grid-template-columns: .86fr 1fr;
        align-items: center;
        gap: 2rem;
    }

    .desktop-lock-brand {
        display: flex;
        align-items: center;
        gap: 1.15rem;
        padding: 1.1rem;
        border: 1px solid rgba(15, 23, 42, .08);
        border-radius: 1.4rem;
        background: rgba(255, 255, 255, .72);
        box-shadow: 0 22px 60px rgba(15, 23, 42, .1);
        backdrop-filter: blur(16px);
    }

    .desktop-lock-brand img {
        width: 5.25rem;
        height: 5.25rem;
        border: .35rem solid #fff;
        border-radius: 999px;
        object-fit: cover;
        background: #080809;
        box-shadow: 0 14px 32px rgba(15, 23, 42, .18);
    }

    .desktop-lock-brand p {
        margin: 0;
        color: #071226;
        font-size: 1.25rem;
        font-weight: 950;
        line-height: 1.05;
    }

    .desktop-lock-brand span {
        display: block;
        margin-top: .25rem;
        color: #64748b;
        font-size: .86rem;
        font-weight: 750;
    }

    .desktop-lock-card {
        position: relative;
        overflow: hidden;
        padding: 2rem;
        border: 1px solid rgba(15, 23, 42, .09);
        border-radius: 1.6rem;
        background: #fff;
        box-shadow: 0 28px 80px rgba(15, 23, 42, .16);
    }

    .desktop-lock-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto;
        height: .55rem;
        background: #ffc323;
    }

    .desktop-lock-kicker {
        display: inline-flex;
        align-items: center;
        min-height: 2rem;
        padding: 0 .8rem;
        border: 1px solid rgba(239, 35, 53, .18);
        border-radius: 999px;
        background: #fff4f5;
        color: #d51f2a;
        font-size: .72rem;
        font-weight: 950;
        text-transform: uppercase;
    }

    .desktop-lock-card h1 {
        margin: 1rem 0 .72rem;
        max-width: 26rem;
        color: #071226;
        font-size: clamp(2rem, 4vw, 3.2rem);
        font-weight: 950;
        line-height: .98;
        letter-spacing: 0;
    }

    .desktop-lock-card p {
        margin: 0;
        max-width: 30rem;
        color: #475569;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.55;
    }

    .desktop-lock-qr {
        width: 12.75rem;
        height: 12.75rem;
        margin: 1.35rem 0 1rem;
        padding: .72rem;
        border: 1px solid #e7edf4;
        border-radius: 1.1rem;
        background: #fff;
        box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
    }

    .desktop-lock-qr img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: .72rem;
    }

    .desktop-lock-url {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 3.2rem;
        padding: 0 1.25rem;
        border-radius: .85rem;
        background: #ffc323;
        color: #071226;
        font-size: 1rem;
        font-weight: 950;
        text-decoration: none;
        box-shadow: 0 16px 34px rgba(255, 195, 35, .32);
    }

    .desktop-lock-note {
        margin-top: .95rem !important;
        color: #64748b !important;
        font-size: .84rem !important;
        line-height: 1.35 !important;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    .desktop-lock-shell {
        grid-template-columns: 1fr;
        max-width: 34rem;
    }
}

/* ===== Mobile full-bleed: ocupa as bordas da tela ===== */
@media (max-width: 767px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        background: #fff !important;
    }

    body > header,
    body > main,
    body > footer,
    main .container,
    header {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    body > header {
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .hero-cover {
        width: 100vw !important;
        height: 9.7rem !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    header .rounded-t-\[45px\] {
        width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 1.85rem 1.85rem 0 0 !important;
    }

    main {
        padding-top: .72rem !important;
    }

    #home-view-container > .px-4,
    .offer-alerts,
    #combos-section,
    #reviews-diagram,
    #reviews,
    #category-page-container {
        padding-left: .52rem !important;
        padding-right: .52rem !important;
    }

    #home-view-container > .px-4:first-child {
        padding-left: .52rem !important;
        padding-right: .52rem !important;
    }

    .home-promo-banner,
    .offer-alert,
    .combo-card,
    .reviews-panel {
        border-radius: .82rem !important;
    }

    #combos-container,
    #combos-container .combo-grid,
    #combos-container .combo-card,
    .combo-grid > .combo-card {
        width: 100% !important;
        min-width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #combos-container {
        justify-items: stretch !important;
    }

    #combos-container .combo-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: stretch !important;
        gap: .86rem !important;
    }

    #combos-section #combos-container > article.combo-card {
        justify-self: stretch !important;
        flex: 1 1 100% !important;
    }

    #combos-section #combos-container .combo-grid > article.combo-card {
        justify-self: stretch !important;
        flex: none !important;
    }

    .home-promo-banner {
        width: 100% !important;
        min-height: 9.55rem !important;
    }

    .header-cards,
    .store-badges {
        width: min(100%, 27rem) !important;
    }

    .bottom-app-nav {
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        border-radius: 0 !important;
    }

    #shopping-cart-container {
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 0 .38rem !important;
    }

    .cart-shell {
        width: 100% !important;
        max-width: none !important;
        border-radius: .92rem .92rem 0 0 !important;
    }

    .cart-head {
        padding: .78rem .95rem !important;
        border-radius: .92rem .92rem 0 0 !important;
    }

    .cart-brand {
        gap: .62rem !important;
    }

    .cart-brand img {
        width: 2.55rem !important;
        height: 2.55rem !important;
    }

    .cart-brand h3 {
        font-size: 1.05rem !important;
    }

    .cart-brand p {
        font-size: .76rem !important;
    }

    .cart-body {
        max-height: min(76vh, 42rem) !important;
        padding: .9rem .78rem 1rem !important;
        border-radius: 0 !important;
    }

    .cart-body h2 {
        margin-bottom: .82rem !important;
        font-size: 1.65rem !important;
        line-height: 1 !important;
    }

    .cart-line-item {
        grid-template-columns: 5.35rem minmax(0, 1fr) !important;
        gap: .72rem !important;
        padding: .82rem !important;
        border-radius: .92rem !important;
    }

    .cart-line-item > img {
        width: 5.35rem !important;
        height: 4.45rem !important;
        object-fit: cover !important;
        border-radius: .55rem !important;
    }

    .cart-line-name {
        font-size: .9rem !important;
        line-height: 1.12 !important;
    }

    .cart-line-opt {
        font-size: .76rem !important;
        line-height: 1.22 !important;
    }

    .cart-line-foot {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: .5rem !important;
    }

    .cart-qty-btn {
        width: 2.05rem !important;
        height: 2.05rem !important;
    }

    .cart-line-prices {
        min-width: 0 !important;
        margin-left: 0 !important;
    }

    .cart-line-unit {
        font-size: .68rem !important;
    }

    .cart-line-total {
        font-size: .92rem !important;
    }

    .cart-summary {
        padding: .9rem !important;
        border-radius: .92rem !important;
    }

    .cart-checkout-btn,
    .cart-more-btn {
        min-height: 3.25rem !important;
        border-radius: .82rem !important;
    }
}

/* ===== Modal combo: separação clara das pizzas ===== */
.combo-modal-popup .pizza-step-head {
    display: grid;
    grid-template-columns: 2.35rem minmax(0, 1fr);
    align-items: center;
    gap: .7rem;
    margin: 0 0 .72rem !important;
    padding: .7rem .76rem;
    border: 1px solid #e8edf4;
    border-radius: .9rem;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .055);
}

.combo-modal-popup .pizza-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #ffc323;
    color: #071226;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(255, 195, 35, .26);
}

.combo-modal-popup .pizza-step-head .flavor-block-title {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0 !important;
    font-size: .96rem !important;
}

.combo-modal-popup .pizza-step-copy {
    margin: .16rem 0 0;
    color: #64748b;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.25;
}

.combo-modal-popup .guided-step.is-active {
    animation: comboStepIn .18s ease-out;
}

@keyframes comboStepIn {
    from {
        opacity: .35;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 520px) {
    .combo-modal-popup .pizza-step-head {
        grid-template-columns: 2.15rem minmax(0, 1fr);
        padding: .62rem .68rem;
        border-radius: .82rem;
    }

    .combo-modal-popup .pizza-step-index {
        width: 2.15rem;
        height: 2.15rem;
        font-size: .92rem;
    }
}
/* ===== Correção: carrinho sem overflow lateral no mobile ===== */
@media (max-width: 767px) {
    #shopping-cart-container {
        box-sizing: border-box !important;
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
        max-width: none !important;
        overflow-x: hidden !important;
        padding-right: max(.62rem, env(safe-area-inset-right)) !important;
        padding-left: max(.62rem, env(safe-area-inset-left)) !important;
    }

    #cart-content,
    .cart-shell,
    #cart-expanded,
    .cart-body,
    .cart-items-list,
    .cart-summary {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    #cart-content {
        transform: translateX(0) !important;
    }

    .cart-shell {
        display: block !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        overflow: hidden !important;
    }

    .cart-body {
        overflow-x: hidden !important;
    }

    .cart-line-item {
        box-sizing: border-box !important;
        width: 100% !important;
        min-width: 0 !important;
        grid-template-columns: minmax(4.15rem, 4.65rem) minmax(0, 1fr) !important;
        gap: .58rem !important;
        padding: .72rem !important;
    }

    .cart-line-main,
    .cart-line-name,
    .cart-line-opt,
    .cart-line-foot,
    .cart-line-prices {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .cart-line-name,
    .cart-line-opt {
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .cart-line-foot {
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        width: 100% !important;
    }

    .cart-line-prices {
        align-items: flex-end !important;
        overflow: hidden !important;
        text-align: right !important;
    }

    .cart-line-unit,
    .cart-line-total {
        max-width: 100% !important;
        white-space: nowrap !important;
    }

    .cart-trash-btn {
        flex: 0 0 auto !important;
    }

    .cart-summary-row {
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: .75rem !important;
    }

    .cart-summary-row span,
    .cart-summary-row strong,
    .cart-checkout-btn,
    .cart-more-btn,
    .cart-age-note {
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
    }
}

@media (max-width: 374px) {
    .cart-line-item {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: .48rem !important;
        padding: .64rem !important;
    }

    .cart-line-item > img {
        display: none !important;
    }

    .cart-qty-btn {
        width: 1.85rem !important;
        height: 1.85rem !important;
    }

    .cart-line-unit {
        font-size: .62rem !important;
    }

    .cart-line-total {
        font-size: .84rem !important;
    }
}

/* ===== Titulo do combo: uma linha so, mesmo padrao em todos os cards ===== */
@media (max-width: 400px) {
    .combo-card {
        grid-template-columns: minmax(0, 1fr) 6.05rem !important;
    }

    .combo-media img {
        width: 5.8rem !important;
    }

    .combo-body {
        padding-right: .45rem !important;
    }

    .combo-name {
        font-size: clamp(.74rem, 3.9vw, .8rem) !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }
}

/* ===== Diferenciais da receita ===== */
.quality-section {
    margin: 1.15rem 0 1.6rem;
}

.quality-panel {
    padding: 1.05rem;
    border: 1px solid rgba(253, 194, 4, 0.38);
    border-radius: 1rem;
    background:
        linear-gradient(135deg, rgba(255, 251, 235, 0.96), rgba(255, 255, 255, 0.98)),
        #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
}

.quality-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: 0 0.65rem;
    border-radius: 999px;
    background: #111827;
    color: #fdc204;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.quality-panel h2 {
    margin-top: 0.72rem;
    color: #111827;
    font-size: clamp(1.18rem, 5vw, 1.7rem);
    line-height: 1.12;
    font-weight: 900;
}

.quality-grid {
    display: grid;
    gap: 0.72rem;
    margin-top: 0.95rem;
}

.quality-item {
    display: grid;
    grid-template-columns: 2.65rem minmax(0, 1fr);
    gap: 0.72rem;
    align-items: start;
    padding: 0.78rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.78);
}

.quality-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.78rem;
    background: #fdc204;
    color: #111827;
    box-shadow: 0 8px 18px rgba(253, 194, 4, 0.28);
}

.quality-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.quality-item h3 {
    grid-column: 2;
    color: #111827;
    font-size: 0.96rem;
    line-height: 1.15;
    font-weight: 800;
}

.quality-item p {
    grid-column: 2;
    margin-top: 0.25rem;
    color: #4b5563;
    font-size: 0.82rem;
    line-height: 1.42;
}

@media (min-width: 760px) {
    .quality-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .quality-item {
        grid-template-columns: 1fr;
    }

    .quality-item h3,
    .quality-item p {
        grid-column: auto;
    }
}

/* ===== Rebrand inspirado no template Donatellos, com identidade Flash ===== */
.rebrand-template {
    background: #f4f4f5;
    color: #111827;
}

.flash-top-countdown {
    position: sticky;
    top: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 2.4rem;
    padding: 0.45rem 1rem;
    background: #dc2626;
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.flash-top-countdown strong {
    font-variant-numeric: tabular-nums;
}

.rebrand-template .hero-cover {
    display: none;
}

.rebrand-template header {
    box-shadow: none;
}

.rebrand-template header > .bg-white {
    margin-top: 0;
    border-radius: 0 0 2.5rem 2.5rem;
    box-shadow: 0 2px 16px rgba(15, 23, 42, 0.08);
}

.rebrand-template header > .bg-white > .pt-16 {
    padding-top: 1.5rem;
}

.rebrand-template header > .bg-white > .pt-16,
.rebrand-template header > .bg-white > .md\:pt-20 {
    text-align: center;
}

.rebrand-template .rebrand-header-logo {
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 0 auto 1rem;
    border: 4px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
    object-fit: cover;
}

.rebrand-template h1 {
    color: #dc2626;
    font-weight: 900;
}

.flash-distance-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: fit-content;
    max-width: calc(100vw - 2rem);
    min-height: 2.12rem;
    margin: 0.72rem auto 0;
    padding: 0 1.15rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 0.86rem;
    line-height: 1;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.03);
}

.flash-distance-pill svg {
    width: 0.95rem;
    height: 0.95rem;
    fill: none;
    stroke: #dc2626;
    stroke-width: 2;
}

.rebrand-template .header-cards {
    display: none;
}

.rebrand-template .store-badges {
    display: flex !important;
    grid-template-columns: none !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0.55rem !important;
    width: min(100%, 28rem) !important;
    max-width: 28rem !important;
    margin: 1.05rem auto 0 !important;
    padding: 0 !important;
}

.rebrand-template .store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 0 !important;
    min-height: 2.3rem !important;
    padding: 0 0.7rem !important;
    border-radius: 999px !important;
    background: #ffffff;
    color: #475569;
    font-size: 0.76rem !important;
    line-height: 1;
    font-weight: 850;
    white-space: nowrap !important;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.07), inset 0 0 0 1px rgba(226, 232, 240, 0.95);
}

.rebrand-template .store-badge::before {
    content: "";
    display: inline-block !important;
    flex: 0 0 auto !important;
    width: 0.62rem !important;
    height: 0.62rem !important;
    margin-right: 0.34rem !important;
    border-radius: 999px;
    background: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
}

.rebrand-template .store-badge:nth-child(2)::before {
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

.rebrand-template .store-badge-super {
    min-width: 8.5rem !important;
    border: 1px solid rgba(245, 158, 11, 0.55) !important;
    background: #fffbeb !important;
    color: #b45309 !important;
    box-shadow: none !important;
}

.rebrand-template .store-badge-super::before {
    content: none !important;
    display: none !important;
}

.rebrand-template .store-badge svg {
    width: 0.86rem;
    height: 0.86rem;
    margin-right: 0.3rem !important;
}

.rebrand-template .top-status-wrap {
    margin-top: 1.08rem !important;
}

.rebrand-template .top-status-pill {
    min-width: 10.8rem !important;
    min-height: 2.85rem !important;
    justify-content: center !important;
    padding: 0 1.25rem !important;
    border-radius: 999px !important;
    background: #22c55e !important;
    color: #ffffff !important;
    font-size: 0.82rem !important;
    font-weight: 900 !important;
    box-shadow: 0 9px 20px rgba(34, 197, 94, 0.25) !important;
}

.rebrand-template .top-status-dot {
    width: 0.62rem;
    height: 0.62rem;
    background: #dcfce7;
}

.rebrand-template .flash-distance-pill,
.rebrand-template .top-status-wrap,
.rebrand-template .store-badges {
    margin-left: auto !important;
    margin-right: auto !important;
}

.rebrand-template .flash-distance-pill {
    display: flex !important;
}

.rebrand-template .top-status-wrap {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.rebrand-template .store-badge-super {
    gap: 0.38rem !important;
    min-width: 8.5rem !important;
    padding-inline: 1rem !important;
}

.rebrand-template .store-badge-super svg {
    flex: 0 0 auto !important;
    margin-right: 0 !important;
    color: #d97706 !important;
}

@media (max-width: 430px) {
    .flash-distance-pill {
        width: min(18.5rem, calc(100vw - 2rem)) !important;
        max-width: calc(100vw - 2rem) !important;
        font-size: 0.82rem !important;
    }

    .rebrand-template .top-status-pill {
        width: min(13.5rem, calc(100vw - 5rem)) !important;
        min-width: 0 !important;
    }

    .rebrand-template .store-badges {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: min(100%, 22rem) !important;
        gap: 0.55rem !important;
    }

    .rebrand-template .store-badge {
        width: 100% !important;
        justify-content: center !important;
        padding-inline: 0.62rem !important;
    }

    .rebrand-template .store-badge-super {
        grid-column: 1 / -1 !important;
        justify-self: center !important;
        width: min(11rem, 100%) !important;
    }
}

.rebrand-template #main-category-nav,
.rebrand-template .offer-alerts {
    display: none;
}

.rebrand-template .home-banner-wrap {
    display: block;
    margin-bottom: 1.35rem;
}

.rebrand-template .home-promo-banner {
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.rebrand-template main {
    padding-top: 2rem;
}

.rebrand-template .quality-section {
    display: none;
}

.rebrand-template .quality-panel,
.rebrand-template .reviews-panel,
.rebrand-template #reviews .bg-white {
    border: 1px solid #e5e7eb;
    border-radius: 1.15rem;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.rebrand-template .quality-kicker {
    background: #fef2f2;
    color: #dc2626;
}

.rebrand-template .quality-icon {
    background: #fee2e2;
    color: #dc2626;
    box-shadow: none;
}

.rebrand-template .combos-head {
    margin-bottom: 1rem;
    text-align: left;
}

.rebrand-template .combos-title {
    justify-content: flex-start;
    color: #1f2937;
    font-size: clamp(1.55rem, 7vw, 2rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.rebrand-template .combos-title .ico {
    color: #dc2626;
}

.rebrand-template .combos-sub {
    margin-top: 0.15rem;
    color: #dc2626;
    font-size: 0.95rem;
    font-style: italic;
    font-weight: 800;
}

.rebrand-template .combo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.rebrand-template .combo-card {
    position: relative;
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr) 2rem;
    align-items: center;
    gap: 0.95rem;
    min-height: 8.2rem;
    padding: 0.75rem;
    border: 1px solid #f1f5f9;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.rebrand-template .combo-card:active {
    transform: scale(0.98);
}

.rebrand-template .combo-media {
    position: relative;
    width: 7rem;
    height: 7rem;
    border-radius: 0.85rem;
    background: #f3f4f6;
    overflow: hidden;
}

.rebrand-template .combo-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rebrand-template .combo-body {
    min-width: 0;
}

.rebrand-template .combo-ribbon {
    display: inline-flex;
    margin-bottom: 0.4rem;
    padding: 0.24rem 0.55rem;
    border-radius: 0 0 0.65rem 0.65rem;
    background: #f97316;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.rebrand-template .combo-name {
    color: #1f2937;
    font-size: 0.96rem;
    line-height: 1.16;
    font-weight: 900;
}

.rebrand-template .combo-free {
    display: block;
    margin-top: 0.35rem;
    color: #6b7280;
    font-size: 0.72rem;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
}

.rebrand-template .combo-prices {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
    margin-top: 0.6rem;
}

.rebrand-template .combo-new {
    color: #111827;
    font-size: 1.08rem;
    font-weight: 900;
}

.rebrand-template .combo-old {
    color: #9ca3af;
    font-size: 0.76rem;
    text-decoration: line-through;
}

.rebrand-template .combo-price-discount,
.rebrand-template .combo-discount {
    display: none;
}

.rebrand-template .combo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #ef4444;
    color: #ffffff;
    box-shadow: none;
}

.rebrand-template .combo-cta svg {
    width: 1rem;
    height: 1rem;
}

.flash-promo-close {
    margin: 2rem 0;
}

.promo-close-card {
    padding: 1.5rem;
    border: 1px solid #f1f5f9;
    border-radius: 1.15rem;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.promo-close-card h2 {
    color: #dc2626;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.promo-close-time {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.35rem 1.5rem;
    border-radius: 0.85rem;
    background: #dc2626;
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
}

.promo-close-card span {
    display: block;
    margin-top: 1.1rem;
    color: #dc2626;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.promo-close-card strong {
    display: block;
    margin-top: 0.15rem;
    color: #111827;
    font-size: 1.55rem;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}

.promo-close-card p {
    max-width: 32rem;
    margin: 0.55rem auto 0;
    color: #6b7280;
    font-size: 0.92rem;
    line-height: 1.45;
}

.rebrand-template #reviews h2 {
    color: #dc2626;
    font-size: 1.05rem;
    font-weight: 900;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

.flash-final-cta {
    margin: 2rem 0 0.5rem;
    text-align: center;
}

.flash-final-cta a {
    display: inline-flex;
    min-height: 3.35rem;
    align-items: center;
    justify-content: center;
    padding: 0 3rem;
    border-radius: 999px;
    background: #dc2626;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(220, 38, 38, 0.24);
}

.rebrand-template .site-footer {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

@media (min-width: 768px) {
    .rebrand-template .combo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .rebrand-template .combo-card {
        grid-template-columns: 6.2rem minmax(0, 1fr) 1.9rem !important;
        gap: 0.72rem;
    }

    .rebrand-template .combo-media {
        width: 6.2rem;
        height: 6.2rem;
    }

    .rebrand-template .combo-name {
        font-size: 0.86rem !important;
    }
}

/* ===== Super combos bem diagramados no mobile ===== */
@media (max-width: 640px) {
    .rebrand-template #combos-section {
        padding-left: 0.78rem !important;
        padding-right: 0.78rem !important;
    }

    .rebrand-template .combos-head {
        margin-bottom: 0.9rem !important;
        padding-left: 0.12rem !important;
    }

    .rebrand-template .combo-grid {
        gap: 0.78rem !important;
    }

    .rebrand-template .combo-card {
        grid-template-columns: 7.15rem minmax(0, 1fr) 2.45rem !important;
        grid-template-areas: "media body cta" !important;
        align-items: center !important;
        min-height: 8.75rem !important;
        padding: 0.78rem !important;
        gap: 0.82rem !important;
        border-radius: 0.92rem !important;
    }

    .rebrand-template .combo-media {
        grid-area: media !important;
        width: 7.15rem !important;
        height: 7.15rem !important;
        border-radius: 0.65rem !important;
    }

    .rebrand-template .combo-body {
        grid-area: body !important;
        align-self: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        min-width: 0 !important;
        min-height: 7.15rem !important;
        padding: 0 !important;
    }

    .rebrand-template .combo-name {
        max-width: 100% !important;
        color: #020617 !important;
        font-size: clamp(0.92rem, 4vw, 1.08rem) !important;
        line-height: 1.08 !important;
        letter-spacing: 0 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .rebrand-template .combo-free {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 4 !important;
        margin-top: 0.42rem !important;
        color: #008c35 !important;
        font-size: clamp(0.66rem, 2.85vw, 0.72rem) !important;
        line-height: 1.04 !important;
        font-weight: 900 !important;
        overflow: hidden !important;
    }

    .rebrand-template .combo-prices {
        flex-wrap: wrap !important;
        gap: 0.18rem 0.45rem !important;
        margin-top: 0.48rem !important;
    }

    .rebrand-template .combo-new {
        width: 100% !important;
        color: #039a43 !important;
        font-size: clamp(1.02rem, 5vw, 1.26rem) !important;
        line-height: 1 !important;
    }

    .rebrand-template .combo-old {
        font-size: 0.68rem !important;
        line-height: 1 !important;
    }

    .rebrand-template .combo-cta {
        grid-area: cta !important;
        align-self: end !important;
        justify-self: center !important;
        width: 2.55rem !important;
        height: 2.55rem !important;
        margin: 0 !important;
        border: 3px solid #ffffff !important;
        box-shadow: 0 8px 18px rgba(220, 38, 38, 0.28) !important;
    }
}

@media (max-width: 380px) {
    .rebrand-template .combo-card {
        grid-template-columns: 6.35rem minmax(0, 1fr) 2.25rem !important;
        gap: 0.64rem !important;
        padding: 0.68rem !important;
    }

    .rebrand-template .combo-media {
        width: 6.35rem !important;
        height: 6.35rem !important;
    }

    .rebrand-template .combo-body {
        min-height: 6.35rem !important;
    }

    .rebrand-template .combo-free {
        -webkit-line-clamp: 3 !important;
    }
}

/* ===== Tela de montagem do combo no estilo do template ===== */
.swal2-container:has(.combo-modal-popup) {
    padding: 0 !important;
    background: #f4f4f5 !important;
}

.combo-modal-popup {
    width: min(100%, 44rem) !important;
    max-width: 44rem !important;
    min-height: 100dvh !important;
    margin: 0 auto !important;
    padding: 0 0 6.8rem !important;
    border-radius: 0 !important;
    background: #f4f4f5 !important;
    box-shadow: none !important;
}

.combo-modal-popup.swal2-popup::before {
    display: none !important;
    content: none !important;
}

.combo-modal-title {
    display: none !important;
}

.combo-modal-html {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.combo-modal-brand {
    position: relative;
    width: 100%;
    min-height: 15.5rem;
    margin: 0 !important;
    border-radius: 0 0 1.5rem 1.5rem;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18)),
        url("../../assets/produto.jpg") center / cover no-repeat;
    overflow: hidden;
}

.combo-modal-brand img,
.combo-modal-brand span {
    display: none !important;
}

.combo-modal-brand::before {
    content: "‹";
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: #ffffff;
    color: #1f2937;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.flavor-subtitle {
    margin: 1.35rem 1rem 0 !important;
    color: #1f2937 !important;
    font-size: 1.45rem !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
}

.flavor-subtitle::after {
    content: "Monte seu combo selecionando os sabores das pizzas, a borda e o refrigerante.";
    display: block;
    margin-top: 0.65rem;
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.45;
    font-weight: 500;
}

.combo-stepper,
.combo-guide-actions {
    display: none !important;
}

.flavor-picker {
    display: block !important;
    margin: 1.35rem 1rem 0 !important;
}

.flavor-block.guided-step {
    display: block !important;
    margin: 0 0 1.35rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.pizza-step-head {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 0.95rem 1rem !important;
    border: 1px solid #e5e7eb !important;
    border-bottom: 0 !important;
    border-radius: 0.9rem 0.9rem 0 0 !important;
    background: #f3f4f6 !important;
}

.pizza-step-index {
    display: none !important;
}

.flavor-block-title {
    margin: 0 !important;
    color: #1f2937 !important;
    font-size: 0.86rem !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
}

.pizza-step-copy {
    margin-top: 0.18rem !important;
    color: #6b7280 !important;
    font-size: 0.74rem !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
}

.pizza-step-head::after {
    content: "Obrigatório";
    flex: 0 0 auto;
    padding: 0.22rem 0.5rem;
    border-radius: 0.32rem;
    background: #dc2626;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 900;
    text-transform: uppercase;
}

.flavor-block:last-child .pizza-step-head::after {
    display: none;
}

.flavor-options {
    display: block !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0 0 0.9rem 0.9rem !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

.flavor-option {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    min-height: 4.6rem !important;
    padding: 0.95rem 1rem !important;
    border: 0 !important;
    border-bottom: 1px solid #f3f4f6 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.flavor-option:last-child {
    border-bottom: 0 !important;
}

.flavor-option input {
    order: 2 !important;
    flex: 0 0 auto !important;
    width: 1.35rem !important;
    height: 1.35rem !important;
    accent-color: #dc2626 !important;
}

.flavor-option-body {
    min-width: 0 !important;
}

.flavor-option-name {
    display: block !important;
    color: #1f2937 !important;
    font-size: 0.95rem !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.flavor-option-desc {
    display: block !important;
    margin-top: 0.18rem !important;
    color: #9ca3af !important;
    font-size: 0.76rem !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
}

.combo-modal-actions {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 5 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.55rem !important;
    width: min(100%, 44rem) !important;
    margin: 0 auto !important;
    padding: 0.85rem 1rem max(0.85rem, env(safe-area-inset-bottom)) !important;
    background: #ffffff !important;
    box-shadow: 0 -14px 32px rgba(15, 23, 42, 0.14) !important;
}

.combo-modal-confirm {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 3.5rem !important;
    margin: 0 !important;
    border-radius: 1rem !important;
    background: #dc2626 !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.combo-modal-cancel {
    display: none !important;
}

/* ===== Depoimentos em grade, estilo referência ===== */
.flash-testimonials {
    margin: 2.6rem 0 2.2rem;
}

.flash-testimonials h2 {
    margin-bottom: 2rem;
    color: #0f172a;
    font-size: clamp(1rem, 3vw, 1.25rem);
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.flash-testimonial-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 67.5rem;
    margin: 0 auto;
}

.flash-testimonial-card {
    min-height: 18.25rem;
    padding: 1.18rem;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.flash-testimonial-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1.9 / 1;
    border-radius: 0.72rem;
    object-fit: cover;
}

.flash-stars {
    display: block;
    margin-top: 0.75rem;
    color: #fbbc04;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
}

.flash-testimonial-card p {
    margin-top: 0.55rem;
    color: #334155;
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.38;
}

@media (min-width: 720px) {
    .flash-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1040px) {
    .flash-testimonial-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .flash-testimonials {
        margin-top: 2rem;
    }

    .flash-testimonials h2 {
        margin-bottom: 1.2rem;
    }

    .flash-testimonial-card {
        min-height: 0;
        padding: 0.9rem;
    }

.flash-testimonial-card p {
    font-size: 0.95rem;
    }
}

/* ===== Pedido realizado baseado na localização ===== */
.local-order-toast {
    position: fixed;
    left: 50%;
    bottom: 5.4rem;
    z-index: 95;
    display: grid;
    grid-template-columns: 4.35rem minmax(0, 1fr) 1.3rem;
    gap: 0.75rem;
    align-items: center;
    width: min(calc(100vw - 2rem), 24.6rem);
    padding: 0.85rem 0.78rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 1rem) scale(0.98);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.local-order-toast.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
}

.local-order-toast > img {
    width: 4.35rem;
    height: 4.35rem;
    border-radius: 0.55rem;
    object-fit: cover;
}

.local-order-body {
    min-width: 0;
}

.local-order-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
}

.local-order-status {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    min-width: 0;
    color: #16a34a;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

.local-order-status i {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #22c55e;
}

.local-order-top strong {
    flex: 0 0 auto;
    padding: 0.42rem 0.65rem;
    border-radius: 0.46rem;
    background: #15803d;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
}

.local-order-name {
    margin-top: 0.35rem;
    color: #1f2937;
    font-size: 0.95rem;
    line-height: 1.15;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.local-order-product {
    margin-top: 0.18rem;
    color: #6b7280;
    font-size: 0.82rem;
    line-height: 1.2;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.local-order-meta {
    display: flex;
    align-items: center;
    gap: 0.24rem;
    margin-top: 0.32rem;
    color: #9ca3af;
    font-size: 0.78rem;
    font-style: italic;
    font-weight: 800;
}

.local-order-meta svg {
    flex: 0 0 auto;
    width: 0.9rem;
    height: 0.9rem;
    fill: none;
    stroke: #ef4444;
    stroke-width: 2.4;
}

#local-order-close {
    align-self: center;
    justify-self: center;
    color: #cbd5e1;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 800;
}

@media (max-width: 380px) {
    .local-order-toast {
        grid-template-columns: 3.8rem minmax(0, 1fr) 1rem;
        gap: 0.6rem;
        padding: 0.75rem 0.65rem;
    }

    .local-order-toast > img {
        width: 3.8rem;
        height: 3.8rem;
    }

    .local-order-top strong {
        padding: 0.36rem 0.48rem;
        font-size: 0.78rem;
    }

    .local-order-status {
        font-size: 0.64rem;
    }
}

/* ===== Ajuste mobile fino da montagem do combo ===== */
@media (max-width: 640px) {
    .swal2-container:has(.combo-modal-popup) {
        align-items: stretch !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .combo-modal-popup.swal2-popup {
        width: 100vw !important;
        max-width: 100vw !important;
        min-height: 100dvh !important;
        margin: 0 !important;
        padding: 0 0 calc(5.7rem + env(safe-area-inset-bottom)) !important;
        border-radius: 0 !important;
        overflow: visible !important;
    }

    .combo-modal-html {
        width: 100% !important;
        overflow: visible !important;
    }

    .combo-modal-brand {
        width: calc(100vw - 1.5rem) !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 9 !important;
        margin: 0.75rem auto 0 !important;
        border-radius: 0.95rem !important;
        background-position: center !important;
    }

    .combo-modal-brand::before {
        top: 0.72rem !important;
        left: 0.72rem !important;
        width: 2.55rem !important;
        height: 2.55rem !important;
        font-size: 2rem !important;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16) !important;
    }

    .flavor-subtitle {
        width: calc(100vw - 1.5rem) !important;
        margin: 0 auto !important;
        padding: 0.72rem 0.9rem 0.85rem !important;
        border: 1px solid rgba(239, 68, 68, 0.18) !important;
        border-radius: 0 0 1.35rem 1.35rem !important;
        background: #fffafa !important;
        color: #dc2626 !important;
        font-size: 0.82rem !important;
        line-height: 1.18 !important;
        font-weight: 900 !important;
    }

    .flavor-subtitle::after {
        margin-top: 0.58rem !important;
        color: #64748b !important;
        font-size: 1rem !important;
        line-height: 1.32 !important;
        font-weight: 600 !important;
    }

    .flavor-picker {
        width: calc(100vw - 2.5rem) !important;
        max-height: none !important;
        overflow: visible !important;
        margin: 1.1rem auto 0 !important;
        padding: 0 !important;
    }

    .flavor-picker::-webkit-scrollbar {
        display: none !important;
    }

    .flavor-block.guided-step {
        margin-bottom: 1rem !important;
        border-radius: 0.85rem !important;
        overflow: hidden !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08) !important;
    }

    .pizza-step-head {
        min-height: 4.35rem !important;
        padding: 0.82rem 0.9rem !important;
        border-radius: 0 !important;
        border-color: #e2e8f0 !important;
    }

    .pizza-step-head > div {
        min-width: 0 !important;
    }

    .flavor-block-title {
        font-size: 0.95rem !important;
    }

    .pizza-step-copy {
        font-size: 0.76rem !important;
    }

    .pizza-step-head::after {
        padding: 0.42rem 0.56rem !important;
        border-radius: 0.45rem !important;
        font-size: 0.62rem !important;
    }

    .flavor-options {
        border-radius: 0 !important;
        overflow: visible !important;
    }

    .flavor-option {
        min-height: 4.25rem !important;
        padding: 0.86rem 0.88rem !important;
        gap: 0.75rem !important;
    }

    .flavor-option-name {
        font-size: 0.95rem !important;
    }

    .flavor-option-desc {
        max-width: 100% !important;
        color: #64748b !important;
        font-size: 0.78rem !important;
        line-height: 1.28 !important;
    }

    .flavor-option input {
        width: 1.45rem !important;
        height: 1.45rem !important;
    }

    .combo-modal-actions {
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 0.72rem 1rem max(0.72rem, env(safe-area-inset-bottom)) !important;
        box-shadow: 0 -12px 26px rgba(15, 23, 42, 0.16) !important;
    }

    .combo-modal-confirm {
        min-height: 3.45rem !important;
        border-radius: 0.85rem !important;
        font-size: 0.9rem !important;
    }
}

@media (max-width: 370px) {
    .flavor-subtitle::after {
        font-size: 0.9rem !important;
    }

    .flavor-picker {
        width: calc(100vw - 1.5rem) !important;
    }

    .flavor-option-name {
        font-size: 0.88rem !important;
    }
}

/* CEP removido da abertura da loja */
#cep-overlay {
    display: none !important;
}

/* ===== Correcoes finais: modal sem etapa quebrada no mobile ===== */
.combo-modal-popup .guided-step,
.combo-modal-popup .guided-step.is-active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
}

.combo-modal-popup .flavor-picker {
    max-height: none !important;
    overflow: visible !important;
    padding-bottom: 1.25rem !important;
}

.combo-modal-popup .combo-guide-actions {
    display: none !important;
}

.combo-modal-popup .combo-stepper {
    display: none !important;
}

.combo-modal-popup .flavor-free-tag {
    display: none !important;
}

.combo-modal-popup .flavor-block-title {
    display: block !important;
    width: fit-content !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
}

.combo-modal-popup .flavor-option-img {
    order: 0 !important;
    flex: 0 0 auto !important;
    width: 3.9rem !important;
    height: 3.9rem !important;
    border-radius: 0.65rem !important;
    object-fit: cover !important;
    background: #f1f5f9 !important;
}

/* ===== Rodape simples no formato da referencia ===== */
.site-footer {
    padding: 2.6rem 1rem 2.3rem !important;
    border-top: 0 !important;
    background: #ffffff !important;
    text-align: center !important;
}

.site-footer-simple {
    max-width: 42rem;
    margin: 0 auto;
}

.site-footer .site-footer-brand {
    margin: 0 !important;
    color: #dc2626 !important;
    font-size: clamp(1.35rem, 5vw, 1.65rem) !important;
    line-height: 1.1 !important;
    font-style: italic !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

.site-footer .site-footer-subtitle {
    margin: 1rem 0 0 !important;
    color: #64748b !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}

.site-footer .site-footer-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 0.95rem !important;
    margin: 1.65rem 0 0 !important;
}

.site-footer .site-footer-links a,
.site-footer .site-footer-links span {
    color: #64748b !important;
    font-size: 0.86rem !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

.site-footer .site-footer-links a:hover {
    color: #dc2626 !important;
}

.site-footer .site-footer-legal {
    margin: 2.45rem 0 0 !important;
    color: #94a3b8 !important;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.combo-modal-popup .combo-modal-confirm,
.combo-modal-popup .swal2-confirm.combo-modal-confirm {
    display: flex !important;
}

@media (max-width: 640px) {
    .combo-modal-popup.swal2-popup {
        padding-bottom: calc(6.4rem + env(safe-area-inset-bottom)) !important;
    }

    .combo-modal-popup .flavor-picker {
        padding-bottom: 2rem !important;
    }

    .combo-modal-popup .flavor-block.guided-step {
        display: block !important;
        width: 100% !important;
    }

    .combo-modal-popup .flavor-block.guided-step + .flavor-block.guided-step {
        margin-top: 1rem !important;
    }

    .combo-modal-popup .flavor-option {
        border-radius: 0 !important;
    }

    .combo-modal-popup .flavor-option-img {
        width: 3.25rem !important;
        height: 3.25rem !important;
        border-radius: 0.55rem !important;
    }

    .combo-modal-popup .flavor-option:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .combo-modal-popup .flavor-option:last-child {
        border-bottom-left-radius: 0.9rem !important;
        border-bottom-right-radius: 0.9rem !important;
    }
}

/* ===== Rodape minimalista final ===== */
.site-footer {
    padding: 1.7rem 1rem 1.85rem !important;
    border-top: 1px solid #eef2f7 !important;
    background: #ffffff !important;
    text-align: center !important;
}

.site-footer-simple {
    max-width: 34rem !important;
    margin: 0 auto !important;
}

.site-footer .site-footer-brand {
    margin: 0 !important;
    color: #dc2626 !important;
    font-size: 1.05rem !important;
    line-height: 1.15 !important;
    font-style: normal !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}

.site-footer .site-footer-subtitle {
    margin: 0.45rem 0 0 !important;
    color: #64748b !important;
    font-size: 0.86rem !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
}

.site-footer .site-footer-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 0.68rem !important;
    margin: 1rem 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.site-footer .site-footer-links::before,
.site-footer .site-footer-links::after,
.site-footer .site-footer-links a::after {
    content: none !important;
    display: none !important;
}

.site-footer .site-footer-links a,
.site-footer .site-footer-links span {
    color: #64748b !important;
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.site-footer .site-footer-links a:hover {
    color: #dc2626 !important;
}

.site-footer .site-footer-legal {
    margin: 1.15rem 0 0 !important;
    color: #94a3b8 !important;
    font-size: 0.66rem !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

/* ===== Depoimentos com fotos do template Donatellos ===== */
.rebrand-template #reviews.flash-testimonials,
#reviews.flash-testimonials {
    display: block !important;
    margin: 2.75rem auto 2.4rem !important;
    max-width: 72rem !important;
    padding-inline: 1rem !important;
}

.flash-testimonials h2 {
    margin: 0 0 1.65rem !important;
    color: #0f172a !important;
    font-size: 1.05rem !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.flash-testimonial-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.25rem !important;
    width: 100% !important;
    max-width: 68rem !important;
    margin: 0 auto !important;
}

.flash-testimonial-card {
    min-height: 0 !important;
    padding: 1.15rem !important;
    border: 1px solid #eef2f7 !important;
    border-radius: 1.08rem !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08) !important;
    overflow: hidden !important;
}

.flash-testimonial-card img {
    display: block !important;
    width: 100% !important;
    height: 10rem !important;
    aspect-ratio: auto !important;
    border-radius: 0.72rem !important;
    object-fit: cover !important;
    object-position: center !important;
}

.flash-stars {
    display: block !important;
    margin: 0.78rem 0 0 !important;
    color: #fbbc04 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

.flash-testimonial-card p {
    margin: 0.6rem 0 0 !important;
    color: #334155 !important;
    font-size: 0.98rem !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 1.38 !important;
}

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

@media (max-width: 640px) {
    .rebrand-template #reviews.flash-testimonials,
    #reviews.flash-testimonials {
        margin-top: 2rem !important;
        padding-inline: 0.75rem !important;
    }

    .flash-testimonial-grid {
        grid-template-columns: 1fr !important;
        gap: 1.35rem !important;
    }

    .flash-testimonial-card {
        padding: 1.05rem !important;
        border-radius: 1.18rem !important;
    }

    .flash-testimonial-card img {
        height: 10.75rem !important;
        border-radius: 0.78rem !important;
    }

    .flash-testimonial-card p {
        font-size: 1rem !important;
    }
}

/* ===== Montagem do combo: mobile principal refinado ===== */
.combo-modal-popup .flavor-block.guided-step {
    border: 1px solid #e5eaf2 !important;
    background: #ffffff !important;
}

.combo-modal-popup .pizza-step-head {
    display: flex !important;
    align-items: center !important;
    gap: 0.72rem !important;
    background: linear-gradient(180deg, #f8fafc 0%, #f3f6fa 100%) !important;
}

.combo-modal-popup .pizza-step-index {
    display: none !important;
}

.combo-modal-popup .pizza-step-head > div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 0.55rem 0.75rem !important;
    width: 100% !important;
}

.combo-modal-popup .pizza-step-copy {
    grid-column: 1 / -1 !important;
}

.combo-modal-popup .pizza-step-head::after {
    position: static !important;
    transform: none !important;
    justify-self: end !important;
    white-space: nowrap !important;
}

.combo-modal-popup .flavor-options {
    background: #ffffff !important;
}

.combo-modal-popup .flavor-option {
    display: grid !important;
    grid-template-columns: 4.15rem minmax(0, 1fr) 1.75rem !important;
    align-items: center !important;
    column-gap: 0.82rem !important;
    min-height: 5.15rem !important;
    padding: 0.78rem 0.9rem !important;
    border-width: 0 0 1px !important;
    border-color: #e5eaf2 !important;
    border-radius: 0 !important;
}

.combo-modal-popup .flavor-option:has(input:checked) {
    border: 1px solid #ef233c !important;
    background: #fff7f7 !important;
    box-shadow: inset 3px 0 0 #ef233c !important;
}

.combo-modal-popup .flavor-option-img {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 4.15rem !important;
    height: 4.15rem !important;
    border-radius: 0.65rem !important;
    object-fit: cover !important;
}

.combo-modal-popup .flavor-option-img[src*="options/kuat"],
.combo-modal-popup .flavor-option-img[src*="options/sprite"],
.combo-modal-popup .flavor-option-img[src*="options/sukita"] {
    padding: 0.22rem !important;
    border: 1px solid #edf1f6 !important;
    background: #ffffff !important;
    object-fit: contain !important;
}

.combo-modal-popup .flavor-option-img[src*="borda-chocolate"] {
    padding: 0 !important;
    border: 0 !important;
    background: #f8fafc !important;
    object-fit: cover !important;
    object-position: center !important;
}

.combo-modal-popup .flavor-option-body {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    gap: 0.22rem !important;
}

.combo-modal-popup .flavor-option input {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    margin: 0 !important;
}

.combo-modal-popup .flavor-option-name {
    display: block !important;
    color: #061126 !important;
    font-size: 1rem !important;
    line-height: 1.16 !important;
    font-weight: 900 !important;
}

.combo-modal-popup .flavor-option-desc {
    display: block !important;
    color: #5f6f86 !important;
    font-size: 0.83rem !important;
    line-height: 1.28 !important;
    font-weight: 600 !important;
}

@media (max-width: 640px) {
    .combo-modal-popup.swal2-popup {
        padding-bottom: calc(6.85rem + env(safe-area-inset-bottom)) !important;
    }

    .combo-modal-popup .flavor-picker {
        padding-bottom: 2.35rem !important;
    }

    .combo-modal-popup .flavor-block.guided-step {
        border-radius: 0.9rem !important;
        overflow: hidden !important;
    }

    .combo-modal-popup .pizza-step-head {
        min-height: 4.15rem !important;
        padding: 0.78rem 0.95rem !important;
    }

    .combo-modal-popup .flavor-block-title {
        color: #061126 !important;
        font-size: 1rem !important;
        line-height: 1.05 !important;
        font-weight: 950 !important;
        text-transform: uppercase !important;
    }

    .combo-modal-popup .pizza-step-copy {
        color: #64748b !important;
        font-size: 0.78rem !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
    }

    .combo-modal-popup .flavor-options {
        border-radius: 0 !important;
    }

    .combo-modal-popup .flavor-option {
        grid-template-columns: 4rem minmax(0, 1fr) 1.55rem !important;
        column-gap: 0.75rem !important;
        min-height: 5rem !important;
        padding: 0.72rem 0.85rem !important;
    }

    .combo-modal-popup .flavor-option-img {
        width: 4rem !important;
        height: 4rem !important;
    }

    .combo-modal-popup .flavor-option input {
        width: 1.45rem !important;
        height: 1.45rem !important;
    }

    .combo-modal-popup .combo-modal-actions {
        background: rgba(248, 250, 252, 0.96) !important;
        backdrop-filter: blur(12px) !important;
    }
}

@media (max-width: 380px) {
    .combo-modal-popup .flavor-option {
        grid-template-columns: 3.55rem minmax(0, 1fr) 1.45rem !important;
        column-gap: 0.62rem !important;
        padding-inline: 0.68rem !important;
    }

    .combo-modal-popup .flavor-option-img {
        width: 3.55rem !important;
        height: 3.55rem !important;
    }

    .combo-modal-popup .flavor-option-name {
        font-size: 0.92rem !important;
    }

    .combo-modal-popup .flavor-option-desc {
        font-size: 0.76rem !important;
    }
}

/* ===== Combos com foto real do sabor em cada card ===== */
.rebrand-template .combo-media {
    overflow: hidden !important;
    background: #f8fafc !important;
}

.rebrand-template .combo-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.combo-authorial-preview,
.combo-flavor-shot {
    display: none !important;
}

.combo-authorial-tag {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    margin: 0 0 0.34rem !important;
    padding: 0.26rem 0.5rem !important;
    border: 1px solid rgba(239, 35, 60, 0.16) !important;
    border-radius: 999px !important;
    background: #fff3f4 !important;
    color: #dc2626 !important;
    font-size: 0.62rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

@media (max-width: 640px) {
    .combo-authorial-tag {
        margin-bottom: 0.28rem !important;
        padding: 0.22rem 0.42rem !important;
        font-size: 0.56rem !important;
    }
}

/* ===== Aba de avaliacoes: cards verificados no mobile ===== */
.rebrand-template #reviews-diagram {
    display: block !important;
    margin-top: 1.65rem !important;
}

.rebrand-template .reviews-panel {
    padding: 1rem !important;
    border: 1px solid #eef2f7 !important;
    border-radius: 1.15rem !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
}

.rebrand-template .reviews-list {
    display: grid !important;
    gap: 0.72rem !important;
}

.rebrand-template .review-card {
    display: grid !important;
    grid-template-columns: 4.1rem minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 0.72rem !important;
    padding: 0.78rem !important;
    border: 1px solid #edf1f6 !important;
    border-radius: 0.9rem !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.rebrand-template .review-avatar-img {
    display: block !important;
    width: 4.1rem !important;
    height: 4.1rem !important;
    border-radius: 0.68rem !important;
    object-fit: cover !important;
    background: #f1f5f9 !important;
}

.rebrand-template .review-card > div {
    min-width: 0 !important;
}

.rebrand-template .review-card header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.5rem !important;
    min-width: 0 !important;
}

.rebrand-template .review-card strong {
    color: #0f172a !important;
    font-size: 0.88rem !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
}

.rebrand-template .review-card header span {
    flex: 0 0 auto !important;
    padding: 0.22rem 0.42rem !important;
    border-radius: 999px !important;
    background: #ecfdf5 !important;
    color: #059669 !important;
    font-size: 0.58rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.rebrand-template .review-stars.small-stars {
    display: block !important;
    margin-top: 0.28rem !important;
    color: #fbbc04 !important;
    font-size: 0.78rem !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

.rebrand-template .review-card p {
    margin: 0.38rem 0 0 !important;
    color: #475569 !important;
    font-size: 0.78rem !important;
    line-height: 1.34 !important;
    font-weight: 500 !important;
}

@media (max-width: 380px) {
    .rebrand-template .review-card {
        grid-template-columns: 3.55rem minmax(0, 1fr) !important;
        gap: 0.62rem !important;
        padding: 0.68rem !important;
    }

    .rebrand-template .review-avatar-img {
        width: 3.55rem !important;
        height: 3.55rem !important;
    }

    .rebrand-template .review-card header {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 0.25rem !important;
    }
}

/* Depoimentos pequenos removidos: mantem apenas a grade com fotos grandes. */
.rebrand-template #reviews-diagram,
#reviews-diagram {
    display: none !important;
}

/* ===== Iconografia Flash refinada ===== */
.flash-top-countdown {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
}

.flash-icon-bolt {
    display: inline-grid !important;
    place-items: center !important;
    width: 1.45rem !important;
    height: 1.45rem !important;
    border-radius: 999px !important;
    background: #ffbf00 !important;
    color: #dc2626 !important;
    font-size: 0.92rem !important;
    line-height: 1 !important;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.26), 0 0 0 1px rgba(127, 29, 29, 0.14) !important;
}

.rebrand-template .combos-title {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.55rem !important;
}

.rebrand-template .combos-title .ico {
    display: none !important;
}

.combo-title-icon {
    position: relative !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 2.15rem !important;
    height: 2.15rem !important;
    border-radius: 0.75rem !important;
    background: linear-gradient(135deg, #ef233c 0%, #b91c1c 52%, #ffbf00 100%) !important;
    color: #ffffff !important;
    font-size: 1.1rem !important;
    line-height: 1 !important;
    font-style: normal !important;
    box-shadow: 0 10px 22px rgba(239, 35, 60, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.32) !important;
    transform: rotate(-6deg) !important;
}

.combo-title-icon::after {
    content: "" !important;
    position: absolute !important;
    inset: -0.24rem !important;
    border: 1px solid rgba(255, 191, 0, 0.42) !important;
    border-radius: 0.95rem !important;
}

@media (max-width: 420px) {
    .combo-title-icon {
        width: 1.95rem !important;
        height: 1.95rem !important;
        border-radius: 0.68rem !important;
        font-size: 1rem !important;
    }
}

/* ===== Modal: banner discreto para priorizar o pedido ===== */
.combo-modal-popup .combo-modal-brand {
    min-height: 8.5rem !important;
    border-radius: 0.9rem !important;
    background-color: #090909 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.combo-modal-popup .combo-modal-brand img,
.combo-modal-popup .combo-modal-brand span {
    display: none !important;
}

.combo-modal-popup .combo-modal-brand::before {
    width: 2.45rem !important;
    height: 2.45rem !important;
    font-size: 1.85rem !important;
    opacity: 0.96 !important;
}

.combo-modal-popup .flavor-subtitle {
    padding: 0.78rem 0.95rem !important;
    border-radius: 0 0 1rem 1rem !important;
    background: #fffafa !important;
}

.combo-modal-popup .flavor-subtitle::after {
    margin-top: 0.42rem !important;
    font-size: 0.9rem !important;
    line-height: 1.24 !important;
    font-weight: 600 !important;
}

@media (max-width: 640px) {
    .combo-modal-popup .combo-modal-brand {
        width: calc(100vw - 1.5rem) !important;
        aspect-ratio: 2.35 / 1 !important;
        min-height: 0 !important;
        margin-top: 0.72rem !important;
    }

    .combo-modal-popup .combo-modal-brand::before {
        top: 0.58rem !important;
        left: 0.58rem !important;
        width: 2.25rem !important;
        height: 2.25rem !important;
        font-size: 1.7rem !important;
    }

    .combo-modal-popup .flavor-subtitle {
        padding: 0.62rem 0.78rem 0.7rem !important;
    }

    .combo-modal-popup .flavor-subtitle::after {
        margin-top: 0.32rem !important;
        font-size: 0.86rem !important;
        line-height: 1.22 !important;
    }

    .combo-modal-popup .flavor-picker {
        margin-top: 0.82rem !important;
    }
}

/* ===== Modal: banner horizontal uniforme ===== */
.combo-modal-popup .combo-modal-brand {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0.18) 100%),
        url("../../assets/banner-promo.jpg") center / 100% 100% no-repeat !important;
    background-color: #111111 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12) !important;
}

@media (max-width: 640px) {
    .combo-modal-popup .combo-modal-brand {
        aspect-ratio: 3.05 / 1 !important;
        border-radius: 0.8rem 0.8rem 0 0 !important;
    }

    .combo-modal-popup .flavor-subtitle {
        border-top: 0 !important;
        border-radius: 0 0 0.9rem 0.9rem !important;
    }
}

/* ===== Modal combo: apenas uma barra de rolagem ===== */
@media (max-width: 640px) {
    .swal2-container:has(.combo-modal-popup) {
        overflow: hidden !important;
    }

    .combo-modal-popup.swal2-popup {
        height: 100dvh !important;
        max-height: 100dvh !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        scrollbar-gutter: stable !important;
    }

    .combo-modal-html,
    .combo-modal-popup .flavor-picker {
        overflow: visible !important;
        max-height: none !important;
    }
}

/* ===== Borda: check ou x, sem foto falsa ===== */
.combo-modal-popup .border-choice-icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 4.15rem !important;
    height: 4.15rem !important;
    border-radius: 0.72rem !important;
    font-size: 2rem !important;
    line-height: 1 !important;
    font-weight: 950 !important;
}

.combo-modal-popup .border-choice-no .border-choice-icon {
    border: 1px solid #fee2e2 !important;
    background: #fff1f2 !important;
    color: #dc2626 !important;
}

.combo-modal-popup .border-choice-yes .border-choice-icon {
    border: 1px solid #bbf7d0 !important;
    background: #ecfdf5 !important;
    color: #16a34a !important;
}

@media (max-width: 640px) {
    .combo-modal-popup .border-choice-icon {
        width: 4rem !important;
        height: 4rem !important;
        font-size: 1.85rem !important;
    }
}

@media (max-width: 380px) {
    .combo-modal-popup .border-choice-icon {
        width: 3.55rem !important;
        height: 3.55rem !important;
        font-size: 1.65rem !important;
    }
}

/* ===== Correção final mobile: sem largura torta/overflow ===== */
@media (max-width: 767px) {
    html,
    body,
    body.rebrand-template {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body.rebrand-template *,
    body.rebrand-template *::before,
    body.rebrand-template *::after {
        box-sizing: border-box !important;
    }

    body.rebrand-template > header,
    body.rebrand-template > main,
    body.rebrand-template > footer,
    body.rebrand-template main .container,
    body.rebrand-template #home-view-container,
    body.rebrand-template #home-view-container > .px-4,
    body.rebrand-template .home-banner-wrap,
    body.rebrand-template #combos-section,
    body.rebrand-template .flash-promo-close,
    body.rebrand-template #reviews.flash-testimonials,
    body.rebrand-template .flash-final-cta,
    body.rebrand-template #category-page-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.rebrand-template > main,
    body.rebrand-template main .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.rebrand-template #home-view-container > .px-4,
    body.rebrand-template .home-banner-wrap,
    body.rebrand-template #combos-section,
    body.rebrand-template .flash-promo-close,
    body.rebrand-template #reviews.flash-testimonials,
    body.rebrand-template .flash-final-cta {
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }

    body.rebrand-template .home-promo-banner,
    body.rebrand-template .promo-close-card,
    body.rebrand-template .reviews-grid,
    body.rebrand-template .combo-grid,
    body.rebrand-template #combos-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.rebrand-template .header-cards {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.55rem !important;
        width: 100% !important;
        padding-inline: 0.85rem !important;
    }

    body.rebrand-template .header-info-card {
        min-width: 0 !important;
        padding: 0.72rem 0.48rem !important;
        justify-content: center !important;
        text-align: center !important;
    }

    body.rebrand-template .header-info-card p {
        white-space: nowrap !important;
        font-size: 0.76rem !important;
    }

    .swal2-container:has(.combo-modal-popup) {
        padding-left: 0.38rem !important;
        padding-right: 0.38rem !important;
    }

    .combo-modal-popup.swal2-popup {
        width: calc(100vw - 0.76rem) !important;
        max-width: calc(100vw - 0.76rem) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        border-radius: 0.82rem !important;
    }

    .combo-modal-popup .combo-modal-actions {
        left: 0.38rem !important;
        right: 0.38rem !important;
        width: auto !important;
        max-width: none !important;
    }
}

/* ===== Padrao visual unificado Flash ===== */
:root {
    --flash-page-max: 42rem;
    --flash-page-pad: 1rem;
    --flash-red: #ef233c;
    --flash-red-dark: #dc1f31;
    --flash-yellow: #fdc204;
    --flash-ink: #071226;
    --flash-muted: #64748b;
    --flash-line: #e7edf4;
    --flash-card-radius: 0.85rem;
    --flash-soft-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

body.rebrand-template {
    color: var(--flash-ink);
    background: #ffffff;
    font-size: 15px;
    line-height: 1.45;
}

.rebrand-template header > div,
.rebrand-template main,
.rebrand-template footer > div,
.rebrand-template #main-category-nav > div,
.rebrand-template .rebrand-footer,
.rebrand-template .section-wrap {
    width: min(100%, var(--flash-page-max)) !important;
    max-width: var(--flash-page-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.rebrand-template main {
    padding-left: var(--flash-page-pad) !important;
    padding-right: var(--flash-page-pad) !important;
}

.rebrand-template h1,
.rebrand-template h2,
.rebrand-template h3,
.rebrand-template .combo-name,
.rebrand-template .flavor-option-name {
    color: var(--flash-ink) !important;
    letter-spacing: 0 !important;
}

.rebrand-template p,
.rebrand-template .combo-free,
.rebrand-template .flavor-option-desc {
    color: var(--flash-muted);
}

.rebrand-template .combo-card,
.rebrand-template .review-card,
.rebrand-template .header-info-card,
.rebrand-template .flash-distance-pill,
.rebrand-template .quality-card {
    border-color: var(--flash-line) !important;
    border-radius: var(--flash-card-radius) !important;
    box-shadow: var(--flash-soft-shadow) !important;
}

.rebrand-template .top-status-pill,
.rebrand-template .combo-cta,
.combo-modal-popup .combo-modal-confirm,
.combo-modal-popup .swal2-confirm.combo-modal-confirm {
    background: linear-gradient(180deg, #ff4050 0%, var(--flash-red) 100%) !important;
    border-color: var(--flash-red-dark) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(239, 35, 60, 0.18) !important;
}

.rebrand-template .top-status-pill {
    min-height: 2.95rem !important;
    padding: 0 1.55rem !important;
    border-radius: 999px !important;
    font-size: 0.9rem !important;
}

.rebrand-template .flash-distance-pill,
.rebrand-template .header-cards {
    width: min(100%, 24rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.rebrand-template .header-cards {
    justify-content: center !important;
}

.combo-modal-popup.swal2-popup {
    width: min(100vw, var(--flash-page-max)) !important;
    max-width: var(--flash-page-max) !important;
    border-radius: 0.95rem !important;
    background: #ffffff !important;
}

.combo-modal-popup .combo-modal-html,
.combo-modal-popup .flavor-picker,
.combo-modal-popup .combo-modal-brand,
.combo-modal-popup .flavor-subtitle,
.combo-modal-popup .flavor-block.guided-step {
    width: 100% !important;
    max-width: 100% !important;
}

.combo-modal-popup .flavor-block.guided-step {
    border-color: var(--flash-line) !important;
    border-radius: var(--flash-card-radius) !important;
    box-shadow: var(--flash-soft-shadow) !important;
}

.combo-modal-popup .pizza-step-head {
    background: #f8fafc !important;
}

.combo-modal-popup .flavor-option {
    border-color: var(--flash-line) !important;
    background: #ffffff !important;
}

.combo-modal-popup .flavor-option:has(input:checked) {
    border-color: var(--flash-red) !important;
    background: #fff8f8 !important;
}

@media (max-width: 640px) {
    :root {
        --flash-page-pad: 0.85rem;
    }

    body.rebrand-template {
        font-size: 14px;
    }

    .rebrand-template header > div,
    .rebrand-template main,
    .rebrand-template footer > div,
    .rebrand-template #main-category-nav > div,
    .rebrand-template .rebrand-footer,
    .rebrand-template .section-wrap {
        width: 100% !important;
    }

    .rebrand-template h1 {
        font-size: clamp(1.55rem, 7vw, 2rem) !important;
        line-height: 1.08 !important;
    }

    .combo-modal-popup.swal2-popup {
        width: 100vw !important;
        max-width: 100vw !important;
        border-radius: 0 !important;
    }

    .combo-modal-popup .combo-modal-brand {
        width: 100% !important;
    }

    .combo-modal-popup .flavor-option-name {
        font-size: 0.96rem !important;
    }

    .combo-modal-popup .flavor-option-desc {
        font-size: 0.78rem !important;
        line-height: 1.35 !important;
    }
}

/* ===== Combo mobile: rolagem completa das escolhas ===== */
@media (max-width: 640px) {
    .swal2-container:has(.combo-modal-popup) {
        align-items: flex-start !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .combo-modal-popup.swal2-popup {
        height: auto !important;
        min-height: 100dvh !important;
        max-height: none !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    .combo-modal-popup .combo-modal-html,
    .combo-modal-popup .flavor-picker {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .combo-modal-popup .flavor-picker {
        padding-bottom: 1rem !important;
    }

    .combo-modal-popup .combo-modal-actions {
        position: sticky !important;
        left: auto !important;
        right: auto !important;
        bottom: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        z-index: 10 !important;
    }
}

/* ===== Trava final de viewport: sem arrastar a loja para os lados ===== */
html,
body,
body.rebrand-template {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overscroll-behavior-x: none !important;
}

body.cep-flow-lock {
    overflow-x: hidden !important;
    overscroll-behavior-x: none !important;
    touch-action: pan-y !important;
}

#cep-overlay {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

#cep-overlay.is-open {
    display: flex !important;
}

#cep-overlay *,
#cep-overlay *::before,
#cep-overlay *::after {
    box-sizing: border-box !important;
    max-width: 100%;
}

#cep-overlay .cep-modal-card {
    width: min(100%, 24rem) !important;
    max-width: calc(100vw - 2rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden !important;
}

@media (max-width: 640px) {
    #cep-overlay {
        padding-left: max(0.75rem, env(safe-area-inset-left)) !important;
        padding-right: max(0.75rem, env(safe-area-inset-right)) !important;
    }

    #cep-overlay .cep-modal-card {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ===== Topo final solicitado ===== */
body.rebrand-template .flash-distance-pill {
    width: auto !important;
    min-height: 0 !important;
    margin: 0.42rem auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #64748b !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
}

body.rebrand-template .flash-distance-pill svg {
    width: 0.86rem !important;
    height: 0.86rem !important;
    color: var(--flash-red) !important;
}

body.rebrand-template .header-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.rebrand-template .store-badges {
    width: auto !important;
    gap: 0.5rem !important;
}

@media (max-width: 420px) {
    body.rebrand-template .header-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.rebrand-template .header-info-card:last-child {
        grid-column: 1 / -1;
        justify-content: center !important;
    }
}

/* ===== Selos lado a lado sem quebra ===== */
body.rebrand-template .store-badges {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, max-content)) !important;
    justify-content: center !important;
    align-items: center !important;
    width: min(100%, 23rem) !important;
    gap: 0.5rem !important;
    overflow: visible !important;
}

body.rebrand-template .store-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}

@media (max-width: 340px) {
    body.rebrand-template .store-badges {
        gap: 0.34rem !important;
    }

    body.rebrand-template .store-badge {
        padding-inline: 0.42rem !important;
        font-size: 0.6rem !important;
    }
}

/* ===== Tags gratis no fluxo do combo ===== */
.combo-modal-popup .flavor-block-title {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.42rem !important;
}

.combo-modal-popup .flavor-free-tag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 1.24rem !important;
    padding: 0.18rem 0.52rem !important;
    border: 1px solid #bbf7d0 !important;
    border-radius: 999px !important;
    background: #ecfdf5 !important;
    color: #047857 !important;
    font-size: 0.58rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

/* ===== Botao voltar no fluxo guiado ===== */
.combo-modal-popup .combo-guide-actions {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin: 0.7rem 0 0 !important;
    padding: 0 !important;
}

.combo-modal-popup #comboGuideBack {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 2.35rem !important;
    padding: 0 0.9rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #475569 !important;
    font-size: 0.75rem !important;
    font-weight: 950 !important;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.055) !important;
}

.combo-modal-popup #comboGuideBack.hidden,
.combo-modal-popup #comboGuideBack:disabled {
    display: none !important;
}

.combo-modal-popup #comboGuideNext {
    display: none !important;
}

/* ===== Mobile: topo igual ao layout de referencia ===== */
@media (max-width: 640px) {
    body.rebrand-template header .bg-white > div {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-bottom: 1.15rem !important;
    }

    body.rebrand-template h1 {
        font-size: 2rem !important;
        line-height: 1.05 !important;
        font-weight: 950 !important;
    }

    body.rebrand-template header p.text-center {
        margin-top: 0.38rem !important;
        font-size: 0.95rem !important;
        line-height: 1.25 !important;
    }

    body.rebrand-template .flash-distance-pill {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.38rem !important;
        margin-top: 0.72rem !important;
        color: #64748b !important;
        font-size: 0.82rem !important;
        font-weight: 900 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.rebrand-template .top-status-wrap {
        margin-top: 1.35rem !important;
        margin-bottom: 0 !important;
    }

    body.rebrand-template .top-status-pill {
        min-height: 3.65rem !important;
        min-width: min(15rem, 72vw) !important;
        padding: 0 1.6rem !important;
        border-radius: 999px !important;
        font-size: 1rem !important;
        letter-spacing: 0 !important;
        box-shadow: 0 14px 30px rgba(239, 35, 60, 0.22) !important;
    }

    body.rebrand-template .top-status-dot {
        width: 0.72rem !important;
        height: 0.72rem !important;
        background: #ffffff !important;
    }

    body.rebrand-template .header-cards {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 0.72rem !important;
        width: 100% !important;
        margin-top: 0.95rem !important;
    }

    body.rebrand-template .header-info-card {
        grid-column: auto !important;
        min-height: 3.75rem !important;
        padding: 0.55rem 0.48rem !important;
        border-radius: 1rem !important;
        justify-content: center !important;
        gap: 0.48rem !important;
        background: #ffffff !important;
        box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07) !important;
    }

    body.rebrand-template .header-info-card:nth-child(1),
    body.rebrand-template .header-info-card:nth-child(2) {
        border-color: #fecdd3 !important;
        background: #fffafa !important;
    }

    body.rebrand-template .header-info-icon {
        width: 1.45rem !important;
        height: 1.45rem !important;
        flex: 0 0 1.45rem !important;
    }

    body.rebrand-template .header-info-card p:first-child {
        display: none !important;
    }

    body.rebrand-template .header-info-card p:last-child {
        margin: 0 !important;
        max-width: 4.5rem !important;
        font-size: 0.82rem !important;
        line-height: 1.05 !important;
        font-weight: 950 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.rebrand-template .store-badges {
        display: grid !important;
        grid-template-columns: repeat(2, max-content) !important;
        justify-content: center !important;
        gap: 0.72rem !important;
        width: 100% !important;
        margin-top: 1.35rem !important;
    }

    body.rebrand-template .store-badge {
        min-height: 2.75rem !important;
        padding: 0 1.08rem !important;
        border-radius: 999px !important;
        font-size: 0.86rem !important;
        font-weight: 950 !important;
    }
}

@media (max-width: 360px) {
    body.rebrand-template .header-cards {
        gap: 0.46rem !important;
    }

    body.rebrand-template .header-info-card {
        padding-inline: 0.34rem !important;
    }

    body.rebrand-template .header-info-card p:last-child {
        max-width: 3.9rem !important;
        font-size: 0.74rem !important;
    }
}

/* ===== Alerta de etapa gratis no combo ===== */
.combo-modal-popup .combo-step-alert {
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 2.35rem !important;
    margin: 0 0 0.75rem !important;
    padding: 0.52rem 0.78rem !important;
    border: 1px solid #bbf7d0 !important;
    border-radius: 0.85rem !important;
    background: #ecfdf5 !important;
    color: #047857 !important;
    font-size: 0.82rem !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
    text-align: center !important;
}

.combo-modal-popup .combo-step-alert.is-visible {
    display: flex !important;
}

.combo-modal-popup .combo-step-alert::before {
    content: "";
    width: 0.52rem;
    height: 0.52rem;
    margin-right: 0.42rem;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.13);
}

/* ===== Mobile: selos sempre lado a lado e visiveis ===== */
@media (max-width: 640px) {
    body.rebrand-template .store-badges {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr) !important;
        width: min(100%, 21.5rem) !important;
        gap: 0.55rem !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    body.rebrand-template .store-badge {
        width: 100% !important;
        min-height: 2.55rem !important;
        padding: 0 0.7rem !important;
        font-size: 0.82rem !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 350px) {
    body.rebrand-template .store-badges {
        width: 100% !important;
        gap: 0.38rem !important;
    }

    body.rebrand-template .store-badge {
        padding: 0 0.48rem !important;
        font-size: 0.72rem !important;
    }
}

/* ===== Mobile: selos com o mesmo tamanho ===== */
@media (max-width: 640px) {
    body.rebrand-template .store-badges {
        grid-template-columns: repeat(2, minmax(0, 8.25rem)) !important;
        width: min(100%, 17.2rem) !important;
        gap: 0.58rem !important;
    }

    body.rebrand-template .store-badge {
        width: 8.25rem !important;
        min-height: 2.55rem !important;
        padding: 0 0.52rem !important;
        font-size: 0.78rem !important;
    }
}

@media (max-width: 340px) {
    body.rebrand-template .store-badges {
        grid-template-columns: repeat(2, minmax(0, 7.5rem)) !important;
        width: min(100%, 15.4rem) !important;
        gap: 0.4rem !important;
    }

    body.rebrand-template .store-badge {
        width: 7.5rem !important;
        font-size: 0.7rem !important;
    }
}

/* ===== Topo: tempo e avaliacao preenchendo ===== */
body.rebrand-template .header-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100%, 22.5rem) !important;
}

body.rebrand-template .header-info-card {
    justify-content: center !important;
}

@media (max-width: 640px) {
    body.rebrand-template .header-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        gap: 0.72rem !important;
    }

    body.rebrand-template .header-info-card {
        min-height: 3.75rem !important;
    }

    body.rebrand-template .header-info-card p:last-child {
        max-width: 6.6rem !important;
        font-size: 0.88rem !important;
    }
}

/* ===== Selos no mesmo formato dos cards superiores ===== */
body.rebrand-template .store-badges {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100%, 22.5rem) !important;
    gap: 0.72rem !important;
    margin-top: 0.72rem !important;
}

body.rebrand-template .store-badge {
    width: 100% !important;
    min-height: 3.75rem !important;
    padding: 0.55rem 0.7rem !important;
    border-radius: 1rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.88rem !important;
    font-weight: 950 !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07) !important;
}

body.rebrand-template .store-badge::before {
    width: 0.78rem !important;
    height: 0.78rem !important;
    margin-right: 0.5rem !important;
}

body.rebrand-template .store-badge-super svg {
    width: 0.9rem !important;
    height: 0.9rem !important;
    margin-right: 0.5rem !important;
}

@media (max-width: 640px) {
    body.rebrand-template .store-badges {
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.72rem !important;
    }

    body.rebrand-template .store-badge {
        width: 100% !important;
        min-height: 3.75rem !important;
        padding: 0.55rem 0.5rem !important;
        font-size: 0.86rem !important;
    }
}

/* ===== Modal combo: topo mais discreto ===== */
.combo-modal-popup .combo-modal-brand {
    min-height: 5.6rem !important;
    height: 5.6rem !important;
    max-height: 5.6rem !important;
    margin: 0 0 0.55rem !important;
    border: 0 !important;
    border-radius: 0.7rem !important;
    background-image: linear-gradient(rgba(7, 18, 38, 0.18), rgba(7, 18, 38, 0.18)), url("../../assets/banner-promo.jpg") !important;
    background-position: center !important;
    background-size: cover !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.combo-modal-popup .combo-modal-brand::before {
    display: none !important;
    content: none !important;
}

.combo-modal-popup .combo-modal-brand img,
.combo-modal-popup .combo-modal-brand span {
    display: none !important;
}

.combo-modal-popup .flavor-subtitle {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 0.7rem !important;
    padding: 0.55rem 0.7rem !important;
    border: 1px solid #fee2e2 !important;
    border-radius: 0.72rem !important;
    background: #fffafa !important;
    color: #e11d2a !important;
    font-size: 0.76rem !important;
    font-weight: 950 !important;
    line-height: 1.18 !important;
    text-align: left !important;
    box-shadow: none !important;
}

.combo-modal-popup .flavor-subtitle::after {
    display: block !important;
    margin-top: 0.38rem !important;
    color: #64748b !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
}

@media (max-width: 640px) {
    .combo-modal-popup .combo-modal-brand {
        min-height: 5rem !important;
        height: 5rem !important;
        max-height: 5rem !important;
        border-radius: 0.65rem !important;
    }

    .combo-modal-popup .flavor-subtitle {
        padding: 0.5rem 0.62rem !important;
        font-size: 0.72rem !important;
    }

    .combo-modal-popup .flavor-subtitle::after {
        font-size: 0.76rem !important;
    }
}

/* ===== Header: selo unico centralizado ===== */
body.rebrand-template .store-badges:has(.store-badge:only-child) {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
}

body.rebrand-template .store-badges .store-badge:only-child {
    width: auto !important;
    min-width: 7.5rem !important;
    max-width: 12rem !important;
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
}

/* ===== Header: horario, avaliacao e super diagramados ===== */
body.rebrand-template .header-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: min(100%, 28rem) !important;
    max-width: 100% !important;
    gap: 0.62rem !important;
    margin: 0.82rem auto 0 !important;
    padding: 0 0.15rem !important;
}

body.rebrand-template .header-info-card {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 3.72rem !important;
    padding: 0.55rem 0.58rem !important;
    border-radius: 0.95rem !important;
    justify-content: center !important;
    gap: 0.45rem !important;
}

body.rebrand-template .header-info-card .header-info-icon {
    width: 1.85rem !important;
    height: 1.85rem !important;
    min-width: 1.85rem !important;
}

body.rebrand-template .header-info-card p {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    letter-spacing: 0 !important;
}

body.rebrand-template .header-info-card .text-green-600 {
    display: none !important;
}

body.rebrand-template .header-info-card-super {
    border-color: #fed7aa !important;
    background: #fff7ed !important;
    color: #c2410c !important;
}

body.rebrand-template .header-info-card-super .header-info-icon {
    background: #ffedd5 !important;
    color: #d97706 !important;
}

body.rebrand-template .store-badges {
    display: none !important;
}

@media (max-width: 390px) {
    body.rebrand-template .header-cards {
        gap: 0.42rem !important;
        padding: 0 !important;
    }

    body.rebrand-template .header-info-card {
        min-height: 3.45rem !important;
        padding: 0.48rem 0.42rem !important;
        gap: 0.34rem !important;
        border-radius: 0.85rem !important;
    }

    body.rebrand-template .header-info-card .header-info-icon {
        width: 1.62rem !important;
        height: 1.62rem !important;
        min-width: 1.62rem !important;
    }

    body.rebrand-template .header-info-card .header-info-icon svg {
        width: 0.92rem !important;
        height: 0.92rem !important;
    }

    body.rebrand-template .header-info-card p:first-child {
        font-size: 0.54rem !important;
    }

    body.rebrand-template .header-info-card p:last-child {
        font-size: 0.76rem !important;
    }
}

/* ===== Combo modal: sem foto, info acima e progresso ===== */
.combo-modal-popup .combo-modal-brand {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.combo-modal-popup .combo-modal-title,
.combo-modal-popup .swal2-title {
    margin: 0 0 0.38rem !important;
    padding: 0 !important;
    font-size: 1.05rem !important;
    line-height: 1.18 !important;
}

.combo-modal-popup .combo-modal-html,
.combo-modal-popup .swal2-html-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.combo-modal-popup .combo-progress-panel {
    width: 100% !important;
    margin: 0 0 0.62rem !important;
    padding: 0.72rem 0.78rem 0.68rem !important;
    border: 1px solid #fee2e2 !important;
    border-radius: 0.82rem !important;
    background: #fffafa !important;
    box-shadow: none !important;
}

.combo-modal-popup .combo-progress-head {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 0.7rem !important;
    margin-bottom: 0.5rem !important;
}

.combo-modal-popup .combo-progress-panel .flavor-subtitle {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-size: 0.82rem !important;
    font-weight: 950 !important;
    line-height: 1.18 !important;
    text-align: left !important;
    box-shadow: none !important;
}

.combo-modal-popup .combo-progress-panel .flavor-subtitle::after {
    content: none !important;
    display: none !important;
}

.combo-modal-popup .combo-stepper-text {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 2.75rem !important;
    height: 1.55rem !important;
    padding: 0 0.52rem !important;
    border-radius: 999px !important;
    background: #fee2e2 !important;
    color: #dc2626 !important;
    font-size: 0.76rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
}

.combo-modal-popup .combo-stepper-track {
    display: block !important;
    width: 100% !important;
    height: 0.52rem !important;
    border-radius: 999px !important;
    background: #fde68a !important;
    overflow: hidden !important;
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.18) !important;
}

.combo-modal-popup #comboStepProgress {
    display: block !important;
    width: 0;
    height: 100% !important;
    border-radius: inherit !important;
    background: linear-gradient(90deg, #ef4444 0%, #dc2626 58%, #f59e0b 100%) !important;
    transition: width 0.28s ease !important;
}

.combo-modal-popup .combo-progress-labels {
    display: grid !important;
    grid-template-columns: repeat(var(--combo-steps, 4), minmax(0, 1fr)) !important;
    gap: 0.32rem !important;
    margin-top: 0.42rem !important;
}

.combo-modal-popup .combo-progress-labels span {
    min-width: 0 !important;
    color: #94a3b8 !important;
    font-size: 0.58rem !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.combo-modal-popup .combo-progress-labels span.is-current,
.combo-modal-popup .combo-progress-labels span.is-complete {
    color: #dc2626 !important;
}

.combo-modal-popup .combo-step-alert {
    margin: 0 0 0.48rem !important;
    padding: 0.46rem 0.62rem !important;
    font-size: 0.76rem !important;
}

.combo-modal-popup .flavor-picker {
    margin-top: 0 !important;
}

@media (max-width: 640px) {
    .combo-modal-popup.swal2-popup {
        padding-top: 0.72rem !important;
    }

    .combo-modal-popup .combo-progress-panel {
        margin-bottom: 0.5rem !important;
        padding: 0.62rem 0.66rem 0.58rem !important;
    }

    .combo-modal-popup .combo-progress-panel .flavor-subtitle {
        font-size: 0.75rem !important;
    }

    .combo-modal-popup .combo-progress-labels span {
        font-size: 0.53rem !important;
    }

    .combo-modal-popup .flavor-block.guided-step {
        padding-top: 0.72rem !important;
    }
}

/* ===== Combo modal: remover faixa branca inferior ===== */
.combo-modal-popup.swal2-popup {
    padding-bottom: 0.75rem !important;
}

.combo-modal-popup .combo-modal-html,
.combo-modal-popup .swal2-html-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
}

.combo-modal-popup .flavor-picker {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    max-height: calc(100svh - 15.2rem) !important;
}

.combo-modal-popup .flavor-block.guided-step,
.combo-modal-popup .flavor-block.guided-step.is-active {
    margin-bottom: 0 !important;
}

.combo-modal-popup .combo-guide-actions {
    margin: 0.62rem 0 0 !important;
    padding: 0 !important;
}

.combo-modal-popup .combo-modal-actions,
.combo-modal-popup .swal2-actions {
    margin: 0.62rem 0 0 !important;
    padding: 0 !important;
}

@media (max-width: 640px) {
    .combo-modal-popup.swal2-popup {
        padding-bottom: calc(0.58rem + env(safe-area-inset-bottom)) !important;
    }

    .combo-modal-popup .flavor-picker {
        max-height: calc(100svh - 13.8rem) !important;
        padding-bottom: 0 !important;
    }
}

/* ===== Combo modal: rolagem somente na lista de escolhas ===== */
.swal2-container:has(.combo-modal-popup) {
    overflow: hidden !important;
    overscroll-behavior: none !important;
    touch-action: none !important;
}

.combo-modal-popup.swal2-popup {
    overflow: hidden !important;
    max-height: calc(100svh - 1.25rem) !important;
    overscroll-behavior: none !important;
    touch-action: none !important;
}

.combo-modal-popup .combo-modal-html,
.combo-modal-popup .swal2-html-container {
    overflow: hidden !important;
    max-height: none !important;
    overscroll-behavior: none !important;
    touch-action: none !important;
}

.combo-modal-popup .combo-progress-panel,
.combo-modal-popup .combo-step-alert,
.combo-modal-popup .combo-guide-actions,
.combo-modal-popup .combo-modal-actions,
.combo-modal-popup .swal2-actions {
    flex: 0 0 auto !important;
    overflow: hidden !important;
    touch-action: none !important;
}

.combo-modal-popup .flavor-picker {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    touch-action: pan-y !important;
    max-height: calc(100svh - 15.4rem) !important;
    padding-right: 0.18rem !important;
}

.combo-modal-popup .flavor-picker .guided-step,
.combo-modal-popup .flavor-picker .flavor-options,
.combo-modal-popup .flavor-picker .flavor-option {
    touch-action: pan-y !important;
}

@media (max-width: 640px) {
    .swal2-container:has(.combo-modal-popup) {
        align-items: center !important;
        padding: 0.38rem !important;
    }

    .combo-modal-popup.swal2-popup {
        max-height: calc(100svh - 0.76rem) !important;
    }

    .combo-modal-popup .flavor-picker {
        max-height: calc(100svh - 13.9rem) !important;
    }
}
