.tooca-cart-header{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 11px;border:1px solid #e5e7eb;background:#fff;color:#111827;border-radius:14px;font-weight:900;text-decoration:none;cursor:pointer}.tooca-cart-count{position:absolute;right:-5px;top:-7px;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:#ffc107;color:#111;font-size:11px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.tooca-direct-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:11px;font-weight:900}.tooca-direct-stock{font-size:12px;color:#047857;font-weight:800;margin-top:6px}.tooca-direct-stock.low{color:#b45309}.tooca-direct-stock.out{color:#b91c1c}.tooca-add-btn{background:#ffc107!important;color:#111!important}.tooca-add-btn:hover{filter:brightness(.97)}.tooca-buy-row{display:flex;gap:8px;width:100%}.tooca-buy-row>button{flex:1}.tooca-toast{position:fixed;z-index:99999;left:50%;top:18%;transform:translate(-50%,-10px);background:#111827;color:#fff;padding:13px 18px;border-radius:14px;font-weight:900;box-shadow:0 16px 50px rgba(0,0,0,.3);opacity:0;pointer-events:none;transition:.18s}.tooca-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:767px){.tooca-cart-header{height:42px;min-width:42px}.tooca-buy-row{flex-direction:column}}
.commerce-page{background:#f5f6f8;min-height:100vh;color:#111827;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.commerce-shell{max-width:1040px;margin:auto;padding:20px 14px 60px}.commerce-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.commerce-brand{font-size:22px;font-weight:1000;text-decoration:none;color:#111}.commerce-back{text-decoration:none;color:#475569;font-weight:800}.commerce-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px}.commerce-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:20px;box-shadow:0 8px 28px rgba(15,23,42,.04)}.commerce-item{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid #eef2f7}.commerce-item:last-child{border-bottom:0}.commerce-item img{width:74px;height:74px;border-radius:14px;object-fit:cover;background:#f1f5f9}.commerce-item-main{flex:1;min-width:0}.commerce-item-title{font-weight:900;line-height:1.25}.commerce-item-actions{display:flex;align-items:center;gap:8px;margin-top:9px}.commerce-qty{width:72px;border:1px solid #dbe1e8;border-radius:10px;padding:8px}.commerce-remove{border:0;background:none;color:#dc2626;font-weight:800;cursor:pointer}.commerce-summary-line{display:flex;justify-content:space-between;gap:10px;margin:8px 0}.commerce-summary-total{font-size:20px;font-weight:1000;padding-top:12px;border-top:1px solid #e5e7eb}.commerce-btn{display:block;width:100%;border:0;border-radius:15px;padding:15px 18px;background:#111827;color:white;font-weight:1000;text-align:center;text-decoration:none;cursor:pointer}.commerce-btn.yellow{background:#ffc107;color:#111}.commerce-btn:disabled{opacity:.5;cursor:not-allowed}.commerce-input,.commerce-select{width:100%;border:1px solid #dbe1e8;border-radius:14px;padding:13px 14px;background:#fff;outline:none}.commerce-input:focus{border-color:#ffc107;box-shadow:0 0 0 3px rgba(255,193,7,.16)}.commerce-label{display:block;font-size:12px;font-weight:900;color:#475569;margin-bottom:6px}.commerce-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.commerce-span-2{grid-column:span 2}.commerce-alert{padding:13px;border-radius:14px;margin:12px 0;background:#fff7ed;color:#9a3412;font-weight:700}.commerce-success{background:#ecfdf5;color:#047857}.commerce-error{background:#fef2f2;color:#b91c1c}.commerce-pix{word-break:break-all;font-size:12px;background:#f8fafc;padding:12px;border-radius:12px}.commerce-status{text-align:center;padding:28px}.commerce-status h1{font-size:28px;margin:8px 0}.commerce-empty{text-align:center;padding:46px 18px;color:#64748b}.commerce-payment{margin-top:16px}.commerce-hidden{display:none!important}
@media(max-width:820px){.commerce-grid{grid-template-columns:1fr}.commerce-summary{order:-1}.commerce-form-grid{grid-template-columns:1fr}.commerce-span-2{grid-column:auto}.commerce-card{padding:16px;border-radius:20px}.commerce-shell{padding-top:12px}}

/* ============================================================
   TOOCA LOJA COMMERCE UI V2 - 2026-09-02
   Menu compartilhado + ajustes reais para smartphone
============================================================ */
.commerce-site-header{position:sticky;top:0;z-index:9500;background:rgba(255,255,255,.97);border-bottom:1px solid #e5e7eb;backdrop-filter:blur(14px);box-shadow:0 2px 12px rgba(15,23,42,.04)}
.commerce-site-header-inner{max-width:1040px;margin:auto;min-height:64px;padding:10px 14px;display:flex;align-items:center;gap:18px;justify-content:space-between}
.commerce-site-brand{display:inline-flex;align-items:center;gap:8px;min-width:0;color:#111827;text-decoration:none;font-size:20px;font-weight:1000;letter-spacing:-.02em}
.commerce-site-brand-icon{font-size:19px;line-height:1}
.commerce-site-desktop-nav{display:flex;align-items:center;gap:7px}
.commerce-site-desktop-nav>a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 12px;border-radius:12px;text-decoration:none;color:#475569;font-size:13px;font-weight:900}
.commerce-site-desktop-nav>a:hover{background:#f1f5f9;color:#111827}
.commerce-site-cart-link{background:#111827!important;color:#fff!important;padding-right:8px!important}
.commerce-site-cart-count,.commerce-site-mobile-cart-badge{display:inline-flex;min-width:22px;height:22px;padding:0 6px;align-items:center;justify-content:center;border-radius:999px;background:#ffc107;color:#111;font-size:11px;font-weight:1000}
.commerce-site-menu-btn{display:none;width:42px;height:42px;min-width:42px;border:1px solid #dbe3ef;border-radius:12px;background:#f8fafc;color:#111827;font-size:21px;font-weight:900;line-height:1;cursor:pointer}
.commerce-site-mobile-nav{display:none}
.commerce-page{padding:0!important}
.commerce-page .commerce-shell{padding-top:18px}
.commerce-top{display:none!important}
.commerce-summary-note{font-size:12px;color:#64748b;line-height:1.45;margin-top:9px}
.commerce-shipping-box{margin-top:14px;padding:14px;border:1px solid #e5e7eb;border-radius:16px;background:#f8fafc}
.commerce-shipping-row{display:flex;gap:8px;align-items:end}
.commerce-shipping-row .commerce-input{flex:1;min-width:0}
.commerce-shipping-row .commerce-btn{width:auto;min-width:118px;padding:13px 14px}
.commerce-shipping-result{margin-top:10px;font-size:13px;color:#475569;line-height:1.45}
.commerce-shipping-result strong{color:#111827}
.commerce-rule-pill{display:inline-flex;align-items:center;gap:5px;margin-top:6px;padding:5px 8px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:11px;font-weight:900}
.commerce-address-section.is-hidden{display:none!important}
.commerce-item-total{white-space:nowrap;text-align:right}

@media(max-width:820px){
  .commerce-site-header-inner{min-height:58px;padding:8px 12px;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}
  .commerce-site-brand{font-size:17px;max-width:calc(100vw - 74px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .commerce-site-desktop-nav{display:none}
  .commerce-site-menu-btn{display:inline-flex;align-items:center;justify-content:center}
  .commerce-site-menu-btn[aria-expanded="true"]{background:#111827;color:#fff;border-color:#111827}
  .commerce-site-mobile-nav{position:fixed;top:59px;left:10px;right:10px;display:none;flex-direction:column;gap:5px;padding:9px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.22);z-index:9600}
  .commerce-site-mobile-nav.open{display:flex}
  .commerce-site-mobile-nav>a{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:11px 12px;border-radius:11px;text-decoration:none;color:#1f2937;font-weight:850;font-size:14px}
  .commerce-site-mobile-nav>a:active{background:#eef2f7}
  .commerce-site-mobile-cart{background:#fff8db;color:#111!important}
  .commerce-page .commerce-shell{width:100%;max-width:100%;padding:12px 10px calc(30px + env(safe-area-inset-bottom))}
  .commerce-grid{display:flex;flex-direction:column;gap:10px}
  .commerce-grid>main{order:1;min-width:0}
  .commerce-summary{order:2!important}
  .commerce-card{padding:14px;border-radius:17px;box-shadow:0 4px 18px rgba(15,23,42,.035)}
  .commerce-card h1{font-size:23px;line-height:1.15}
  .commerce-card h2{font-size:19px;line-height:1.2}
  .commerce-form-grid{grid-template-columns:1fr!important;gap:10px}
  .commerce-span-2{grid-column:auto!important}
  .commerce-input,.commerce-select{min-height:48px;padding:12px 13px;border-radius:12px;font-size:16px!important}
  .commerce-btn{min-height:48px;padding:13px 14px;border-radius:13px}
  .commerce-item{display:grid;grid-template-columns:66px minmax(0,1fr);gap:10px;position:relative;padding:12px 0}
  .commerce-item img{width:66px;height:66px;border-radius:12px;grid-row:1 / span 2}
  .commerce-item-main{grid-column:2;min-width:0;padding-right:2px}
  .commerce-item-title{font-size:14px;line-height:1.28}
  .commerce-item-total,.commerce-item>b{grid-column:2;justify-self:end;font-size:14px;margin-top:-5px}
  .commerce-item-actions{flex-wrap:wrap;gap:6px;margin-top:7px}
  .commerce-qty{width:68px;min-height:38px;font-size:16px!important}
  .commerce-remove{min-height:38px;padding:0 4px}
  .commerce-summary-line{font-size:14px;margin:7px 0}
  .commerce-summary-total{font-size:19px}
  .commerce-payment{margin-top:10px}
  #paymentBrick_container{max-width:100%;overflow:hidden}
  .commerce-pix{font-size:11px}
  .commerce-shipping-row{align-items:stretch;flex-direction:column}
  .commerce-shipping-row .commerce-btn{width:100%}
}

@media(max-width:420px){
  .commerce-page .commerce-shell{padding-left:8px;padding-right:8px}
  .commerce-card{padding:12px;border-radius:15px}
  .commerce-site-brand{font-size:16px}
}

/* Melhor Envio: opções de transportadora */
.commerce-shipping-options{display:grid;gap:8px;margin-top:10px}.commerce-shipping-choice{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #dbe1e8;border-radius:14px;padding:11px 12px;background:#fff;cursor:pointer;transition:.15s}.commerce-shipping-choice:hover{border-color:#94a3b8}.commerce-shipping-choice.selected{border-color:#ffc107;box-shadow:0 0 0 3px rgba(255,193,7,.16);background:#fffdf5}.commerce-shipping-choice>input{accent-color:#111827}.commerce-shipping-choice-main{display:flex;align-items:center;gap:9px;min-width:0;flex:1}.commerce-shipping-choice-main img{width:34px;height:34px;object-fit:contain;border-radius:8px;background:#fff}.commerce-shipping-choice-main span{display:flex;flex-direction:column;min-width:0}.commerce-shipping-choice-main b{font-size:13px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.commerce-shipping-choice-main small{font-size:11px;color:#64748b;margin-top:2px}.commerce-shipping-choice>strong{font-size:13px;white-space:nowrap}
@media(max-width:520px){.commerce-shipping-choice{padding:10px}.commerce-shipping-choice-main b{white-space:normal}.commerce-shipping-choice-main img{width:30px;height:30px}}

/* ========================================================================== */
/* CONTA DO CLIENTE                                                           */
/* ========================================================================== */
.account-shell{max-width:1180px}.account-auth-card{max-width:560px;margin:20px auto;padding:24px}.account-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f1f5f9;padding:5px;border-radius:14px;margin-bottom:20px}.account-tabs button{border:0;background:transparent;padding:12px;border-radius:10px;font-weight:800;cursor:pointer;color:#64748b}.account-tabs button.active{background:#fff;color:#111827;box-shadow:0 2px 8px rgba(15,23,42,.08)}.account-muted{color:#64748b;font-size:14px}.account-field{margin-top:14px}.account-btn{width:100%;margin-top:18px}.account-guest{text-align:center;color:#64748b;font-size:13px;margin:18px 0 0}.account-guest a,.commerce-account-strip a{font-weight:800;color:#0f172a}.account-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.account-eyebrow{font-size:11px;letter-spacing:.14em;font-weight:900;color:#64748b}.account-head h1{margin:4px 0 2px}.account-logout{border:1px solid #e2e8f0;background:#fff;padding:10px 16px;border-radius:12px;font-weight:800;cursor:pointer}.account-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:16px}.account-side{padding:10px;height:max-content;position:sticky;top:92px}.account-side button{width:100%;display:flex;justify-content:space-between;gap:10px;align-items:center;border:0;background:transparent;text-align:left;padding:13px;border-radius:12px;font-weight:800;color:#475569;cursor:pointer}.account-side button.active{background:#0f172a;color:#fff}.account-side span{min-width:24px;height:24px;border-radius:12px;background:#ffc107;color:#111827;display:inline-flex;align-items:center;justify-content:center;font-size:11px}.account-section{padding:22px;min-height:360px}.account-section h2{margin:0 0 4px}.account-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.account-section-head p{margin:4px 0 0;color:#64748b;font-size:14px}.account-link-btn{border:1px solid #e2e8f0;background:#fff;color:#111827;text-decoration:none;padding:10px 14px;border-radius:12px;font-weight:800;white-space:nowrap;cursor:pointer}.account-list{display:grid;gap:10px}.account-order-card{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #e2e8f0;border-radius:16px;padding:16px;text-decoration:none;color:#111827;background:#fff;transition:.15s}.account-order-card:hover{border-color:#cbd5e1;box-shadow:0 5px 18px rgba(15,23,42,.06)}.account-order-card small{display:block;color:#94a3b8;margin-top:4px}.account-status{display:inline-block;margin-top:8px;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.account-status.green{background:#dcfce7;color:#166534}.account-status.amber{background:#fef3c7;color:#92400e}.account-status.blue{background:#dbeafe;color:#1d4ed8}.account-status.gray{background:#f1f5f9;color:#475569}.account-order-total{text-align:right}.account-order-total span{display:block;font-size:12px;font-weight:800;color:#64748b;margin-top:6px}.account-empty{border:1px dashed #cbd5e1;border-radius:16px;padding:32px;text-align:center;color:#64748b}.account-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.account-address-card{display:flex;flex-direction:column;justify-content:space-between;gap:14px;border:1px solid #e2e8f0;border-radius:16px;padding:16px;background:#fff}.account-address-card.default{border-color:#fbbf24;background:#fffbeb}.account-address-title{font-weight:900}.account-address-title span{font-size:10px;background:#ffc107;border-radius:999px;padding:4px 7px;margin-left:5px}.account-address-card p{font-size:13px;line-height:1.55;color:#475569;margin:8px 0 0}.account-card-actions{display:flex;gap:8px}.account-card-actions button{border:0;background:#e2e8f0;padding:8px 10px;border-radius:9px;font-weight:800;cursor:pointer}.account-card-actions button.danger{background:#fee2e2;color:#b91c1c}.account-editor{margin-top:18px;border-top:1px solid #e2e8f0;padding-top:18px}.account-editor h3{margin:0 0 14px}.account-check{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:13px;font-weight:700}.account-editor-actions{display:flex;gap:10px;margin-top:16px}.account-editor-actions .commerce-btn{width:auto}.account-cancel{border:0;background:#f1f5f9;padding:0 18px;border-radius:12px;font-weight:800;cursor:pointer}.account-profile-form{max-width:650px;margin-top:18px}.commerce-account-strip{display:flex;flex-wrap:wrap;align-items:center;gap:5px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:11px 13px;margin:0 0 14px;font-size:13px;color:#64748b}.commerce-saved-address{margin:0 0 14px}.commerce-save-address{display:flex;gap:8px;align-items:center;font-size:13px;color:#475569;margin-top:12px}.commerce-save-address input{width:16px;height:16px}

@media(max-width:760px){.account-shell{padding:12px}.account-auth-card{margin:8px auto;padding:18px}.account-head{padding:18px}.account-layout{grid-template-columns:1fr}.account-side{position:static;display:flex;overflow-x:auto;padding:7px;gap:4px}.account-side button{min-width:max-content;width:auto;padding:10px 12px;font-size:13px}.account-section{padding:16px}.account-section-head{flex-direction:column}.account-link-btn{width:100%;text-align:center}.account-order-card{align-items:flex-start}.account-address-grid{grid-template-columns:1fr}.account-editor-actions{flex-direction:column}.account-editor-actions .commerce-btn,.account-cancel{width:100%;min-height:44px}.commerce-account-strip{align-items:flex-start}.account-auth-card h1{font-size:26px}}

/* ========================================================================== */
/* TOOCA LOJA - COMMERCE HEADER IGUAL À VITRINE + CARRINHO V3                */
/* ========================================================================== */
.commerce-page{
  padding-top:86px!important;
  background:#f5f7fb!important;
  color:#1a1a2e;
}
.commerce-site-header{
  position:fixed!important;
  top:0;left:0;right:0;width:100%;
  z-index:9500;
  background:#fff!important;
  border-bottom:1px solid #e5e7eb;
  box-shadow:0 1px 3px rgba(0,0,0,.10)!important;
  backdrop-filter:none!important;
}
.commerce-site-header-inner{
  max-width:1500px!important;
  min-height:76px!important;
  margin:0 auto;
  padding:14px 32px!important;
  display:grid!important;
  grid-template-columns:auto minmax(150px,210px) 44px minmax(0,1fr);
  align-items:center;
  gap:14px;
}
.commerce-site-brand{
  font-size:1.5rem!important;
  font-weight:900!important;
  color:#2563eb!important;
  white-space:nowrap;
}
.commerce-site-brand-icon{font-size:20px!important}
.commerce-site-search{
  display:flex;
  align-items:center;
  width:100%;height:34px;
  overflow:hidden;
  background:#f8fafc;
  border:1px solid #cbd5e1;
  border-radius:999px;
  box-shadow:0 2px 8px rgba(15,23,42,.06);
}
.commerce-site-search:focus-within{border-color:#94a3b8;background:#fff;box-shadow:0 0 0 2px rgba(37,99,235,.08)}
.commerce-site-search input{width:100%;min-width:0;height:100%;padding:0 4px 0 12px;border:0;outline:0;background:transparent;color:#111827;font:inherit;font-size:.78rem}
.commerce-site-search button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:32px;min-width:34px;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer}
.commerce-site-cart-shortcut{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #e5e7eb;background:#fff;color:#111827;border-radius:14px;font-weight:900;text-decoration:none}
.commerce-site-cart-shortcut .commerce-site-cart-count{position:absolute;right:-5px;top:-7px;border:2px solid #fff}
.commerce-site-desktop-nav{display:flex!important;align-items:center;justify-content:flex-end;gap:18px;min-width:0;overflow:hidden}
.commerce-site-desktop-nav>a{padding:6px 0!important;min-height:auto!important;border-radius:0!important;background:transparent!important;color:#4b5563!important;font-size:.78rem!important;font-weight:800!important;white-space:nowrap}
.commerce-site-desktop-nav>a:hover{color:#2563eb!important}
.commerce-site-desktop-nav .commerce-sophie-link{color:#a855f7!important}
.commerce-site-menu-btn{display:none!important}
.commerce-site-mobile-nav{display:none}
.commerce-shell{max-width:1500px!important;margin:0 auto!important;padding:24px 32px 60px!important}
.commerce-grid{grid-template-columns:minmax(0,1fr) 390px!important;gap:20px!important;align-items:start}
.commerce-card{border-radius:20px!important;border:1px solid #e5e7eb!important;box-shadow:0 8px 28px rgba(15,23,42,.04)!important}
.commerce-cart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.commerce-cart-head h1{margin:0;font-size:28px;letter-spacing:-.02em;color:#111827}
.commerce-cart-head p{margin:5px 0 0;color:#64748b;font-size:13px}
.commerce-continue-link{display:inline-flex;align-items:center;gap:6px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;color:#111827;text-decoration:none;font-size:12px;font-weight:900;background:#fff;white-space:nowrap}
.commerce-continue-link:hover{background:#f8fafc}
.commerce-item{display:grid!important;grid-template-columns:96px minmax(0,1fr) auto!important;gap:16px!important;align-items:center;padding:18px 0!important;border-bottom:1px solid #eef2f7}
.commerce-item img{width:96px!important;height:96px!important;border-radius:16px!important;object-fit:cover;background:#f1f5f9}
.commerce-item-main{min-width:0}
.commerce-item-title{font-size:16px!important;line-height:1.3;font-weight:900!important;color:#111827}
.commerce-item-store-badge{display:inline-flex;align-items:center;gap:5px;margin-top:7px;padding:5px 8px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:10px;font-weight:900}
.commerce-item-unit{margin-top:8px;font-size:18px;font-weight:1000;color:#111827}
.commerce-item-actions{margin-top:10px!important}
.commerce-qty{width:76px!important;min-height:40px;border:1px solid #dbe1e8;border-radius:10px;padding:8px 10px;font-weight:800}
.commerce-remove{min-height:40px;padding:0 8px!important}
.commerce-item-total{align-self:start;padding-top:2px;font-size:17px!important;font-weight:1000!important;color:#111827}
.commerce-summary{position:sticky;top:98px}
.commerce-summary h2{font-size:20px;margin-bottom:14px!important}
.commerce-summary-note{margin-top:12px!important}

@media(max-width:1100px) and (min-width:769px){
  .commerce-site-header-inner{grid-template-columns:auto minmax(140px,190px) 44px minmax(0,1fr);padding-left:18px!important;padding-right:18px!important}
  .commerce-site-desktop-nav{gap:12px}
  .commerce-site-desktop-nav>a{font-size:.72rem!important}
  .commerce-shell{padding-left:18px!important;padding-right:18px!important}
  .commerce-grid{grid-template-columns:minmax(0,1fr) 340px!important}
}

@media(max-width:768px){
  body.commerce-menu-open{overflow:hidden}
  .commerce-page{padding-top:108px!important}
  .commerce-site-header-inner{
    min-height:96px!important;
    padding:7px 12px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
    grid-template-rows:42px 36px!important;
    gap:6px 8px!important;
  }
  .commerce-site-brand{grid-column:1;grid-row:1;font-size:1rem!important;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#2563eb!important}
  .commerce-site-search{grid-column:1 / 3;grid-row:2;width:100%;height:34px}
  .commerce-site-cart-shortcut{display:none!important}
  .commerce-site-desktop-nav{display:none!important}
  .commerce-site-menu-btn{grid-column:2;grid-row:1;display:inline-flex!important;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;margin:0;padding:0;border:1px solid #dbe3ef;border-radius:12px;background:#f8fafc;color:#111827;font-size:1.25rem;line-height:1}
  .commerce-site-menu-btn[aria-expanded="true"]{background:#111827;color:#fff;border-color:#111827}
  .commerce-site-mobile-nav{position:fixed!important;top:102px!important;left:10px!important;right:10px!important;display:none!important;flex-direction:column;gap:5px;padding:9px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.22);z-index:9600;max-height:calc(100vh - 118px);overflow:auto}
  .commerce-site-mobile-nav.open{display:flex!important}
  .commerce-site-mobile-nav>a{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:11px 12px;border-radius:11px;text-decoration:none;color:#1f2937;font-weight:850;font-size:14px}
  .commerce-site-mobile-nav>a:active{background:#eef2f7}
  .commerce-site-mobile-cart{background:#fff8db!important;color:#111!important}
  .commerce-site-mobile-nav .commerce-sophie-link{color:#7c3aed!important}
  .commerce-shell{width:100%!important;max-width:100%!important;padding:12px 10px calc(30px + env(safe-area-inset-bottom))!important}
  .commerce-grid{display:flex!important;flex-direction:column;gap:10px!important}
  .commerce-summary{position:static!important;order:2!important;width:100%}
  .commerce-cart-head{align-items:flex-start;margin-bottom:8px}
  .commerce-cart-head h1{font-size:23px}
  .commerce-cart-head p{font-size:12px}
  .commerce-continue-link{padding:9px 10px;font-size:11px}
  .commerce-item{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:10px!important;position:relative;padding:13px 0!important}
  .commerce-item img{width:72px!important;height:72px!important;border-radius:12px!important;grid-row:1 / span 3}
  .commerce-item-main{grid-column:2!important;min-width:0}
  .commerce-item-title{font-size:14px!important;line-height:1.28}
  .commerce-item-store-badge{font-size:9px;padding:4px 7px;margin-top:5px}
  .commerce-item-unit{font-size:15px;margin-top:6px}
  .commerce-item-total{grid-column:2!important;justify-self:end!important;padding-top:0;font-size:14px!important;margin-top:-2px}
  .commerce-item-actions{flex-wrap:wrap;gap:6px;margin-top:7px!important}
  .commerce-qty{width:68px!important;min-height:38px;font-size:16px!important}
  .commerce-remove{min-height:38px}
}

@media(max-width:420px){
  .commerce-shell{padding-left:8px!important;padding-right:8px!important}
  .commerce-cart-head{gap:10px}
  .commerce-continue-link{padding:8px;font-size:0}
  .commerce-continue-link::after{content:'←';font-size:17px}
}

/* ========================================================================== */
/* TOOCA LOJA - HEADER/CARRINHO V4: MESMA ESCALA DA HOME                     */
/* ========================================================================== */
.commerce-page,
.commerce-page *,
.commerce-page *::before,
.commerce-page *::after{box-sizing:border-box}

.commerce-page{
  width:100%;
  overflow-x:hidden;
  padding-top:76px!important;
  background:#f5f7fb!important;
}

.commerce-site-header{
  position:fixed!important;
  inset:0 0 auto 0!important;
  width:100%!important;
  height:auto!important;
  background:#fff!important;
  border-bottom:1px solid #e5e7eb!important;
  box-shadow:0 1px 3px rgba(0,0,0,.10)!important;
  z-index:9500!important;
}

.commerce-site-header-inner{
  width:100%!important;
  max-width:none!important;
  min-height:76px!important;
  margin:0!important;
  padding:14px 24px!important;
  display:grid!important;
  grid-template-columns:auto auto minmax(150px,210px) 44px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
}

.commerce-site-brand{
  font-size:1.5rem!important;
  font-weight:900!important;
  color:#2563eb!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.commerce-site-campaign{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 15px;
  border-radius:999px;
  background:linear-gradient(135deg,#6d28d9,#9333ea);
  color:#fff!important;
  text-decoration:none!important;
  font-size:.78rem;
  font-weight:1000;
  white-space:nowrap;
  box-shadow:0 8px 20px rgba(109,40,217,.20);
}

.commerce-site-search{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  height:34px!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid #cbd5e1!important;
  border-radius:999px!important;
  background:#f8fafc!important;
  box-shadow:0 2px 8px rgba(15,23,42,.06)!important;
}
.commerce-site-search input{width:100%!important;min-width:0!important;height:100%!important;padding:0 4px 0 12px!important;border:0!important;outline:0!important;background:transparent!important;color:#111827!important;font-size:.78rem!important}
.commerce-site-search button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:32px!important;min-width:34px!important;padding:0!important;border:0!important;background:transparent!important;cursor:pointer!important}

.commerce-site-cart-shortcut{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  border:1px solid #e5e7eb!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#111827!important;
  text-decoration:none!important;
}
.commerce-site-cart-shortcut .commerce-site-cart-count{position:absolute!important;top:-7px!important;right:-5px!important;border:2px solid #fff!important}

.commerce-site-desktop-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:18px!important;
  min-width:0!important;
  overflow:visible!important;
}
.commerce-site-desktop-nav>a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:auto!important;
  padding:6px 0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#4b5563!important;
  text-decoration:none!important;
  font-size:.78rem!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.commerce-site-desktop-nav>a:hover{color:#2563eb!important}
.commerce-site-desktop-nav .commerce-sophie-link{color:#a855f7!important;font-weight:900!important}
.commerce-site-desktop-nav .commerce-admin-link{
  padding:9px 14px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#6d28d9,#9333ea)!important;
  color:#fff!important;
  font-weight:900!important;
  box-shadow:0 6px 16px rgba(109,40,217,.18)!important;
}
.commerce-site-desktop-nav .commerce-account-link{color:#312e81!important}
.commerce-site-menu-btn,.commerce-site-mobile-nav,.commerce-site-menu-backdrop{display:none}

/* Carrinho usa a mesma largura visual da vitrine */
.commerce-page .commerce-shell{
  width:100%!important;
  max-width:1600px!important;
  margin:0 auto!important;
  padding:26px clamp(18px,2.2vw,36px) 64px!important;
}
.commerce-page .commerce-grid{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(350px,400px)!important;
  gap:22px!important;
  align-items:start!important;
}
.commerce-page .commerce-card{
  width:100%!important;
  min-width:0!important;
  border:1px solid #e5e7eb!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 8px 28px rgba(15,23,42,.045)!important;
}
.commerce-page .commerce-grid>section.commerce-card{min-height:360px}
.commerce-page .commerce-summary{position:sticky!important;top:98px!important}

.commerce-cart-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin-bottom:14px!important}
.commerce-cart-head h1{margin:0!important;font-size:30px!important;line-height:1.05!important;letter-spacing:-.025em!important}
.commerce-cart-head p{margin:7px 0 0!important;color:#64748b!important;font-size:13px!important}
.commerce-continue-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:9px 13px!important;border:1px solid #e2e8f0!important;border-radius:12px!important;background:#fff!important;color:#111827!important;text-decoration:none!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important}

.commerce-item{display:grid!important;grid-template-columns:112px minmax(0,1fr) auto!important;gap:18px!important;align-items:center!important;padding:20px 0!important}
.commerce-item img{width:112px!important;height:112px!important;border-radius:18px!important;object-fit:cover!important}
.commerce-item-title{font-size:17px!important}
.commerce-item-unit{font-size:20px!important}
.commerce-item-total{font-size:18px!important}

.commerce-site-menu-backdrop{position:fixed!important;z-index:9590!important;border:0!important;padding:0!important;background:rgba(15,23,42,.42)!important}

@media(max-width:1320px) and (min-width:769px){
  .commerce-site-header-inner{padding-left:18px!important;padding-right:18px!important;gap:12px!important;grid-template-columns:auto auto minmax(130px,180px) 44px minmax(0,1fr)!important}
  .commerce-site-desktop-nav{gap:11px!important}
  .commerce-site-desktop-nav>a{font-size:.70rem!important}
  .commerce-site-desktop-nav .commerce-admin-link{padding:8px 10px!important}
  .commerce-site-campaign{padding:8px 11px;font-size:.70rem}
}

@media(max-width:1060px) and (min-width:769px){
  .commerce-site-campaign{display:none!important}
  .commerce-site-header-inner{grid-template-columns:auto minmax(130px,180px) 44px minmax(0,1fr)!important}
  .commerce-site-desktop-nav{gap:9px!important}
  .commerce-site-desktop-nav .commerce-account-link{font-size:0!important}
  .commerce-site-desktop-nav .commerce-account-link::before{content:'👤';font-size:.9rem}
  .commerce-page .commerce-grid{grid-template-columns:minmax(0,1fr) 340px!important}
}

@media(max-width:768px){
  body.commerce-menu-open{overflow:hidden!important}
  .commerce-page{padding-top:108px!important}
  .commerce-site-header-inner{
    width:100%!important;
    min-height:96px!important;
    padding:7px 12px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
    grid-template-rows:42px 36px!important;
    gap:6px 8px!important;
  }
  .commerce-site-brand{grid-column:1!important;grid-row:1!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:1rem!important}
  .commerce-site-campaign{display:none!important}
  .commerce-site-search{grid-column:1 / 3!important;grid-row:2!important;width:100%!important;height:34px!important}
  .commerce-site-cart-shortcut{display:none!important}
  .commerce-site-desktop-nav{display:none!important}
  .commerce-site-menu-btn{
    grid-column:2!important;grid-row:1!important;
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    width:42px!important;height:42px!important;min-width:42px!important;
    margin:0!important;padding:0!important;
    border:1px solid #dbe3ef!important;border-radius:12px!important;
    background:#f8fafc!important;color:#111827!important;
    font-size:1.25rem!important;line-height:1!important;
  }
  .commerce-site-menu-btn[aria-expanded="true"]{background:#111827!important;color:#fff!important;border-color:#111827!important}
  .commerce-site-mobile-nav{
    position:fixed!important;
    top:102px!important;left:10px!important;right:10px!important;
    width:auto!important;
    display:none!important;
    flex-direction:column!important;
    gap:5px!important;
    max-height:calc(100dvh - 118px)!important;
    overflow:auto!important;
    padding:9px!important;
    border:1px solid #e5e7eb!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 20px 50px rgba(15,23,42,.22)!important;
    z-index:9600!important;
  }
  .commerce-site-mobile-nav.open{display:flex!important}
  .commerce-site-mobile-nav>a{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:46px!important;padding:11px 12px!important;border-radius:11px!important;background:transparent!important;color:#1f2937!important;text-decoration:none!important;font-size:14px!important;font-weight:850!important}
  .commerce-site-mobile-nav .commerce-sophie-link,.commerce-site-mobile-nav .commerce-mobile-campaign{background:#faf5ff!important;color:#7c3aed!important}
  .commerce-site-mobile-cart{background:#fff8db!important;color:#111!important}
  .commerce-site-menu-backdrop.open{display:block!important;inset:96px 0 0!important}

  .commerce-page .commerce-shell{width:100%!important;max-width:100%!important;padding:12px 10px calc(30px + env(safe-area-inset-bottom))!important}
  .commerce-page .commerce-grid{display:flex!important;flex-direction:column!important;gap:10px!important}
  .commerce-page .commerce-grid>section{order:1!important}
  .commerce-page .commerce-summary{position:static!important;order:2!important;width:100%!important}
  .commerce-page .commerce-card{padding:14px!important;border-radius:17px!important}
  .commerce-page .commerce-grid>section.commerce-card{min-height:0!important}

  .commerce-cart-head{gap:10px!important;margin-bottom:9px!important}
  .commerce-cart-head h1{font-size:23px!important;line-height:1.15!important}
  .commerce-cart-head p{font-size:12px!important;line-height:1.35!important}
  .commerce-continue-link{min-height:38px!important;padding:8px 10px!important;font-size:11px!important}

  .commerce-item{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;gap:10px!important;position:relative!important;padding:13px 0!important}
  .commerce-item img{width:76px!important;height:76px!important;border-radius:13px!important;grid-row:1 / span 3!important}
  .commerce-item-main{grid-column:2!important;min-width:0!important}
  .commerce-item-title{font-size:14px!important;line-height:1.28!important}
  .commerce-item-store-badge{font-size:9px!important;padding:4px 7px!important;margin-top:5px!important}
  .commerce-item-unit{font-size:15px!important;margin-top:6px!important}
  .commerce-item-total{grid-column:2!important;justify-self:end!important;padding-top:0!important;font-size:14px!important;margin-top:-2px!important}
  .commerce-item-actions{flex-wrap:wrap!important;gap:6px!important;margin-top:7px!important}
  .commerce-qty{width:68px!important;min-height:38px!important;font-size:16px!important}
  .commerce-remove{min-height:38px!important}
  .commerce-shipping-row{flex-direction:column!important;align-items:stretch!important}
  .commerce-shipping-row .commerce-btn{width:100%!important}
}

@media(max-width:420px){
  .commerce-page .commerce-shell{padding-left:8px!important;padding-right:8px!important}
  .commerce-cart-head{align-items:flex-start!important}
  .commerce-continue-link{padding:8px!important;font-size:0!important;min-width:38px!important}
  .commerce-continue-link::after{content:'←';font-size:17px!important}
}


/* ===== MOBILE HEADER V7: uma linha + busca expansível + menu compacto ===== */
.commerce-whatsapp-float{display:none}
@media(max-width:768px){
  .commerce-page{padding-top:62px!important}
  .commerce-site-header-inner{
    min-height:58px!important;
    height:58px!important;
    padding:8px 10px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 42px 42px!important;
    grid-template-rows:42px!important;
    gap:8px!important;
    align-items:center!important;
  }
  .commerce-site-brand{grid-column:1!important;grid-row:1!important;font-size:1rem!important}
  .commerce-site-search{
    grid-column:2!important;grid-row:1!important;
    width:42px!important;height:42px!important;min-width:42px!important;
    margin:0!important;border:1px solid #dbe3ef!important;border-radius:12px!important;
    background:#f8fafc!important;box-shadow:none!important;
    overflow:hidden!important;
    display:flex!important;align-items:center!important;
    transition:none!important;
  }
  .commerce-site-search input{display:none!important}
  .commerce-site-search button{width:42px!important;height:42px!important;min-width:42px!important;border-radius:12px!important;font-size:15px!important}
  .commerce-site-search.open{
    position:fixed!important;top:8px!important;left:10px!important;right:60px!important;
    width:auto!important;height:42px!important;z-index:9705!important;
    background:#fff!important;border-color:#cbd5e1!important;
    box-shadow:0 8px 24px rgba(15,23,42,.12)!important;
  }
  .commerce-site-search.open input{display:block!important;flex:1!important;min-width:0!important;padding:0 8px 0 12px!important;font-size:14px!important}
  .commerce-site-search.open button{background:#f8fafc!important}
  .commerce-site-menu-btn{grid-column:3!important;grid-row:1!important}
  .commerce-site-mobile-nav{
    top:64px!important;left:8px!important;right:8px!important;
    max-height:calc(100dvh - 82px)!important;
    padding:8px!important;gap:7px!important;
    border-radius:17px!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:stretch!important;
  }
  .commerce-site-mobile-nav.open{display:grid!important}
  .commerce-site-mobile-nav>a{
    min-height:44px!important;padding:10px!important;border:1px solid #eef2f7!important;
    border-radius:12px!important;background:#fff!important;
    justify-content:flex-start!important;gap:7px!important;font-size:12.5px!important;line-height:1.2!important;
  }
  .commerce-site-mobile-nav .commerce-sophie-link{grid-column:1/-1!important;background:#faf5ff!important}
  .commerce-site-mobile-nav .commerce-mobile-account,
  .commerce-site-mobile-nav .commerce-site-mobile-cart,
  .commerce-site-mobile-nav .commerce-mobile-group{grid-column:1/-1!important}
  .commerce-site-mobile-nav .commerce-site-mobile-cart{justify-content:space-between!important}
  .commerce-site-mobile-nav .commerce-mobile-group{background:#ecfdf5!important;color:#166534!important;font-weight:950!important}
  .commerce-site-mobile-nav .commerce-mobile-admin{background:#f8fafc!important}
  .commerce-site-menu-backdrop.open{inset:58px 0 0!important}

  .commerce-whatsapp-float{
    position:fixed!important;display:flex!important;align-items:center!important;justify-content:center!important;
    left:12px!important;right:12px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;
    min-height:42px!important;padding:9px 14px!important;border-radius:999px!important;
    background:#22c55e!important;color:#052e16!important;text-decoration:none!important;
    font-size:14px!important;font-weight:950!important;text-align:center!important;
    box-shadow:0 12px 28px rgba(34,197,94,.32)!important;z-index:9490!important;
  }
  body.commerce-menu-open .commerce-whatsapp-float{display:none!important}
  .commerce-page .commerce-shell{padding-bottom:calc(84px + env(safe-area-inset-bottom))!important}
}

/* V8 - compra própria exige conta autenticada */
.commerce-login-required-note{margin-top:10px;padding:11px 13px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc;color:#475569;font-size:13px;line-height:1.35}
.commerce-input.commerce-readonly{background:#f1f5f9;color:#475569;cursor:not-allowed}

/* V9 - cadastro completo + layout amplo */
.account-shell{max-width:1600px;width:100%;padding-left:24px;padding-right:24px}
.account-auth-card{width:100%;max-width:720px;transition:max-width .18s ease,padding .18s ease}
.account-auth-card.register-mode{max-width:1500px;padding:28px 32px}
.account-auth-card.register-mode .account-tabs{max-width:520px;margin-left:auto;margin-right:auto}
.account-register-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}
.account-register-heading h1{margin:0 0 6px;font-size:30px}
.account-register-safe{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800;white-space:nowrap}
.account-register-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:18px}
.account-register-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:20px}
.account-register-step{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #e2e8f0}
.account-register-step>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#111827;color:#fff;font-weight:1000}
.account-register-step b{display:block;font-size:16px}.account-register-step small{display:block;margin-top:2px;color:#64748b;font-size:12px}
.account-register-submit{max-width:520px;margin:22px auto 0;min-height:52px}
.account-zip-status{margin-top:10px;color:#64748b;font-size:12px;font-weight:700}
.account-auth-card.register-mode .account-guest{margin-top:14px}
@media(max-width:900px){
  .account-shell{padding-left:14px;padding-right:14px}
  .account-auth-card.register-mode{padding:18px;max-width:760px}
  .account-register-layout{grid-template-columns:1fr}
  .account-register-heading{flex-direction:column;gap:10px}
  .account-register-safe{white-space:normal;border-radius:14px;width:100%}
  .account-register-submit{max-width:none}
}
@media(max-width:560px){
  .account-shell{padding:10px 10px 72px}
  .account-auth-card,.account-auth-card.register-mode{margin:6px auto;padding:14px;border-radius:18px}
  .account-register-panel{padding:14px;border-radius:16px}
  .account-register-heading h1{font-size:24px}
  .account-register-step{margin-bottom:14px}
  .account-tabs{margin-bottom:14px}
}


/* ===== VIEWPORT LOCK V10 - 2026-09-03 =====
   Evita estouro horizontal, zoom automático do iPhone e páginas "soltas"
   no carrinho, checkout, conta e acompanhamento do pedido.
============================================================ */
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-x: none;
}

body.commerce-page {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden !important;
  overflow-x: clip !important;
  overscroll-behavior-x: none;
}

.commerce-page *,
.commerce-page *::before,
.commerce-page *::after,
.commerce-site-header *,
.commerce-site-header *::before,
.commerce-site-header *::after {
  box-sizing: border-box;
}

.commerce-site-header,
.commerce-site-header-inner,
.commerce-page .commerce-shell,
.commerce-page .commerce-grid,
.commerce-page .commerce-grid > *,
.commerce-page .commerce-card,
.commerce-page .commerce-form-grid,
.commerce-page .commerce-item,
.commerce-page .commerce-item-main,
.commerce-page .commerce-summary,
.commerce-page .commerce-shipping-box,
.commerce-page .commerce-shipping-row,
.commerce-page .commerce-shipping-options,
.commerce-page .commerce-shipping-choice,
.commerce-page .commerce-shipping-choice-main,
.commerce-page .commerce-account-strip,
.commerce-page .account-layout,
.commerce-page .account-section,
.commerce-page .account-register-layout,
.commerce-page .account-register-panel,
.commerce-page .account-address-card,
.commerce-page #paymentBrick_container {
  min-width: 0;
  max-width: 100%;
}

.commerce-page img,
.commerce-page video,
.commerce-page iframe,
.commerce-page canvas,
.commerce-page svg {
  max-width: 100%;
}

.commerce-page h1,
.commerce-page h2,
.commerce-page h3,
.commerce-page p,
.commerce-page small,
.commerce-page label,
.commerce-page a,
.commerce-item-title,
.commerce-shipping-result,
.commerce-summary-note,
.account-address-card p {
  overflow-wrap: anywhere;
  word-break: normal;
}

#paymentBrick_container,
#paymentBrick_container > * {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
}

#paymentBrick_container iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 768px) {
  .commerce-page input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
  .commerce-page select,
  .commerce-page textarea,
  .commerce-site-search.open input {
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  /* Minha Conta: nada de faixa horizontal arrastável. */
  .account-side {
    overflow-x: visible !important;
    flex-wrap: wrap !important;
  }

  .account-side button {
    min-width: 0 !important;
    flex: 1 1 calc(50% - 4px) !important;
  }

  .commerce-shipping-choice {
    width: 100%;
  }
}
