:root {
  --ink: #161711;
  --muted: #5f644b;
  --paper: #fffbe0;
  --soft: #f6ed92;
  --line: #d9c94a;
  --green: #064c2f;
  --green-2: #118a44;
  --gold: #ffdf00;
  --rose: #1b67b0;
  --blue: #002776;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(5, 38, 25, 0.16);
  --radius: 8px;
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 251, 238, 0.94) 0%, rgba(250, 245, 226, 0.96) 42%, rgba(239, 248, 237, 0.96) 100%),
    radial-gradient(circle at 18% 10%, rgba(214, 181, 108, 0.24), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(106, 129, 82, 0.16), transparent 34%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(120deg, rgba(6, 76, 47, 0.035) 0 1px, transparent 1px 13px),
    repeating-linear-gradient(60deg, rgba(0, 39, 118, 0.025) 0 1px, transparent 1px 18px);
  content: "";
}

button,
input,
select {
  font: inherit;
}

button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.app-shell {
  min-height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
}

.scroll-anchor {
  order: 0;
  display: block;
  height: 0;
  scroll-margin-top: 170px;
}

.catalog-section {
  order: 3;
  scroll-margin-top: 170px;
}

.shop-utility {
  order: 2;
}

.brand-showcase {
  order: 1;
}

.brand-section {
  order: 4;
  scroll-margin-top: 170px;
}

.benefit-section {
  order: 5;
  scroll-margin-top: 170px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  gap: 0;
  overflow: hidden;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(214, 181, 108, 0.16), rgba(255, 255, 255, 0.94) 44%, rgba(97, 126, 80, 0.12)),
    linear-gradient(180deg, #f8f8f6 0%, #eeeeed 100%);
  box-shadow: 0 6px 24px rgba(22, 23, 17, 0.12);
  backdrop-filter: blur(16px);
  isolation: isolate;
}

.topbar::before {
  position: absolute;
  top: 8px;
  right: clamp(18px, 8vw, 96px);
  z-index: -1;
  width: 92px;
  height: 92px;
  background: url("assets/redonda-pura.png") center / contain no-repeat;
  content: "";
  opacity: 0.09;
  pointer-events: none;
}

.seller-welcome {
  display: grid;
  max-height: 30px;
  min-height: 30px;
  margin: 0;
  overflow: hidden;
  place-items: center;
  color: #050505;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  transition:
    max-height 220ms ease,
    min-height 220ms ease,
    opacity 160ms ease,
    transform 220ms ease;
}

.seller-welcome strong {
  color: #00866b;
  font-weight: 900;
  text-transform: uppercase;
}

.topbar-main {
  display: grid;
  grid-template-columns: minmax(74px, 126px) minmax(0, 996px) minmax(58px, 82px);
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 82px;
  padding: 0 clamp(18px, 3vw, 38px);
}

.store-panel {
  grid-column: 2;
  align-self: end;
  display: grid;
  grid-template-columns: minmax(190px, 280px) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(18px, 4vw, 42px);
  width: min(996px, 100%);
  min-height: 72px;
  padding: 0 clamp(24px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.98);
  border-radius: 30px 30px 0 0;
  box-shadow: 0 -10px 28px rgba(22, 23, 17, 0.12);
}

.brand-lockup {
  position: relative;
  justify-self: start;
  align-self: center;
  display: flex;
  align-items: center;
  gap: 14px;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand-lockup img {
  position: static;
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 50%;
  object-fit: contain;
  transform: none;
  box-shadow:
    0 0 0 2px rgba(255, 223, 0, 0.92),
    0 0 0 4px rgba(6, 76, 47, 0.28),
    0 7px 16px rgba(22, 23, 17, 0.2);
}

.brand-lockup span {
  display: grid;
  justify-items: start;
  line-height: 1;
}

.brand-lockup strong {
  color: #070707;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: none;
}

.brand-lockup small {
  display: none;
}

.main-nav {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: auto;
  min-height: 48px;
  margin: 0 clamp(12px, 3vw, 36px);
  padding: 0;
  border-top: 0;
  background: rgba(255, 255, 255, 0.96);
  color: var(--green);
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -10px 26px rgba(22, 23, 17, 0.08);
  font-size: 0.84rem;
  font-weight: 800;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  min-width: 106px;
  min-height: 48px;
  padding: 0 10px;
  overflow: hidden;
  line-height: 1.08;
  text-align: center;
  white-space: nowrap;
}

.main-nav a::before {
  display: none;
}

.main-nav a::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 4px;
  background: #00866b;
  border-radius: 999px 999px 0 0;
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
}

.main-nav a.is-active {
  color: #064c2f;
  font-weight: 900;
}

.nav-icon {
  flex: 0 0 auto;
  color: #0a6f49;
  font-size: 20px;
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 500,
    "GRAD" 0,
    "opsz" 24;
}

.nav-wish-link {
  color: #7f4f5c;
}

.nav-wish-link .nav-icon {
  color: #8f5f66;
}

.nav-count {
  position: absolute;
  top: 4px;
  right: 7px;
  display: grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
}

.nav-count[hidden] {
  display: none;
}

.top-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 0;
}

#customerLoginOpen {
  grid-column: 1;
}

.top-search {
  grid-column: auto;
  justify-self: center;
  width: min(100%, 560px);
  min-height: 48px;
  border-color: #c9cfca;
  box-shadow: none;
}

.top-actions {
  grid-column: 3;
}

.icon-button,
.account-chip,
.admin-chip,
.primary-action,
.secondary-action,
.ghost-action,
.filter-chip,
.product-action,
.quantity-button,
.brand-card,
.toggle-item,
.reward-row button {
  border-radius: var(--radius);
}

.icon-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  font-size: 1.3rem;
  line-height: 1;
}

.icon-button span {
  font-size: 1.35rem;
  line-height: 1;
}

.icon-button strong {
  position: absolute;
  right: -6px;
  top: -6px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  color: var(--white);
  background: var(--rose);
  font-size: 0.72rem;
}

.account-chip,
.admin-chip {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--green);
  color: var(--white);
  background: var(--green);
  font-weight: 800;
}

.account-chip {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar .account-chip,
.topbar .icon-button {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 3px;
  min-width: 58px;
  width: auto;
  height: 66px;
  padding: 8px 2px 10px;
  border: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
  font-size: 0.8rem;
  font-weight: 500;
}

.topbar .account-chip {
  justify-self: start;
  max-width: 82px;
}

.topbar .account-chip span:last-child {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar .icon-button small {
  display: block;
  max-width: 72px;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar .icon-button strong {
  right: 4px;
  top: 8px;
  min-width: 19px;
  height: 19px;
  color: var(--white);
  background: var(--green);
  font-size: 0.7rem;
}

.topbar .icon-button strong[hidden] {
  display: none;
}

.top-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--ink);
  font-size: 28px;
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  line-height: 1;
}

.customer-avatar-mini {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  overflow: hidden;
  color: var(--ink);
  background: transparent;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.customer-avatar-mini.is-photo .top-action-icon {
  display: none;
}

.customer-avatar-mini.is-initial {
  color: var(--white);
  background: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(330px, 42vh, 520px);
  overflow: hidden;
  isolation: isolate;
  background: var(--green);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/pura.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 50, 31, 0.9) 0%, rgba(0, 39, 118, 0.52) 48%, rgba(255, 223, 0, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 50, 31, 0.92) 0%, rgba(3, 50, 31, 0.08) 42%),
    url("assets/outlet.png") right 7vw center / 230px auto no-repeat;
  content: "";
}

.hero-content {
  width: min(760px, 100%);
  padding: clamp(54px, 7vw, 92px) clamp(18px, 6vw, 72px) clamp(72px, 8vw, 108px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 11ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 10vw, 8.8rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.46);
}

.hero-copy {
  width: min(640px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.brand-showcase {
  position: relative;
  min-height: clamp(360px, 36vw, 480px);
  overflow: hidden;
  isolation: isolate;
  background: #063d28;
  border-bottom: 1px solid rgba(6, 76, 47, 0.16);
}

.brand-showcase-track {
  position: relative;
  min-height: inherit;
}

.brand-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  min-height: inherit;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(3%);
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 520ms;
}

.brand-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 0s;
}

.brand-slide--welcome {
  background:
    linear-gradient(90deg, rgba(6, 76, 47, 0.92) 0%, rgba(6, 76, 47, 0.82) 39%, rgba(255, 255, 255, 0.26) 72%, rgba(255, 255, 255, 0.86) 100%),
    url("assets/pura.png") right clamp(12px, 5vw, 72px) center / min(820px, 70vw) auto no-repeat,
    linear-gradient(135deg, #06341f, #f9f5e8);
}

.brand-slide--products {
  background:
    radial-gradient(circle at 77% 48%, rgba(255, 223, 0, 0.2), transparent 25%),
    radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(118deg, #063d28 0%, #075338 47%, #d9e5d6 100%);
}

.brand-showcase-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 14px;
  width: 100%;
  max-width: 620px;
  min-height: inherit;
  padding: clamp(34px, 5vw, 68px) clamp(18px, 6vw, 72px);
  color: var(--white);
}

.brand-showcase h1,
.brand-showcase h2 {
  margin: 0;
  max-width: 11ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 7.5vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.brand-slide--products h2 {
  max-width: 9ch;
  font-size: clamp(2.7rem, 5.7vw, 5.6rem);
}

.brand-showcase-content > p:not(.eyebrow) {
  margin: 0;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  font-weight: 700;
  line-height: 1.5;
}

.brand-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.brand-slide-products {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: inherit;
  overflow: hidden;
}

.brand-slide-glow {
  position: absolute;
  right: 4%;
  bottom: -34%;
  width: min(580px, 72%);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.74) 0%, rgba(244, 239, 196, 0.3) 44%, transparent 72%);
  border-radius: 50%;
  filter: blur(2px);
}

.brand-slide-product {
  position: absolute;
  bottom: 4%;
  display: block;
  width: 29%;
  max-height: 82%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 24px rgba(4, 31, 20, 0.28));
}

.brand-slide-product--one {
  left: 7%;
  z-index: 2;
  transform: rotate(-7deg) scale(0.9);
}

.brand-slide-product--two {
  bottom: 1%;
  left: 34%;
  z-index: 3;
  width: 32%;
}

.brand-slide-product--three {
  right: 7%;
  z-index: 2;
  transform: rotate(7deg) scale(0.9);
}

.brand-slide-badge {
  position: absolute;
  top: 12%;
  right: 7%;
  z-index: 4;
  display: grid;
  gap: 2px;
  min-width: 150px;
  padding: 12px 16px;
  color: #063d28;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  box-shadow: 0 16px 32px rgba(4, 31, 20, 0.14);
  backdrop-filter: blur(12px);
  text-align: center;
}

.brand-slide-badge strong {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-slide-badge small {
  color: #4f6454;
  font-size: 0.66rem;
  font-weight: 800;
}

.brand-slider-controls {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  background: rgba(4, 34, 22, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(4, 31, 20, 0.18);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.brand-slider-arrow,
.brand-slider-dot {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
}

.brand-slider-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.brand-slider-arrow:hover,
.brand-slider-arrow:focus-visible {
  background: rgba(255, 255, 255, 0.17);
}

.brand-slider-arrow .material-symbols-outlined {
  font-size: 19px;
}

.brand-slider-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.brand-slider-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  transition:
    width 180ms ease,
    background 180ms ease;
}

.brand-slider-dot.is-active {
  width: 24px;
  background: var(--gold);
}

.brand-slider-arrow:focus-visible,
.brand-slider-dot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.primary-action,
.secondary-action,
.ghost-action,
.product-action,
.reward-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-weight: 900;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.primary-action {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.secondary-action,
.ghost-action {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.11);
}

.ghost-action {
  color: var(--green);
  border-color: var(--line);
  background: var(--white);
}

.danger-action {
  color: #7a3f48;
  border-color: rgba(122, 63, 72, 0.28);
  background: #f8e7ea;
}

.danger-action:hover,
.danger-action:focus-visible {
  color: var(--white);
  background: #7a3f48;
}

.primary-action:hover,
.secondary-action:hover,
.ghost-action:hover,
.product-action:hover,
.reward-row button:hover {
  transform: translateY(-1px);
}

.goal-strip {
  position: absolute;
  right: clamp(16px, 4vw, 48px);
  bottom: 20px;
  left: clamp(16px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.goal-strip div {
  min-width: 0;
  padding: 14px;
  color: var(--white);
  background: rgba(20, 26, 18, 0.5);
}

.goal-strip span,
.utility-tile span,
.metric-panel span,
.product-meta,
.brand-card small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.goal-strip span {
  color: rgba(255, 255, 255, 0.72);
}

.goal-strip strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-utility,
.brand-section,
.catalog-section,
.benefit-section,
.admin-section {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 68px) clamp(16px, 4vw, 48px);
}

.catalog-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 251, 224, 0.93)),
    url("assets/outlet.png") right 28px top 34px / 148px auto no-repeat;
}

.brand-section {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(6, 76, 47, 0.1);
}

.brand-section .section-heading {
  display: none;
}

.shop-utility {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  align-items: stretch;
  width: min(1180px, calc(100% - 28px));
  margin: 12px auto 2px;
  padding: 8px;
  border: 1px solid rgba(255, 207, 0, 0.48);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 251, 224, 0.91)),
    url("assets/redonda-pura.png") right -38px center / 128px auto no-repeat;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(6, 76, 47, 0.08);
}

.search-box {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius);
}

.search-box span {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  color: var(--green);
}

.search-box span::before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.search-box span::after {
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 9px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  content: "";
  transform: rotate(45deg);
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.utility-tile,
.metric-panel {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius);
}

.utility-tile {
  padding: 10px 12px;
  border-radius: 8px;
}

.account-summary-strip .utility-tile {
  min-height: 48px;
  padding: 8px 10px;
  border-color: rgba(6, 76, 47, 0.16);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
}

.account-summary-strip .utility-tile span {
  font-size: 0.64rem;
}

.account-summary-strip .utility-tile strong {
  margin-top: 4px;
  font-size: 0.86rem;
}

.metric-mini {
  border-color: rgba(0, 134, 107, 0.26);
  background: rgba(255, 255, 255, 0.96);
}

.utility-tile strong {
  display: block;
  margin-top: 6px;
  overflow: hidden;
  font-size: 0.98rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-heading {
  width: min(1180px, 100%);
  margin: 0 auto 24px;
}

.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.benefit-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.section-shield {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--white);
  box-shadow:
    0 0 0 2px rgba(255, 223, 0, 0.92),
    0 0 0 4px rgba(6, 76, 47, 0.28),
    0 7px 16px rgba(22, 23, 17, 0.2);
}

.catalog-heading {
  text-align: left;
}

.catalog-heading .eyebrow {
  display: none;
}

.catalog-heading h2 {
  font-family: inherit;
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.45rem, 4vw, 2.1rem);
  line-height: 1.08;
}

.cup-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 207, 0, 0.42);
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.94), rgba(255, 251, 224, 0.9) 46%, rgba(231, 245, 236, 0.92)),
    linear-gradient(90deg, rgba(6, 76, 47, 0.08), rgba(0, 62, 135, 0.08));
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(6, 76, 47, 0.08);
}

.cup-heading .eyebrow {
  display: block;
  margin-bottom: 2px;
  color: var(--green);
  font-size: 0.68rem;
  letter-spacing: 0;
}

.cup-heading h2 {
  max-width: none;
  color: #062f25;
  font-size: clamp(1.25rem, 4vw, 2.05rem);
}

.cup-heading-shield {
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 207, 0, 0.72);
  border-radius: 50%;
  background: #fffef2;
  box-shadow:
    0 0 0 3px rgba(6, 76, 47, 0.1),
    0 8px 18px rgba(22, 23, 17, 0.14);
}

.cup-heading-shield img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 50%;
  transform: scale(1.25);
}

.catalog-toolbar select,
.installment-select select,
.admin-form-grid input,
.admin-form-grid select,
.modal input,
.modal select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, 100%);
  min-height: 66px;
  margin: 0 auto 16px;
  padding: 14px 16px;
  border: 1px solid rgba(6, 76, 47, 0.18);
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--radius);
}

.catalog-toolbar strong {
  color: #626558;
  font-size: 0.9rem;
}

.catalog-toolbar label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.catalog-toolbar select {
  min-width: 190px;
  padding: 0 12px;
  color: var(--blue);
  border-color: rgba(0, 39, 118, 0.42);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 8px;
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
}

.brand-card {
  display: grid;
  align-content: center;
  width: auto;
  min-height: 48px;
  padding: 6px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 14px rgba(20, 24, 19, 0.05);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.brand-card:hover,
.brand-card:focus-visible {
  border-color: var(--gold);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.brand-mark {
  display: grid;
  place-items: center;
  height: 28px;
  padding: 0 6px;
  border: 1px solid rgba(22, 63, 41, 0.2);
  color: var(--white);
  background: var(--green);
  border-radius: 4px;
  overflow: hidden;
  font-size: 0.68rem;
  font-weight: 900;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-card:nth-child(2n) .brand-mark {
  background: var(--blue);
}

.brand-card:nth-child(3n) .brand-mark {
  color: var(--ink);
  background: var(--gold);
}

.brand-card small {
  display: none;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(1180px, 100%);
  margin: 0 auto 18px;
}

.filter-chip {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.filter-chip.is-active {
  border-color: var(--green);
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 392px;
  border: 1px solid #d0d0d0;
  background: var(--white);
  border-radius: 7px;
  box-shadow: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 360ms ease,
    transform 360ms ease;
  opacity: 0;
  transform: translateY(22px);
  transition-delay: var(--reveal-delay, 0ms);
}

.product-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-card:hover,
.product-card:focus-within {
  border-color: rgba(0, 134, 107, 0.48);
  box-shadow: 0 8px 18px rgba(20, 24, 19, 0.08);
  transform: translateY(-2px);
}

.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 172px;
  padding: 18px 18px 8px;
  overflow: hidden;
  background: var(--white);
  cursor: pointer;
}

.product-visual:focus-visible {
  outline: 3px solid rgba(0, 39, 118, 0.34);
  outline-offset: -5px;
}

.product-visual::before {
  display: none;
}

.product-visual.has-photo {
  background: var(--white);
}

.product-photo {
  width: min(90%, 152px);
  height: 146px;
  object-fit: contain;
  filter: none;
  z-index: 1;
}

.product-pack {
  position: relative;
  display: grid;
  place-items: end center;
  width: 94px;
  height: 150px;
  color: var(--white);
  background: var(--pack, var(--green));
  border: 2px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
  transition:
    filter 220ms ease,
    opacity 220ms ease,
    transform 220ms ease;
  z-index: 1;
}

.product-pack::before {
  position: absolute;
  top: -18px;
  width: 34px;
  height: 18px;
  border-radius: 5px 5px 0 0;
  background: #2a2a24;
  content: "";
}

.product-pack[data-shape="pot"] {
  width: 138px;
  height: 86px;
  border-radius: 8px 8px 28px 28px;
}

.product-pack[data-shape="pot"]::before {
  top: -22px;
  width: 126px;
  height: 28px;
  border-radius: 8px 8px 4px 4px;
  background: #2c2b25;
}

.product-pack[data-shape="tube"] {
  width: 88px;
  height: 160px;
  border-radius: 42px 42px 10px 10px;
}

.product-pack[data-shape="perfume"] {
  width: 108px;
  height: 132px;
  border-radius: 8px 8px 22px 22px;
}

.product-pack[data-shape="palette"] {
  width: 150px;
  height: 92px;
  border-radius: 8px;
}

.pack-label {
  width: 100%;
  padding: 10px 7px;
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.66rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.hover-scene {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.product-card:hover .product-pack,
.product-card:focus-within .product-pack {
  filter: blur(2px);
  opacity: 0;
  transform: scale(0.88) translateY(10px);
}

.product-card:hover .hover-scene,
.product-card:focus-within .hover-scene {
  opacity: 1;
  transform: scale(1);
}

.hover-shine {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.98) 0 20%, rgba(255, 244, 248, 0.76) 21% 48%, rgba(255, 255, 255, 0) 70%),
    radial-gradient(ellipse at 38% 68%, rgba(22, 23, 17, 0.16), rgba(22, 23, 17, 0) 45%);
}

.hover-lips,
.hover-stick,
.hover-spray,
.hover-drop,
.hover-strand {
  display: none;
}

[data-scene="lipstick"] .hover-lips,
[data-scene="lipstick"] .hover-stick {
  display: block;
}

.hover-lips {
  position: relative;
  width: 150px;
  height: 82px;
  transform: translate(-18px, 10px) rotate(-8deg);
}

.hover-lips::before,
.hover-lips::after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 136px;
  height: 45px;
  background:
    radial-gradient(circle at 28% 44%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 18%),
    linear-gradient(135deg, #f762a8, #a41364 62%, #5d123f);
  content: "";
  filter: drop-shadow(0 12px 16px rgba(112, 12, 70, 0.24));
}

.hover-lips::before {
  top: 4px;
  border-radius: 62% 58% 46% 44% / 78% 82% 38% 42%;
  clip-path: polygon(0 58%, 18% 16%, 44% 28%, 52% 0, 66% 28%, 88% 16%, 100% 58%, 66% 72%, 52% 58%, 38% 72%);
}

.hover-lips::after {
  bottom: 8px;
  border-radius: 46% 44% 64% 62% / 38% 38% 82% 82%;
  clip-path: polygon(0 38%, 36% 22%, 52% 35%, 68% 22%, 100% 38%, 86% 74%, 55% 96%, 44% 96%, 14% 74%);
}

.hover-stick {
  position: absolute;
  right: 30%;
  bottom: 38px;
  width: 24px;
  height: 126px;
  border-radius: 12px;
  background: linear-gradient(90deg, #f5d2dd, #ad2f91 54%, #531238);
  box-shadow: 14px 14px 24px rgba(22, 23, 17, 0.2);
  transform: rotate(10deg);
}

.hover-stick::before {
  position: absolute;
  top: -31px;
  left: 3px;
  width: 18px;
  height: 42px;
  border-radius: 14px 14px 8px 8px;
  background: linear-gradient(140deg, #f8c6b8, #bc655e 68%, #733136);
  content: "";
}

.hover-stick::after {
  position: absolute;
  right: -18px;
  bottom: 0;
  width: 54px;
  height: 58px;
  border-radius: 7px;
  background: linear-gradient(140deg, #f062ad, #b72e93 60%, #6f1a58);
  content: "";
  transform: skewY(-8deg);
}

[data-scene="fragrance"] .hover-spray,
[data-scene="fragrance"] .hover-drop {
  display: block;
}

.hover-spray {
  position: relative;
  width: 118px;
  height: 142px;
  border: 2px solid rgba(173, 47, 145, 0.36);
  border-radius: 28px 28px 42px 42px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(255, 208, 225, 0.42) 52%, rgba(173, 47, 145, 0.38)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  box-shadow: 0 20px 28px rgba(81, 28, 65, 0.18);
}

.hover-spray::before {
  position: absolute;
  top: -34px;
  left: 33px;
  width: 50px;
  height: 34px;
  border-radius: 10px 10px 2px 2px;
  background: linear-gradient(90deg, #d6b363, #fff1a6, #a87e23);
  content: "";
}

.hover-spray::after {
  position: absolute;
  top: -38px;
  right: -72px;
  width: 90px;
  height: 62px;
  background:
    radial-gradient(circle at 6px 14px, rgba(173, 47, 145, 0.34) 0 4px, transparent 5px),
    radial-gradient(circle at 40px 8px, rgba(173, 47, 145, 0.22) 0 3px, transparent 4px),
    radial-gradient(circle at 74px 28px, rgba(173, 47, 145, 0.18) 0 5px, transparent 6px);
  content: "";
}

[data-scene="care"] .hover-drop {
  display: block;
}

.hover-drop {
  position: absolute;
  width: 132px;
  height: 132px;
  border-radius: 70% 30% 64% 36% / 68% 36% 64% 32%;
  background:
    radial-gradient(circle at 38% 26%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 22%),
    linear-gradient(145deg, #ffe9ee, #d9efe0 50%, #8fc29c);
  box-shadow: 0 20px 28px rgba(22, 63, 41, 0.18);
  transform: rotate(-16deg);
}

[data-scene="fragrance"] .hover-drop {
  right: 28%;
  bottom: 44px;
  width: 44px;
  height: 44px;
  background:
    radial-gradient(circle at 38% 26%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 22%),
    linear-gradient(145deg, #ffd7e8, #b42c85);
}

[data-scene="hair"] .hover-strand,
[data-scene="hair"] .hover-drop {
  display: block;
}

.hover-strand {
  position: relative;
  width: 158px;
  height: 158px;
  border: 12px solid transparent;
  border-right-color: #6b2f21;
  border-bottom-color: #c78342;
  border-left-color: #f2c16a;
  border-radius: 50%;
  box-shadow:
    inset -14px -14px 0 rgba(102, 43, 29, 0.16),
    0 20px 28px rgba(86, 40, 28, 0.14);
  transform: rotate(-22deg);
}

.hover-strand::before,
.hover-strand::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.hover-strand::before {
  inset: 18px;
  border: 8px solid transparent;
  border-top-color: #8c3b25;
  border-right-color: #e3a24d;
}

.hover-strand::after {
  right: 8px;
  bottom: -12px;
  width: 54px;
  height: 72px;
  background: linear-gradient(145deg, #f5d77f, #9d4b2a);
  transform: rotate(24deg);
}

.product-info {
  display: grid;
  align-content: start;
  gap: 5px;
  flex: 1;
  padding: 0 12px 12px;
  text-align: left;
}

.discount-badge {
  position: absolute;
  top: 18px;
  left: 14px;
  z-index: 2;
  display: inline-grid;
  justify-items: start;
  gap: 1px;
  width: max-content;
  max-width: 128px;
  min-height: 38px;
  padding: 7px 10px;
  color: var(--white);
  background: #ff641d;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(255, 100, 29, 0.22);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

.discount-badge strong,
.discount-badge small {
  display: block;
}

.discount-badge strong {
  font-size: 0.78rem;
}

.discount-badge small {
  font-size: 0.56rem;
  text-transform: uppercase;
}

.product-wish {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(6, 76, 47, 0.14);
  color: #7f6c70;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(22, 23, 17, 0.12);
}

.product-wish .material-symbols-outlined {
  font-size: 22px;
  font-variation-settings:
    "FILL" 0,
    "wght" 500,
    "GRAD" 0,
    "opsz" 24;
}

.product-wish.is-active {
  color: #8f5f66;
  background: #f8e7ea;
  border-color: rgba(143, 95, 102, 0.24);
}

.product-wish.is-active .material-symbols-outlined {
  font-variation-settings:
    "FILL" 1,
    "wght" 600,
    "GRAD" 0,
    "opsz" 24;
}

.shipping-badge {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  padding: 0 8px;
  color: var(--white);
  background: #000;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 900;
}

.shipping-badge small {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  min-height: 12px;
  color: #1e5eff;
  background: var(--white);
  border-radius: 2px;
  font-size: 0.48rem;
  line-height: 1;
}

.product-code {
  color: #111;
  font-size: 0.72rem;
  line-height: 1.1;
}

.product-label-pill {
  justify-self: start;
  min-height: 25px;
  padding: 4px 8px;
  border: 1px solid #111;
  color: #111;
  background: var(--white);
  border-radius: 7px;
  font-size: 0.76rem;
  line-height: 1.1;
}

.product-brand-name {
  color: #111;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--green);
  background: #eaf3ea;
  font-size: 0.72rem;
  font-weight: 900;
}

.product-card h3 {
  display: -webkit-box;
  min-height: 44px;
  margin: 0;
  overflow: hidden;
  color: #111;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.product-card h3 strong {
  font-weight: 900;
}

.rating-row {
  min-height: 17px;
  color: #ff8a00;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  text-transform: none;
}

.price-block {
  display: grid;
  justify-items: start;
  gap: 1px;
  margin: 6px -12px 0;
  padding: 14px 12px;
  background: #eef8e7;
}

.old-price {
  color: #a9a9a9;
  font-size: 0.86rem;
  text-decoration: line-through;
}

.savings-line {
  justify-self: center;
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  color: #7a360f;
  background: #fff3dd;
  border: 1px solid rgba(255, 100, 29, 0.2);
  border-radius: 5px;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.1;
}

.price-block strong {
  color: #101010;
  font-size: 1.02rem;
  line-height: 1.05;
}

.price-block small {
  color: #050505;
  font-size: 0.9rem;
  font-weight: 700;
}

.pix-offer-line {
  overflow: hidden;
  max-width: 100%;
  color: #006f4b !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stock-warning {
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  color: #7a3f48;
  background: #f8e7ea;
  border: 1px solid rgba(122, 63, 72, 0.22);
  border-radius: 5px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.1;
}

.pix-cash-badge {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  min-height: 30px;
  padding: 5px 9px;
  color: #153f31;
  background: #f4fbf8;
  border: 1px solid rgba(28, 150, 125, 0.18);
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.1;
}

.pix-cash-logo {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.pix-cash-badge span {
  white-space: nowrap;
}

.product-info p {
  display: none;
  min-height: 36px;
  margin: 0;
  overflow: hidden;
  color: #111;
  font-size: 0.78rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.product-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.product-footer > span {
  color: #7a7a7a;
  font-size: 0.78rem;
  font-weight: 900;
}

.product-interest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  padding: 0 10px;
  border: 1px solid var(--green);
  color: var(--white);
  background: #078752;
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: none;
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.product-interest:not(:disabled):hover,
.product-interest:not(:disabled):focus-visible {
  background: var(--green);
  box-shadow: 0 14px 22px rgba(6, 76, 47, 0.22);
  transform: translateY(-1px);
}

.product-interest .bag-icon {
  font-size: 20px;
}

.product-interest:disabled {
  cursor: not-allowed;
  opacity: 0.76;
}

.product-interest.is-loading {
  border-color: rgba(255, 207, 0, 0.72);
  background: linear-gradient(90deg, var(--green), #003e87);
  opacity: 1;
}

.product-interest.is-sold-out {
  border-color: #d5bd31;
  color: #06301f;
  background: #fff7bf;
}

.product-interest.is-sold-out:not(:disabled):hover,
.product-interest.is-sold-out:not(:disabled):focus-visible {
  color: var(--white);
  background: var(--green);
}

.product-interest.is-loading .bag-icon {
  animation: product-loading-spin 900ms linear infinite;
}

@keyframes product-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.product-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(35, 67, 49, 0.2);
  color: var(--green);
  background: linear-gradient(180deg, #ffffff, #f2f8e6);
  border-radius: 4px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(22, 23, 17, 0.08);
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.product-more::after {
  content: ">";
  font-size: 0.9rem;
}

.product-more:hover,
.product-more:focus-visible {
  border-color: rgba(35, 67, 49, 0.38);
  background: #fff9b8;
  box-shadow: 0 12px 20px rgba(22, 23, 17, 0.12);
  transform: translateY(-1px);
}

.bag-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  font-size: 22px;
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  line-height: 1;
}

.add-cart-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding-inline: 18px;
  border-color: var(--green);
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #083c2a);
  box-shadow: 0 14px 24px rgba(35, 67, 49, 0.18);
}

.add-cart-action:hover,
.add-cart-action:focus-visible {
  background: #1c3828;
}

.stock {
  color: var(--green-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.stock.is-out {
  color: #7a3f48;
}

.product-actions {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
}

.product-action {
  min-height: 44px;
  padding: 0 12px;
  border-color: var(--green);
  color: var(--white);
  background: var(--green);
}

.product-action.is-secondary {
  border-color: var(--line);
  color: var(--green);
  background: var(--white);
}

.product-action.is-active {
  color: var(--white);
  border-color: var(--rose);
  background: var(--rose);
}

.cart-confirm-modal {
  width: min(760px, calc(100vw - 16px));
}

.cart-confirm-box {
  padding: 0;
  max-height: calc(100dvh - 18px);
  overflow: auto;
  background: #f2f3f0;
}

.cart-confirm {
  display: grid;
}

.cart-confirm-added {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
  background: var(--white);
}

.cart-confirm-added .line-thumb {
  grid-column: 1;
  grid-row: 1;
  width: 76px;
  height: 76px;
  border: 1px solid #edf0ee;
  background: var(--white) !important;
  border-radius: 4px;
}

.cart-confirm-added .line-thumb-image {
  object-fit: contain;
  padding: 4px;
}

.cart-confirm-added strong,
.cart-confirm-suggestions > strong {
  display: block;
  color: #151515;
  font-weight: 900;
}

.cart-confirm-added span {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  color: #222;
  font-size: 0.86rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.cart-confirm-added b {
  display: block;
  margin-top: 5px;
  font-size: 0.92rem;
}

.cart-confirm-check {
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  justify-self: end;
  align-self: end;
  margin: 0 -5px 5px 0;
  border-radius: 50%;
  color: var(--white);
  background: #0bb14b;
  box-shadow: 0 0 0 2px var(--white);
  font-size: 13px;
  font-variation-settings:
    "FILL" 0,
    "wght" 700,
    "GRAD" 0,
    "opsz" 20;
  line-height: 1;
}

.cart-confirm-suggestions {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #f2f3f0;
}

.suggestion-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(188px, 214px);
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 16px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #008b72 #c8cbc5;
  scrollbar-width: thin;
}

.suggestion-strip::-webkit-scrollbar {
  height: 8px;
}

.suggestion-strip::-webkit-scrollbar-track {
  background: #c8cbc5;
  border-radius: 999px;
}

.suggestion-strip::-webkit-scrollbar-thumb {
  background: #008b72;
  border-radius: 999px;
}

.suggestion-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 298px;
  padding: 12px;
  border: 1px solid #c9cec6;
  background: var(--white);
  border-radius: 7px;
  scroll-snap-align: start;
}

.suggestion-card .product-wish {
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  background: #edf4ec;
  font-size: 1.15rem;
}

.suggestion-visual {
  display: grid;
  place-items: center;
  height: 132px;
  padding: 12px;
  cursor: pointer;
}

.suggestion-visual .product-photo {
  width: min(100%, 116px);
  height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(22, 23, 17, 0.14));
}

.suggestion-visual .product-pack {
  transform: scale(0.78);
}

.suggestion-card small {
  color: #121212;
  font-size: 0.68rem;
}

.suggestion-card p {
  display: -webkit-box;
  min-height: 40px;
  margin: 0;
  overflow: hidden;
  color: #151515;
  font-size: 0.82rem;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.suggestion-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: 8px;
  margin: auto -12px -12px;
  padding: 10px 12px;
  background: #eef8e7;
}

.suggestion-price-row strong {
  color: #101010;
  font-size: 1rem;
  line-height: 1.1;
}

.suggestion-price-row button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  color: var(--white);
  background: #078752;
  border-radius: 5px;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.cart-confirm-actions {
  display: grid;
  gap: 12px;
  padding: 16px 18px 18px;
  background: var(--white);
}

.cart-confirm-actions .primary-action,
.cart-confirm-actions .ghost-action {
  width: 100%;
  min-height: 48px;
}

.cart-confirm-actions .primary-action {
  color: var(--white);
  border-color: #078752;
  background: #078752;
}

.cart-confirm-actions .ghost-action {
  color: #078752;
  border-color: #078752;
  background: var(--white);
}

.benefit-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.metric-panel {
  min-height: 170px;
  padding: 22px;
}

.metric-panel strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.metric-panel small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 700;
}

.progress-track {
  height: 12px;
  margin-top: 22px;
  overflow: hidden;
  background: var(--soft);
  border-radius: 999px;
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--green-2);
  transition: width 260ms ease;
}

.reward-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.reward-row button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 12px;
  color: var(--white);
  background: var(--green);
}

.reward-row small {
  flex: 1 1 160px;
  min-width: 0;
  line-height: 1.35;
}

.admin-section {
  background: #f7f4ec;
}

.admin-locked,
.admin-panel {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.admin-locked {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.admin-locked span {
  color: var(--muted);
  font-weight: 800;
}

.admin-panel {
  display: grid;
  gap: 18px;
}

.toggle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--white);
  font-weight: 900;
}

.toggle-item input {
  width: 22px;
  height: 22px;
  accent-color: var(--green);
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-form-grid label,
.modal label,
.installment-select {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.admin-form-grid input,
.admin-form-grid select,
.admin-form-grid textarea,
.modal input,
.modal select,
.modal textarea,
.installment-select select {
  padding: 0 12px;
}

.admin-form-grid textarea,
.modal textarea {
  min-height: 96px;
  padding-top: 10px;
  resize: vertical;
}

.admin-wide {
  grid-column: span 2;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
}

.drawer.is-open {
  display: block;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 18, 14, 0.48);
}

.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto auto auto;
  width: min(460px, 100%);
  height: 100%;
  overflow: auto;
  background: var(--paper);
  box-shadow: -18px 0 45px rgba(0, 0, 0, 0.2);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.drawer-header h2,
.modal h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.drawer-content {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
}

.cart-line,
.wish-line {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
}

.line-thumb {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
  border-radius: var(--radius);
  font-weight: 900;
}

.line-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.line-info {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.line-info small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-info strong {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.line-info small {
  color: var(--muted);
}

.quantity-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quantity-button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.drawer-footer {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.total-lines {
  display: grid;
  gap: 8px;
}

.total-lines span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.delivery-rule-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  padding: 11px 12px;
  border: 1px solid rgba(6, 76, 47, 0.16);
  background: #f8fbf4;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.delivery-rule-card .material-symbols-outlined {
  color: var(--green);
  font-size: 1.25rem;
}

.delivery-rule-card p {
  margin: 0;
}

.delivery-rule-card strong {
  display: block;
  color: var(--green);
  font-size: 0.82rem;
}

.interest-line {
  color: var(--muted);
  font-size: 0.92rem;
}

.interest-line strong {
  color: var(--green);
}

.grand-total {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 1.2rem;
  font-weight: 900;
}

.checkout-action {
  width: 100%;
}

.continue-shopping-action {
  width: 100%;
}

.modal {
  width: min(620px, calc(100vw - 28px));
  border: 0;
  padding: 0;
  border-radius: var(--radius);
  background: transparent;
}

.modal::backdrop {
  background: rgba(15, 18, 14, 0.56);
}

.modal-box {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 24px;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
}

.modal-close,
.icon-button[data-close-drawer],
.icon-button[data-close-wish] {
  font-size: 0;
}

.modal-close::before,
.icon-button[data-close-drawer]::before,
.icon-button[data-close-wish]::before {
  display: block;
  color: currentColor;
  content: "\00d7";
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-1px);
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--rose);
  font-weight: 800;
}

.login-code-step {
  display: grid;
  gap: 12px;
}

.login-request-step {
  display: grid;
  gap: 14px;
}

.login-code-step[hidden] {
  display: none;
}

.login-request-step[hidden],
.customer-connected-card[hidden] {
  display: none;
}

.customer-connected-card {
  display: grid;
  gap: 6px;
  padding: 16px;
  color: var(--green);
  background: #f5fbf6;
  border: 1px solid rgba(47, 110, 73, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(22, 23, 17, 0.06);
}

.customer-profile-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.customer-photo-button {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
  border: 2px solid rgba(47, 110, 73, 0.24);
  border-radius: 50%;
}

.customer-profile-avatar {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  font-size: 1.6rem;
  font-weight: 900;
}

.customer-connected-card strong {
  color: var(--green);
  font-size: 1rem;
}

.customer-connected-card span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.customer-photo-action {
  width: max-content;
  min-height: 34px;
  margin-top: 10px;
  padding: 0 12px;
}

.customer-pix-installments,
.customer-order-history {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(47, 110, 73, 0.16);
}

.customer-pix-installments[hidden],
.customer-order-history[hidden] {
  display: none;
}

.customer-pix-heading,
.customer-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.customer-pix-heading strong,
.customer-section-heading strong {
  color: var(--green);
  font-size: 0.9rem;
}

.customer-pix-heading small,
.customer-section-heading small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.customer-pix-list {
  display: grid;
  gap: 8px;
  max-height: min(310px, 42dvh);
  padding-right: 2px;
  overflow: auto;
}

.customer-payment-card {
  display: grid;
  gap: 9px;
  padding: 10px;
  background: var(--white);
  border: 1px solid rgba(47, 110, 73, 0.16);
  border-radius: 8px;
}

.customer-payment-card header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.customer-payment-card header div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.customer-payment-card header strong,
.customer-payment-card header span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-payment-card header strong {
  color: var(--green);
  font-size: 0.86rem;
}

.customer-payment-card header span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.customer-payment-card header b {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 0.88rem;
}

.customer-payment-installments {
  display: grid;
  gap: 7px;
}

.customer-pix-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 10px;
  background: #f8fbf6;
  border: 1px solid rgba(47, 110, 73, 0.12);
  border-radius: 6px;
}

.customer-pix-card div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.customer-pix-card strong {
  color: var(--ink);
  font-size: 0.84rem;
}

.customer-pix-card span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.customer-pix-card .ghost-action {
  min-height: 34px;
  padding: 0 10px;
  font-size: 0.78rem;
}

.customer-pix-card .pix-copy-field {
  grid-column: 1 / -1;
  min-height: 56px;
  font-size: 0.66rem;
}

.customer-order-list {
  display: grid;
  gap: 9px;
  max-height: min(360px, 48dvh);
  padding-right: 2px;
  overflow: auto;
}

.customer-order-card {
  display: grid;
  gap: 10px;
  padding: 11px;
  background: var(--white);
  border: 1px solid rgba(47, 110, 73, 0.16);
  border-radius: 8px;
}

.customer-order-card header,
.customer-order-card footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.customer-order-card header div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.customer-order-card header strong {
  color: var(--ink);
  font-size: 0.88rem;
}

.customer-order-card header small,
.customer-order-card footer span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.customer-order-card header b {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 1rem;
}

.customer-order-status {
  width: max-content;
  max-width: 100%;
  padding: 4px 7px;
  color: var(--green);
  background: #ecf6ef;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.customer-order-status.is-canceled {
  color: #7a3f48;
  background: #f8e7ea;
}

.customer-order-status.is-pending {
  color: #7d5700;
  background: #fff4cf;
}

.customer-order-items {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.customer-order-items li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--ink);
  font-size: 0.78rem;
}

.customer-order-items span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-order-items strong {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 0.78rem;
}

.customer-order-card footer {
  align-items: center;
  flex-wrap: wrap;
}

.customer-order-card footer .ghost-action {
  min-height: 34px;
  padding: 0 10px;
  font-size: 0.76rem;
}

.admin-dashboard-body {
  min-height: 100vh;
  background: #f4f6f2;
}

.admin-dashboard {
  min-height: 100vh;
  padding: clamp(18px, 4vw, 42px);
}

.admin-gate,
.admin-workspace {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.admin-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 24px;
  align-items: center;
  min-height: calc(100vh - 84px);
}

.admin-gate h1,
.admin-dashboard-header h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 6vw, 4.6rem);
  line-height: 0.98;
}

.admin-gate p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.admin-login-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(22, 23, 17, 0.1);
}

.admin-login-card label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.admin-login-card input {
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.admin-workspace {
  display: grid;
  gap: 18px;
}

.admin-dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
}

.admin-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.admin-stats-grid article,
.admin-settings-panel,
.admin-product-panel,
.admin-request-panel,
.access-request-card {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
}

.admin-stats-grid article {
  padding: 18px;
}

.admin-stats-grid span,
.request-code-box span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-stats-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 2rem;
}

.admin-settings-panel,
.admin-product-panel,
.admin-request-panel {
  overflow: hidden;
}

.admin-settings-panel .toggle-grid,
.admin-settings-panel .admin-form-grid,
.admin-settings-panel .admin-actions {
  padding-inline: 18px;
}

.admin-settings-panel .toggle-grid {
  padding-top: 18px;
}

.admin-settings-panel .admin-actions {
  padding-bottom: 18px;
}

.admin-request-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.admin-request-toolbar span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.admin-request-toolbar > div {
  display: grid;
  gap: 4px;
}

.admin-request-toolbar small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-product-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  gap: 16px;
  padding: 16px 18px 18px;
}

.admin-product-form {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcf8;
}

.admin-product-form-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.admin-product-form-head div {
  display: grid;
  gap: 4px;
}

.admin-product-form-head strong {
  color: var(--green);
  font-size: 1.04rem;
}

.admin-product-form-head span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-product-photo {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

.admin-product-preview {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 120px;
  aspect-ratio: 1;
  overflow: hidden;
  color: var(--muted);
  background: var(--white);
  border: 1px dashed var(--line);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.admin-product-preview img,
.admin-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.admin-product-photo label,
.admin-product-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.admin-product-photo label {
  min-width: 0;
}

.admin-file-input input {
  padding: 9px;
  min-height: 42px;
  background: var(--white);
}

.product-toggle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-product-list {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.admin-product-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.admin-product-card.is-selected {
  border-color: rgba(47, 110, 73, 0.48);
  box-shadow: 0 10px 26px rgba(47, 110, 73, 0.1);
}

.admin-product-card.is-hidden {
  opacity: 0.62;
}

.admin-product-thumb {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
  border: 0;
  border-radius: 8px;
  font-weight: 900;
}

.admin-product-main {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.admin-product-main > div:first-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.admin-product-main strong,
.admin-product-main span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-product-main strong {
  color: var(--ink);
  font-size: 0.96rem;
}

.admin-product-main span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.admin-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-product-meta small {
  padding: 5px 7px;
  color: var(--green);
  background: #ecf6ef;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 900;
}

.admin-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.admin-product-actions .ghost-action {
  min-height: 34px;
  padding: 0 10px;
  font-size: 0.76rem;
}

.access-request-list {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.access-request-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 170px) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
}

.access-request-card h3,
.access-request-card p {
  margin: 8px 0 0;
}

.access-request-card p,
.access-request-card small {
  color: var(--muted);
}

.request-status {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 4px;
  color: var(--green);
  background: #ecf6ef;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.request-status.is-approved {
  color: #7d5700;
  background: #fff4cf;
}

.request-status.is-paid,
.request-status.is-completed {
  color: #006f4b;
  background: #e7f5ec;
}

.request-status.is-canceled {
  color: #7a3f48;
  background: #f8e7ea;
}

.request-status.is-used {
  color: #52606a;
  background: #eef1f3;
}

.request-status.is-rejected {
  color: #7a3f48;
  background: #f8e7ea;
}

.request-code-box {
  display: grid;
  gap: 6px;
  padding: 12px;
  background: #f7f4ec;
  border-radius: var(--radius);
}

.request-code-box strong {
  color: var(--green);
  font-size: 1.55rem;
  letter-spacing: 0.08em;
}

.request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.sale-card {
  grid-template-columns: minmax(0, 1fr) minmax(130px, 190px) auto;
}

.sale-items {
  display: grid;
  gap: 5px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.sale-items li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--ink);
  font-size: 0.82rem;
}

.sale-items span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sale-items strong {
  flex: 0 0 auto;
  color: var(--green);
}

.sale-origin-note {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-top: 7px;
  padding: 4px 7px;
  color: #7d5700;
  background: #fff4cf;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 900;
}

.sale-delivery-note {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.sale-total-box strong {
  letter-spacing: 0;
}

.sale-status-note {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
}

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

.checkout-wide {
  grid-column: 1 / -1;
}

.checkout-delivery-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  border: 1px dashed rgba(6, 76, 47, 0.24);
  border-radius: 8px;
  background: rgba(248, 251, 244, 0.72);
}

.checkout-delivery-fields[hidden] {
  display: none;
}

.shipping-quote-panel {
  display: grid;
  gap: 9px;
  padding-top: 2px;
}

.shipping-quote-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.shipping-quote-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.shipping-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 8px;
  align-items: center;
  min-height: 62px;
  padding: 10px;
  color: var(--ink);
  text-align: left;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.shipping-option:hover,
.shipping-option:focus-visible {
  border-color: rgba(6, 76, 47, 0.5);
}

.shipping-option.is-selected {
  border-color: var(--green);
  background: #eef8f1;
  box-shadow: inset 0 0 0 1px var(--green);
}

.shipping-option span {
  min-width: 0;
  overflow: hidden;
  font-size: 0.8rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shipping-option strong {
  color: var(--green);
  font-size: 0.9rem;
}

.shipping-option small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.checkout-summary {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
}

.checkout-summary small {
  color: var(--green);
  font-weight: 900;
}

.pix-box {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 14px;
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.pix-qr {
  width: 126px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.pix-info {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.pix-info span,
.pix-info strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.pix-copy-field {
  width: 100%;
  min-height: 78px;
  font-size: 0.78rem;
}

.pix-warning {
  color: var(--rose);
  font-weight: 900;
}

.cart-pix-preview:empty {
  display: none;
}

.cart-pix-box {
  grid-template-columns: 104px minmax(0, 1fr);
  margin-top: 0;
  padding-top: 12px;
}

.cart-pix-box .pix-qr {
  width: 104px;
}

#productModal {
  width: min(1040px, calc(100vw - 28px));
}

.product-modal {
  max-height: calc(100dvh - 28px);
  padding: 0;
  overflow: auto;
}

#productDetailContent {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(330px, 0.95fr);
}

.product-detail-visual {
  display: grid;
  min-height: 440px;
  padding: 28px;
  background: var(--product-detail-bg);
  place-items: center;
}

.product-detail-visual.has-photo {
  background: linear-gradient(180deg, #ffffff 0%, #faf7f1 100%);
}

.product-detail-visual .product-pack {
  transform: scale(1.18);
}

.product-detail-photo {
  width: min(94%, 410px);
  max-height: 405px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(22, 23, 17, 0.16));
}

.product-detail-info {
  display: grid;
  align-content: center;
  gap: 11px;
  padding: 30px 26px 26px;
}

.product-detail-info h2,
.product-detail-info p {
  margin: 0;
}

.product-detail-info p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.product-detail-info h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.06;
}

.product-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-meta span {
  padding: 7px 9px;
  color: var(--green);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 900;
}

.product-detail-price-block {
  display: grid;
  gap: 6px;
  justify-items: start;
}

.product-detail-old-price {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: line-through;
}

.product-detail-price {
  color: var(--green);
  font-size: clamp(1.45rem, 3.4vw, 2.1rem);
  line-height: 1;
}

.product-detail-savings {
  width: max-content;
  max-width: 100%;
  padding: 5px 9px;
  color: #7a360f;
  background: #fff3dd;
  border: 1px solid rgba(255, 100, 29, 0.22);
  border-radius: 5px;
  font-size: 0.82rem;
  font-weight: 900;
}

.product-detail-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 6px;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  max-width: min(420px, calc(100vw - 36px));
  padding: 14px 16px;
  color: var(--white);
  background: var(--green);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.empty-state {
  padding: 26px;
  border: 1px dashed var(--line);
  color: var(--muted);
  text-align: center;
  border-radius: var(--radius);
}

.is-disabled {
  opacity: 0.54;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .product-card,
  .seller-welcome,
  .main-nav,
  .main-nav a,
  .nav-icon,
  .brand-slide,
  .brand-slider-dot {
    transition: none;
  }

  .product-card {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .brand-grid,
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-utility,
  .benefit-layout,
  .toggle-grid,
  .admin-form-grid,
  .admin-product-layout,
  .admin-gate,
  .access-request-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .request-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .topbar {
    position: sticky;
  }

  .topbar-main {
    grid-template-areas:
      "account store actions";
    grid-template-columns: 54px minmax(168px, 1fr) 58px;
    gap: 6px;
    min-height: 88px;
    padding: 0 18px;
  }

  #customerLoginOpen {
    grid-area: account;
    grid-column: auto;
  }

  .store-panel {
    position: relative;
    grid-area: store;
    grid-column: auto;
    justify-self: center;
    grid-template-columns: 1fr;
    width: min(270px, 100%);
    min-height: 56px;
    padding: 0 14px;
    border-radius: 30px 30px 0 0;
  }

  .brand-lockup {
    grid-area: auto;
    grid-column: auto;
    justify-self: center;
    align-self: center;
    display: flex;
    justify-content: center;
    gap: 0;
    width: 100%;
    min-height: 56px;
    padding-top: 20px;
  }

  .top-search {
    display: none;
  }

  .top-actions {
    grid-area: actions;
    grid-column: auto;
  }

  .topbar .account-chip,
  .topbar .icon-button {
    min-width: 52px;
    height: 66px;
    padding: 8px 0 10px;
    font-size: 0.78rem;
  }

  .topbar .account-chip {
    max-width: 64px;
  }

  .brand-lockup {
    width: 100%;
    min-height: 56px;
    border-radius: 0;
  }

  .brand-lockup img {
    position: absolute;
    top: -24px;
    left: 50%;
    width: 46px;
    height: 46px;
    transform: translateX(-50%);
  }

  .brand-lockup span {
    justify-items: center;
  }

  .brand-lockup small {
    display: none;
  }

  .benefit-heading {
    gap: 12px;
  }

  .section-shield {
    width: 54px;
    height: 54px;
  }

  .main-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 94px;
    margin: 0;
    padding: 0 4px 4px;
    border-radius: 14px 14px 0 0;
    font-size: 0.68rem;
    transition:
      min-height 240ms ease,
      padding 240ms ease;
  }

  .main-nav a {
    flex: 0 0 25%;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
    min-height: 90px;
    padding: 0 4px;
    line-height: 1.05;
    white-space: normal;
    overflow-wrap: anywhere;
    transition:
      min-height 240ms ease,
      gap 200ms ease;
  }

  .nav-icon {
    max-height: 34px;
    overflow: hidden;
    font-size: 30px;
    opacity: 1;
    transform: scale(1) translateY(0);
    transition:
      max-height 220ms ease,
      opacity 140ms ease,
      transform 220ms ease;
  }

  .topbar.is-compact .seller-welcome {
    max-height: 0;
    min-height: 0;
    opacity: 0;
    transform: translateY(-10px);
  }

  .topbar.is-compact .main-nav {
    min-height: 46px;
    padding-bottom: 2px;
  }

  .topbar.is-compact .main-nav a {
    gap: 0;
    min-height: 44px;
  }

  .topbar.is-compact .nav-icon {
    max-height: 0;
    opacity: 0;
    transform: scale(0.55) translateY(-7px);
  }

  .hero {
    min-height: 480px;
  }

  .admin-gate,
  .admin-stats-grid,
  .admin-product-layout,
  .admin-product-photo,
  .admin-product-card,
  .access-request-card {
    grid-template-columns: 1fr;
  }

  .admin-dashboard-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-dashboard-actions,
  .admin-product-actions,
  .request-actions {
    justify-content: stretch;
    width: 100%;
  }

  .admin-dashboard-actions > *,
  .admin-product-actions > *,
  .request-actions > * {
    width: 100%;
  }

  .hero-media {
    background-position: 57% center;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(3, 50, 31, 0.9) 0%, rgba(0, 39, 118, 0.58) 100%),
      linear-gradient(0deg, rgba(3, 50, 31, 0.9) 0%, rgba(3, 50, 31, 0.04) 48%),
      url("assets/outlet.png") right 18px center / 170px auto no-repeat;
  }

  .brand-showcase {
    min-height: 440px;
    background: #063d28;
  }

  .brand-slide {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .brand-slide--welcome {
    background:
      linear-gradient(180deg, rgba(6, 76, 47, 0.94) 0%, rgba(6, 76, 47, 0.86) 48%, rgba(6, 76, 47, 0.5) 100%),
      url("assets/pura.png") center bottom 18px / min(560px, 116vw) auto no-repeat,
      linear-gradient(135deg, #06341f, #f9f5e8);
  }

  .brand-slide--products {
    grid-template-rows: minmax(0, 1fr) 138px;
    background:
      radial-gradient(circle at 82% 76%, rgba(255, 223, 0, 0.2), transparent 30%),
      linear-gradient(155deg, #063d28 0%, #075338 62%, #b8cbb8 100%);
  }

  .brand-showcase-content {
    max-width: none;
    min-height: 100%;
    padding: 28px 22px 112px;
  }

  .brand-slide--products .brand-showcase-content {
    min-height: 0;
    padding: 22px 22px 4px;
  }

  .brand-showcase h1,
  .brand-showcase h2 {
    font-size: clamp(2.45rem, 12vw, 3.15rem);
  }

  .brand-slide--products h2 {
    max-width: 10ch;
  }

  .brand-slide-products {
    min-height: 138px;
  }

  .brand-slide-glow {
    right: 8%;
    bottom: -90%;
    width: 72%;
  }

  .brand-slide-product {
    bottom: 0;
    width: 28%;
    max-height: 136px;
  }

  .brand-slide-product--one {
    left: 12%;
  }

  .brand-slide-product--two {
    bottom: -2px;
    left: 36%;
    width: 31%;
  }

  .brand-slide-product--three {
    right: 10%;
  }

  .brand-slide-badge,
  .brand-slider-arrow {
    display: none;
  }

  .brand-slider-controls {
    right: 12px;
    bottom: 12px;
    left: auto;
    padding: 8px 10px;
    transform: none;
  }

  .goal-strip,
  .shop-utility,
  .benefit-layout,
  .toggle-grid,
  .admin-form-grid,
  .checkout-grid,
  .checkout-delivery-fields,
  .shipping-quote-options,
  .pix-box,
  #productDetailContent,
  .product-detail-actions {
    grid-template-columns: 1fr;
  }

  .brand-section {
    padding: 8px 9px;
  }

  .brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .brand-card {
    min-height: 42px;
    padding: 5px;
  }

  .brand-mark {
    height: 26px;
    font-size: 0.64rem;
  }

  .admin-wide {
    grid-column: auto;
  }

  .admin-product-preview {
    grid-row: auto;
  }

  .pix-qr {
    width: min(180px, 100%);
  }

  .product-detail-visual {
    min-height: 260px;
    padding: 24px 18px;
  }

  .product-detail-photo {
    width: min(92%, 280px);
    max-height: 250px;
  }

  .product-detail-info {
    gap: 10px;
    padding: 20px 15px 16px;
  }

  .product-detail-info h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.08;
  }

  .product-detail-info p {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .product-detail-meta {
    gap: 6px;
  }

  .product-detail-meta span {
    padding: 6px 8px;
    font-size: 0.72rem;
  }

  .product-detail-price-block {
    gap: 4px;
  }

  .product-detail-price {
    font-size: 1.55rem;
  }

  .product-detail-old-price,
  .product-detail-savings {
    font-size: 0.76rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .goal-strip {
    right: 16px;
    left: 16px;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    margin-bottom: 12px;
    padding: 12px;
    box-shadow: 0 10px 28px rgba(6, 76, 47, 0.08);
  }

  .catalog-toolbar strong {
    font-size: 0.84rem;
    line-height: 1.25;
  }

  .catalog-toolbar label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    justify-content: initial;
    gap: 12px;
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .catalog-toolbar select {
    min-width: 0;
    min-height: 44px;
    padding-inline: 14px;
    font-size: 0.88rem;
    font-weight: 900;
  }

  .filter-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 18px;
  }

  .filter-chip {
    width: 100%;
    min-height: 40px;
    padding: 0 8px;
    overflow: hidden;
    font-size: 0.86rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 7px 16px rgba(22, 23, 17, 0.06);
  }

  .benefit-heading h2 {
    font-size: clamp(2.25rem, 9.5vw, 3rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  .product-card {
    min-height: 360px;
  }

  .product-visual {
    min-height: 154px;
    padding: 16px 12px 8px;
  }

  .product-photo {
    width: min(94%, 138px);
    height: 132px;
  }

  .hover-lips {
    width: 132px;
    transform: translate(-12px, 8px) rotate(-8deg);
  }

  .hover-lips::before,
  .hover-lips::after {
    width: 120px;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .catalog-heading h2 {
    max-width: 16ch;
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.08;
  }
}

@media (max-width: 460px) {
  .hero {
    min-height: 430px;
  }

  .topbar-main {
    grid-template-columns: 48px minmax(160px, 1fr) 52px;
    gap: 4px;
    padding: 0 6px;
  }

  .seller-welcome {
    min-height: 28px;
    font-size: 0.76rem;
  }

  .store-panel {
    width: min(270px, 100%);
    min-height: 56px;
    padding-inline: 12px;
  }

  .brand-lockup {
    min-width: 0;
    width: 100%;
    padding-inline: 12px;
  }

  .brand-lockup strong {
    font-size: 0.86rem;
  }

  .benefit-heading {
    align-items: start;
    gap: 10px;
  }

  .benefit-heading h2 {
    font-size: clamp(2rem, 9.2vw, 2.55rem);
  }

  .section-shield {
    width: 48px;
    height: 48px;
  }

  .catalog-section {
    padding-right: 9px;
    padding-left: 9px;
  }

  .catalog-toolbar {
    padding: 12px 14px;
  }

  .filter-row {
    gap: 8px;
  }

  .filter-chip {
    font-size: 0.82rem;
  }

  .reward-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .reward-row button {
    width: 100%;
  }

  .customer-pix-card {
    grid-template-columns: 1fr;
  }

  .customer-pix-card .ghost-action {
    width: 100%;
  }

  .drawer-header {
    padding: 18px 16px;
  }

  .drawer-content,
  .drawer-footer {
    padding: 14px 16px;
  }

  .cart-line,
  .wish-line {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .line-thumb {
    width: 58px;
    height: 58px;
  }

  .cart-pix-box {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .cart-pix-box .pix-qr {
    width: 92px;
  }

  .topbar .icon-button {
    min-width: 46px;
  }

  .admin-chip {
    padding: 0 10px;
  }

  .hero h1 {
    font-size: clamp(3rem, 18vw, 4.7rem);
  }

  .brand-showcase {
    min-height: 460px;
  }

  .brand-showcase h1,
  .brand-showcase h2 {
    max-width: 10ch;
    font-size: clamp(2.35rem, 11.6vw, 2.9rem);
  }

  .brand-showcase-content > p:not(.eyebrow) {
    font-size: 0.94rem;
  }

  .hero-content {
    padding-inline: 16px;
  }

  .goal-strip strong,
  .utility-tile strong {
    white-space: normal;
  }

  .product-grid {
    gap: 8px;
    padding-inline: 4px;
  }

  .product-card {
    border-radius: 7px;
    min-height: 336px;
  }

  .product-modal {
    max-height: calc(100dvh - 14px);
  }

  #productModal {
    width: calc(100vw - 10px);
  }

  .product-detail-visual {
    min-height: 225px;
    padding: 18px 14px;
  }

  .product-detail-photo {
    width: min(90%, 235px);
    max-height: 210px;
  }

  .product-detail-info {
    gap: 9px;
    padding: 18px 14px 14px;
  }

  .product-detail-info h2 {
    font-size: clamp(1.28rem, 6.2vw, 1.72rem);
  }

  .product-detail-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-info {
    gap: 6px;
    padding: 0 8px 10px;
  }

  .price-block {
    margin-right: -8px;
    margin-left: -8px;
    padding: 10px 8px;
  }

  .product-card h3 {
    min-height: 40px;
    font-size: 0.8rem;
  }

  .product-interest {
    min-height: 40px;
    font-size: 0.76rem;
  }

  .product-visual {
    min-height: 146px;
  }

  .product-pack {
    transform: scale(0.88);
  }

  .product-card:hover .product-pack,
  .product-card:focus-within .product-pack {
    transform: scale(0.78) translateY(10px);
  }
}

@media (max-width: 760px) {
  .account-summary-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 18px);
    margin-top: 8px;
    padding: 6px;
  }

  .account-summary-strip .utility-tile {
    min-height: 44px;
    padding: 7px 8px;
  }

  .cup-heading {
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    padding: 10px;
  }

  .cup-heading-shield {
    width: 44px;
    height: 44px;
  }

  .cup-heading h2 {
    max-width: none;
    font-size: clamp(1.12rem, 6vw, 1.45rem);
  }
}

@media (max-width: 460px) {
  .account-summary-strip .utility-tile span {
    font-size: 0.58rem;
  }

  .account-summary-strip .utility-tile strong {
    font-size: 0.78rem;
  }

  .cup-heading {
    align-items: center;
  }

  .cup-heading h2 {
    max-width: none;
    font-size: 1.12rem;
  }
}

@media (min-width: 761px) {
  .brand-showcase-actions {
    transform: translateY(-14px);
  }
}

@media (max-width: 360px) {
  .brand-showcase {
    min-height: 520px;
  }

  .brand-showcase h1,
  .brand-showcase h2 {
    font-size: clamp(2.15rem, 11vw, 2.5rem);
  }

  .brand-showcase-actions {
    gap: 8px;
  }

  .brand-showcase-actions .primary-action,
  .brand-showcase-actions .secondary-action {
    padding-inline: 14px;
    font-size: 0.88rem;
  }
}
