:root {
  --store-ink: #0f172a;
  --store-muted: #59677d;
  --store-line: #dce4ee;
  --store-soft: #f5f8fb;
  --store-blue: #087fa8;
  --store-blue-dark: #07546f;
  --store-cyan: #00a0d2;
  --store-green: #07864b;
  --store-green-soft: #eaf9f1;
  --store-yellow: #f5b923;
  --store-surface: #ffffff;
  --store-surface-muted: #f3f4f4;
  --store-radius-sm: 8px;
  --store-radius-md: 12px;
  --store-radius-lg: 16px;
  --store-focus: 0 0 0 3px rgba(8, 127, 168, .18);
  --store-max: 1320px;
  --store-shadow: 0 12px 34px rgba(15, 23, 42, .09);
}

/* Conta e autenticação integradas ao shell da loja */
.auth-page { background: var(--store-soft); }
.auth-hero { padding: 64px 0; border-bottom: 1px solid var(--store-line); background: #fff; }
.auth-layout { display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 72px; align-items: center; }
.auth-intro { max-width: 650px; }
.auth-intro h1 { max-width: 620px; margin: 8px 0 18px; font-size: 44px; line-height: 1.12; }
.auth-intro > p:not(.eyebrow) { max-width: 590px; margin: 0; color: var(--store-muted); font-size: 15px; line-height: 1.7; }
.auth-benefits { display: grid; gap: 18px; margin-top: 34px; }
.auth-benefits > div { display: flex; align-items: flex-start; gap: 13px; }
.auth-benefits > div > .icon { width: 22px; height: 22px; margin-top: 2px; color: var(--store-blue); }
.auth-benefits span, .auth-benefits strong, .auth-benefits small { display: block; }
.auth-benefits strong { font-size: 13px; }
.auth-benefits small { margin-top: 4px; color: var(--store-muted); font-size: 11px; line-height: 1.5; }
.auth-panel { overflow: hidden; border: 1px solid var(--store-line); border-radius: 8px; background: #fff; box-shadow: var(--store-shadow); }
.auth-panel-head { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-bottom: 1px solid var(--store-line); }
.auth-panel-head p, .auth-panel-head h2 { margin: 0; }
.auth-panel-head p { margin-bottom: 3px; color: var(--store-muted); font-size: 10px; text-transform: uppercase; }
.auth-panel-head h2 { font-size: 20px; }
.auth-panel-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #e9f7fb; color: var(--store-blue); }
.auth-panel-icon .icon { width: 21px; height: 21px; }
.auth-tabs { display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid var(--store-line); }
.auth-tabs button { min-height: 50px; border: 0; border-bottom: 3px solid transparent; background: #fff; color: var(--store-muted); font-size: 12px; font-weight: 750; cursor: pointer; }
.auth-tabs button.active { border-bottom-color: var(--store-blue); color: var(--store-blue); background: #f7fbfd; }
.auth-form { display: grid; gap: 16px; padding: 24px; }
.auth-input { min-height: 46px; display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; align-items: center; overflow: hidden; border: 1px solid #b9c5d3; border-radius: 6px; background: #fff; }
.auth-input:not(:has(button)) { grid-template-columns: 42px minmax(0, 1fr); }
.auth-input:focus-within { border-color: var(--store-blue); box-shadow: var(--store-focus); }
.auth-input > .icon { justify-self: center; width: 17px; height: 17px; color: var(--store-muted); }
.auth-input input { width: 100%; min-width: 0; height: 44px; border: 0; outline: 0; background: transparent; font-size: 12px; }
.auth-input button { width: 42px; height: 44px; display: grid; place-items: center; border: 0; background: transparent; color: var(--store-muted); cursor: pointer; }
.auth-input button .icon { width: 17px; height: 17px; }
.auth-message { display: flex; align-items: flex-start; gap: 9px; padding: 11px 12px; border: 1px solid var(--store-line); border-radius: 6px; background: var(--store-soft); color: var(--store-muted); font-size: 11px; line-height: 1.5; }
.auth-message .icon { width: 16px; height: 16px; margin-top: 1px; }
.auth-message.error { border-color: #e7bbbb; background: #fff4f4; color: #922d2d; }
.auth-message.success { border-color: #b9dfcf; background: var(--store-green-soft); color: var(--store-green); }
.auth-submit { min-height: 48px; }
.auth-note { margin: 0; padding: 0 24px 24px; color: var(--store-muted); font-size: 10px; line-height: 1.6; }
.auth-trust { padding: 28px 0 58px; }
.auth-trust .benefit-grid { border: 1px solid var(--store-line); border-radius: 8px; background: #fff; }

.account-hero { padding: 42px 0; background: #082235; }
.account-hero .container { align-items: center; }
.account-hero h1 { font-size: 34px; }
.account-hero-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.account-hero-actions .btn { min-height: 44px; }
.btn-ghost-light { border: 1px solid rgba(255,255,255,.28); background: transparent; color: #fff; }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.rank-badge { min-height: 44px; border-radius: 6px; }
.rank-badge .icon { color: #6fd9f0; }
.account-grid { grid-template-columns: 230px minmax(0, 1fr); gap: 24px; }
.account-menu { position: sticky; top: 144px; overflow: hidden; border-radius: 8px; }
.account-menu button .icon { width: 17px; height: 17px; }
.account-content { min-width: 0; }
.account-alert, .account-admin-test { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; padding: 14px 16px; border: 1px solid var(--store-line); border-radius: 8px; background: #fff; }
.account-alert { justify-content: flex-start; border-color: #e8c6a3; background: #fff9ef; color: #80501e; }
.account-alert > .icon, .account-admin-test > span > .icon { flex: 0 0 auto; }
.account-alert span, .account-alert strong, .account-alert small, .account-admin-test span, .account-admin-test strong, .account-admin-test small { display: block; }
.account-alert small, .account-admin-test small { margin-top: 3px; color: var(--store-muted); font-size: 10px; line-height: 1.45; }
.account-admin-test > span { display: flex; align-items: center; gap: 11px; }
.account-admin-test > span > .icon { color: var(--store-blue); }
.account-admin-test .btn { flex: 0 0 auto; }
.account-kpis { gap: 12px; }
.account-kpi { position: relative; min-height: 116px; padding: 18px; border-radius: 8px; }
.account-kpi > .icon { position: absolute; top: 17px; right: 17px; width: 20px; height: 20px; color: var(--store-blue); }
.account-kpi span { padding-right: 30px; }
.account-kpi strong { margin-top: 17px; }
.panel { overflow: hidden; border-radius: 8px; }
.panel-heading { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 18px; border-bottom: 1px solid var(--store-line); }
.panel-heading p, .panel-heading h2 { margin: 0; }
.panel-heading h2 { margin-top: 3px; font-size: 17px; }
.module-status { display: inline-flex; align-items: center; min-height: 25px; padding: 4px 8px; border-radius: 999px; background: #fff3cf; color: #825700; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.module-status.active { background: var(--store-green-soft); color: var(--store-green); }
.rewards-preview { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(100px, 180px) auto; align-items: center; gap: 13px; margin-bottom: 14px; padding: 14px 16px; border: 1px solid var(--store-line); border-radius: 8px; background: #fff; }
.rewards-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fff5d8; color: #9b6c00; }
.rewards-preview strong, .rewards-preview small { display: block; }
.rewards-preview small { margin-top: 3px; color: var(--store-muted); font-size: 10px; }
.rewards-preview b { color: var(--store-muted); font-size: 11px; }
.account-empty { min-height: 250px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 34px; color: var(--store-muted); text-align: center; }
.account-empty.compact { min-height: 180px; border-top: 1px solid var(--store-line); }
.account-empty > .icon { width: 34px; height: 34px; color: #8aa0b2; }
.account-empty strong { color: var(--store-ink); font-size: 16px; }
.account-empty span { max-width: 520px; font-size: 11px; line-height: 1.55; }
.account-empty .btn { margin-top: 7px; }
.account-empty.error > .icon, .account-empty.error strong { color: #9d3030; }
.account-loading { min-height: 220px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--store-muted); font-size: 12px; }
.wallet-overview { padding: 24px; }
.wallet-overview > span { color: var(--store-muted); font-size: 10px; text-transform: uppercase; }
.wallet-overview > strong { display: block; margin-top: 6px; color: var(--store-green); font-size: 34px; }
.wallet-overview p { margin: 8px 0 18px; color: var(--store-muted); font-size: 11px; }
.profile-note { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; padding: 12px; border-radius: 6px; background: var(--store-soft); color: var(--store-muted); font-size: 10px; line-height: 1.5; }
.profile-note .icon { width: 16px; height: 16px; color: var(--store-blue); }
.form-section input[readonly] { background: #f7f9fb; color: #526174; cursor: default; }
.account-order-list { display: grid; }
.account-order { border-bottom: 1px solid var(--store-line); }
.account-order:last-child { border-bottom: 0; }
.account-order summary { list-style: none; cursor: pointer; }
.account-order summary::-webkit-details-marker { display: none; }
.account-order .order-row { grid-template-columns: 1.25fr .85fr .9fr 1fr auto; min-height: 72px; border-bottom: 0; }
.account-order[open] > .order-row { background: #f7fbfd; }
.order-row > span { min-width: 0; }
.order-row small, .order-row strong { display: block; }
.order-row small { margin-bottom: 4px; color: var(--store-muted); font-size: 9px; text-transform: uppercase; }
.order-row-action { display: inline-flex; align-items: center; gap: 5px; color: var(--store-blue); font-size: 10px; font-weight: 750; }
.order-row-action .icon { width: 14px; height: 14px; transition: transform .2s ease; }
.account-order[open] .order-row-action .icon { transform: rotate(180deg); }
.status-preparing, .status-posted, .status-in_transit, .status-out_for_delivery { background: #eaf6fb; color: var(--store-blue-dark); }
.status-awaiting_payment { background: #fff3cf; color: #825700; }
.status-exception, .status-returned { background: #fff0f0; color: #9d3030; }
.account-order-details { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); border-top: 1px solid var(--store-line); background: #fff; }
.account-order-items, .account-tracking { min-width: 0; padding: 20px; }
.account-tracking { border-left: 1px solid var(--store-line); background: #fbfcfd; }
.account-order-section-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.account-order-section-title p, .account-order-section-title h3 { margin: 0; }
.account-order-section-title h3 { margin-top: 3px; font-size: 14px; }
.account-order-section-title > span { color: var(--store-muted); font-size: 9px; }
.account-order-item { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 11px 0; border-top: 1px solid var(--store-line); font-size: 10px; }
.account-order-item strong, .account-order-item small { display: block; }
.account-order-item small { margin-top: 3px; color: var(--store-muted); }
.order-item-qty { color: var(--store-blue); font-weight: 800; }
.account-order-values { display: grid; gap: 8px; margin-top: 10px; padding-top: 13px; border-top: 1px solid var(--store-line); }
.account-order-values > span { display: flex; justify-content: space-between; gap: 20px; color: var(--store-muted); font-size: 10px; }
.account-order-values strong { color: var(--store-ink); }
.account-order-values .total { padding-top: 9px; border-top: 1px solid var(--store-line); color: var(--store-ink); font-size: 12px; font-weight: 800; }
.tracking-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 16px; }
.tracking-summary > span { min-width: 0; display: flex; align-items: center; gap: 8px; padding: 10px; border: 1px solid var(--store-line); border-radius: 6px; background: #fff; }
.tracking-summary .icon { width: 17px; height: 17px; color: var(--store-blue); }
.tracking-summary small, .tracking-summary strong { display: block; overflow: hidden; text-overflow: ellipsis; }
.tracking-summary small { color: var(--store-muted); font-size: 8px; text-transform: uppercase; }
.tracking-summary strong { margin-top: 3px; font-size: 9px; white-space: nowrap; }
.account-timeline { display: grid; }
.account-timeline > div { position: relative; display: grid; grid-template-columns: 17px minmax(0, 1fr); gap: 9px; min-height: 66px; }
.account-timeline > div:not(:last-child)::before { content: ""; position: absolute; top: 12px; bottom: -2px; left: 5px; width: 1px; background: #cbd7e2; }
.account-timeline i { z-index: 1; width: 11px; height: 11px; margin-top: 3px; border: 2px solid #a9bac8; border-radius: 50%; background: #fff; }
.account-timeline .current i { border-color: var(--store-blue); background: var(--store-blue); box-shadow: 0 0 0 3px #dff2f8; }
.account-timeline strong, .account-timeline small, .account-timeline em { display: block; }
.account-timeline strong { font-size: 10px; }
.account-timeline small { margin-top: 3px; color: var(--store-muted); font-size: 9px; line-height: 1.45; }
.account-timeline em { margin-top: 4px; color: #7c8b9d; font-size: 8px; font-style: normal; }

@media (max-width: 980px) {
  .auth-layout { grid-template-columns: minmax(0, 1fr) 410px; gap: 38px; }
  .auth-intro h1 { font-size: 38px; }
  .account-hero .container { align-items: flex-start; }
  .account-hero-actions { justify-content: flex-start; }
  .account-grid { grid-template-columns: 1fr; }
  .account-menu { position: static; display: flex; overflow-x: auto; border-radius: 8px; }
  .account-menu button { min-width: 132px; justify-content: center; border-right: 1px solid var(--store-line); border-bottom: 0; white-space: nowrap; }
  .account-order-details { grid-template-columns: 1fr; }
  .account-tracking { border-top: 1px solid var(--store-line); border-left: 0; }
}

@media (max-width: 760px) {
  .auth-hero { padding: 38px 0; }
  .auth-layout { grid-template-columns: 1fr; gap: 30px; }
  .auth-intro h1 { font-size: 34px; }
  .auth-benefits { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .auth-benefits > div { display: block; }
  .auth-benefits > div > .icon { margin-bottom: 8px; }
  .auth-trust .benefit-grid { grid-template-columns: 1fr; }
  .account-admin-test { align-items: flex-start; flex-direction: column; }
  .account-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rewards-preview { grid-template-columns: auto minmax(0, 1fr) auto; }
  .rewards-preview .rank-progress { grid-column: 1 / -1; }
  .account-order .order-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .order-row-action { justify-self: end; }
}

@media (max-width: 520px) {
  .auth-intro h1 { font-size: 30px; }
  .auth-intro > p:not(.eyebrow) { font-size: 13px; }
  .auth-benefits { grid-template-columns: 1fr; }
  .auth-benefits > div { display: flex; }
  .auth-panel-head, .auth-form { padding-inline: 18px; }
  .auth-note { padding-inline: 18px; }
  .account-hero { padding: 30px 0; }
  .account-hero h1 { font-size: 28px; }
  .account-hero-actions, .account-hero-actions .rank-badge { width: 100%; }
  .account-hero-actions .btn { flex: 1 1 auto; }
  .account-kpis { grid-template-columns: 1fr; }
  .account-kpi { min-height: 96px; }
  .tracking-summary { grid-template-columns: 1fr; }
  .account-order-items, .account-tracking { padding: 16px; }
  .account-order .order-row { padding: 14px; }
  .account-order-item { grid-template-columns: 30px minmax(0, 1fr); }
  .account-order-item > strong { grid-column: 2; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-width: none; }
html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #fff;
  color: var(--store-ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
}
.auth-layout > *, .account-grid > *, .account-order-details > * { min-width: 0; }
.auth-panel { width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.container { width: min(var(--store-max), calc(100% - 40px)); margin: 0 auto; }
.icon { width: 18px; height: 18px; flex: 0 0 auto; stroke-width: 1.9; }
.store-loading {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  color: var(--store-muted);
}
.store-loading img { width: 190px; }
.loading-line {
  width: 180px;
  height: 3px;
  overflow: hidden;
  position: relative;
  background: #e5e7eb;
}
.loading-line::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 45%;
  background: var(--store-cyan);
  animation: loading 1s ease-in-out infinite alternate;
}
@keyframes loading { to { transform: translateX(125%); } }

.top-strip {
  background: var(--store-ink);
  color: #fff;
  font-size: 12px;
}
.top-strip .container {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.top-strip-list { display: flex; align-items: center; gap: 24px; }
.top-strip-item { display: inline-flex; align-items: center; gap: 7px; opacity: .93; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--store-line);
  backdrop-filter: blur(12px);
}
.header-main {
  min-height: 76px;
  display: grid;
  grid-template-columns: 188px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 28px;
}
.brand-button {
  display: inline-flex;
  align-items: center;
  width: 178px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.brand-button img { width: 100%; height: auto; }
.search-wrap { position: relative; }
.search-form {
  display: grid;
  grid-template-columns: 1fr 48px;
  height: 46px;
  border: 1px solid #b9c5d3;
  background: #fff;
}
.search-form:focus-within { border-color: var(--store-blue); box-shadow: 0 0 0 3px rgba(0, 160, 210, .12); }
.search-form input {
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 15px;
  color: var(--store-ink);
  background: transparent;
}
.search-form button {
  border: 0;
  color: #fff;
  background: var(--store-blue);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 90;
  max-height: 420px;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--store-line);
  box-shadow: var(--store-shadow);
}
.search-result {
  width: 100%;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid #eef2f6;
  background: #fff;
  color: var(--store-ink);
  text-align: left;
  cursor: pointer;
}
.search-result:hover, .search-result:focus-visible { background: var(--store-soft); outline: 0; }
.search-result img { width: 54px; height: 54px; object-fit: contain; background: #fff; }
.search-result strong { display: block; font-size: 13px; line-height: 1.35; }
.search-result span { color: var(--store-green); font-size: 13px; font-weight: 700; white-space: nowrap; }
.search-empty { padding: 18px; color: var(--store-muted); font-size: 13px; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-action {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--store-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 10px;
  cursor: pointer;
}
.header-action:hover { background: var(--store-soft); border-color: var(--store-line); }
.header-action-copy { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.header-action-copy small { color: var(--store-muted); font-size: 10px; }
.header-action-copy strong { font-size: 12px; }
.admin-link { color: #fff; background: var(--store-ink); padding-inline: 15px; }
.admin-link:hover { color: #fff; background: var(--store-blue-dark); border-color: var(--store-blue-dark); }
.cart-action { position: relative; }
.cart-count {
  position: absolute;
  top: 1px;
  right: 1px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--store-cyan);
  border: 2px solid #fff;
  font-size: 9px;
  font-weight: 800;
}
.mobile-menu-button { display: none; }
.nav-row { border-top: 1px solid #edf1f5; }
.primary-nav {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-link {
  height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: #314158;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  padding: 0;
}
.nav-link:hover, .nav-link.active { color: var(--store-blue); }
.nav-link.products-link { color: var(--store-blue-dark); font-weight: 800; }
.mobile-drawer, .drawer-backdrop { display: none; }

.page { min-height: 65vh; }
.hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: #0b1727;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease;
  background-position: center;
  background-size: cover;
}
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 20, 34, .9) 0%, rgba(8, 20, 34, .66) 42%, rgba(8, 20, 34, .08) 78%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: 42px;
}
.hero-copy { max-width: 650px; color: #fff; padding: 54px 0 78px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--store-cyan);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.hero h1 {
  max-width: 650px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 750;
  letter-spacing: 0;
}
.hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  min-height: 44px;
  border: 1px solid transparent;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--store-blue);
  color: #fff;
  font-weight: 750;
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
}
.btn:hover { background: var(--store-blue-dark); }
.btn-light { background: #fff; color: var(--store-ink); }
.btn-light:hover { background: #f2f5f8; }
.btn-outline { background: transparent; border-color: #aebbc9; color: var(--store-ink); }
.btn-outline:hover { background: var(--store-soft); }
.btn-ghost-light { border-color: rgba(255, 255, 255, .5); color: #fff; background: rgba(255,255,255,.04); }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); }
.btn-full { width: 100%; }
.btn:disabled { opacity: .48; cursor: not-allowed; }
.hero-product {
  align-self: end;
  justify-self: center;
  width: min(520px, 100%);
  max-height: 535px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 26px 30px rgba(0, 0, 0, .22));
}
.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 4;
  width: min(var(--store-max), calc(100% - 40px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-arrows { display: flex; gap: 8px; }
.hero-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(10, 24, 40, .35);
  color: #fff;
  cursor: pointer;
}
.hero-dots { display: flex; gap: 8px; }
.hero-dot {
  width: 28px;
  height: 3px;
  border: 0;
  padding: 0;
  background: rgba(255,255,255,.42);
  cursor: pointer;
}
.hero-dot.active { background: #fff; }

.benefit-bar { border-bottom: 1px solid var(--store-line); background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 22px;
  border-right: 1px solid var(--store-line);
}
.benefit:last-child { border-right: 0; }
.benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--store-blue);
  background: #edf8fb;
  border-radius: 50%;
}
.benefit strong { display: block; margin-bottom: 3px; font-size: 13px; }
.benefit span { display: block; color: var(--store-muted); font-size: 11px; line-height: 1.4; }
.section { padding: 72px 0; }
.section-soft { background: var(--store-soft); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}
.section-head h2 { margin: 0; font-size: 30px; line-height: 1.18; }
.section-head p { max-width: 570px; margin: 8px 0 0; color: var(--store-muted); line-height: 1.6; }
.text-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--store-blue);
  font-size: 13px;
  font-weight: 750;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.category-card {
  position: relative;
  min-height: 280px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--store-line);
  background: #fff;
  cursor: pointer;
  text-align: left;
}
.category-card:hover { border-color: #9bb4c4; box-shadow: var(--store-shadow); }
.category-card img {
  position: absolute;
  right: -14px;
  bottom: -22px;
  width: 74%;
  height: 76%;
  object-fit: contain;
  transition: transform .25s ease;
}
.category-card:hover img { transform: translateY(-5px); }
.category-card strong { position: relative; z-index: 2; display: block; width: 100%; font-size: 18px; line-height: 1.25; }
.category-card span { position: relative; z-index: 2; display: inline-flex; margin-top: 8px; color: var(--store-muted); font-size: 12px; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--store-line);
  background: #fff;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.product-card:hover { border-color: #aebdca; box-shadow: var(--store-shadow); }
.product-image-button {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 0;
  background: #fff;
  cursor: pointer;
  padding: 14px;
  overflow: hidden;
}
.product-image-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .25s ease;
}
.product-card:hover .product-image-button img { transform: scale(1.035); }
.stock-chip, .new-chip {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  background: var(--store-green-soft);
  color: var(--store-green);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.stock-chip.out { background: #fff2f2; color: #bd2939; }
.favorite-button {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 1px solid var(--store-line);
  background: rgba(255,255,255,.94);
  color: var(--store-muted);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.favorite-button.active { color: #d52d49; background: #fff4f5; }
.product-body { padding: 16px; border-top: 1px solid #eef2f6; }
.product-category { margin: 0 0 7px; color: var(--store-blue); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-name-button {
  width: 100%;
  height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--store-ink);
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}
.price-block { min-height: 69px; margin-top: 13px; }
.pix-price { color: var(--store-green); font-size: 20px; line-height: 1.1; font-weight: 800; }
.pix-label { display: inline-block; margin-left: 5px; color: var(--store-green); font-size: 10px; font-weight: 750; }
.regular-price { display: block; margin-top: 5px; color: var(--store-muted); font-size: 11px; }
.installments { display: block; margin-top: 2px; color: var(--store-muted); font-size: 10px; }
.product-card-actions { display: grid; grid-template-columns: 1fr 42px; gap: 8px; margin-top: 13px; }
.product-card-actions .btn { padding: 0 12px; }
.icon-btn {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--store-line);
  background: #fff;
  color: var(--store-blue);
  cursor: pointer;
  border-radius: 4px;
}
.icon-btn:hover { background: var(--store-soft); }
.editorial-band {
  min-height: 380px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: stretch;
  overflow: hidden;
  background: #071b2b;
  color: #fff;
}
.editorial-image {
  min-height: 380px;
  background: url("../assets/store/hero/thinkx-bg.png") center / cover no-repeat;
}
.editorial-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 54px;
}
.editorial-copy h2 { margin: 0 0 16px; max-width: 520px; font-size: 34px; line-height: 1.2; }
.editorial-copy p { margin: 0 0 24px; color: rgba(255,255,255,.76); line-height: 1.65; }

.page-hero {
  padding: 46px 0 38px;
  background: var(--store-soft);
  border-bottom: 1px solid var(--store-line);
}
.breadcrumbs { display: flex; align-items: center; gap: 7px; margin-bottom: 18px; color: var(--store-muted); font-size: 11px; }
.breadcrumbs button { border: 0; padding: 0; background: transparent; color: inherit; cursor: pointer; }
.breadcrumbs button:hover { color: var(--store-blue); }
.page-hero h1 { margin: 0; font-size: 38px; line-height: 1.15; }
.page-hero p { margin: 10px 0 0; color: var(--store-muted); }
.catalog-layout {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.filters {
  position: sticky;
  top: 140px;
  border: 1px solid var(--store-line);
  background: #fff;
}
.filter-head { padding: 17px; border-bottom: 1px solid var(--store-line); font-size: 13px; font-weight: 800; }
.filter-group { padding: 16px; border-bottom: 1px solid var(--store-line); }
.filter-group:last-child { border-bottom: 0; }
.filter-group-title { display: block; margin-bottom: 11px; font-size: 12px; font-weight: 800; }
.filter-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: var(--store-muted);
  font-size: 12px;
  cursor: pointer;
  text-align: left;
}
.filter-option.active, .filter-option:hover { color: var(--store-blue); font-weight: 700; }
.filter-option span { min-width: 22px; padding: 2px 5px; border-radius: 10px; background: var(--store-soft); text-align: center; font-size: 9px; }
.catalog-toolbar {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.catalog-toolbar p { margin: 0; color: var(--store-muted); font-size: 12px; }
.catalog-toolbar select, .field select, .field input, .field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #b9c5d3;
  background: #fff;
  color: var(--store-ink);
  padding: 0 12px;
  outline: 0;
  border-radius: 3px;
}
.catalog-toolbar select { width: 210px; }
.catalog-toolbar select:focus, .field select:focus, .field input:focus, .field textarea:focus {
  border-color: var(--store-blue);
  box-shadow: 0 0 0 3px rgba(0, 160, 210, .1);
}
.catalog-products .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.filter-mobile-button { display: none; }
.empty-state { padding: 54px 20px; text-align: center; border: 1px dashed #b8c4d0; color: var(--store-muted); }
.empty-state .icon { width: 32px; height: 32px; margin-bottom: 12px; color: var(--store-blue); }

.product-detail { padding: 38px 0 72px; }
.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 52px;
  align-items: start;
}
.gallery-layout { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 14px; }
.gallery-thumbs { display: flex; flex-direction: column; gap: 9px; }
.gallery-thumb {
  width: 76px;
  aspect-ratio: 1;
  padding: 4px;
  border: 1px solid var(--store-line);
  background: #fff;
  cursor: pointer;
}
.gallery-thumb.active { border: 2px solid var(--store-blue); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.gallery-main {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 100%;
  padding: 0;
  background: #fff;
  border: 1px solid var(--store-line);
  cursor: zoom-in;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .28s ease;
}
.gallery-main:hover img { transform: scale(1.045); }
.gallery-main:focus-visible {
  outline: 3px solid rgba(0, 136, 181, .25);
  outline-offset: 3px;
}
.gallery-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background: rgba(9, 31, 50, .82);
  color: #fff;
  box-shadow: 0 6px 20px rgba(9, 31, 50, .22);
  transition: transform .2s ease, background .2s ease;
}
.gallery-zoom .icon { width: 19px; height: 19px; }
.gallery-main:hover .gallery-zoom { transform: scale(1.08); background: var(--store-blue); }
.product-info .product-category { margin-top: 0; }
.product-info h1 { margin: 6px 0 13px; font-size: 32px; line-height: 1.2; }
.product-meta { display: flex; flex-wrap: wrap; gap: 12px; color: var(--store-muted); font-size: 11px; }
.product-meta span { display: inline-flex; align-items: center; gap: 5px; }
.detail-price { padding: 22px 0; margin: 20px 0; border-top: 1px solid var(--store-line); border-bottom: 1px solid var(--store-line); }
.detail-price .pix-price { font-size: 31px; }
.detail-price .regular-price { font-size: 12px; }
.detail-lead { color: var(--store-muted); font-size: 13px; line-height: 1.65; }
.variant-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 20px 0; }
.field label { display: block; margin-bottom: 7px; color: #344054; font-size: 11px; font-weight: 750; }
.buy-row { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 10px; margin-top: 18px; }
.quantity-stepper {
  height: 48px;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  border: 1px solid #b9c5d3;
}
.quantity-stepper button { border: 0; background: var(--store-soft); cursor: pointer; }
.quantity-stepper input { min-width: 0; width: 100%; border: 0; text-align: center; outline: 0; }
.buy-row .btn { min-height: 48px; }
.shipping-note {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  padding: 14px;
  margin-top: 18px;
  background: var(--store-soft);
  border-left: 3px solid var(--store-cyan);
}
.shipping-note .icon { color: var(--store-blue); }
.shipping-note strong { display: block; font-size: 12px; }
.shipping-note span { display: block; margin-top: 2px; color: var(--store-muted); font-size: 10px; }
.detail-tabs { margin-top: 54px; border-top: 1px solid var(--store-line); }
.tab-list { display: flex; gap: 30px; border-bottom: 1px solid var(--store-line); }
.tab-button {
  min-height: 54px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--store-muted);
  padding: 0;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}
.tab-button.active { color: var(--store-blue); border-bottom-color: var(--store-blue); }
.tab-panel { max-width: 940px; padding: 30px 0 10px; color: #3f4d61; line-height: 1.7; font-size: 14px; }
.tab-panel h2, .tab-panel h3 { color: var(--store-ink); }
.tab-panel ul { padding-left: 20px; }
.attribute-table { width: 100%; border-collapse: collapse; }
.attribute-table th, .attribute-table td { padding: 12px 14px; border: 1px solid var(--store-line); text-align: left; }
.attribute-table th { width: 220px; background: var(--store-soft); font-size: 12px; }
.attribute-table td { font-size: 12px; }

.cart-section, .checkout-section, .account-section { padding: 42px 0 76px; }
.cart-layout, .checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: start;
}
.panel { border: 1px solid var(--store-line); background: #fff; }
.panel-title { margin: 0; padding: 18px 20px; border-bottom: 1px solid var(--store-line); font-size: 16px; }
.cart-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 118px 100px 34px;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid var(--store-line);
}
.cart-item:last-child { border-bottom: 0; }
.cart-item img { width: 88px; height: 88px; object-fit: contain; }
.cart-item h3 { margin: 0 0 5px; font-size: 13px; line-height: 1.35; }
.cart-item p { margin: 0; color: var(--store-muted); font-size: 10px; }
.cart-item-price { font-weight: 800; font-size: 13px; text-align: right; }
.remove-button { width: 34px; height: 34px; border: 0; background: transparent; color: #a03948; cursor: pointer; }
.summary { position: sticky; top: 142px; }
.summary-body { padding: 20px; }
.summary-line { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 13px; color: var(--store-muted); font-size: 12px; }
.summary-line strong { color: var(--store-ink); }
.summary-total { padding-top: 15px; border-top: 1px solid var(--store-line); color: var(--store-ink); font-size: 15px; font-weight: 800; }
.summary-total strong { font-size: 21px; }
.summary-pix { padding: 11px; margin: 15px 0; color: var(--store-green); background: var(--store-green-soft); font-size: 11px; text-align: center; }
.coupon-row { display: grid; grid-template-columns: 1fr auto; margin: 16px 0; }
.coupon-row input { min-width: 0; height: 42px; border: 1px solid #b9c5d3; padding: 0 10px; outline: 0; }
.coupon-row button { height: 42px; border-radius: 0; }
.shipping-calc { padding: 18px; border-top: 1px solid var(--store-line); }
.shipping-calc h3 { margin: 0 0 12px; font-size: 13px; }
.shipping-result { margin-top: 12px; padding: 12px; background: var(--store-soft); color: var(--store-muted); font-size: 11px; }
.shipping-result.shipping-error { border-left: 3px solid #c73737; background: #fff1f1; color: #8f2525; }
.shipping-quotes { display: grid; gap: 8px; }
.shipping-quotes span { display: block; }
.shipping-quotes em, .simulation-tag { display: inline-flex; margin-left: 5px; padding: 2px 5px; border-radius: 4px; background: #fff1c6; color: #7a5200; font-size: 9px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.checkout-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 28px;
  border: 1px solid var(--store-line);
}
.checkout-step { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 10px 16px; border-right: 1px solid var(--store-line); color: var(--store-muted); font-size: 11px; }
.checkout-step:last-child { border-right: 0; }
.checkout-step.active { color: var(--store-blue); background: #edf8fb; font-weight: 750; }
.step-number { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; border: 1px solid currentColor; font-weight: 800; }
.form-section { padding: 20px; border-bottom: 1px solid var(--store-line); }
.form-section:last-child { border-bottom: 0; }
.form-section h2 { margin: 0 0 18px; font-size: 15px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.field.full { grid-column: 1 / -1; }
.field textarea { min-height: 84px; padding-block: 10px; resize: vertical; }
.segmented { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #b9c5d3; }
.segmented button { min-height: 42px; border: 0; background: #fff; color: var(--store-muted); cursor: pointer; }
.segmented button.active { background: var(--store-blue); color: #fff; }
.option-list { display: grid; gap: 9px; }
.option-card {
  display: grid;
  grid-template-columns: 22px 34px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--store-line);
  cursor: pointer;
}
.option-card.active { border-color: var(--store-blue); background: #f1fafd; }
.option-card input { accent-color: var(--store-blue); }
.option-card strong { display: block; font-size: 12px; }
.option-card span { display: block; margin-top: 2px; color: var(--store-muted); font-size: 10px; }
.option-card .option-value { color: var(--store-ink); font-size: 12px; font-weight: 800; }
.checkout-legal { margin: 14px 0; color: var(--store-muted); font-size: 10px; line-height: 1.55; }
.checkout-cep { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.checkout-cep input { min-width: 0; }
.checkout-cep .btn { min-height: 42px; border-radius: 0 4px 4px 0; }
.checkout-message { padding: 13px; border: 1px solid var(--store-line); background: var(--store-soft); color: var(--store-muted); font-size: 11px; line-height: 1.5; }
.checkout-message.compact { padding: 10px 12px; }
.checkout-message.error { border-color: #e6b6b6; background: #fff1f1; color: #8f2525; }
.checkout-auth { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; padding: 15px 17px; border: 1px solid #d8e0e7; border-radius: 6px; background: #fff; }
.checkout-auth > div { display: flex; align-items: center; gap: 11px; }.checkout-auth svg { color: var(--store-blue); }.checkout-auth span { display: grid; gap: 3px; }.checkout-auth small { color: var(--store-muted); }.checkout-auth.authenticated { border-color: #b9dfcf; background: #f1fbf6; }.checkout-auth > a { color: var(--store-blue); font-weight: 750; text-decoration: none; }
.checkout-hint { margin: 10px 0 0; color: var(--store-muted); font-size: 10px; text-align: center; }
.quote-warning { display: grid; gap: 5px; padding: 10px 12px; border-left: 3px solid #e4a11b; background: #fff9e8; color: #785000; font-size: 10px; }
.quote-warning span { display: flex; align-items: center; gap: 6px; }
.quote-warning .icon { width: 13px; height: 13px; flex: 0 0 auto; }
.btn:disabled { cursor: not-allowed; opacity: .55; }
.order-success { max-width: 760px; margin: 0 auto; padding: 72px 20px; text-align: center; }
.success-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--store-green-soft); color: var(--store-green); }
.success-icon .icon { width: 34px; height: 34px; }
.order-success h1 { margin: 0 0 12px; font-size: 34px; }
.order-success p { margin: 0 auto 24px; max-width: 590px; color: var(--store-muted); line-height: 1.6; }
.order-code { display: inline-flex; padding: 12px 18px; margin-bottom: 26px; background: var(--store-soft); font-family: ui-monospace, monospace; font-weight: 800; }
.real-order-success { max-width: 880px; }
.pix-confirmation { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 24px; margin: 0 auto 24px; padding: 22px; border: 1px solid var(--store-line); border-radius: 8px; background: #fff; text-align: left; }
.pix-qr { display: grid; justify-items: center; gap: 7px; padding: 12px; background: var(--store-soft); }
.pix-qr img { width: 100%; max-width: 240px; aspect-ratio: 1; object-fit: contain; background: #fff; }
.pix-qr span { color: var(--store-muted); font-size: 9px; text-align: center; }
.pix-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.pix-copy > strong { font-size: 21px; }
.pix-copy p { margin: 7px 0 14px; font-size: 11px; }
.pix-copy textarea { width: 100%; min-height: 88px; margin-bottom: 10px; padding: 10px; border: 1px solid var(--store-line); border-radius: 4px; background: #f8fafb; color: var(--store-muted); font-family: ui-monospace, monospace; font-size: 9px; line-height: 1.45; resize: none; }
.email-confirmation { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 620px; margin: 0 auto 24px; padding: 13px; border: 1px solid #b9dfcc; border-radius: 6px; background: var(--store-green-soft); color: var(--store-green); text-align: left; }
.email-confirmation > .icon { flex: 0 0 auto; }
.email-confirmation strong, .email-confirmation small { display: block; }
.email-confirmation small { margin-top: 3px; color: var(--store-muted); font-size: 10px; }

.account-hero {
  padding: 48px 0;
  color: #fff;
  background: #082235;
}
.account-hero .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.account-hero h1 { margin: 0 0 7px; font-size: 32px; }
.account-hero p { margin: 0; color: rgba(255,255,255,.7); }
.rank-badge { display: flex; align-items: center; gap: 13px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.2); }
.rank-badge .icon { width: 28px; height: 28px; color: #f5c04c; }
.rank-badge strong { display: block; font-size: 13px; }
.rank-badge span { color: rgba(255,255,255,.65); font-size: 10px; }
.account-grid { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 28px; align-items: start; }
.account-menu { border: 1px solid var(--store-line); background: #fff; }
.account-menu button {
  width: 100%;
  min-height: 47px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid var(--store-line);
  padding: 0 14px;
  background: #fff;
  color: var(--store-muted);
  text-align: left;
  font-size: 12px;
  cursor: pointer;
}
.account-menu button:last-child { border-bottom: 0; }
.account-menu button.active { color: var(--store-blue); background: #edf8fb; font-weight: 750; }
.account-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 20px; }
.account-kpi { padding: 19px; border: 1px solid var(--store-line); background: #fff; }
.account-kpi span { display: block; color: var(--store-muted); font-size: 10px; text-transform: uppercase; }
.account-kpi strong { display: block; margin-top: 6px; font-size: 23px; }
.wallet-value { color: var(--store-green); }
.rank-progress { height: 7px; margin-top: 11px; overflow: hidden; border-radius: 4px; background: #e9eef3; }
.rank-progress span { width: 72%; height: 100%; display: block; background: var(--store-cyan); }
.order-row {
  display: grid;
  grid-template-columns: 90px 1fr 120px 110px auto;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--store-line);
  font-size: 11px;
}
.order-row:last-child { border-bottom: 0; }
.order-row strong { font-size: 12px; }
.status {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 12px;
  background: var(--store-green-soft);
  color: var(--store-green);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-band { padding: 26px 0; background: #07344c; color: #fff; }
.contact-band .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-band h2 { margin: 0 0 5px; font-size: 20px; }
.contact-band p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; }
.site-footer { color: #dce9f0; background: #071b2b; }
.footer-main { padding: 54px 0 42px; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 190px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; margin: 18px 0; color: #93a9b7; font-size: 12px; line-height: 1.7; }
.socials { display: flex; gap: 8px; }
.social-link { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #315064; color: #fff; }
.footer-column h3 { margin: 0 0 17px; color: #fff; font-size: 12px; text-transform: uppercase; }
.footer-column a, .footer-column p, .footer-column button {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #93a9b7;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}
.footer-column a:hover, .footer-column button:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #1c3a4d; }
.footer-bottom .container { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-bottom p { margin: 0; color: #7f97a6; font-size: 10px; }
.footer-bottom img { max-width: 310px; max-height: 28px; }
.toast-region { position: fixed; right: 20px; bottom: 20px; z-index: 120; display: grid; gap: 8px; }
.toast {
  min-width: 280px;
  max-width: 380px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  background: var(--store-ink);
  box-shadow: var(--store-shadow);
  font-size: 12px;
  animation: toastIn .22s ease both;
}
@keyframes toastIn { from { opacity: 0; transform: translateY(10px); } }

@media (max-width: 1120px) {
  .header-main { grid-template-columns: 160px minmax(220px, 1fr) auto; gap: 16px; }
  .brand-button { width: 156px; }
  .header-action-copy, .admin-link span { display: none; }
  .admin-link { width: 44px; padding: 0; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-products .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .top-strip-list .top-strip-item:nth-child(2) { display: none; }
  .header-main { min-height: 68px; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 10px; }
  .mobile-menu-button { display: grid; }
  .search-wrap { grid-column: 1 / -1; grid-row: 2; margin-bottom: 12px; }
  .nav-row { display: none; }
  .admin-link { display: none; }
  .header-action.account-action { display: inline-flex; }
  .header-actions .header-action { width: 44px; height: 44px; flex: 0 0 44px; padding: 0; justify-content: center; }
  .drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 98;
    display: block;
    background: rgba(3, 13, 23, .5);
  }
  .mobile-drawer {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 99;
    width: min(330px, 88vw);
    display: block;
    overflow: auto;
    background: #fff;
    box-shadow: var(--store-shadow);
  }
  .mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px; border-bottom: 1px solid var(--store-line); }
  .mobile-drawer-head img { width: 170px; }
  .mobile-drawer-nav { display: grid; padding: 10px; }
  .mobile-drawer-nav button, .mobile-drawer-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 12px;
    border: 0;
    border-bottom: 1px solid #eef2f6;
    background: #fff;
    color: var(--store-ink);
    text-align: left;
    font-size: 13px;
    cursor: pointer;
  }
  .hero, .hero-inner { min-height: 540px; }
  .hero-inner { grid-template-columns: 1.15fr .85fr; }
  .hero h1 { font-size: 42px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--store-line); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card { min-height: 240px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-layout { grid-template-columns: 1fr; }
  .filters { display: none; position: static; }
  .filters.mobile-open { display: block; }
  .filter-mobile-button { display: inline-flex; }
  .catalog-products .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-layout { grid-template-columns: 1fr; gap: 34px; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .summary { position: static; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--store-max)); }
  .top-strip .container { justify-content: center; }
  .top-strip-list .top-strip-item:not(:first-child), .top-strip > .container > span { display: none; }
  .header-main { grid-template-columns: 40px minmax(0, 1fr) auto; gap: 6px; }
  .header-actions { justify-self: end; gap: 4px; }
  .header-action.support-action { display: none; }
  .brand-button { width: 132px; max-width: 100%; min-width: 0; }
  .hero, .hero-inner { min-height: 640px; }
  .hero-inner { display: block; }
  .hero-copy { padding: 48px 0 235px; }
  .hero h1 { font-size: 38px; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-product { position: absolute; right: -20px; bottom: 6px; width: 300px; height: 250px; }
  .hero-slide::before { background: linear-gradient(180deg, rgba(8,20,34,.94) 0%, rgba(8,20,34,.76) 58%, rgba(8,20,34,.16) 100%); }
  .hero-controls { bottom: 14px; }
  .hero-arrows { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--store-line); padding: 14px 4px; }
  .section { padding: 50px 0; }
  .section-head { align-items: flex-start; }
  .section-head h2 { font-size: 26px; }
  .section-head p { font-size: 13px; }
  .section-head .text-link { display: none; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .category-card { min-height: 205px; padding: 15px; }
  .category-card strong { width: 100%; font-size: 14px; }
  .category-card img { width: 82%; height: 70%; }
  .product-grid, .catalog-products .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-body { padding: 12px; }
  .product-name-button { font-size: 12px; height: 37px; }
  .pix-price { font-size: 16px; }
  .product-card-actions { grid-template-columns: 1fr; }
  .product-card-actions .icon-btn { display: none; }
  .product-card-actions .btn { min-height: 39px; font-size: 11px; }
  .editorial-band { grid-template-columns: 1fr; }
  .editorial-image { min-height: 250px; }
  .editorial-copy { padding: 34px 24px; }
  .editorial-copy h2 { font-size: 27px; }
  .page-hero { padding: 34px 0 28px; }
  .page-hero h1 { font-size: 30px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-toolbar select { width: 100%; }
  .gallery-layout { grid-template-columns: 1fr; }
  .gallery-thumbs { order: 2; flex-direction: row; overflow: auto; }
  .gallery-thumb { width: 62px; flex: 0 0 auto; }
  .product-info h1 { font-size: 25px; }
  .variant-grid { grid-template-columns: 1fr; }
  .tab-list { gap: 20px; overflow: auto; }
  .tab-button { flex: 0 0 auto; }
  .cart-item { grid-template-columns: 72px minmax(0, 1fr) 30px; gap: 10px; }
  .cart-item img { width: 68px; height: 68px; }
  .cart-item .quantity-stepper { grid-column: 2; width: 110px; }
  .cart-item-price { grid-column: 2; grid-row: 3; text-align: left; }
  .remove-button { grid-column: 3; grid-row: 1; }
  .checkout-progress { grid-template-columns: 1fr; }
  .checkout-step { border-right: 0; border-bottom: 1px solid var(--store-line); }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .option-card { grid-template-columns: 22px 30px 1fr; }
  .option-card .option-value { grid-column: 3; }
  .checkout-cep { grid-template-columns: 1fr; gap: 7px; }
  .checkout-auth { align-items: stretch; flex-direction: column; }
  .checkout-cep .btn { border-radius: 4px; }
  .pix-confirmation { grid-template-columns: 1fr; padding: 14px; }
  .account-hero .container { align-items: flex-start; flex-direction: column; }
  .account-grid { grid-template-columns: 1fr; }
  .account-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
  .account-menu button { min-width: 0; justify-content: flex-start; border-right: 1px solid var(--store-line); border-bottom: 1px solid var(--store-line); white-space: normal; }
  .account-kpis { grid-template-columns: 1fr; }
  .order-row { grid-template-columns: 1fr 1fr; }
  .order-row > *:last-child { display: none; }
  .contact-band .container { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom .container { align-items: flex-start; flex-direction: column; padding: 22px 0; }
  .footer-bottom img { width: 100%; }
  .toast-region { left: 14px; right: 14px; bottom: 14px; }
  .toast { min-width: 0; max-width: none; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* Storefront refinement — 28/07/2026 */
.icon,
button .icon,
a .icon {
  display: block;
  align-self: center;
  margin: 0;
}
.icon-btn,
.header-action,
.benefit-icon,
.social-link,
.quick-add-button,
.hero-arrow,
.favorite-button,
.remove-button {
  line-height: 0;
}
.image-fallback {
  width: 62% !important;
  height: auto !important;
  object-fit: contain !important;
  padding: 20px;
  opacity: .75;
}

/* Navigation and category dropdown */
.primary-nav {
  position: relative;
  gap: 34px;
}
.category-menu {
  position: static;
}
.products-link .icon:last-child {
  width: 14px;
  height: 14px;
}
.category-dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 95;
  width: min(920px, calc(100vw - 40px));
  overflow: hidden;
  border: 1px solid var(--store-line);
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .16);
}
.category-dropdown-head {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--store-line);
  background: var(--store-soft);
}
.category-dropdown-head strong,
.category-dropdown-head span {
  display: block;
}
.category-dropdown-head strong { font-size: 14px; }
.category-dropdown-head span { margin-top: 3px; color: var(--store-muted); font-size: 10px; }
.category-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 8px;
}
.category-dropdown-grid > button {
  min-height: 64px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  border: 0;
  border-bottom: 1px solid #eef2f6;
  background: #fff;
  padding: 9px 12px;
  color: var(--store-ink);
  text-align: left;
  cursor: pointer;
}
.category-dropdown-grid > button:hover { background: #edf8fb; }
.category-dropdown-grid > button > .icon:last-child { width: 15px; color: #8090a4; }
.category-dropdown-grid strong,
.category-dropdown-grid small { display: block; }
.category-dropdown-grid strong { font-size: 12px; }
.category-dropdown-grid small { margin-top: 2px; color: var(--store-muted); font-size: 9px; }
.category-dropdown-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--store-blue);
  background: #eaf8fb;
}
.category-dropdown-icon .icon { width: 15px; height: 15px; }
.mobile-nav-label {
  padding: 18px 12px 7px;
  color: var(--store-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

/* Compact category bands */
.category-grid {
  gap: 12px;
}
.category-card {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 22px;
  background:
    linear-gradient(135deg, #fff 0%, #fff 72%, #edf8fb 72%, #edf8fb 100%);
}
.category-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--store-cyan);
  border-right: 2px solid var(--store-cyan);
  transform: translateY(-50%) rotate(45deg);
}
.category-card strong { font-size: 16px; }
.category-card span { margin-top: 6px; }
.category-card img { display: none; }

/* Cards and quick add */
.product-image-button {
  display: grid;
  place-items: center;
  padding: 18px;
  background: #fff;
}
.product-image-button img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  object-position: center;
}
.product-card-actions {
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
}
.quick-add-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--store-blue);
  color: #fff;
  cursor: pointer;
}
.quick-add-button:hover { background: var(--store-blue-dark); }
.quick-add-button:disabled { opacity: .45; cursor: not-allowed; }
.quick-add-button .icon { width: 21px; height: 21px; }

/* Cart drawer */
.cart-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 108;
  background: rgba(7, 19, 31, .55);
  backdrop-filter: blur(2px);
}
body:has(.cart-drawer-backdrop) { overflow: hidden; }
.cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 110;
  width: min(430px, 100vw);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: #fff;
  box-shadow: -18px 0 48px rgba(15, 23, 42, .18);
  animation: drawerIn .22s ease both;
}
@keyframes drawerIn { from { transform: translateX(100%); } }
.cart-drawer-head {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--store-line);
}
.cart-drawer-head span,
.cart-drawer-head strong { display: block; }
.cart-drawer-head span { color: var(--store-muted); font-size: 11px; }
.cart-drawer-head strong { margin-top: 3px; font-size: 20px; }
.cart-drawer-content { overflow: auto; padding: 2px 20px; }
.cart-drawer-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--store-line);
}
.cart-drawer-item img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  border: 1px solid var(--store-line);
  background: #fff;
}
.cart-drawer-item strong,
.cart-drawer-item span { display: block; }
.cart-drawer-item > div > strong { font-size: 12px; line-height: 1.4; }
.cart-drawer-item > div > span { margin-top: 4px; color: var(--store-muted); font-size: 9px; }
.cart-drawer-price { margin-top: 9px; font-size: 14px; font-weight: 800; }
.cart-drawer-controls { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; }
.quantity-stepper.compact { width: 104px; height: 36px; grid-template-columns: 30px 1fr 30px; }
.cart-drawer-footer { padding: 18px 20px 22px; border-top: 1px solid var(--store-line); background: #fff; }
.cart-drawer-footer > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cart-drawer-footer > div span { color: var(--store-muted); font-size: 12px; }
.cart-drawer-footer > div strong { font-size: 20px; }
.cart-drawer-footer p { margin: 4px 0 16px; color: var(--store-green); font-size: 11px; text-align: right; }
.cart-drawer-footer .btn + .btn { margin-top: 8px; }
.cart-drawer-empty {
  min-height: 360px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 9px;
  color: var(--store-muted);
  text-align: center;
}
.cart-drawer-empty .icon { width: 34px; height: 34px; color: var(--store-blue); }
.cart-drawer-empty strong { color: var(--store-ink); }
.cart-drawer-empty span { font-size: 11px; }

/* Product detail inspired by high-conversion retail layouts */
.product-layout-commerce {
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, .86fr) minmax(300px, .72fr);
  gap: 36px;
}
.product-gallery-column { min-width: 0; }
.product-gallery-column .gallery-main {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-color: #d7dadd;
  border-radius: var(--store-radius-lg);
  background: #fff;
}
.product-gallery-column .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-gallery-column .gallery-thumbs {
  display: flex;
  flex-direction: row;
  gap: 9px;
  margin-top: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
.product-gallery-column .gallery-thumbs::-webkit-scrollbar { display: none; }
.product-gallery-column .gallery-thumb {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border-radius: var(--store-radius-sm);
}
.product-gallery-column .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin: 6px 0 12px;
}
.product-copy-column h1 {
  min-width: 0;
  margin: 0;
  font-size: 27px;
  line-height: 1.24;
}
.product-heading-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}
.product-round-action {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  padding: 0;
  border: 1px solid #aeb4b9;
  border-radius: 50%;
  background: var(--store-surface);
  color: #33383d;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.product-round-action:hover {
  transform: translateY(-1px);
  border-color: var(--store-blue);
  color: var(--store-blue);
}
.product-round-action:focus-visible {
  outline: 0;
  box-shadow: var(--store-focus);
}
.product-round-action.active {
  border-color: #d52d49;
  background: #fff4f5;
  color: #d52d49;
}
.product-round-action.active .icon { fill: currentColor; }
.product-pix-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--store-green);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--store-green);
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}
.product-pix-badge .icon { width: 15px; height: 15px; }
.product-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.product-rating > span { color: #f4a300; letter-spacing: 0; }
.product-rating button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--store-muted);
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.product-copy-column .detail-lead {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--store-line);
}
.exclusive-discount-space {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid #c9e7d7;
  border-radius: var(--store-radius-md);
  background: var(--store-green-soft);
}
.exclusive-discount-toggle {
  width: 100%;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 0;
  background: transparent;
  color: var(--store-ink);
  text-align: left;
  cursor: pointer;
}
.exclusive-discount-toggle:focus-visible { outline: 0; box-shadow: inset var(--store-focus); }
.exclusive-discount-toggle > .icon {
  color: #47705e;
  transition: transform .2s ease;
}
.exclusive-discount-space.expanded .exclusive-discount-toggle > .icon { transform: rotate(180deg); }
.exclusive-discount-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--store-green);
}
.exclusive-discount-icon .icon { width: 18px; height: 18px; }
.exclusive-discount-toggle strong,
.exclusive-discount-toggle small { display: block; }
.exclusive-discount-toggle strong { font-size: 13px; line-height: 1.4; }
.exclusive-discount-toggle small { margin-top: 3px; color: #47705e; font-size: 10px; line-height: 1.45; }
.exclusive-benefits-panel {
  padding: 0 16px 16px;
  border-top: 1px solid #c9e7d7;
}
.exclusive-benefits-panel > p {
  margin: 14px 0;
  color: #47705e;
  font-size: 10px;
  line-height: 1.5;
}
.exclusive-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}
.exclusive-benefit {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
}
.exclusive-benefit > .icon {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  color: var(--store-green);
}
.exclusive-benefit strong,
.exclusive-benefit small { display: block; }
.exclusive-benefit strong { color: #173f31; font-size: 11px; line-height: 1.35; }
.exclusive-benefit small { margin-top: 2px; color: #47705e; font-size: 9px; line-height: 1.4; }
.exclusive-account-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--store-blue-dark);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.exclusive-account-link .icon { width: 15px; height: 15px; }

body.lightbox-open { overflow: hidden; }
.product-lightbox {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}
.product-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 16, 28, .86);
  cursor: zoom-out;
}
.product-lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(1120px, calc(100vw - 48px));
  height: min(820px, calc(100vh - 48px));
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .4);
}
.product-lightbox-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 10px 14px 10px 20px;
  border-bottom: 1px solid var(--store-line);
}
.product-lightbox-head strong,
.product-lightbox-head small { display: block; }
.product-lightbox-head strong { font-size: 13px; }
.product-lightbox-head small { margin-top: 2px; color: var(--store-muted); font-size: 9px; }
.product-lightbox-stage {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 10px;
  padding: 18px;
  background: #f4f6f8;
}
.product-lightbox-stage > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}
.lightbox-nav {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #c7d0da;
  border-radius: 50%;
  background: #fff;
  color: var(--store-ink);
  cursor: pointer;
}
.lightbox-nav:hover { border-color: var(--store-blue); color: var(--store-blue); }
.lightbox-nav:disabled { opacity: .35; cursor: default; }
.product-lightbox-thumbs {
  display: flex;
  justify-content: center;
  gap: 9px;
  min-height: 84px;
  padding: 10px 18px;
  overflow-x: auto;
  border-top: 1px solid var(--store-line);
}
.lightbox-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--store-line);
  background: #fff;
  cursor: pointer;
}
.lightbox-thumb.active { border: 2px solid var(--store-blue); }
.lightbox-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-sheet-layer {
  position: fixed;
  z-index: 1250;
  inset: 0;
}
.product-sheet-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(18, 23, 28, .36);
  cursor: default;
}
.product-sheet {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, calc(100vw - 20px));
  overflow: auto;
  border-radius: var(--store-radius-lg) 0 0 var(--store-radius-lg);
  background: var(--store-surface);
  box-shadow: -18px 0 44px rgba(15, 23, 42, .16);
  animation: productSheetIn .2s ease both;
}
@keyframes productSheetIn { from { transform: translateX(100%); } }
.product-sheet-head {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 28px 20px;
  background: rgba(255, 255, 255, .98);
}
.product-sheet-head h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
}
.product-sheet-head p {
  margin: 8px 0 0;
  color: var(--store-muted);
  font-size: 12px;
  line-height: 1.5;
}
.product-sheet-close {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #33383d;
  cursor: pointer;
}
.product-sheet-close:hover { background: var(--store-surface-muted); }
.product-sheet-close:focus-visible { outline: 0; box-shadow: var(--store-focus); }
.product-sheet-body {
  display: grid;
  gap: 8px;
  padding: 6px 24px 32px;
}
.product-share-option,
.product-sheet-option {
  width: 100%;
  min-height: 56px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: var(--store-radius-md);
  background: var(--store-surface-muted);
  color: #30353a;
  text-align: left;
  cursor: pointer;
}
.product-share-option:hover,
.product-sheet-option:hover { border-color: #c7cbce; background: #eceeee; }
.product-share-option:focus-visible,
.product-sheet-option:focus-visible { outline: 0; box-shadow: var(--store-focus); }
.product-share-option > span {
  font-size: 12px;
  font-weight: 700;
}
.product-share-option > .icon:last-child,
.product-sheet-option > .icon:last-child { width: 17px; height: 17px; }
.product-share-brand {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #30353a;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.brand-x { border-radius: 4px; background: transparent; color: #30353a; font-size: 16px; }
.brand-facebook { font-family: Arial, sans-serif; font-size: 17px; }
.product-sheet-option > .icon:last-child { transition: transform .18s ease; }
.product-sheet-accordion.open .product-sheet-option > .icon:last-child { transform: rotate(180deg); }
.product-sheet-option-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
}
.product-sheet-option-icon .icon { width: 20px; height: 20px; }
.product-sheet-option strong,
.product-sheet-option small { display: block; }
.product-sheet-option strong { font-size: 13px; }
.product-sheet-option small {
  margin-top: 3px;
  color: var(--store-muted);
  font-size: 9px;
  line-height: 1.4;
}
.product-sheet-option-detail {
  margin: -2px 8px 8px;
  padding: 14px 16px;
  border: 1px solid #e0e3e5;
  border-top: 0;
  border-radius: 0 0 var(--store-radius-md) var(--store-radius-md);
  background: #fff;
}
.product-sheet-option-detail strong,
.product-sheet-option-detail span { display: block; }
.product-sheet-option-detail strong { font-size: 12px; line-height: 1.4; }
.product-sheet-option-detail span {
  margin-top: 5px;
  color: var(--store-muted);
  font-size: 10px;
  line-height: 1.55;
}
.product-sheet-section-title {
  margin: 20px 4px 2px;
  font-size: 18px;
}
.purchase-column {
  position: sticky;
  top: 142px;
  display: grid;
  gap: 12px;
}
.purchase-offer {
  padding: 20px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.purchase-offer.selected { margin: 0; border-color: var(--store-line); }
.purchase-offer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.purchase-offer-head { justify-content: flex-end; }
.purchase-offer-head strong { color: var(--store-green); font-size: 10px; }
.purchase-offer .regular-price { text-decoration: line-through; }
.purchase-offer .pix-price { font-size: 30px; }
.purchase-order-box {
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.purchase-payment-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #30353a;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}
.purchase-payment-link .icon { width: 14px; height: 14px; }
.purchase-payment-link:focus-visible { outline: 0; border-radius: 4px; box-shadow: var(--store-focus); }
.purchase-exclusive {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  background: #eef7fb;
  color: var(--store-blue-dark);
}
.purchase-exclusive strong,
.purchase-exclusive span { display: block; }
.purchase-exclusive strong { font-size: 10px; }
.purchase-exclusive span { margin-top: 2px; font-size: 9px; }
.purchase-actions { padding: 18px 20px; }
.purchase-actions > label { display: block; margin-bottom: 7px; color: var(--store-muted); font-size: 10px; font-weight: 700; }
.purchase-actions .quantity-stepper { overflow: hidden; margin-bottom: 12px; border-radius: var(--store-radius-md); }
.product-detail .btn { min-height: 48px; border-radius: var(--store-radius-md); }
.purchase-shipping { padding: 18px 20px 20px; border-top: 1px solid var(--store-line); }
.purchase-shipping > strong { display: block; margin-bottom: 9px; font-size: 11px; }
.purchase-shipping > span { display: block; margin-top: 6px; color: var(--store-muted); font-size: 9px; }
.shipping-inline { display: grid; grid-template-columns: 1fr 42px; }
.shipping-inline input { min-width: 0; height: 44px; border: 1px solid #b9c5d3; border-radius: var(--store-radius-md) 0 0 var(--store-radius-md); padding: 0 12px; outline: 0; }
.shipping-inline input:focus { border-color: var(--store-blue); box-shadow: var(--store-focus); }
.shipping-inline .icon-btn { border-left: 0; border-radius: 0 var(--store-radius-md) var(--store-radius-md) 0; }
.detail-tabs {
  margin-top: 46px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
}
.detail-tabs .tab-list { padding: 0 22px; }
.detail-tabs .tab-panel { max-width: none; padding: 26px 26px 34px; }
.product-sticky {
  position: fixed;
  top: 122px;
  left: 0;
  right: 0;
  z-index: 66;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  border-bottom: 1px solid var(--store-line);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.product-sticky.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.product-sticky .container {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 30px;
}
.product-sticky-identity { display: flex; align-items: center; gap: 12px; min-width: 0; }
.product-sticky-identity img { width: 52px; height: 52px; object-fit: contain; }
.product-sticky-identity span,
.product-sticky-identity small,
.product-sticky-identity strong { display: block; min-width: 0; }
.product-sticky-identity small { color: var(--store-blue); font-size: 8px; text-transform: uppercase; }
.product-sticky-identity strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.product-sticky-links { display: flex; align-items: center; gap: 20px; }
.product-sticky-links button { border: 0; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.product-sticky-buy { display: flex; align-items: center; gap: 16px; }
.product-sticky-buy span,
.product-sticky-buy small,
.product-sticky-buy strong { display: block; text-align: right; }
.product-sticky-buy small { color: var(--store-muted); font-size: 9px; text-decoration: line-through; }
.product-sticky-buy strong { color: var(--store-green); font-size: 13px; }

/* Checkout checkpoints and cart recommendations */
.commerce-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
.commerce-progress::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 16%;
  right: 16%;
  height: 3px;
  background: var(--store-line);
}
.commerce-progress-step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #8a98aa;
}
.commerce-progress-step > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid var(--store-line);
  border-radius: 50%;
  background: #fff;
}
.commerce-progress-step > span .icon { width: 18px; height: 18px; }
.commerce-progress-step small,
.commerce-progress-step strong { display: block; }
.commerce-progress-step small { font-size: 8px; text-transform: uppercase; }
.commerce-progress-step strong { font-size: 11px; }
.commerce-progress-step.active,
.commerce-progress-step.complete { color: var(--store-blue); }
.commerce-progress-step.active > span { border-color: var(--store-blue); box-shadow: 0 0 0 5px #e8f6fa; }
.commerce-progress-step.complete > span { border-color: var(--store-green); background: var(--store-green); color: #fff; }
.cart-page-title { margin-bottom: 26px; }
.cart-page-title h1 { margin: 0; font-size: 32px; }
.cart-page-title p { margin: 7px 0 0; color: var(--store-muted); font-size: 12px; }
.cart-recommendations { margin-top: 64px; }
.section-head.compact { margin-bottom: 20px; }
.section-head.compact h2 { font-size: 25px; }
.success-progress { padding-top: 34px; }

/* Compact footer with Mult Block legal signature */
.site-footer { color: #dce9f0; background: #071b2b; }
.footer-main { padding: 54px 0 42px; }
.footer-brand img { filter: brightness(0) invert(1); }
.social-link {
  width: 36px;
  height: 36px;
  border: 1px solid #315064;
  border-radius: 0;
  background: transparent;
  color: #fff;
}
.footer-bottom {
  margin-top: 0;
  padding: 24px 0;
  border-top: 1px solid #1c3a4d;
}
.footer-bottom .container { min-height: 0; display: block; }
.footer-bottom-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.footer-bottom-row > span { color: #7f97a6; font-size: 9px; }
.footer-legal-links { display: flex; justify-content: flex-end; gap: 24px; }
.footer-bottom-row a { color: #93a9b7; }
.footer-bottom-row a:hover { color: #fff; }
.footer-bottom-row img { width: 180px; max-height: 52px; object-fit: contain; }
.footer-address {
  max-width: 1120px;
  margin: 20px auto 0 !important;
  color: #6f8795 !important;
  font-size: 8px !important;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 1120px) {
  .product-layout-commerce { grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr); }
  .purchase-column { position: static; grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .purchase-offer.selected { margin: 0; }
  .purchase-exclusive { grid-row: auto; }
  .purchase-shipping { border-top: 1px solid var(--store-line); border-left: 0; }
}

@media (max-width: 900px) {
  .category-dropdown { display: none; }
  .product-sticky { top: 116px; }
  .product-sticky-links { display: none; }
  .product-sticky .container { grid-template-columns: minmax(0, 1fr) auto; }
}

@media (max-width: 640px) {
  .category-card { min-height: 94px; padding: 14px; }
  .category-card strong { font-size: 13px; }
  .category-card span { max-width: 86px; font-size: 9px; }
  .product-card-actions { grid-template-columns: minmax(0, 1fr) 40px; }
  .quick-add-button { width: 40px; height: 40px; }
  .product-layout-commerce { grid-template-columns: 1fr; }
  .product-gallery-column .gallery-main { aspect-ratio: 1; }
  .gallery-zoom { right: 10px; bottom: 10px; width: 38px; height: 38px; }
  .product-pix-badge { top: 12px; left: 12px; min-height: 30px; padding: 0 10px; font-size: 10px; }
  .product-heading-row { gap: 12px; }
  .product-heading-actions { gap: 6px; }
  .product-round-action { width: 40px; height: 40px; flex-basis: 40px; }
  .exclusive-discount-toggle { padding: 14px; }
  .exclusive-benefits-panel { padding: 0 14px 14px; }
  .exclusive-benefits { grid-template-columns: 1fr; }
  .product-sheet {
    width: 100vw;
    border-radius: 0;
  }
  .product-sheet-head { padding: 24px 20px 16px; }
  .product-sheet-body { padding: 6px 16px 28px; }
  .product-lightbox { padding: 0; }
  .product-lightbox-dialog {
    width: 100vw;
    height: 100dvh;
    border-radius: 0;
  }
  .product-lightbox-head { min-height: 58px; padding-left: 14px; }
  .product-lightbox-stage {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 5px;
    padding: 10px 6px;
  }
  .lightbox-nav { width: 36px; height: 36px; }
  .product-lightbox-thumbs { justify-content: flex-start; }
  .product-copy-column h1 { font-size: 23px; }
  .purchase-column { grid-column: auto; display: grid; grid-template-columns: 1fr; }
  .purchase-offer.selected { margin: 0; }
  .purchase-shipping { border-top: 1px solid var(--store-line); border-left: 0; }
  .product-sticky { top: 126px; }
  .product-sticky .container { min-height: 66px; gap: 10px; }
  .product-sticky-identity img { width: 40px; height: 40px; }
  .product-sticky-identity small { display: none; }
  .product-sticky-identity strong { max-width: 135px; font-size: 10px; }
  .product-sticky-buy span { display: none; }
  .product-sticky-buy .btn { min-height: 40px; padding: 0 14px; }
  .commerce-progress { margin-bottom: 24px; }
  .commerce-progress-step { display: grid; justify-items: center; gap: 5px; text-align: center; }
  .commerce-progress-step > span { width: 38px; height: 38px; }
  .commerce-progress::before { top: 18px; }
  .commerce-progress-step small { display: none; }
  .commerce-progress-step strong { max-width: 90px; font-size: 9px; }
  .cart-page-title h1 { font-size: 27px; }
  .cart-recommendations { margin-top: 48px; }
  .footer-bottom-row { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-legal-links { justify-content: center; }
  .footer-bottom-row img { order: -1; }
}

@media (max-width: 640px) {
  .account-order .order-row > .order-row-action { display: inline-flex; }
}
