/* V19 Mobile Clean — cliente/loja.
   Esta camada é escopada em body.v19-store-mobile-active e substitui a experiência mobile antiga do cliente.
   Não usa seletores .official-mobile, .uc-preview, .uc-card ou outros layouts mobile legados. */

@media (max-width: 760px) {
  body.v19-store-mobile-active {
    margin: 0;
    min-height: 100dvh;
    background: #101114;
    color: #101828;
    overflow-x: hidden;
  }

  body.v19-store-mobile-active #app {
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    background: #101114;
  }

  body.v19-store-mobile-active .v19-app {
    --v19-bg: #f6f7fb;
    --v19-ink: #101828;
    --v19-muted: #667085;
    --v19-line: #e5e7ef;
    --v19-black: #000000;
    --v19-green: #d9ffe6;
    --v19-green-text: #118241;
    --v19-red: #fee2e2;
    --v19-red-text: #991b1b;
    --v19-safe-bottom: env(safe-area-inset-bottom, 0px);
    width: min(100vw, 430px);
    min-height: 100dvh;
    background: var(--v19-bg);
    padding-bottom: calc(86px + var(--v19-safe-bottom));
    overflow-x: hidden;
    position: relative;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  body.v19-store-mobile-active .v19-app *,
  body.v19-store-mobile-active .v19-app *::before,
  body.v19-store-mobile-active .v19-app *::after {
    box-sizing: border-box;
  }

  body.v19-store-mobile-active .v19-topbar,
  body.v19-store-mobile-active .v19-page-header {
    background: #000000;
    color: #fff;
  }

  body.v19-store-mobile-active .v19-topbar {
    padding: 14px 16px 12px;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  }

  body.v19-store-mobile-active .v19-topbar-main {
    height: 58px;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 10px;
  }

  body.v19-store-mobile-active .v19-icon-btn,
  body.v19-store-mobile-active .v19-page-header button {
    border: 0;
    color: #fff;
    font-weight: 1000;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  body.v19-store-mobile-active .v19-icon-btn {
    width: 44px;
    height: 44px;
    background: transparent;
    display: grid;
    place-items: center;
    font-size: 32px;
    line-height: 1;
  }

  body.v19-store-mobile-active .v19-logo {
    text-align: center;
    line-height: .92;
  }

  body.v19-store-mobile-active .v19-logo strong {
    display: block;
    font-size: 31px;
    letter-spacing: -1.4px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-logo small {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #dbe3ef;
    font-weight: 800;
  }

  body.v19-store-mobile-active .v19-search-panel {
    display: none;
    margin-top: 10px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    padding: 10px;
  }

  body.v19-store-mobile-active .v19-search-panel.is-open { display: block; }

  body.v19-store-mobile-active .v19-search-panel input {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 15px;
    padding: 0 14px;
    font-size: 16px;
    font-weight: 800;
    outline: none;
  }

  body.v19-store-mobile-active .v19-section-title {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 18px 16px;
    border-bottom: 1px solid var(--v19-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
  }

  body.v19-store-mobile-active .v19-section-title span {
    font-size: 18px;
    letter-spacing: .2px;
    font-weight: 1000;
    text-transform: uppercase;
    color: #101828;
  }

  body.v19-store-mobile-active .v19-section-title small {
    font-size: 13px;
    font-weight: 1000;
    color: #475467;
  }

  body.v19-store-mobile-active .v19-active-filter {
    background: #fff;
    border-bottom: 1px solid var(--v19-line);
    padding: 10px 14px;
    font-size: 13px;
    color: #475467;
    font-weight: 850;
  }

  body.v19-store-mobile-active .v19-active-filter strong { color: #101828; }

  body.v19-store-mobile-active .v19-category-strip {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 12px 4px;
    scrollbar-width: none;
  }

  body.v19-store-mobile-active .v19-category-strip::-webkit-scrollbar { display: none; }

  body.v19-store-mobile-active .v19-chip {
    flex: 0 0 auto;
    border: 1px solid #d9deea;
    background: #fff;
    color: #101828;
    border-radius: 999px;
    min-height: 38px;
    padding: 0 14px;
    font-weight: 900;
    font-size: 13px;
    cursor: pointer;
  }

  body.v19-store-mobile-active .v19-chip.is-active {
    background: #101828;
    color: #fff;
    border-color: #101828;
  }

  body.v19-store-mobile-active .v19-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    padding: 10px 0 0;
    background: #eef1f6;
  }

  body.v19-store-mobile-active .v19-product {
    background: #fff;
    min-width: 0;
    padding-bottom: 12px;
    position: relative;
    overflow: hidden;
  }

  body.v19-store-mobile-active .v19-product-media {
    height: 190px;
    background: linear-gradient(145deg, #eef1f5, #ffffff);
    position: relative;
    display: grid;
    place-items: center;
    color: #667085;
    font-weight: 1000;
    text-align: center;
    font-size: 14px;
  }

  body.v19-store-mobile-active .v19-product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 8px;
  }

  body.v19-store-mobile-active .v19-product-media.is-dark {
    background: radial-gradient(circle at 45% 20%, rgba(255,255,255,.24), transparent 28%), linear-gradient(145deg, #111827, #293244);
    color: #fff;
  }

  body.v19-store-mobile-active .v19-product.is-premium {
    --v19-premium-main: #f47c20;
    --v19-premium-second: #111827;
    --v19-premium-soft: #fff4e8;
    --v19-premium-text: #ffffff;
  }

  body.v19-store-mobile-active .v19-product.is-premium .v19-product-media {
    background: radial-gradient(circle at 45% 20%, rgba(255,255,255,.38), transparent 28%), linear-gradient(145deg, var(--v19-premium-main), var(--v19-premium-second));
    color: var(--v19-premium-text);
  }

  body.v19-store-mobile-active .v19-product.is-premium .v19-premium-label {
    background: var(--v19-premium-main);
    color: var(--v19-premium-text);
  }

  body.v19-store-mobile-active .v19-product.is-premium .v19-product-info {
    background: linear-gradient(180deg, var(--v19-premium-soft), #ffffff 72%);
  }

  body.v19-store-mobile-active .v19-premium-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34px;
    display: grid;
    place-items: center;
    background: #101828;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 1000;
    text-transform: uppercase;
  }

  body.v19-store-mobile-active .v19-product-info { padding: 12px 8px 0; }

  body.v19-store-mobile-active .v19-name {
    margin: 0;
    min-height: 44px;
    font-size: 16px;
    line-height: 1.18;
    font-weight: 650;
    color: #101828;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.v19-store-mobile-active .v19-meta {
    margin-top: 6px;
    color: #667085;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.v19-store-mobile-active .v19-stars {
    margin-top: 9px;
    letter-spacing: 1px;
    color: #050608;
    font-size: 17px;
    line-height: 1;
  }

  body.v19-store-mobile-active .v19-price {
    margin-top: 5px;
    font-size: 23px;
    font-weight: 1000;
    letter-spacing: -.4px;
    color: #20242d;
  }

  body.v19-store-mobile-active .v19-stock {
    display: inline-flex;
    margin-top: 9px;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-stock.is-available {
    color: var(--v19-green-text);
    background: var(--v19-green);
  }

  body.v19-store-mobile-active .v19-stock.is-unavailable {
    color: var(--v19-red-text);
    background: var(--v19-red);
  }

  body.v19-store-mobile-active .v19-product.is-out-of-stock { opacity: .72; }
  body.v19-store-mobile-active .v19-product.is-out-of-stock .v19-product-media { filter: grayscale(.35); }

  body.v19-store-mobile-active .v19-variant {
    margin-top: 9px;
  }

  body.v19-store-mobile-active .v19-variant select,
  body.v19-store-mobile-active .v19-variant span {
    width: 100%;
    min-height: 34px;
    border: 1px solid #d9deea;
    border-radius: 999px;
    background: #fff;
    color: #101828;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 900;
  }

  body.v19-store-mobile-active .v19-variant span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }

  body.v19-store-mobile-active .v19-add-row {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 8px;
    align-items: center;
  }

  body.v19-store-mobile-active .v19-qty {
    height: 36px;
    border: 1px solid #d9deea;
    border-radius: 999px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
    background: #fff;
  }

  body.v19-store-mobile-active .v19-qty button {
    border: 0;
    background: #fff;
    color: #101828;
    font-size: 17px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-qty output {
    display: grid;
    place-items: center;
    font-size: 15px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-add {
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: #101828;
    color: #fff;
    font-weight: 1000;
    font-size: 12px;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.v19-store-mobile-active .v19-add:disabled {
    background: #98a2b3;
    color: #fff;
    cursor: not-allowed;
    opacity: .8;
  }

  body.v19-store-mobile-active .v19-empty {
    grid-column: 1 / -1;
    padding: 28px 18px;
    background: #fff;
    color: #667085;
    font-weight: 900;
    text-align: center;
    border: 1px dashed #cbd5e1;
    margin: 10px;
    border-radius: 18px;
  }

  body.v19-store-mobile-active .v19-page {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(72px + var(--v19-safe-bottom));
    margin: 0 auto;
    transform: none;
    width: min(100vw, 430px);
    overflow-y: auto;
    background: #f6f7fb;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  body.v19-store-mobile-active .v19-page-news { z-index: 65; background: #eef1f6; }
  body.v19-store-mobile-active .v19-page-categories { z-index: 66; }
  body.v19-store-mobile-active .v19-page-cart {
    z-index: 67;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  body.v19-store-mobile-active .v19-page-profile { z-index: 68; padding-bottom: 24px; }
  body.v19-store-mobile-active .v19-page[hidden] { display: none; }

  body.v19-store-mobile-active .v19-page-header {
    position: sticky;
    top: 0;
    z-index: 4;
    min-height: 86px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  }

  body.v19-store-mobile-active .v19-page-header button {
    background: rgba(255, 255, 255, .10);
    min-width: 86px;
    height: 44px;
    border-radius: 999px;
    font-size: 16px;
  }

  body.v19-store-mobile-active .v19-page-header strong {
    display: block;
    font-size: 22px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-page-header small {
    display: block;
    margin-top: 3px;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 800;
  }

  body.v19-store-mobile-active .v19-categories-content,
  body.v19-store-mobile-active .v19-profile-content,
  body.v19-store-mobile-active .v19-cart-content {
    padding: 14px;
    display: grid;
    gap: 14px;
  }

  body.v19-store-mobile-active .v19-category-step,
  body.v19-store-mobile-active .v19-brand-step,
  body.v19-store-mobile-active .v19-category-group {
    display: grid;
    gap: 12px;
  }

  body.v19-store-mobile-active .v19-category-step[hidden],
  body.v19-store-mobile-active .v19-brand-step[hidden] { display: none; }

  body.v19-store-mobile-active .v19-category-group h3,
  body.v19-store-mobile-active .v19-profile-section-title {
    margin: 4px 4px 0;
    font-size: 15px;
    font-weight: 1000;
    color: #475467;
    text-transform: uppercase;
    letter-spacing: .4px;
  }

  body.v19-store-mobile-active .v19-category-card,
  body.v19-store-mobile-active .v19-brand-card,
  body.v19-store-mobile-active .v19-profile-card,
  body.v19-store-mobile-active .v19-profile-field,
  body.v19-store-mobile-active .v19-cart-item,
  body.v19-store-mobile-active .v19-cart-empty {
    background: #fff;
    border: 1px solid #e4e7ec;
    color: #101828;
    border-radius: 22px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
  }

  body.v19-store-mobile-active .v19-category-card,
  body.v19-store-mobile-active .v19-brand-card {
    width: 100%;
    min-height: 76px;
    padding: 15px 16px;
    text-align: left;
    cursor: pointer;
  }

  body.v19-store-mobile-active .v19-category-card span,
  body.v19-store-mobile-active .v19-brand-card span {
    display: block;
    font-size: 20px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-category-card small,
  body.v19-store-mobile-active .v19-brand-card small {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
  }

  body.v19-store-mobile-active .v19-category-card.is-active,
  body.v19-store-mobile-active .v19-brand-card.is-active {
    border-color: #101828;
    background: #101828;
    color: #fff;
  }

  body.v19-store-mobile-active .v19-category-card.is-active small,
  body.v19-store-mobile-active .v19-brand-card.is-active small { color: #cbd5e1; }

  body.v19-store-mobile-active .v19-selected-category {
    background: #101828;
    color: #fff;
    border-radius: 22px;
    padding: 16px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .12);
  }

  body.v19-store-mobile-active .v19-selected-category small {
    display: block;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .4px;
  }

  body.v19-store-mobile-active .v19-selected-category strong {
    display: block;
    margin-top: 4px;
    font-size: 24px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-back-category {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #101828;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-filter-actions {
    position: sticky;
    bottom: 0;
    background: rgba(246, 247, 251, .92);
    backdrop-filter: blur(10px);
    padding: 12px 14px 16px;
    border-top: 1px solid #e4e7ec;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body.v19-store-mobile-active .v19-filter-actions button {
    min-height: 48px;
    border-radius: 999px;
    border: 0;
    font-weight: 1000;
    font-size: 14px;
  }

  body.v19-store-mobile-active .v19-clear-filter {
    background: #fff;
    color: #101828;
    border: 1px solid #d0d5dd !important;
  }

  body.v19-store-mobile-active .v19-apply-filter { background: #101828; color: #fff; }

  body.v19-store-mobile-active .v19-cart-empty {
    min-height: 180px;
    border-style: dashed;
    color: #667085;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 24px;
    font-weight: 900;
  }

  body.v19-store-mobile-active .v19-cart-item {
    padding: 12px;
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 12px;
  }

  body.v19-store-mobile-active .v19-cart-photo {
    width: 78px;
    height: 78px;
    border-radius: 18px;
    background: linear-gradient(145deg, #eef1f5, #ffffff);
    border: 1px solid #e4e7ec;
    display: grid;
    place-items: center;
    color: #667085;
    font-size: 11px;
    font-weight: 1000;
    text-align: center;
    overflow: hidden;
  }

  body.v19-store-mobile-active .v19-cart-photo img {
    width: 100%; height: 100%; object-fit: contain; padding: 4px;
  }

  body.v19-store-mobile-active .v19-cart-info { min-width: 0; }
  body.v19-store-mobile-active .v19-cart-info h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 1000;
    color: #101828;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.v19-store-mobile-active .v19-cart-info small {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.v19-store-mobile-active .v19-cart-price {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 1000;
    color: #101828;
  }

  body.v19-store-mobile-active .v19-cart-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    margin-top: 4px;
  }

  body.v19-store-mobile-active .v19-cart-qty {
    height: 42px;
    border: 1px solid #d9deea;
    border-radius: 999px;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    overflow: hidden;
    background: #fff;
  }

  body.v19-store-mobile-active .v19-cart-qty button {
    border: 0;
    background: #fff;
    color: #101828;
    font-size: 20px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-cart-qty output {
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-remove-cart-item {
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-cart-footer {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e4e7ec;
    padding: 12px 14px calc(12px + var(--v19-safe-bottom));
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 12px;
    align-items: center;
    box-shadow: 0 -10px 30px rgba(15, 23, 42, .08);
  }

  body.v19-store-mobile-active .v19-cart-footer small {
    display: block;
    color: #667085;
    font-size: 12px;
    font-weight: 900;
  }

  body.v19-store-mobile-active .v19-cart-footer strong {
    display: block;
    margin-top: 2px;
    color: #101828;
    font-size: 22px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-cart-footer button {
    height: 52px;
    border: 0;
    border-radius: 999px;
    background: #101828;
    color: #fff;
    font-size: 14px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-profile-card,
  body.v19-store-mobile-active .v19-profile-field {
    padding: 18px;
  }

  body.v19-store-mobile-active .v19-profile-main {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  body.v19-store-mobile-active .v19-avatar {
    width: 66px;
    height: 66px;
    border-radius: 22px;
    background: #000;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 24px;
    font-weight: 1000;
    letter-spacing: -.6px;
    overflow: hidden;
  }

  body.v19-store-mobile-active .v19-avatar img { width: 100%; height: 100%; object-fit: cover; }

  body.v19-store-mobile-active .v19-profile-main h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 1000;
    color: #101828;
  }

  body.v19-store-mobile-active .v19-profile-main small {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-size: 13px;
    font-weight: 850;
  }

  body.v19-store-mobile-active .v19-profile-field small {
    display: block;
    color: #667085;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .3px;
  }

  body.v19-store-mobile-active .v19-profile-field strong {
    display: block;
    margin-top: 4px;
    color: #101828;
    font-size: 16px;
    font-weight: 1000;
    line-height: 1.25;
  }

  body.v19-store-mobile-active .v19-payment-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
  }

  body.v19-store-mobile-active .v19-payment-chip {
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #101828;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-profile-actions {
    display: grid;
    gap: 10px;
    margin-top: 4px;
  }

  body.v19-store-mobile-active .v19-profile-actions button {
    width: 100%;
    min-height: 52px;
    border-radius: 999px;
    border: 0;
    font-size: 15px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-edit-profile { background: #101828; color: #fff; }
  body.v19-store-mobile-active .v19-logout-profile { background: #fee2e2; color: #991b1b; }

  body.v19-store-mobile-active .v19-bottom-nav {
    position: fixed;
    z-index: 70;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    bottom: 0;
    width: min(100vw, 430px);
    height: calc(72px + var(--v19-safe-bottom));
    padding-bottom: var(--v19-safe-bottom);
    background: #fff;
    border-top: 1px solid #e4e7ec;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 0 -10px 30px rgba(15,23,42,.08);
  }

  body.v19-store-mobile-active .v19-nav-btn {
    position: relative;
    border: 0;
    background: #fff;
    color: #98a2b3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    overflow: visible;
  }

  body.v19-store-mobile-active .v19-nav-btn.is-active { color: #000000; }
  body.v19-store-mobile-active .v19-nav-btn svg { display: block; width: 30px; height: 30px; }
  body.v19-store-mobile-active .v19-cart-nav-btn { font-size: 0; }

  body.v19-store-mobile-active .v19-cart-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    line-height: 1;
    transform: none;
  }

  body.v19-store-mobile-active .v19-cart-icon svg { display: block; width: 30px; height: 30px; }

  body.v19-store-mobile-active .v19-cart-badge {
    position: absolute;
    top: 8px;
    right: calc(50% - 26px);
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #000000;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    font-weight: 1000;
    display: none;
    text-align: center;
    place-items: center;
    z-index: 2;
  }

  body.v19-store-mobile-active .v19-cart-badge.is-show { display: grid; }

  body.v19-store-mobile-active .v19-add,
  body.v19-store-mobile-active .v19-qty button,
  body.v19-store-mobile-active .v19-cart-qty button,
  body.v19-store-mobile-active .v19-remove-cart-item,
  body.v19-store-mobile-active .v19-nav-btn,
  body.v19-store-mobile-active .v19-chip,
  body.v19-store-mobile-active .v19-category-card,
  body.v19-store-mobile-active .v19-brand-card {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  body.v19-store-mobile-active .v19-product,
  body.v19-store-mobile-active .v19-cart-item {
    contain: layout paint;
  }

  @media (max-width: 360px) {
    body.v19-store-mobile-active .v19-product-media { height: 168px; }
    body.v19-store-mobile-active .v19-name { font-size: 14px; }
    body.v19-store-mobile-active .v19-price { font-size: 20px; }
    body.v19-store-mobile-active .v19-add-row { grid-template-columns: 68px 1fr; }
    body.v19-store-mobile-active .v19-cart-footer { grid-template-columns: 1fr; }
  }

  /* V19.4 Performance Mobile — mantém a UI pronta e troca páginas por hidden/class. */
  body.v19-store-mobile-active,
  body.v19-store-mobile-active #app,
  body.v19-store-mobile-active .v19-app {
    overscroll-behavior: none;
    -webkit-overflow-scrolling: touch;
  }

  body.v19-store-mobile-active .v19-page {
    will-change: opacity;
    contain: layout paint;
  }

  body.v19-store-mobile-active .v19-page-cart {
    padding-bottom: 0;
    overflow: hidden;
  }

  body.v19-store-mobile-active .v19-cart-footer {
    position: relative !important;
    z-index: 2 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none;
    margin: 0 !important;
    flex: 0 0 auto;
    contain: layout paint;
    backface-visibility: hidden;
  }

  body.v19-store-mobile-active .v19-bottom-nav {
    z-index: 100 !important;
    contain: layout paint;
    backface-visibility: hidden;
  }

  body.v19-store-mobile-active .v19-cart-content {
    padding-bottom: 16px;
    overflow-y: auto;
  }

  body.v19-store-mobile-active .v19-nav-btn,
  body.v19-store-mobile-active .v19-add,
  body.v19-store-mobile-active .v19-qty button,
  body.v19-store-mobile-active .v19-cart-qty button,
  body.v19-store-mobile-active .v19-remove-cart-item,
  body.v19-store-mobile-active .v19-category-card,
  body.v19-store-mobile-active .v19-brand-card,
  body.v19-store-mobile-active .v19-chip,
  body.v19-store-mobile-active .v19-section-title,
  body.v19-store-mobile-active .v19-icon-btn {
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  body.v19-store-mobile-active .v19-product,
  body.v19-store-mobile-active .v19-cart-item,
  body.v19-store-mobile-active .v19-profile-card,
  body.v19-store-mobile-active .v19-profile-field,
  body.v19-store-mobile-active .v19-category-card,
  body.v19-store-mobile-active .v19-brand-card {
    box-shadow: 0 6px 16px rgba(15, 23, 42, .045);
  }

  body.v19-store-mobile-active .v19-filter-actions {
    backdrop-filter: none;
  }


  /* V19.5 — carrinho com footer preso no rodapé da própria tela.
     A página do carrinho vira layout em coluna: header fixo, lista rolável e footer estável acima do menu inferior. */
  body.v19-store-mobile-active .v19-page-cart {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
  }

  body.v19-store-mobile-active .v19-page-cart[hidden] {
    display: none !important;
  }

  body.v19-store-mobile-active .v19-page-cart .v19-page-header {
    flex: 0 0 auto;
  }

  body.v19-store-mobile-active .v19-page-cart .v19-cart-content {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: 16px;
  }

  body.v19-store-mobile-active .v19-page-cart .v19-cart-footer {
    position: relative !important;
    flex: 0 0 auto;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

}

/* V19.7 — performance do catálogo mobile: renderização em lotes e busca sem travar em letra solta. */
@media (max-width: 760px) {
  body.v19-store-mobile-active .v19-load-more {
    grid-column: 1 / -1;
    min-height: 50px;
    margin: 10px 14px 16px;
    border: 0;
    border-radius: 999px;
    background: #101828;
    color: #fff;
    font-size: 14px;
    font-weight: 1000;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .10);
    -webkit-tap-highlight-color: transparent;
  }

  body.v19-store-mobile-active .v19-grid,
  body.v19-store-mobile-active .v19-product,
  body.v19-store-mobile-active .v19-cart-content {
    content-visibility: auto;
    contain-intrinsic-size: 480px;
  }

  body.v19-store-mobile-active .v19-product,
  body.v19-store-mobile-active .v19-cart-item,
  body.v19-store-mobile-active .v19-category-card,
  body.v19-store-mobile-active .v19-brand-card {
    will-change: auto;
  }
}

/* V19.8 — aparência por marca coerente com o preview real do ADM. */
@media (max-width: 760px) {
  body.v19-store-mobile-active .v19-product.v19-premium-full .v19-product-media {
    background: radial-gradient(circle at 45% 20%, rgba(255,255,255,.38), transparent 28%), linear-gradient(145deg, var(--v19-premium-main), var(--v19-premium-second));
    color: var(--v19-premium-text);
  }

  body.v19-store-mobile-active .v19-product.v19-premium-full .v19-premium-label {
    background: var(--v19-premium-main);
    color: var(--v19-premium-text);
  }

  body.v19-store-mobile-active .v19-product.v19-premium-full .v19-product-info {
    background: linear-gradient(180deg, var(--v19-premium-soft), #ffffff 72%);
  }

  body.v19-store-mobile-active .v19-product.v19-premium-border {
    border: 3px solid var(--v19-premium-main);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.9);
  }

  body.v19-store-mobile-active .v19-product.v19-premium-border .v19-product-media {
    background: radial-gradient(circle at 50% 28%, rgba(255,255,255,.22), transparent 25%), linear-gradient(145deg, #111827, #293244);
    color: #fff;
  }

  body.v19-store-mobile-active .v19-product.v19-premium-border .v19-premium-label {
    background: #fff;
    color: #101828;
    border-top: 3px solid var(--v19-premium-main);
  }

  body.v19-store-mobile-active .v19-product.v19-premium-border .v19-product-info {
    background: #fff;
  }

  body.v19-store-mobile-active .v19-product.v19-premium-banner .v19-product-media {
    background: radial-gradient(circle at 50% 28%, rgba(255,255,255,.22), transparent 25%), linear-gradient(145deg, #111827, #293244);
    color: #fff;
  }

  body.v19-store-mobile-active .v19-product.v19-premium-banner .v19-premium-label {
    left: 8px;
    right: auto;
    bottom: 8px;
    width: max-content;
    min-width: 112px;
    height: 30px;
    border-radius: 999px;
    padding: 0 14px;
    background: var(--v19-premium-main);
    color: var(--v19-premium-text);
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  body.v19-store-mobile-active .v19-product.v19-premium-banner .v19-product-info {
    background: #fff;
  }
}

/* V19.13 — carrinho mobile unificado com o mesmo critério operacional do desktop.
   Substitui a lista simples por resumo + agrupamento por marca + footer com Limpar/Finalizar. */
@media (max-width: 760px) {
  body.v19-store-mobile-active .v19-page-cart {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
  }

  body.v19-store-mobile-active .v19-page-cart[hidden] {
    display: none !important;
  }

  body.v19-store-mobile-active .v19-cart-summary {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 14px;
    background: #f6f7fb;
    border-bottom: 1px solid #e4e7ec;
  }

  body.v19-store-mobile-active .v19-cart-summary div {
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    padding: 10px;
    min-width: 0;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .04);
  }

  body.v19-store-mobile-active .v19-cart-summary span {
    display: block;
    color: #667085;
    font-size: 10px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: .3px;
    white-space: nowrap;
  }

  body.v19-store-mobile-active .v19-cart-summary strong {
    display: block;
    margin-top: 3px;
    color: #101828;
    font-size: 15px;
    line-height: 1.05;
    font-weight: 1000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.v19-store-mobile-active .v19-page-cart .v19-cart-content {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 12px 14px 16px !important;
    display: grid !important;
    gap: 14px !important;
    content-visibility: visible !important;
    contain-intrinsic-size: auto !important;
  }

  body.v19-store-mobile-active .v19-cart-group {
    display: grid;
    gap: 10px;
  }

  body.v19-store-mobile-active .v19-cart-group h3 {
    margin: 0;
    color: #101828;
    font-size: 16px;
    font-weight: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  body.v19-store-mobile-active .v19-cart-group h3 span {
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #101828;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-cart-item {
    padding: 12px !important;
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: start;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 22px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .045);
    contain: layout paint;
  }

  body.v19-store-mobile-active .v19-cart-info h3 {
    font-size: 15px;
    line-height: 1.15;
  }

  body.v19-store-mobile-active .v19-cart-info small {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.25;
  }

  body.v19-store-mobile-active .v19-cart-price {
    margin-top: 0 !important;
    color: #101828;
    font-size: 16px;
    font-weight: 1000;
    white-space: nowrap;
    justify-self: end;
  }

  body.v19-store-mobile-active .v19-cart-actions {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    margin-top: 2px;
  }

  body.v19-store-mobile-active .v19-cart-footer {
    position: relative !important;
    flex: 0 0 auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: .82fr 1.18fr !important;
    gap: 10px !important;
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #e4e7ec;
    padding: 12px 14px calc(12px + var(--v19-safe-bottom)) !important;
    box-shadow: 0 -10px 30px rgba(15, 23, 42, .08);
    z-index: 12 !important;
  }

  body.v19-store-mobile-active .v19-cart-footer-total small {
    display: block;
    color: #667085;
    font-size: 11px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: .2px;
  }

  body.v19-store-mobile-active .v19-cart-footer-total strong {
    display: block;
    margin-top: 3px;
    color: #101828;
    font-size: 20px;
    font-weight: 1000;
    line-height: 1.05;
    white-space: nowrap;
  }

  body.v19-store-mobile-active .v19-cart-footer-actions {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 8px;
    min-width: 0;
  }

  body.v19-store-mobile-active .v19-cart-clear,
  body.v19-store-mobile-active .v19-cart-checkout {
    height: 52px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 1000;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  body.v19-store-mobile-active .v19-cart-clear {
    border: 1px solid #d0d5dd;
    background: #ffffff;
    color: #101828;
  }

  body.v19-store-mobile-active .v19-cart-checkout {
    border: 0;
    background: #101828;
    color: #ffffff;
  }

  body.v19-store-mobile-active .v19-cart-empty {
    display: grid;
    gap: 6px;
    place-items: center;
    min-height: 190px;
    padding: 24px;
    text-align: center;
    border-style: dashed;
  }

  body.v19-store-mobile-active .v19-cart-empty strong {
    color: #101828;
    font-size: 18px;
    font-weight: 1000;
  }

  body.v19-store-mobile-active .v19-cart-empty span {
    color: #667085;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
  }
}

@media (max-width: 360px) {
  body.v19-store-mobile-active .v19-cart-summary {
    grid-template-columns: 1fr 1fr;
  }

  body.v19-store-mobile-active .v19-cart-item {
    grid-template-columns: 68px minmax(0, 1fr) !important;
  }

  body.v19-store-mobile-active .v19-cart-price {
    grid-column: 2;
    justify-self: start;
  }

  body.v19-store-mobile-active .v19-cart-footer {
    grid-template-columns: 1fr !important;
  }
}
