.appbrazil-catalog-page,
.appbrazil-catalog-page * {
    box-sizing: border-box;
}

.appbrazil-catalog-page {
    min-height: 100vh;
    overflow: hidden;
    background: #f7fbfa;
    color: #0f172a;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.appbrazil-catalog-container {
    width: min(1560px, calc(100% - 48px));
    margin: 0 auto;
}

.appbrazil-catalog-hero {
    position: relative;
    min-height: 980px;
    padding: 48px 0 70px;
    overflow: hidden;
}

.appbrazil-catalog-bg-circle {
    position: absolute;
    right: -170px;
    top: -140px;
    width: 820px;
    height: 820px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-accent, #16a34a) 14%, #ffffff);
    opacity: 0.92;
}

.appbrazil-catalog-dots {
    position: absolute;
    left: 55%;
    top: 84px;
    display: grid;
    grid-template-columns: repeat(4, 7px);
    gap: 14px;
    opacity: 0.55;
}

.appbrazil-catalog-dots span {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--app-accent, #16a34a);
}

.appbrazil-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(700px, 1.08fr);
    gap: 34px;
    align-items: center;
}

.appbrazil-hero-copy {
    padding-top: 16px;
}

.appbrazil-public-logo {
    display: block;
    max-width: 220px;
    max-height: 90px;
    object-fit: contain;
    margin: 0 0 22px;
}

.appbrazil-hero-banner-wrap {
    margin: 0 0 26px;
    max-width: 700px;
}

.appbrazil-hero-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 116px;
    padding: 20px 26px;
    border-radius: 18px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--app-accent, #16a34a) 96%, #022c22) 0%, color-mix(in srgb, var(--app-accent, #16a34a) 84%, #14532d) 100%);
    box-shadow: 0 24px 54px rgba(22, 163, 74, 0.18);
    overflow: hidden;
    text-decoration: none;
}

.appbrazil-hero-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0));
    pointer-events: none;
}

.appbrazil-hero-banner img {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 124px;
    object-fit: contain;
}

.appbrazil-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 14px;
    border: 1px solid color-mix(in srgb, var(--app-accent, #16a34a) 65%, #ffffff);
    background: rgba(255, 255, 255, 0.9);
    color: var(--app-accent, #16a34a);
    font-weight: 900;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.appbrazil-hero-copy h1 {
    max-width: 720px;
    margin: 34px 0 0;
    color: var(--app-primary, #0f172a);
    font-family: var(--app-headline-font-family, inherit);
    font-size: var(--app-headline-font-size, clamp(54px, 6.2vw, 104px));
    line-height: 0.95;
    letter-spacing: -0.065em;
    font-weight: 950;
}

.appbrazil-hero-copy h1::first-line {
    color: var(--app-primary, #0f172a);
}

.appbrazil-hero-copy h1 strong,
.appbrazil-hero-copy h1 em {
    color: var(--app-accent, #16a34a);
    font-style: normal;
}

.appbrazil-hero-copy p {
    max-width: 700px;
    margin: 30px 0 0;
    color: #334155;
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.58;
}

.appbrazil-benefit-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 46px;
    max-width: 760px;
}

.appbrazil-benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 17px;
}

.appbrazil-benefit-icon {
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--app-accent, #16a34a);
    border: 1px solid color-mix(in srgb, var(--app-accent, #16a34a) 22%, #ffffff);
    box-shadow: 0 14px 34px rgba(22, 163, 74, 0.14);
    font-size: 32px;
    overflow: hidden;
}

.appbrazil-benefit-img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
}

.appbrazil-benefit-emoji {
    display: block;
    line-height: 1;
}

.appbrazil-benefit-card h3 {
    margin: 4px 0 7px;
    color: #0f172a;
    font-size: 19px;
    font-weight: 950;
    letter-spacing: -0.025em;
}

.appbrazil-benefit-card p {
    margin: 0;
    color: #475569;
    font-size: 15.5px;
    line-height: 1.48;
}

.appbrazil-callout {
    margin-top: 48px;
    max-width: 780px;
    min-height: 110px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 25px 32px;
    color: #ffffff;
    border-radius: 28px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--app-accent, #16a34a) 84%, #01351d), var(--app-accent, #16a34a));
    box-shadow: 0 22px 54px rgba(22, 163, 74, 0.28);
}

.appbrazil-callout-icon {
    flex: 0 0 78px;
    height: 78px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--app-accent, #16a34a);
    font-size: 38px;
}

.appbrazil-callout strong {
    display: block;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.16;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.appbrazil-hero-visual {
    position: relative;
    min-height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appbrazil-wa-float {
    position: absolute;
    z-index: 7;
    top: 54px;
    left: 28%;
    width: 112px;
    height: 112px;
    border-radius: 32px;
    transform: rotate(-9deg);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #ffffff;
    font-size: 66px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.2);
    border: 8px solid rgba(255,255,255,0.7);
}

.appbrazil-mini-benefits {
    position: absolute;
    left: 0;
    top: 220px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.appbrazil-mini-benefits div {
    position: relative;
    display: grid;
    grid-template-columns: 58px 110px;
    gap: 12px;
    align-items: center;
}

.appbrazil-mini-benefits span {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--app-accent, #16a34a) 12%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--app-accent, #16a34a) 24%, #ffffff);
    font-size: 27px;
}

.appbrazil-mini-benefits div::after {
    content: "";
    position: absolute;
    left: 58px;
    top: 50%;
    width: 98px;
    border-top: 1px dashed color-mix(in srgb, var(--app-accent, #16a34a) 46%, #ffffff);
}

.appbrazil-mini-benefits b,
.appbrazil-mini-benefits small {
    display: block;
    color: #334155;
    font-size: 12px;
    line-height: 1.1;
}

.appbrazil-mini-benefits b {
    color: #0f172a;
    font-weight: 950;
}

.appbrazil-floating-catalog {
    position: absolute;
    z-index: 4;
    left: 18%;
    top: 170px;
    width: 420px;
    padding: 24px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 35px 90px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transform: rotate(-2deg);
}

.appbrazil-floating-title {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
}

.appbrazil-floating-title span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--app-accent, #16a34a);
    color: #ffffff;
    font-size: 25px;
}

.appbrazil-floating-title b {
    font-size: 23px;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.appbrazil-floating-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.appbrazil-floating-product {
    padding: 12px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.appbrazil-floating-media {
    height: 122px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, color-mix(in srgb, var(--app-accent, #16a34a) 12%, #ffffff), #ffffff);
    overflow: hidden;
}

.appbrazil-product-emoji {
    display: inline-flex;
    font-size: 54px;
    line-height: 1;
}

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

.appbrazil-floating-product b {
    display: block;
    margin-top: 10px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appbrazil-floating-product small {
    display: block;
    margin-top: 3px;
    color: var(--app-accent, #16a34a);
    font-size: 14px;
    font-weight: 950;
}

.appbrazil-phone {
    position: absolute;
    z-index: 6;
    right: 10px;
    top: 90px;
    width: 355px;
    height: 730px;
    border-radius: 56px;
    padding: 12px;
    background: #020617;
    box-shadow: 0 35px 90px rgba(15, 23, 42, 0.42);
}

.appbrazil-phone-notch {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 24px;
    width: 115px;
    height: 28px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: #020617;
}

.appbrazil-phone-screen {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 46px;
    background: #f7efe6;
}

.appbrazil-phone-header {
    display: grid;
    grid-template-columns: auto 40px minmax(0, 1fr) auto auto;
    gap: 11px;
    align-items: center;
    padding: 38px 15px 16px;
    background: #075e54;
    color: #ffffff;
}

.appbrazil-phone-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--app-accent, #16a34a);
    font-weight: 950;
}

.appbrazil-phone-header b,
.appbrazil-phone-header small {
    display: block;
    min-width: 0;
}

.appbrazil-phone-header b {
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.appbrazil-phone-header small {
    color: #d1fae5;
    font-size: 12px;
}

.appbrazil-phone-chat {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
}

.appbrazil-bubble {
    max-width: 247px;
    padding: 11px 13px;
    border-radius: 17px;
    color: #334155;
    font-size: 13px;
    line-height: 1.36;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.appbrazil-bubble small {
    display: block;
    margin-top: 5px;
    color: #94a3b8;
    font-size: 10px;
    text-align: right;
}

.appbrazil-bubble-white {
    background: #ffffff;
    border-top-left-radius: 4px;
}

.appbrazil-bubble-green {
    margin-left: auto;
    background: #dcf8c6;
    border-top-right-radius: 4px;
}

.appbrazil-phone-catalog-card {
    padding: 12px;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.appbrazil-phone-catalog-card > b {
    display: block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 14px;
}

.appbrazil-phone-product {
    display: grid;
    grid-template-columns: 48px 1fr 27px;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.appbrazil-phone-product > div {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--app-accent, #16a34a) 12%, #ffffff);
    overflow: hidden;
}

.appbrazil-phone-product .appbrazil-product-emoji {
    font-size: 24px;
}

.appbrazil-phone-product p {
    margin: 0;
}

.appbrazil-phone-product strong,
.appbrazil-phone-product span {
    display: block;
    font-size: 12px;
}

.appbrazil-phone-product strong {
    color: #0f172a;
}

.appbrazil-phone-product span {
    color: #475569;
}

.appbrazil-phone-product em {
    width: 27px;
    height: 27px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--app-accent, #16a34a) 14%, #ffffff);
    color: var(--app-accent, #16a34a);
    font-style: normal;
    font-weight: 950;
}

.appbrazil-phone-catalog-card button {
    width: 100%;
    margin-top: 10px;
    padding: 9px;
    border: 0;
    border-radius: 13px;
    background: color-mix(in srgb, var(--app-accent, #16a34a) 10%, #ffffff);
    color: var(--app-accent, #16a34a);
    font-weight: 950;
}

.appbrazil-phone-input {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    height: 49px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 16px;
    border-radius: 999px;
    background: #ffffff;
    color: #94a3b8;
    font-size: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.appbrazil-phone-input span {
    margin-left: auto;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--app-accent, #16a34a);
    color: #ffffff;
}

.appbrazil-cart-float {
    position: absolute;
    z-index: 7;
    right: -10px;
    bottom: 118px;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--app-accent, #16a34a);
    color: #ffffff;
    font-size: 38px;
    box-shadow: 0 20px 44px rgba(22, 163, 74, 0.36);
    border: 8px solid rgba(255, 255, 255, 0.78);
}

.appbrazil-store-section {
    padding: 30px 0 76px;
    min-height: calc(100vh - 88px);
}

.appbrazil-store-heading {
    display: flex;
    gap: 28px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.appbrazil-section-kicker {
    display: inline-flex;
    color: var(--app-accent, #16a34a);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.16em;
}

.appbrazil-store-heading h2 {
    max-width: 700px;
    margin: 8px 0 8px;
    color: #0f172a;
    font-size: clamp(34px, 3vw, 52px);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.appbrazil-store-heading p {
    max-width: 690px;
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.55;
}

.appbrazil-category-sidebar {
    position: sticky;
    top: 108px;
    max-height: none;
    overflow: visible;
    padding: 22px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.appbrazil-category-sidebar h3 {
    margin: 0 0 15px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.appbrazil-category-filter {
    display: grid;
    gap: 10px;
    justify-content: stretch;
    max-width: none;
}

.appbrazil-category-filter button {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    padding: 12px 15px;
    background: #ffffff;
    color: #334155;
    font-weight: 900;
    cursor: pointer;
    text-align: left;
    transition: 0.2s ease;
}

.appbrazil-category-filter button:hover,
.appbrazil-category-filter button.is-active {
    background: var(--app-accent, #16a34a);
    color: #ffffff;
    border-color: var(--app-accent, #16a34a);
}

.appbrazil-shop-grid {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.appbrazil-order-popup-trigger {
    position: sticky;
    top: 108px;
    display: grid;
    gap: 10px;
    padding: 20px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.appbrazil-open-order-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border: 0;
    border-radius: 17px;
    padding: 16px 18px;
    background: #25d366;
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 18px 36px rgba(37, 211, 102, 0.25);
}

.appbrazil-open-order-summary b {
    min-width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #ffffff;
    color: #128c3c;
    font-size: 13px;
}

.appbrazil-open-order-summary.has-items {
    animation: appbrazilPulseButton 1.5s ease-in-out infinite;
}

.appbrazil-order-popup-trigger small {
    color: #64748b;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
}

.appbrazil-order-summary-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(4px);
}

.appbrazil-order-summary-backdrop.is-open {
    display: block;
}

.appbrazil-order-lock {
    overflow: hidden;
}

@keyframes appbrazilPulseButton {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}

.appbrazil-products-scroll-area {
    max-height: none;
    min-height: 0;
    overflow: visible;
    padding: 4px 0 22px 4px;
    scroll-behavior: auto;
    scrollbar-width: auto;
}

.appbrazil-products-scroll-area::-webkit-scrollbar {
    width: 9px;
}

.appbrazil-products-scroll-area::-webkit-scrollbar-track {
    background: #eef2f7;
    border-radius: 999px;
}

.appbrazil-products-scroll-area::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--app-accent, #16a34a) 64%, #cbd5e1);
    border-radius: 999px;
}

.appbrazil-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.appbrazil-product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 17px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.appbrazil-product-media {
    height: 205px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, color-mix(in srgb, var(--app-accent, #16a34a) 12%, #ffffff), #ffffff);
}

.appbrazil-product-media .appbrazil-product-emoji {
    font-size: 82px;
}

.appbrazil-product-card > span {
    display: inline-flex;
    width: fit-content;
    margin-top: 16px;
    padding: 6px 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-accent, #16a34a) 9%, #ffffff);
    color: var(--app-accent, #16a34a);
    font-size: 12px;
    font-weight: 950;
}

.appbrazil-product-card h3 {
    margin: 12px 0 8px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.appbrazil-product-subtitle,
.appbrazil-product-code {
    display: block;
    margin: 0 0 7px;
    color: #475569;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
}

.appbrazil-product-code {
    width: fit-content;
    padding: 5px 8px;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.appbrazil-product-card p {
    flex: 1;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.45;
}

.appbrazil-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.appbrazil-price-stack {
    display: grid;
    gap: 2px;
}

.appbrazil-price-stack span {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 850;
    text-decoration: line-through;
}

.appbrazil-price-stack strong,
.appbrazil-product-footer strong {
    color: var(--app-accent, #16a34a);
    font-size: 20px;
    font-weight: 950;
}

.appbrazil-add-product {
    border: 0;
    border-radius: 999px;
    padding: 12px 17px;
    background: var(--app-accent, #16a34a);
    color: #ffffff;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(22, 163, 74, 0.24);
    transition: 0.2s ease;
}

.appbrazil-add-product:hover,
.appbrazil-add-product.was-added {
    transform: translateY(-1px);
    background: color-mix(in srgb, var(--app-accent, #16a34a) 84%, #064e3b);
}

.appbrazil-order-card {
    position: sticky;
    top: 108px;
    max-height: calc(100vh - 128px);
    overflow-y: auto;
    padding: 24px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: 0.25s ease;
    scrollbar-width: thin;
}

.appbrazil-order-card.appbrazil-order-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    width: min(640px, calc(100vw - 28px));
    max-height: min(88vh, 760px);
    transform: translate(-50%, -50%);
    overflow-y: auto;
    border-radius: 22px;
    box-shadow: 0 34px 90px rgba(15, 23, 42, 0.34);
}

.appbrazil-order-card.appbrazil-order-modal.is-open {
    display: block;
}

.appbrazil-order-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
}

.appbrazil-order-card.appbrazil-order-modal h2 {
    padding-right: 46px;
}

.appbrazil-order-modal .appbrazil-cart-popup-btn {
    display: none;
}

.appbrazil-order-card.is-highlighted {
    transform: translateY(-3px);
    box-shadow: 0 32px 80px rgba(22, 163, 74, 0.2);
}

.appbrazil-order-card h2 {
    margin: 0 0 18px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.appbrazil-order-number-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 16px;
    padding: 13px 15px;
    border-radius: 18px;
    background: color-mix(in srgb, var(--app-accent, #16a34a) 8%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--app-accent, #16a34a) 20%, #ffffff);
}

.appbrazil-order-number-box span {
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.appbrazil-order-number-box strong {
    color: var(--app-accent, #16a34a);
    font-size: 15px;
    font-weight: 950;
    text-align: right;
}

.appbrazil-order-number-box strong[data-state="loading"] {
    color: #0369a1;
}

.appbrazil-order-number-box strong[data-state="error"] {
    color: #dc2626;
}

.appbrazil-order-client,
.appbrazil-order-notes {
    display: grid;
    gap: 12px;
}

.appbrazil-order-client {
    margin-bottom: 16px;
}

.appbrazil-order-client label,
.appbrazil-order-notes {
    display: grid;
    gap: 7px;
}

.appbrazil-order-client span,
.appbrazil-order-notes span {
    color: #334155;
    font-size: 13px;
    font-weight: 900;
}

.appbrazil-shipping-section {
    display: grid;
    gap: 12px;
    margin-top: 4px;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--app-accent, #16a34a) 7%, #ffffff), #ffffff);
    border: 1px solid color-mix(in srgb, var(--app-accent, #16a34a) 16%, #ffffff);
}

.appbrazil-shipping-section h3 {
    margin: 0 0 2px;
    color: #0f172a;
    font-size: 17px;
    font-weight: 950;
    letter-spacing: -0.025em;
}

.appbrazil-address-row {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 10px;
}

.appbrazil-address-row .appbrazil-uf-field {
    max-width: 92px;
}

.appbrazil-cep-status {
    display: block;
    min-height: 16px;
    color: #64748b;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.35;
}

.appbrazil-cep-status.is-loading {
    color: #0369a1;
}

.appbrazil-cep-status.is-success {
    color: var(--app-accent, #16a34a);
}

.appbrazil-cep-status.is-error {
    color: #dc2626;
}

.appbrazil-cep-status.is-muted {
    color: #64748b;
}

.appbrazil-order-card input,
.appbrazil-order-card textarea {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 15px;
    padding: 13px 14px;
    background: #ffffff;
    color: #0f172a;
    font: inherit;
    outline: none;
    transition: 0.2s ease;
}

.appbrazil-order-card input:focus,
.appbrazil-order-card textarea:focus {
    border-color: var(--app-accent, #16a34a);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--app-accent, #16a34a) 12%, transparent);
}

.appbrazil-cart-items {
    display: grid;
    gap: 10px;
    margin: 18px 0;
    padding: 14px;
    border-radius: 20px;
    background: #f8fafc;
}

.appbrazil-empty-cart {
    margin: 0;
    color: #64748b;
    text-align: center;
    font-size: 14px;
}

.appbrazil-cart-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 16px;
    background: #ffffff;
}

.appbrazil-cart-thumb {
    width: 54px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #f1f5f9;
    flex: 0 0 auto;
}

.appbrazil-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.appbrazil-cart-thumb span {
    font-size: 24px;
    line-height: 1;
}

.appbrazil-cart-info {
    min-width: 0;
}

.appbrazil-cart-row strong,
.appbrazil-cart-row span,
.appbrazil-cart-row small {
    display: block;
}

.appbrazil-cart-row small {
    margin-top: 1px;
    color: #64748b;
    font-size: 11.5px;
    font-weight: 800;
}

.appbrazil-cart-row strong {
    color: #0f172a;
    font-size: 14px;
}

.appbrazil-cart-row span {
    margin-top: 2px;
    color: var(--app-accent, #16a34a);
    font-size: 13px;
    font-weight: 950;
}

.appbrazil-qty-control {
    display: inline-grid;
    grid-template-columns: 30px 30px 30px;
    align-items: center;
    overflow: hidden;
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-accent, #16a34a) 10%, #ffffff);
}

.appbrazil-qty-control button {
    width: 30px;
    height: 32px;
    border: 0;
    background: transparent;
    color: var(--app-accent, #16a34a);
    font-size: 18px;
    font-weight: 950;
    cursor: pointer;
}

.appbrazil-qty-control b {
    color: #0f172a;
    text-align: center;
    font-size: 14px;
}

.appbrazil-send-order {
    width: 100%;
    margin-top: 16px;
    border: 0;
    border-radius: 17px;
    padding: 16px 18px;
    background: #25d366;
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 16px 36px rgba(37, 211, 102, 0.32);
    opacity: 0.85;
    transition: 0.2s ease;
}

.appbrazil-send-order:hover,
.appbrazil-send-order.is-ready {
    opacity: 1;
}

.appbrazil-send-order:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 42px rgba(37, 211, 102, 0.38);
}

.appbrazil-send-order:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.appbrazil-order-helper {
    margin: 13px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

.appbrazil-catalog-locked {
    min-height: 75vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.appbrazil-locked-card {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 56px);
    border-radius: 30px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
}

.appbrazil-locked-card .appbrazil-public-logo {
    margin: 0 auto 20px;
}

.appbrazil-locked-card h1 {
    margin: 18px 0 12px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.appbrazil-locked-card p {
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.55;
}

@media (max-width: 1280px) {
    .appbrazil-hero-grid {
        grid-template-columns: 1fr;
    }
    .appbrazil-hero-visual {
        min-height: 760px;
    }
    .appbrazil-floating-catalog {
        left: 14%;
        top: 100px;
    }
    .appbrazil-phone {
        right: 10%;
        top: 50px;
    }
    .appbrazil-mini-benefits {
        display: none;
    }
    .appbrazil-shop-grid {
        grid-template-columns: 210px minmax(0, 1fr) 360px;
    }
    .appbrazil-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .appbrazil-store-heading {
        display: grid;
        align-items: start;
    }
    .appbrazil-category-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
    }
    .appbrazil-category-filter {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .appbrazil-category-filter button {
        width: auto;
        text-align: center;
    }
    .appbrazil-shop-grid {
        grid-template-columns: 1fr;
    }
    .appbrazil-products-scroll-area {
        max-height: none;
        min-height: 0;
        overflow: visible;
        padding: 0;
    }
    .appbrazil-order-card {
        position: static;
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 760px) {
    .appbrazil-catalog-container {
        width: min(100% - 26px, 1560px);
    }
    .appbrazil-catalog-hero {
        min-height: auto;
        padding: 28px 0 42px;
    }
    .appbrazil-hero-copy h1 {
        font-size: clamp(46px, 15vw, 70px);
        letter-spacing: -0.055em;
    }
    .appbrazil-benefit-grid {
        grid-template-columns: 1fr;
    }
    .appbrazil-callout {
        align-items: flex-start;
        flex-direction: column;
    }
    .appbrazil-hero-visual {
        min-height: 1080px;
        transform: scale(0.9);
        transform-origin: top center;
        margin-bottom: -120px;
    }
    .appbrazil-floating-catalog {
        left: 50%;
        top: 80px;
        width: min(420px, 100vw - 42px);
        transform: translateX(-50%) rotate(0);
    }
    .appbrazil-phone {
        left: 50%;
        right: auto;
        top: 520px;
        transform: translateX(-50%);
    }
    .appbrazil-wa-float,
    .appbrazil-cart-float {
        display: none;
    }
    .appbrazil-products-grid {
        grid-template-columns: 1fr;
    }
    .appbrazil-address-row {
        grid-template-columns: 1fr;
    }
    .appbrazil-address-row .appbrazil-uf-field {
        max-width: none;
    }
}

@media (max-width: 420px) {
    .appbrazil-hero-visual {
        transform: scale(0.78);
        margin-bottom: -220px;
    }
    .appbrazil-floating-catalog {
        width: 410px;
    }
}


.appbrazil-divider{
    margin:20px 0;
    border:0;
    border-top:1px solid #e5e7eb;
}


.appbrazil-cart-popup-btn{width:100%;padding:12px;margin:10px 0;cursor:pointer}
.appbrazil-cart-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999}
.appbrazil-cart-modal.is-open{display:block}
.appbrazil-cart-modal-content{background:#fff;max-width:600px;margin:5% auto;padding:20px;border-radius:12px}
.appbrazil-cart-close{float:right}

.appbrazil-cart-popup-btn{background:#d60000!important;color:#fff!important;font-weight:800!important;box-shadow:0 6px 20px rgba(214,0,0,.5)!important;position:relative}
.appbrazil-cart-badge{background:#fff;color:#d60000;border-radius:50%;padding:4px 8px;margin-left:8px;font-weight:900}
.appbrazil-cart-total{font-size:24px;font-weight:900;margin:15px 0}
.appbrazil-popup-whatsapp{width:100%;background:#25D366;color:#fff;border:none;padding:14px;border-radius:8px;font-weight:800}


@media (max-width: 480px) {
    .appbrazil-cart-row {
        grid-template-columns: 48px minmax(0, 1fr);
    }
    .appbrazil-cart-thumb {
        width: 48px;
        height: 40px;
    }
    .appbrazil-cart-row .appbrazil-qty-control {
        grid-column: 1 / -1;
        justify-self: end;
    }
}

/* V1.1.9 - Sticky header com busca, carrinho e login */
.appbrazil-catalog-page {
    padding-top: 88px;
}

.appbrazil-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.appbrazil-sticky-header-inner {
    display: grid;
    grid-template-columns: auto minmax(240px, 1fr) auto auto;
    gap: 12px;
    align-items: center;
}

.appbrazil-sticky-brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 120px;
    color: var(--app-primary, #0f172a);
    text-decoration: none;
}

.appbrazil-sticky-brand img {
    display: block;
    width: auto;
    max-width: 170px;
    max-height: 54px;
    object-fit: contain;
}

.appbrazil-sticky-brand strong {
    display: block;
    max-width: 180px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 950;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.appbrazil-sticky-search {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 6px 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.appbrazil-sticky-search span {
    color: var(--app-accent, #16a34a);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.appbrazil-sticky-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
}

.appbrazil-sticky-search input::placeholder {
    color: #94a3b8;
    font-weight: 600;
}

.appbrazil-sticky-cart,
.appbrazil-sticky-login {
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.1;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    white-space: nowrap;
}

.appbrazil-sticky-cart {
    background: color-mix(in srgb, var(--app-accent, #16a34a) 12%, #ffffff);
    color: var(--app-accent, #16a34a);
    border: 1px solid color-mix(in srgb, var(--app-accent, #16a34a) 28%, #ffffff);
}

.appbrazil-sticky-cart.has-items {
    background: var(--app-accent, #16a34a);
    color: #ffffff;
    box-shadow: 0 12px 26px color-mix(in srgb, var(--app-accent, #16a34a) 25%, transparent);
}

.appbrazil-sticky-cart b {
    min-width: 25px;
    height: 25px;
    padding: 0 7px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--app-accent, #16a34a);
    font-size: 13px;
    font-weight: 950;
}

.appbrazil-sticky-login {
    background: var(--app-primary, #0f172a);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}

.appbrazil-sticky-cart:hover,
.appbrazil-sticky-login:hover {
    transform: translateY(-1px);
}

.appbrazil-no-products-found {
    grid-column: 1 / -1;
    padding: 28px;
    border-radius: 22px;
    background: #ffffff;
    color: #475569;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

@media (max-width: 980px) {
    .appbrazil-catalog-page {
        padding-top: 150px;
    }

    .appbrazil-sticky-header-inner {
        grid-template-columns: auto 1fr;
    }

    .appbrazil-sticky-search {
        order: 3;
        grid-column: 1 / -1;
    }

    .appbrazil-sticky-cart,
    .appbrazil-sticky-login {
        padding: 0 13px;
        font-size: 13px;
    }
}

@media (max-width: 620px) {
    .appbrazil-catalog-page {
        padding-top: 198px;
    }

    .appbrazil-sticky-header {
        padding: 9px 0;
    }

    .appbrazil-sticky-header-inner {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .appbrazil-sticky-brand {
        justify-content: center;
    }

    .appbrazil-sticky-brand img {
        max-height: 44px;
        max-width: 150px;
    }

    .appbrazil-sticky-search,
    .appbrazil-sticky-cart,
    .appbrazil-sticky-login {
        width: 100%;
        min-height: 44px;
    }

    .appbrazil-sticky-cart span {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* V1.2.0 - Modal de cadastro/login do cliente */
.appbrazil-auth-lock {
    overflow: hidden;
}

.appbrazil-auth-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.appbrazil-auth-modal.is-open {
    display: flex;
}

.appbrazil-auth-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.68);
    backdrop-filter: blur(8px);
}

.appbrazil-auth-dialog {
    position: relative;
    z-index: 2;
    width: min(520px, 100%);
    max-height: min(92vh, 760px);
    overflow: auto;
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 36px 100px rgba(15, 23, 42, 0.36);
}

.appbrazil-auth-close {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.appbrazil-auth-head {
    padding-right: 40px;
}

.appbrazil-auth-head img {
    display: block;
    max-width: 160px;
    max-height: 66px;
    object-fit: contain;
    margin: 0 0 14px;
}

.appbrazil-auth-head span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 7px 13px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-accent, #16a34a) 12%, #ffffff);
    color: var(--app-accent, #16a34a);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.appbrazil-auth-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(26px, 4vw, 36px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -0.045em;
}

.appbrazil-auth-head p {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.5;
}

.appbrazil-auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 24px 0 16px;
    padding: 6px;
    border-radius: 18px;
    background: #f1f5f9;
}

.appbrazil-auth-tabs button {
    border: 0;
    border-radius: 14px;
    padding: 12px 16px;
    background: transparent;
    color: #475569;
    font-weight: 950;
    cursor: pointer;
}

.appbrazil-auth-tabs button.is-active {
    background: #ffffff;
    color: var(--app-accent, #16a34a);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.appbrazil-auth-status {
    display: none;
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
}

.appbrazil-auth-status.is-loading,
.appbrazil-auth-status.is-error,
.appbrazil-auth-status.is-success {
    display: block;
}

.appbrazil-auth-status.is-loading {
    background: #eff6ff;
    color: #1d4ed8;
}

.appbrazil-auth-status.is-error {
    background: #fef2f2;
    color: #b91c1c;
}

.appbrazil-auth-status.is-success {
    background: #ecfdf5;
    color: #047857;
}

.appbrazil-auth-form {
    display: none;
    gap: 13px;
}

.appbrazil-auth-form.is-active {
    display: grid;
}

.appbrazil-auth-form label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #0f172a;
    font-weight: 900;
}

.appbrazil-auth-form label span {
    font-size: 13px;
    color: #334155;
}

.appbrazil-auth-form input[type="text"],
.appbrazil-auth-form input[type="tel"],
.appbrazil-auth-form input[type="email"],
.appbrazil-auth-form input[type="password"] {
    width: 100%;
    min-height: 48px;
    border: 1px solid #dbe4ee;
    border-radius: 15px;
    padding: 0 14px;
    background: #ffffff;
    color: #0f172a;
    font-size: 15px;
    outline: none;
}

.appbrazil-auth-form input:focus {
    border-color: var(--app-accent, #16a34a);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--app-accent, #16a34a) 16%, transparent);
}

.appbrazil-auth-check {
    display: flex !important;
    grid-template-columns: none;
    flex-direction: row;
    align-items: center;
    gap: 9px !important;
    font-size: 14px;
}

.appbrazil-auth-check input {
    width: 18px;
    height: 18px;
}

.appbrazil-auth-form button[type="submit"] {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--app-accent, #16a34a), color-mix(in srgb, var(--app-accent, #16a34a) 72%, #0f172a));
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 14px 32px color-mix(in srgb, var(--app-accent, #16a34a) 26%, transparent);
}

.appbrazil-auth-form button[type="submit"]:disabled {
    opacity: 0.68;
    cursor: wait;
}

.appbrazil-auth-link {
    color: var(--app-accent, #16a34a);
    font-weight: 900;
    text-decoration: none;
    text-align: center;
}

.appbrazil-auth-form small {
    color: #64748b;
    line-height: 1.45;
}

.appbrazil-auth-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 560px) {
    .appbrazil-auth-modal {
        padding: 12px;
        align-items: flex-end;
    }

    .appbrazil-auth-dialog {
        width: 100%;
        max-height: 94vh;
        padding: 24px 18px;
        border-radius: 24px 24px 0 0;
    }
}

/* V1.2.4 - PopUp de escolha: retirada no local ou entrega */
.appbrazil-fulfillment-content {
    max-width: 520px;
}

.appbrazil-fulfillment-content h3 {
    margin: 0 0 18px;
    text-align: center;
    font-size: 24px;
    color: #111827;
}

.appbrazil-fulfillment-options {
    display: grid;
    gap: 14px;
    margin-top: 10px;
}

.appbrazil-fulfillment-option {
    width: 100%;
    border: 1px solid #d1fae5;
    background: #f0fdf4;
    color: #111827;
    border-radius: 14px;
    padding: 18px 16px;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.appbrazil-fulfillment-option:hover {
    transform: translateY(-1px);
    border-color: #22c55e;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .12);
}

.appbrazil-fulfillment-option strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
}

.appbrazil-fulfillment-option small {
    display: block;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.45;
}

.appbrazil-pickup-form {
    margin-top: 8px;
    padding: 18px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.appbrazil-pickup-form h4 {
    margin: 0 0 14px;
    font-size: 20px;
    color: #111827;
}

.appbrazil-pickup-form label {
    display: block;
    margin-bottom: 12px;
}

.appbrazil-pickup-form label span {
    display: block;
    margin-bottom: 6px;
    font-weight: 800;
    color: #111827;
    font-size: 13px;
}

.appbrazil-pickup-form input {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    background: #fff;
    outline: none;
}

.appbrazil-pickup-form input:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.appbrazil-pickup-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 14px;
}

.appbrazil-pickup-back,
.appbrazil-pickup-submit {
    border: none;
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 900;
    cursor: pointer;
}

.appbrazil-pickup-back {
    background: #e5e7eb;
    color: #111827;
}

.appbrazil-pickup-submit {
    background: #25D366;
    color: #fff;
}

.appbrazil-pickup-submit:disabled {
    opacity: .7;
    cursor: wait;
}

@media (max-width: 480px) {
    .appbrazil-fulfillment-content {
        width: calc(100% - 24px);
        margin: 18px auto;
        padding: 18px;
    }

    .appbrazil-fulfillment-option strong {
        font-size: 18px;
    }

    .appbrazil-pickup-actions {
        flex-direction: column;
    }

    .appbrazil-pickup-back,
    .appbrazil-pickup-submit {
        width: 100%;
    }
}

.appbrazil-popup-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.appbrazil-popup-actions button {
    border: 0;
    border-radius: 10px;
    padding: 11px 14px;
    font-weight: 800;
    cursor: pointer;
}

.appbrazil-popup-actions #buy-more {
    background: #f3f4f6;
    color: #111827;
}

.appbrazil-popup-actions #finish-order {
    background: #25D366;
    color: #fff;
}

@media (max-width: 480px) {
    .appbrazil-popup-actions {
        flex-direction: column;
    }

    .appbrazil-popup-actions button {
        width: 100%;
    }
}

/* V1.2.5 - Checkout de pagamentos antes do WhatsApp */
.appbrazil-checkout-content {
    max-width: 620px;
}

.appbrazil-checkout-content h3 {
    margin: 0 0 8px;
    text-align: center;
    font-size: 24px;
    color: #111827;
}

.appbrazil-checkout-intro {
    margin: 0 0 14px;
    color: #4b5563;
    text-align: center;
    line-height: 1.45;
}

.appbrazil-checkout-summary {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 10px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.appbrazil-checkout-summary span {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.appbrazil-checkout-summary strong {
    color: #111827;
    font-size: 15px;
}

.appbrazil-payment-methods {
    display: grid;
    gap: 10px;
}

.appbrazil-payment-method {
    width: 100%;
    border: 1px solid #d1fae5;
    background: #f0fdf4;
    color: #111827;
    border-radius: 14px;
    padding: 14px;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.appbrazil-payment-method:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: #22c55e;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .11);
}

.appbrazil-payment-method:disabled {
    opacity: .65;
    cursor: wait;
}

.appbrazil-payment-method strong {
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
}

.appbrazil-payment-method small {
    display: block;
    color: #4b5563;
    line-height: 1.4;
}

.appbrazil-payment-status {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    display: none;
    font-weight: 800;
    line-height: 1.4;
}

.appbrazil-payment-status:not(:empty) {
    display: block;
}

.appbrazil-payment-status.is-loading {
    background: #eff6ff;
    color: #1d4ed8;
}

.appbrazil-payment-status.is-success {
    background: #ecfdf5;
    color: #047857;
}

.appbrazil-payment-status.is-error {
    background: #fef2f2;
    color: #b91c1c;
}

.appbrazil-payment-result {
    margin-top: 12px;
}

.appbrazil-payment-link,
.appbrazil-copy-pix {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    padding: 11px 14px;
    font-weight: 900;
    cursor: pointer;
}

.appbrazil-payment-qrbox {
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 14px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
}

.appbrazil-payment-qr {
    width: 220px;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 8px;
}

.appbrazil-payment-pix-code {
    width: 100%;
    min-height: 92px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 10px;
    font-size: 12px;
    resize: vertical;
    background: #fff;
}

.appbrazil-payment-manual,
.appbrazil-payment-empty {
    padding: 12px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-weight: 700;
}

.appbrazil-checkout-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 16px;
    flex-wrap: wrap;
}

.appbrazil-checkout-back,
.appbrazil-checkout-whatsapp {
    border: none;
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 900;
    cursor: pointer;
}

.appbrazil-checkout-back {
    background: #e5e7eb;
    color: #111827;
}

.appbrazil-checkout-whatsapp {
    background: #25D366;
    color: #fff;
}

@media (max-width: 480px) {
    .appbrazil-checkout-content {
        width: calc(100% - 24px);
        margin: 18px auto;
        padding: 18px;
    }

    .appbrazil-checkout-actions {
        flex-direction: column;
    }

    .appbrazil-checkout-back,
    .appbrazil-checkout-whatsapp,
    .appbrazil-payment-link,
    .appbrazil-copy-pix {
        width: 100%;
    }
}


/* V1.2.6 - Data e hora de retirada */
.appbrazil-pickup-date-time {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.appbrazil-pickup-date-time label {
    margin: 0;
}

@media (max-width: 520px) {
    .appbrazil-pickup-date-time {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .appbrazil-hero-banner-wrap {
        max-width: 100%;
    }

    .appbrazil-hero-banner {
        min-height: 96px;
        padding: 16px 18px;
        justify-content: center;
    }

    .appbrazil-hero-banner img {
        max-height: 96px;
    }
}

/* V1.3.0 - Ajustes solicitados: botão Finalizar no topo, sem scroll próprio e pagamentos no resumo */
.appbrazil-shop-grid {
    grid-template-columns: 230px minmax(0, 1fr) !important;
}

.appbrazil-order-popup-trigger {
    display: none !important;
}

.appbrazil-products-scroll-area {
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 4px 0 22px 4px !important;
    scroll-behavior: auto !important;
    scrollbar-width: auto !important;
}

.appbrazil-products-scroll-area::-webkit-scrollbar,
.appbrazil-products-scroll-area::-webkit-scrollbar-track,
.appbrazil-products-scroll-area::-webkit-scrollbar-thumb {
    display: none !important;
}

.appbrazil-order-payment-section {
    display: grid;
    gap: 12px;
    margin-top: 20px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--app-accent, #16a34a) 7%, #ffffff), #ffffff);
    border: 1px solid color-mix(in srgb, var(--app-accent, #16a34a) 18%, #ffffff);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.appbrazil-order-payment-section h3 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -0.025em;
}

.appbrazil-order-payment-intro {
    margin: -4px 0 0;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.appbrazil-order-payment-summary {
    margin-bottom: 0;
}

.appbrazil-order-payment-section .appbrazil-payment-method:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.appbrazil-payment-status.is-muted {
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e5e7eb;
}

.appbrazil-order-payment-whatsapp {
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 14px 16px;
    background: #25D366;
    color: #ffffff;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.22);
}

@media (max-width: 1280px) {
    .appbrazil-shop-grid {
        grid-template-columns: 210px minmax(0, 1fr) !important;
    }
}

@media (max-width: 980px) {
    .appbrazil-shop-grid {
        grid-template-columns: 1fr !important;
    }
}


/* V1.3.1 - Correção do número do pedido e grade com 5 itens por linha */
.appbrazil-products-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.appbrazil-product-card {
    padding: 13px !important;
    border-radius: 22px !important;
}

.appbrazil-product-media {
    height: 150px !important;
    border-radius: 18px !important;
}

.appbrazil-product-media .appbrazil-product-emoji {
    font-size: 62px !important;
}

.appbrazil-product-card > span {
    margin-top: 11px !important;
    padding: 5px 8px !important;
    font-size: 11px !important;
}

.appbrazil-product-card h3 {
    font-size: 17px !important;
    line-height: 1.12 !important;
}

.appbrazil-product-card p,
.appbrazil-product-subtitle,
.appbrazil-product-code {
    font-size: 12px !important;
}

.appbrazil-product-footer {
    gap: 8px !important;
}

.appbrazil-add-product {
    padding: 10px 12px !important;
    font-size: 12px !important;
}
@media (max-width: 1180px) {
    .appbrazil-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .appbrazil-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 480px) {
    .appbrazil-products-grid {
        grid-template-columns: 1fr !important;
    }
}

/* V1.3.2 - Retirada/entrega no resumo, pagamento antes do envio e recibo para cliente */
.appbrazil-summary-fulfillment {
    display: grid;
    gap: 10px;
    margin: -4px 0 16px;
    padding: 14px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.appbrazil-summary-fulfillment p {
    margin: 0;
    color: #334155;
    font-size: 13px;
    font-weight: 900;
}

.appbrazil-summary-fulfillment-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.appbrazil-summary-fulfillment-actions button {
    border: 1px solid #d1fae5;
    border-radius: 14px;
    padding: 12px 10px;
    background: #ffffff;
    color: #0f172a;
    font-weight: 950;
    cursor: pointer;
    transition: .18s ease;
}

.appbrazil-summary-fulfillment-actions button:hover,
.appbrazil-summary-fulfillment-actions button.is-active {
    background: #25D366;
    color: #ffffff;
    border-color: #25D366;
    box-shadow: 0 10px 24px rgba(37, 211, 102, .22);
}

.appbrazil-summary-pickup-fields {
    margin: 12px 0 0;
    padding: 14px;
    border-radius: 18px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.appbrazil-summary-pickup-fields h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 950;
}

.appbrazil-send-client-receipt {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #bbf7d0;
    border-radius: 15px;
    padding: 13px 16px;
    background: #f0fdf4;
    color: #128c3c;
    font-weight: 950;
    cursor: pointer;
    transition: .18s ease;
}

.appbrazil-send-client-receipt:hover,
.appbrazil-send-client-receipt.is-ready {
    background: #16a34a;
    color: #ffffff;
    border-color: #16a34a;
}

.appbrazil-send-client-receipt:disabled {
    cursor: not-allowed;
    opacity: .6;
}

@media (max-width: 520px) {
    .appbrazil-summary-fulfillment-actions {
        grid-template-columns: 1fr;
    }
}


/* V1.3.3 - Dinheiro com troco e envio automático do recibo */
.appbrazil-payment-cash-change {
    display: grid;
    gap: 10px;
}

.appbrazil-payment-cash-change strong,
.appbrazil-cash-question {
    color: #111827;
    font-weight: 950;
}

.appbrazil-cash-options {
    display: grid;
    gap: 8px;
}

.appbrazil-cash-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: #374151;
}

.appbrazil-cash-change-value {
    display: grid;
    gap: 6px;
}

.appbrazil-cash-change-value span {
    font-size: 13px;
    font-weight: 900;
    color: #475569;
}

.appbrazil-cash-change-value input {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 11px 12px;
    font-weight: 800;
    background: #ffffff;
}


/* V1.3.4 - Tela principal sem scroll interno e sem card lateral de finalização */
.appbrazil-shop-grid {
    grid-template-columns: 230px minmax(0, 1fr) !important;
}

.appbrazil-products-scroll-area,
.appbrazil-category-sidebar {
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: visible !important;
}

.appbrazil-products-scroll-area {
    padding-right: 0 !important;
    scrollbar-width: auto !important;
}

.appbrazil-products-scroll-area::-webkit-scrollbar,
.appbrazil-products-scroll-area::-webkit-scrollbar-track,
.appbrazil-products-scroll-area::-webkit-scrollbar-thumb {
    display: none !important;
}

.appbrazil-order-popup-trigger,
.appbrazil-shop-grid > .appbrazil-order-popup-trigger {
    display: none !important;
}

@media (max-width: 1280px) {
    .appbrazil-shop-grid {
        grid-template-columns: 210px minmax(0, 1fr) !important;
    }
}

@media (max-width: 980px) {
    .appbrazil-shop-grid {
        grid-template-columns: 1fr !important;
    }
}
