:root {
  color-scheme: light;
  --bg: #f8fbff;
  --bg-2: #ffffff;
  --panel: #ffffff;
  --panel-2: #eef5ff;
  --line: rgba(5, 44, 98, 0.13);
  --line-strong: rgba(5, 44, 98, 0.24);
  --text: #06275a;
  --muted: #536170;
  --subtle: #8390a3;
  --orange: #ffc400;
  --amber: #ffd95a;
  --cyan: #0757ad;
  --green: #07964b;
  --red: #ff4c5f;
  --purple: #8f6cff;
  --shadow: 0 22px 80px rgba(7, 50, 105, 0.16);
  --radius: 8px;
  --radius-sm: 6px;
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 196, 0, 0.16), transparent 30rem),
    radial-gradient(circle at 92% 8%, rgba(7, 87, 173, 0.14), transparent 28rem),
    radial-gradient(circle at 50% 28%, rgba(7, 150, 75, 0.08), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 44%, #ffffff 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body.drawer-open,
body.modal-open,
body.menu-open,
body.scroll-locked {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  color: inherit;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

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

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 200;
  padding: 0.7rem 0.9rem;
  background: var(--text);
  color: var(--bg);
  border-radius: var(--radius-sm);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.icon {
  --icon-size: 1.1rem;
  display: inline-block;
  flex: 0 0 auto;
  width: var(--icon-size);
  height: var(--icon-size);
  vertical-align: -0.15em;
}

.icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon-menu {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16'/%3E%3C/svg%3E");
}

.icon-dots {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Ccircle cx='5' cy='12' r='2.2'/%3E%3Ccircle cx='12' cy='12' r='2.2'/%3E%3Ccircle cx='19' cy='12' r='2.2'/%3E%3C/svg%3E");
}

.icon-search {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4.2-4.2'/%3E%3C/svg%3E");
}

.icon-user {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.icon-scale {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18M5 6h14M6 6l-4 7h8L6 6Zm12 0-4 7h8l-4-7Z'/%3E%3C/svg%3E");
}

.icon-heart {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 1 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E");
}

.icon-cart {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2 3h3l2.4 12.2a2 2 0 0 0 2 1.6h8.6a2 2 0 0 0 2-1.6L22 7H6'/%3E%3C/svg%3E");
}

.icon-receipt {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 3v18l2-1.2 2 1.2 2-1.2 2 1.2 2-1.2 2 1.2 2-1.2 2 1.2V3H4Z'/%3E%3Cpath d='M8 7h8M8 11h8M8 15h5'/%3E%3C/svg%3E");
}

.icon-bolt {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M13 2 3 14h7l-1 8 12-14h-7l-1-6Z'/%3E%3C/svg%3E");
}

.icon-cpu {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='7' width='10' height='10' rx='2'/%3E%3Crect x='10' y='10' width='4' height='4'/%3E%3Cpath d='M4 9h3M4 15h3M17 9h3M17 15h3M9 4v3M15 4v3M9 17v3M15 17v3'/%3E%3C/svg%3E");
}

.icon-truck {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17h4V5H2v12h3M14 8h4l4 4v5h-3'/%3E%3Ccircle cx='7.5' cy='17.5' r='2.5'/%3E%3Ccircle cx='16.5' cy='17.5' r='2.5'/%3E%3C/svg%3E");
}

.icon-monitor {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 21h8M12 16v5'/%3E%3C/svg%3E");
}

.icon-spark {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l2.8 6.2L21 11l-6.2 2.8L12 22l-2.8-8.2L3 11l6.2-2.8L12 2Z'/%3E%3C/svg%3E");
}

.icon-refresh {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 11a8.1 8.1 0 0 0-15.5-2M4 4v5h5M4 13a8.1 8.1 0 0 0 15.5 2M20 20v-5h-5'/%3E%3C/svg%3E");
}

.icon-x {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
}

.icon-shield {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}

.icon-lock {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='11' width='16' height='10' rx='2'/%3E%3Cpath d='M8 11V7a4 4 0 0 1 8 0v4'/%3E%3C/svg%3E");
}

.signal-bar {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #06275a, #0757ad);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 750;
}

.signal-track {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  justify-content: center;
  width: min(var(--max), calc(100% - 2rem));
  min-height: 1.8rem;
  margin-inline: auto;
  padding-inline: 1rem;
  animation: none;
}

.signal-track span {
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.header-main,
.category-strip,
main > section,
.site-footer {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

.header-main {
  display: grid;
  grid-template-columns: auto minmax(34rem, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 4.35rem;
}

.header-main.is-logged {
  grid-template-columns: minmax(42rem, 1fr) auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.65rem;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: var(--cyan);
  font-weight: 950;
}

.brand strong {
  display: block;
  font-size: 1.06rem;
  line-height: 1;
}

.brand small {
  display: block;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.profile-chip {
  display: inline-grid;
  grid-template-columns: 2.65rem minmax(5rem, auto);
  gap: 0.65rem;
  align-items: center;
  min-width: 0;
  max-width: 15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.28rem 0.7rem 0.28rem 0.28rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
}

.profile-chip img {
  width: 2.65rem;
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  object-fit: cover;
  background: #ffffff;
}

.profile-chip span {
  overflow: hidden;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-chip.is-logged {
  display: none;
}

.profile-chip.is-logged + .search-box {
  grid-column: 1;
  grid-row: 1;
  max-width: none;
}

.profile-chip.is-logged + .search-box + .header-actions {
  grid-column: 2;
  grid-row: 1;
}

.search-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
  width: 100%;
  max-width: 52rem;
  padding: 0.35rem 0.35rem 0.35rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.search-box:focus-within {
  border-color: rgba(7, 87, 173, 0.6);
  box-shadow: 0 0 0 3px rgba(7, 87, 173, 0.11);
}

.search-box input,
.input-label input,
.inline-input input,
select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
}

.search-box input::placeholder,
.input-label input::placeholder,
.inline-input input::placeholder {
  color: var(--subtle);
}

.search-box button,
.inline-input button {
  border: 0;
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.95rem;
  background: var(--orange);
  color: #06275a;
  font-weight: 900;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  justify-self: end;
}

.account-menu {
  position: relative;
}

.account-menu-button {
  min-width: 5.4rem;
}

.account-menu-button img {
  display: none;
  width: 2.1rem;
  aspect-ratio: 1;
  border: 2px solid rgba(7, 87, 173, 0.18);
  border-radius: 50%;
  object-fit: cover;
  background: #eef5ff;
}

.account-menu.is-logged .account-menu-button {
  min-width: 8.4rem;
  border-color: transparent;
  background: transparent;
  padding-inline: 0.35rem 0.55rem;
}

.account-menu.is-logged .account-menu-button .icon-user {
  display: none;
}

.account-menu.is-logged .account-menu-button img,
.account-menu.is-logged .account-caret {
  display: inline-block;
}

.account-caret {
  display: none;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-0.1rem);
}

.account-dropdown {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  z-index: 140;
  width: min(18rem, calc(100vw - 2rem));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(7, 50, 105, 0.18);
}

.account-dropdown::before {
  content: "";
  position: absolute;
  top: -0.42rem;
  left: 1.5rem;
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #ffffff;
  transform: rotate(45deg);
}

.account-dropdown[hidden] {
  display: none;
}

.account-dropdown-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0.75rem;
  background: linear-gradient(90deg, #06275a, #0757ad);
  color: #ffffff;
}

.account-dropdown-head img {
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  background: #eef5ff;
}

.account-dropdown-head strong,
.account-dropdown-head small {
  display: block;
  line-height: 1.15;
}

.account-dropdown-head small {
  margin-top: 0.15rem;
  opacity: 0.86;
}

.account-dropdown button {
  display: block;
  width: 100%;
  min-height: 2.55rem;
  border: 0;
  border-bottom: 1px solid rgba(5, 44, 98, 0.08);
  padding: 0.65rem 0.9rem;
  background: #ffffff;
  color: var(--muted);
  font-weight: 750;
  text-align: left;
}

.account-dropdown button:hover {
  background: #eef5ff;
  color: var(--text);
}

.icon-action,
.icon-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 2.65rem;
  min-height: 2.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: var(--text);
}

.icon-action {
  padding: 0 0.75rem;
}

.icon-button {
  padding: 0;
}

.icon-action:hover,
.icon-button:hover,
.category-pill:hover,
.button-soft:hover {
  border-color: var(--line-strong);
  background: #eef5ff;
}

.primary-action {
  border-color: rgba(7, 150, 75, 0.34);
  background: rgba(7, 150, 75, 0.1);
}

.bubble {
  position: absolute;
  top: -0.38rem;
  right: -0.38rem;
  display: grid;
  place-items: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding-inline: 0.25rem;
  border-radius: 999px;
  background: var(--green);
  color: #ffffff;
  font-size: 0.72rem;
  line-height: 1;
}

.category-strip {
  display: none;
  gap: 0.55rem;
  align-items: center;
  overflow-x: auto;
  padding: 0 0 0.9rem;
  scrollbar-width: none;
}

.category-strip::-webkit-scrollbar {
  display: none;
}

.category-pill {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  background: #ffffff;
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}

.category-pill.is-active,
.link-pill {
  border-color: rgba(7, 87, 173, 0.5);
  background: rgba(7, 87, 173, 0.13);
  color: var(--text);
}

main {
  display: grid;
  gap: 2.75rem;
  padding-bottom: 3rem;
}

.hero {
  position: relative;
  display: grid;
  min-height: clamp(31rem, 70vh, 43rem);
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.hero-media,
.hero-overlay,
.hero-content {
  grid-area: 1 / 1;
}

.hero-media {
  background:
    url("assets/brand/eletropatria-logo.png"),
    linear-gradient(120deg, #ffffff, #eff7ff 50%, #ffffff);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  filter: saturate(1.05) contrast(1.02);
}

.hero-image-banner {
  min-height: clamp(30rem, 58vw, 50rem);
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(120deg, rgba(255, 196, 0, 0.08), transparent 28%),
    linear-gradient(240deg, rgba(7, 150, 75, 0.1), transparent 30%),
    #ffffff;
}

.hero-image-banner .hero-media {
  background:
    url("assets/brand/eletropatria-logo.png"),
    #ffffff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: none;
}

.hero-image-banner .hero-overlay,
.hero-image-banner .hero-content,
.hero-image-banner .hero-hotspots {
  display: none;
}

.hero-hotspots {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  pointer-events: none;
}

.hero-hotspot {
  position: absolute;
  display: block;
  overflow: hidden;
  color: transparent;
  text-indent: -999rem;
  white-space: nowrap;
  pointer-events: auto;
}

.hero-hotspot:focus-visible {
  outline: 3px solid rgba(255, 196, 0, 0.95);
  outline-offset: 4px;
  border-radius: 8px;
}

.hero-hotspot-offers {
  left: 3.3%;
  bottom: 22.6%;
  width: 14.4%;
  height: 7.6%;
}

.hero-hotspot-peripherals {
  left: 18.5%;
  bottom: 22.6%;
  width: 16.1%;
  height: 7.6%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.66) 42%, rgba(255, 255, 255, 0.24) 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(248, 251, 255, 0.82));
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 1.5rem;
  align-items: end;
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
  padding: clamp(4rem, 9vh, 8rem) 0 3rem;
}

.hero-copy {
  position: relative;
  max-width: 46rem;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -1.2rem auto auto -1rem;
  width: min(28rem, 82vw);
  height: 0.22rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--cyan), transparent);
  opacity: 0.95;
}

.eyebrow {
  display: inline-block;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.modal-card h2 {
  margin: 0.25rem 0 0;
  line-height: 1.02;
}

.hero h1 {
  display: grid;
  gap: 0.05em;
  max-width: 11.5ch;
  margin: 0.35rem 0 0;
  font-size: clamp(3.3rem, 7.4vw, 7.35rem);
  font-weight: 950;
  text-transform: uppercase;
}

.hero-wordmark span,
.hero-wordmark strong {
  display: block;
  letter-spacing: 0;
}

.hero-wordmark span {
  color: #ffffff;
  line-height: 0.86;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 50px rgba(7, 50, 105, 0.2),
    0 0 42px rgba(7, 87, 173, 0.2);
}

.hero-wordmark strong {
  width: max-content;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  padding-top: 0.12em;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.36em;
  font-weight: 900;
  line-height: 1;
  text-shadow:
    0 12px 32px rgba(7, 50, 105, 0.18),
    0 0 28px rgba(255, 196, 0, 0.18);
}

.hero p {
  max-width: 42rem;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
}

.hero-actions,
.catalog-tools,
.modal-title-row,
.result-bar,
.filter-head {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  padding: 0.72rem 1rem;
  font-weight: 900;
  text-align: center;
}

.button-primary {
  background: linear-gradient(135deg, var(--orange), var(--amber));
  color: #06275a;
}

.button-ghost {
  border-color: rgba(7, 87, 173, 0.24);
  background: #ffffff;
  color: var(--cyan);
}

.button-soft {
  border-color: var(--line);
  background: #ffffff;
}

.button-soft.is-active {
  border-color: rgba(219, 35, 50, 0.28);
  background: rgba(219, 35, 50, 0.08);
  color: var(--red);
}

.button.full {
  width: 100%;
}

.hero-deal {
  align-self: end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.deal-tag {
  display: inline-flex;
  width: max-content;
  border-radius: 999px;
  padding: 0.3rem 0.55rem;
  background: rgba(7, 150, 75, 0.14);
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-deal h2 {
  margin: 0.7rem 0 0.4rem;
  font-size: 1.2rem;
  line-height: 1.15;
}

.hero-deal p {
  margin: 0;
  font-size: 0.92rem;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 0.3rem;
  align-items: end;
  margin: 1rem 0;
  color: var(--text);
}

.countdown span {
  display: grid;
  place-items: center;
  min-width: 2.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.45rem 0.35rem;
  background: #f8fbff;
  font-size: 1.2rem;
  font-weight: 950;
  line-height: 1;
}

.countdown small {
  color: var(--muted);
  font-weight: 900;
}

.quick-lanes {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.lane {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0.05rem 0.75rem;
  align-items: center;
  min-height: 5.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.9rem;
  background: #ffffff;
  color: inherit;
  text-align: left;
}

.lane:hover {
  border-color: rgba(255, 196, 0, 0.45);
  transform: translateY(-1px);
}

.lane-icon {
  --icon-size: 1.65rem;
  grid-row: span 2;
  color: var(--amber);
}

.lane strong {
  font-size: 0.98rem;
}

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

.section-head {
  display: flex;
  gap: 1rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.section-head h2 {
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.catalog-tools {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.filter-open-button {
  display: none;
}

.select-label {
  display: inline-grid;
  gap: 0.22rem;
  min-width: 13rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

select {
  min-height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0 0.7rem;
  background: var(--panel);
}

.catalog-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.filters {
  position: sticky;
  top: 8.8rem;
  display: grid;
  gap: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.filter-head {
  justify-content: space-between;
}

.filter-head .icon-button {
  display: none;
}

fieldset {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
  margin: 0;
  padding: 0 0 0.9rem;
  border: 0;
  border-bottom: 1px solid var(--line);
}

fieldset:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

legend {
  padding: 0;
  margin-bottom: 0.25rem;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 950;
}

.range-row {
  display: grid;
  gap: 0.55rem;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--orange);
}

.range-row strong {
  color: var(--amber);
}

.checkbox-list {
  display: grid;
  gap: 0.45rem;
  max-height: 14rem;
  overflow: auto;
  padding-right: 0.25rem;
}

.check-row,
.radio-card {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: var(--muted);
}

.check-row input,
.radio-card input {
  accent-color: var(--orange);
  margin-top: 0.22rem;
}

.radio-card {
  min-height: 4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.75rem;
  background: #ffffff;
}

.radio-card strong,
.radio-card small {
  display: block;
}

.radio-card strong {
  color: var(--text);
}

.radio-card small {
  color: var(--muted);
}

.catalog-content {
  min-width: 0;
}

.result-bar {
  justify-content: space-between;
  min-height: 2.75rem;
  margin-bottom: 0.75rem;
}

.result-bar p {
  margin: 0;
  color: var(--muted);
}

.active-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
}

.active-chips span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.32rem 0.55rem;
  background: #ffffff;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  gap: 0.85rem;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 31rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.product-card:hover {
  border-color: rgba(7, 87, 173, 0.42);
  box-shadow: 0 16px 50px rgba(7, 50, 105, 0.14);
  transform: translateY(-2px);
}

.product-card.is-sold-out {
  border-style: dashed;
  background: #f8fbff;
}

.product-card.is-sold-out .product-media img {
  opacity: 0.58;
  filter: grayscale(0.75);
}

.product-card.is-sold-out .stock-badge {
  background: rgba(219, 35, 50, 0.12);
  color: var(--red);
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.28;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.92), transparent 56%),
    linear-gradient(135deg, rgba(255, 196, 0, 0.14), rgba(7, 87, 173, 0.08));
}

.product-media-button {
  width: 100%;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.product-media img {
  width: min(92%, 24rem);
  height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(7, 50, 105, 0.18));
}

.discount-badge,
.stock-badge {
  position: absolute;
  top: 0.7rem;
  z-index: 2;
  border-radius: 999px;
  padding: 0.28rem 0.48rem;
  font-size: 0.72rem;
  font-weight: 950;
}

.discount-badge {
  left: 0.7rem;
  background: var(--red);
  color: #fff;
}

.stock-badge {
  right: 0.7rem;
  background: rgba(7, 150, 75, 0.16);
  color: var(--green);
}

.product-body {
  display: grid;
  gap: 0.62rem;
  padding: 0.9rem;
}

.product-brand {
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-title {
  display: -webkit-box;
  min-height: 3.15rem;
  margin: 0;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rating-row,
.price-row,
.tag-row,
.stock-line,
.cart-line,
.quantity-control {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}

.rating-row {
  color: var(--amber);
  font-size: 0.86rem;
}

.rating-row small {
  color: var(--muted);
}

.price-row {
  flex-wrap: wrap;
}

.old-price {
  color: var(--subtle);
  font-size: 0.86rem;
  text-decoration: line-through;
}

.pix-price {
  display: block;
  color: var(--green);
  font-size: 1.35rem;
  font-weight: 950;
}

.installment {
  color: var(--muted);
  font-size: 0.84rem;
}

.tag-row {
  flex-wrap: wrap;
}

.tag-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.24rem 0.43rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.45rem;
  padding: 0 0.9rem 0.9rem;
}

.product-actions .icon-button.is-active,
.icon-action.is-active {
  border-color: rgba(255, 196, 0, 0.55);
  background: rgba(255, 196, 0, 0.16);
  color: var(--orange);
}

.empty-state {
  display: grid;
  place-items: center;
  min-height: 20rem;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
}

.empty-state .icon {
  --icon-size: 2rem;
  color: var(--cyan);
}

.empty-state h3 {
  margin: 0.7rem 0 0.2rem;
  color: var(--text);
}

.empty-state p {
  margin: 0;
}

.service-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  border-block: 1px solid var(--line);
  padding-block: 1.25rem;
}

.service-band article {
  display: grid;
  gap: 0.35rem;
  border-left: 3px solid var(--orange);
  padding: 0.35rem 1rem;
}

.service-band .icon {
  --icon-size: 1.45rem;
  color: var(--cyan);
}

.service-band h3 {
  margin: 0;
  font-size: 1rem;
}

.service-band p {
  margin: 0;
  color: var(--muted);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 130;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto auto;
  width: min(100vw, 440px);
  height: 100dvh;
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  transform: translateX(110%);
  transition: transform 220ms ease;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.drawer-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}

.drawer-head h2 {
  margin: 0;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-height: 0;
  overflow: auto;
  padding: 1rem;
}

.cart-empty {
  display: grid;
  place-items: center;
  min-height: 18rem;
  color: var(--muted);
  text-align: center;
}

.cart-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.65rem;
  background: #ffffff;
}

.cart-item img {
  width: 74px;
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  object-fit: contain;
  background: #f8fbff;
}

.cart-item h3 {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.25;
}

.cart-item p {
  margin: 0.25rem 0;
  color: var(--green);
  font-weight: 900;
}

.cart-line {
  justify-content: space-between;
}

.quantity-control button {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: var(--text);
}

.quantity-control span {
  min-width: 1.6rem;
  text-align: center;
  font-weight: 900;
}

.link-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--red);
  font-weight: 800;
}

.cart-panel,
.cart-summary {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-top: 1px solid var(--line);
}

.input-label {
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.input-label input {
  min-height: 2.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0 0.75rem;
  background: #ffffff;
}

.input-label input:focus {
  border-color: rgba(7, 87, 173, 0.5);
}

.inline-input {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
}

.shipping-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.cart-summary {
  gap: 0.45rem;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}

.summary-line strong {
  color: var(--text);
}

.summary-line.total {
  margin-top: 0.35rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 950;
}

.cart-drawer > .button {
  margin: 0 1rem 1rem;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: none;
  place-items: center;
  padding: 1rem;
}

.modal.is-open {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 39, 90, 0.28);
  backdrop-filter: blur(10px);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 1040px);
  max-height: min(88vh, 880px);
  overflow: auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
}

.product-modal-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
}

.product-modal-image {
  display: grid;
  place-items: center;
  min-height: 30rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.95), transparent 54%),
    linear-gradient(135deg, rgba(255, 196, 0, 0.14), rgba(7, 87, 173, 0.1));
}

.product-modal-image img {
  width: min(90%, 34rem);
  max-height: 28rem;
  object-fit: contain;
  filter: drop-shadow(0 20px 25px rgba(7, 50, 105, 0.18));
}

.product-modal-info {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: 1rem 1rem 1rem 0;
}

.product-modal-info h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.modal-price {
  display: grid;
  gap: 0.2rem;
  border-block: 1px solid var(--line);
  padding: 1rem 0;
}

.modal-price strong {
  color: var(--green);
  font-size: 2rem;
  line-height: 1;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.spec-grid div,
.compare-table div {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.55rem;
  background: rgba(255, 255, 255, 0.045);
}

.spec-grid small {
  display: block;
  color: var(--muted);
}

.spec-grid strong {
  display: block;
}

.product-modal-card {
  width: min(100%, 1280px);
}

.product-detail-shell {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-breadcrumb > *:not(:last-child)::after {
  content: "/";
  margin-left: 0.4rem;
  color: var(--line-strong);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.05fr) minmax(280px, 0.75fr);
  gap: 1rem;
  align-items: start;
}

.detail-gallery,
.detail-main,
.buy-box,
.detail-section,
.related-products {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.detail-gallery {
  display: grid;
  gap: 0.75rem;
  padding: 0.75rem;
}

.detail-main-image {
  display: grid;
  place-items: center;
  min-height: 24rem;
  border-radius: var(--radius-sm);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.14), transparent 55%),
    linear-gradient(135deg, rgba(255, 196, 0, 0.13), rgba(7, 87, 173, 0.1));
}

.detail-main-image img {
  width: min(92%, 32rem);
  max-height: 23rem;
  object-fit: contain;
  filter: drop-shadow(0 20px 25px rgba(7, 50, 105, 0.18));
}

.detail-thumbs,
.related-products > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 0.5rem;
}

.detail-thumbs button,
.related-products button {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  cursor: pointer;
}

.detail-thumbs button {
  display: grid;
  place-items: center;
  min-height: 4.9rem;
  padding: 0.35rem;
}

.detail-thumbs button.is-active {
  border-color: var(--orange);
  box-shadow: 0 0 0 2px rgba(255, 196, 0, 0.18);
}

.detail-thumbs img {
  width: 100%;
  max-height: 4.4rem;
  object-fit: contain;
}

.detail-main,
.buy-box,
.detail-section,
.related-products {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.detail-main h2 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.15;
}

.detail-flags,
.seller-line,
.stock-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.detail-flags span,
.stock-line {
  border-radius: 999px;
  padding: 0.35rem 0.55rem;
  background: rgba(7, 87, 173, 0.12);
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
}

.seller-line {
  margin: 0;
  color: var(--muted);
}

.detail-summary,
.compat-panel,
.freight-box {
  display: grid;
  gap: 0.55rem;
  border-top: 1px solid var(--line);
  padding-top: 0.8rem;
}

.detail-summary h3,
.compat-panel h3,
.buy-box h3,
.detail-section h3,
.related-products h3 {
  margin: 0;
}

.detail-summary ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.compat-panel > div,
.payment-table,
.freight-options,
.tech-table {
  display: grid;
  gap: 0.45rem;
}

.compat-panel p,
.payment-table p,
.freight-options p,
.tech-table p {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.6rem;
  background: rgba(255, 255, 255, 0.04);
}

.compat-panel span,
.payment-table span,
.freight-options span,
.tech-table span {
  color: var(--muted);
}

.freight-options small {
  display: block;
  margin-top: 0.15rem;
}

.buy-box {
  position: sticky;
  top: 1rem;
  align-self: start;
}

.promo-banner {
  border-radius: var(--radius-sm);
  padding: 0.65rem;
  background: linear-gradient(90deg, var(--orange), #ffe070);
  color: #06275a;
  font-weight: 950;
  text-align: center;
}

.buy-pix {
  color: var(--green);
  font-size: 2rem;
  line-height: 1;
}

.buy-box > p {
  margin: 0;
  color: var(--muted);
}

.detail-section,
.related-products {
  grid-column: 1 / -1;
}

.description-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.related-products button {
  display: grid;
  grid-template-rows: 7rem auto auto;
  gap: 0.45rem;
  padding: 0.6rem;
  text-align: left;
}

.related-products img {
  width: 100%;
  height: 7rem;
  object-fit: contain;
}

.related-products span {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
}

.related-products strong {
  color: var(--green);
}

.modal-title-row {
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}

.compare-card {
  width: min(100%, 1120px);
}

.compare-table {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

.compare-row {
  display: grid;
  grid-template-columns: 180px repeat(var(--cols), minmax(150px, 1fr));
  gap: 0.55rem;
}

.compare-row.header div {
  min-height: 5.2rem;
  font-weight: 950;
}

.compare-row img {
  width: 100%;
  max-height: 8rem;
  object-fit: contain;
}

.compare-table .metric {
  color: var(--muted);
  font-weight: 900;
}

.account-card,
.account-center-card,
.checkout-card {
  width: min(100%, 900px);
}

.account-center-card {
  width: min(100%, 1040px);
}

.account-grid,
.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
  gap: 1rem;
  padding: 1rem;
}

.account-center-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
}

.account-center-nav {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.55rem;
  background: #ffffff;
}

.account-center-nav button {
  min-height: 2.5rem;
  border: 0;
  border-radius: var(--radius-sm);
  padding: 0.55rem 0.65rem;
  background: transparent;
  color: var(--muted);
  font-weight: 850;
  text-align: left;
}

.account-center-nav button:hover,
.account-center-nav button.is-active {
  background: #eef5ff;
  color: var(--text);
}

.account-center-content {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  min-width: 0;
}

.account-center-hero,
.account-info-card,
.account-center-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: #ffffff;
}

.account-center-hero {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
}

.account-center-hero img {
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.account-center-hero h3,
.account-info-card h3 {
  margin: 0;
}

.account-center-hero p,
.account-info-card p {
  margin: 0.25rem 0 0;
  color: var(--muted);
}

.account-center-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.65rem;
}

.account-center-cards button {
  display: grid;
  gap: 0.2rem;
  min-height: 5.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.75rem;
  background: #ffffff;
  color: var(--text);
  text-align: left;
}

.account-center-cards button:hover {
  border-color: var(--line-strong);
  background: #eef5ff;
}

.account-center-cards strong {
  font-size: 1rem;
}

.account-center-cards span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.account-center-form {
  display: grid;
  gap: 0.75rem;
}

.account-data-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 0.75rem;
}

.account-change-current {
  display: grid;
  gap: 0.45rem;
}

.account-change-card {
  align-content: start;
}

.account-change-card h3,
.account-change-panel h3 {
  margin: 0;
}

.account-change-panel {
  border-color: rgba(7, 87, 173, 0.32);
  background: #eef5ff;
}

.account-center-form textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.65rem 0.75rem;
  color: var(--text);
  font: inherit;
}

.form-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.account-center-list {
  display: grid;
  gap: 0.75rem;
}

.account-center-empty {
  background: #ffffff;
}

.account-tabs {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  padding: 0.75rem 1rem 0;
}

.account-tabs button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  background: #ffffff;
  color: var(--muted);
  font-weight: 900;
  white-space: nowrap;
}

.account-tabs button.is-active {
  border-color: rgba(7, 87, 173, 0.45);
  background: rgba(7, 87, 173, 0.13);
  color: var(--text);
}

.account-mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.account-mode-switch button {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.6rem;
  background: #ffffff;
  color: var(--muted);
  font-weight: 900;
  cursor: pointer;
}

.account-mode-switch button.is-active {
  border-color: rgba(7, 87, 173, 0.48);
  background: rgba(7, 87, 173, 0.13);
  color: var(--text);
}

.account-form,
.checkout-fields {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.account-panel-hidden {
  display: none;
}

.verification-panel {
  display: grid;
  gap: 0.65rem;
  border: 1px solid rgba(7, 87, 173, 0.24);
  border-radius: var(--radius);
  padding: 0.8rem;
  background:
    linear-gradient(135deg, rgba(7, 87, 173, 0.08), rgba(255, 196, 0, 0.08)),
    #ffffff;
}

.verification-panel[hidden] {
  display: none;
}

.account-settings-card,
.order-card,
.checkout-summary {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: #ffffff;
}

.account-settings-card h3,
.order-card h3,
.checkout-summary h3 {
  margin: 0;
}

.account-panel-hidden {
  display: none !important;
}

.soft-divider {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0.25rem 0;
}

.order-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: center;
  color: var(--muted);
}

.order-step::before {
  content: "";
  width: 0.72rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--line-strong);
}

.order-step.done {
  color: var(--green);
}

.order-step.done::before {
  background: var(--green);
}

.review-requests {
  display: grid;
  gap: 0.75rem;
}

.review-request {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.04);
}

.review-request img {
  width: 74px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
}

.review-request > div {
  display: grid;
  gap: 0.45rem;
}

.review-stars {
  display: flex;
  gap: 0.25rem;
}

.review-stars button {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  font-size: 1rem;
  cursor: pointer;
}

.review-stars button.is-active {
  border-color: rgba(255, 196, 0, 0.65);
  background: rgba(255, 196, 0, 0.16);
  color: var(--yellow);
}

.review-request textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font: inherit;
}

.review-request.is-reviewed {
  border-color: rgba(7, 150, 75, 0.34);
  background: rgba(7, 150, 75, 0.08);
}

.payment-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.compare-bar {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 110;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: min(680px, calc(100% - 2rem));
  border: 1px solid rgba(7, 87, 173, 0.32);
  border-radius: var(--radius);
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.compare-bar div {
  display: flex;
  gap: 0.45rem;
}

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 220;
  max-width: min(360px, calc(100% - 2rem));
  border: 1px solid rgba(7, 150, 75, 0.3);
  border-radius: var(--radius);
  padding: 0.75rem 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

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

.mobile-nav {
  display: none;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(160px, 0.5fr) minmax(220px, 0.7fr);
  gap: 2rem;
  border-top: 1px solid var(--line);
  padding: 2rem 0 6rem;
  color: var(--muted);
}

.site-footer p {
  max-width: 45rem;
}

.site-footer div {
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.footer-brand {
  color: var(--text);
}

.site-footer button {
  width: max-content;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

@media (max-width: 1120px) {
  .header-main {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .header-main.is-logged {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .search-box {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    margin-bottom: 0.75rem;
  }

  .profile-chip.is-logged + .search-box {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .profile-chip.is-logged + .search-box + .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .header-actions {
    justify-self: end;
  }

  .action-text {
    display: none;
  }

  .account-menu.is-logged .action-text {
    display: inline;
  }

  .account-menu.is-logged .account-menu-button {
    min-width: auto;
  }

  .quick-lanes,
  .service-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-layout {
    grid-template-columns: 250px minmax(0, 1fr);
  }

}

@media (max-width: 860px) {
  body {
    padding-bottom: 4rem;
  }

  .header-main,
  .category-strip,
  main > section,
  .site-footer {
    width: min(var(--max), calc(100% - 1rem));
  }

  .header-main {
    grid-template-columns: minmax(0, auto) 1fr;
    gap: 0.65rem;
  }

  .brand small {
    display: none;
  }

  .category-strip {
    padding-bottom: 0.7rem;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .hero-deal {
    max-width: 100%;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .filters {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 120;
    width: min(86vw, 330px);
    max-height: none;
    overflow: auto;
    border-radius: 0;
    transform: translateX(-110%);
    transition: transform 200ms ease;
  }

  body.menu-open .filters {
    transform: translateX(0);
  }

  .filter-head .icon-button {
    display: inline-flex;
  }

  .section-head,
  .result-bar {
    align-items: start;
    flex-direction: column;
  }

  .catalog-tools,
  .active-chips {
    width: 100%;
    justify-content: stretch;
  }

  .filter-open-button {
    display: inline-flex;
  }

  .catalog-tools > * {
    flex: 1 1 10rem;
  }

  .product-modal-grid,
  .product-detail-grid,
  .account-grid,
  .account-center-layout,
  .checkout-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .buy-box {
    position: static;
  }

  .detail-main-image {
    min-height: 18rem;
  }

  .product-modal-info {
    padding: 0 1rem 1rem;
  }

  .product-modal-image {
    min-height: 20rem;
  }

  .compare-row {
    grid-template-columns: 150px repeat(var(--cols), minmax(130px, 1fr));
    min-width: 700px;
  }

  .compare-table {
    overflow: auto;
  }

  .mobile-nav {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 100;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
  }

  .mobile-nav a,
  .mobile-nav button {
    display: grid;
    gap: 0.18rem;
    place-items: center;
    min-height: 4rem;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 900;
  }

  .mobile-nav .icon {
    --icon-size: 1.25rem;
  }

  .compare-bar {
    bottom: 4.6rem;
  }
}

@media (max-width: 620px) {
  .signal-track {
    justify-content: flex-start;
    overflow-x: auto;
    padding-inline: 0;
    scrollbar-width: none;
  }

  .signal-track::-webkit-scrollbar {
    display: none;
  }

  .header-actions {
    gap: 0.35rem;
  }

  .section-head {
    gap: 0.75rem;
  }

  .catalog-tools {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .catalog-tools > * {
    min-width: 0;
  }

  .catalog-tools .button {
    width: 100%;
    min-height: 2.45rem;
    padding: 0.52rem 0.45rem;
    gap: 0.3rem;
    font-size: 0.78rem;
    line-height: 1.05;
  }

  .catalog-tools .icon {
    --icon-size: 1rem;
    flex: 0 0 auto;
  }

  .catalog-tools .select-label {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .icon-action {
    min-width: 2.4rem;
    padding: 0;
  }

  .account-menu .account-menu-button {
    min-width: 5.9rem;
    padding-inline: 0.5rem 0.6rem;
    border-color: rgba(7, 87, 173, 0.24);
    background: #ffffff;
    color: var(--text);
    box-shadow: 0 6px 18px rgba(7, 50, 105, 0.1);
  }

  .account-menu .account-menu-button .icon-user {
    --icon-size: 1.05rem;
    display: inline-block;
    color: #0757ad;
  }

  .account-menu .account-menu-button .action-text {
    display: inline;
    max-width: 5.8rem;
    overflow: hidden;
    color: var(--text);
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .account-menu.is-logged .account-menu-button {
    min-width: 6.7rem;
    padding-inline: 0.35rem 0.5rem;
    border-color: rgba(7, 87, 173, 0.22);
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(7, 50, 105, 0.1);
  }

  .account-menu.is-logged .account-menu-button .action-text {
    max-width: 5.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .account-dropdown {
    right: 0;
    left: auto;
    width: min(17rem, calc(100vw - 1rem));
  }

  .account-dropdown::before {
    right: 1.5rem;
    left: auto;
  }

  .account-center-nav,
  .account-data-grid,
  .form-split {
    grid-template-columns: 1fr;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .brand-mark {
    width: 2.35rem;
  }

  .profile-chip {
    grid-template-columns: 2.35rem minmax(0, 1fr);
    max-width: 8.5rem;
    padding-right: 0.55rem;
  }

  .profile-chip img {
    width: 2.35rem;
  }

  .hero {
    min-height: 28rem;
  }

  .hero-image-banner {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .hero-image-banner .hero-media {
    background-size: contain;
    background-position: center;
  }

  .hero-content {
    width: min(var(--max), calc(100% - 1rem));
    padding-top: 3rem;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 17vw, 4.8rem);
  }

  .quick-lanes,
  .service-band,
  .payment-choice {
    grid-template-columns: 1fr;
  }

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

  .product-card {
    min-height: 28rem;
  }

  .product-body {
    padding: 0.72rem;
  }

  .product-actions {
    grid-template-columns: 1fr repeat(2, 2.45rem);
    padding: 0 0.72rem 0.72rem;
  }

  .product-title {
    font-size: 0.92rem;
  }

  .pix-price {
    font-size: 1.08rem;
  }

  .installment,
  .rating-row small,
  .tag-row {
    font-size: 0.75rem;
  }

  .tag-row span:nth-child(n + 3) {
    display: none;
  }

  .cart-drawer {
    width: 100vw;
  }

  .modal {
    padding: 0.5rem;
  }

  .modal-card {
    max-height: 92vh;
  }

  .spec-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .signal-track {
    gap: 0.9rem;
    font-size: 0.72rem;
  }

  .header-main {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding-block: 0.45rem;
  }

  .profile-chip {
    display: none;
  }

  .header-actions {
    display: grid;
    grid-template-columns: minmax(5.7rem, 1.35fr) repeat(3, minmax(2.6rem, 0.7fr));
    grid-column: 1;
    width: 100%;
    max-width: none;
    overflow: visible;
    justify-self: stretch;
    scrollbar-width: none;
  }

  .account-menu {
    min-width: 0;
  }

  .account-menu.is-logged .account-menu-button {
    width: 100%;
    min-width: 0;
    min-height: 2.55rem;
  }

  .header-actions::-webkit-scrollbar {
    display: none;
  }

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

  .catalog-tools .button {
    min-height: 2.35rem;
    padding-inline: 0.32rem;
    font-size: 0.72rem;
  }

  .account-menu .account-menu-button {
    width: 100%;
    min-width: 0;
  }

  .account-menu .account-menu-button .action-text {
    max-width: none;
    font-size: 0.72rem;
  }

  .header-actions > .icon-action {
    width: 100%;
    min-width: 0;
  }

  .search-box {
    grid-column: 1;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .search-box button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 2.45rem;
    padding: 0.55rem 0.75rem;
  }

  .hero {
    min-height: 23rem;
  }

  .hero-image-banner {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }

  .product-actions {
    grid-template-columns: 1fr auto auto;
  }

  .mobile-nav a,
  .mobile-nav button {
    font-size: 0.68rem;
  }

  .checkout-card,
  .account-card,
  .account-center-card,
  .product-modal-card {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
