:root {
  --bg: #0f151a;
  --bg-strong: #151d23;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-solid: #ffffff;
  --surface-contrast: #151d24;
  --text: #182127;
  --text-soft: #626a71;
  --line: rgba(21, 29, 36, 0.11);
  --brand: #de7a1d;
  --brand-deep: #b85a0d;
  --accent: #243746;
  --accent-soft: #dbe5eb;
  --surface-muted: rgba(247, 249, 251, 0.94);
  --surface-alt: rgba(234, 239, 243, 0.88);
  --brand-soft: rgba(222, 122, 29, 0.12);
  --danger: #af3a2d;
  --shadow: 0 22px 56px rgba(20, 24, 28, 0.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: 1600px;
  --sidebar-width: 336px;
  --layout-gap: 24px;
  --header-offset: 112px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top center, rgba(222, 122, 29, 0.16), transparent 18%),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.03), transparent 24%),
    radial-gradient(circle at bottom right, rgba(222, 122, 29, 0.08), transparent 28%),
    linear-gradient(180deg, #0e1418 0%, #141b21 42%, #10161b 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    repeating-linear-gradient(135deg, rgba(222, 122, 29, 0.04) 0 2px, transparent 2px 24px);
  background-size: 64px 64px, 64px 64px, auto;
  opacity: 0.32;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.58));
}

body::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(222, 122, 29, 0), rgba(222, 122, 29, 0.45), rgba(222, 122, 29, 0));
  opacity: 0.3;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

button,
input,
select {
  font: inherit;
}

.site-shell {
  width: min(calc(100% - 18px), var(--container));
  margin: 0 auto;
  padding: 16px 0 42px;
  position: relative;
}

main {
  padding-right: calc(var(--sidebar-width) + var(--layout-gap));
}

body.page-category-view .hero,
body.page-category-view .highlight-strip,
body.page-category-view .service-strip,
body.page-category-view .freight-only-section {
  display: none;
}

body.page-category-view .catalog-layout {
  padding-top: 4px;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 40;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px 18px;
  padding: 10px 14px;
  margin-bottom: 22px;
  border: 1px solid rgba(222, 122, 29, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(10, 12, 14, 0.96), rgba(19, 23, 27, 0.94)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.12), rgba(21, 29, 36, 0.06));
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 36px rgba(8, 10, 12, 0.2);
  overflow: hidden;
  color: #eef2f4;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(222, 122, 29, 0.18), transparent 24%),
    linear-gradient(90deg, transparent 76%, rgba(222, 122, 29, 0.08));
}

.topbar::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(222, 122, 29, 0.95), rgba(222, 122, 29, 0.28));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  width: 132px;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(222, 122, 29, 0.28);
  background: #050505;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.brand-pill {
  display: none;
}

.brand-badge {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  background:
    linear-gradient(135deg, var(--brand), var(--brand-deep)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-text strong,
.section-heading h2,
.hero-copy h1,
.panel-card h2,
.product-name,
.freight-result h3 {
  font-family: "Bricolage Grotesque", sans-serif;
}

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

.main-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: center;
  gap: 4px;
  color: rgba(238, 242, 244, 0.72);
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

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

.topbar-tools {
  display: grid;
  grid-template-columns: minmax(216px, 248px) auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
  flex: 0 0 auto;
}

.topbar-search span {
  margin: 0;
  color: #ffc58d;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #fff;
  background: rgba(222, 122, 29, 0.16);
  border-color: rgba(222, 122, 29, 0.22);
  transform: translateY(-1px);
}

.topbar-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.topbar-cta {
  padding: 10px 16px;
  font-size: 0.92rem;
  white-space: nowrap;
}

.topbar-cta:hover,
.button:hover,
.topbar-cta:focus-visible,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(26, 31, 35, 0.12);
}

.topbar-cta,
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}

.button-secondary {
  color: var(--text);
  background: #fff;
  border-color: rgba(28, 38, 44, 0.08);
}

.button-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #1dbb6c, #128c50);
}

.button-ghost {
  color: var(--text-soft);
  background: transparent;
  border-color: var(--line);
}

.button-full {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.92fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 28px;
}

.hero-copy,
.hero-panel,
.highlight-strip,
.catalog-section,
.freight-only-card,
.cart-panel,
.site-footer {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(244, 239, 231, 0.9)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.045), rgba(21, 29, 36, 0.028));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  animation: rise-in 0.75s ease both;
}

.highlight-strip,
.catalog-section,
.freight-only-card,
.cart-panel,
.site-footer {
  border-color: rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(14, 19, 23, 0.97), rgba(20, 27, 32, 0.94)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.1), rgba(21, 29, 36, 0.06));
  box-shadow: 0 24px 56px rgba(7, 10, 12, 0.2);
}

.highlight-strip .section-heading h2,
.catalog-section .section-heading h2,
.freight-only-section .section-heading h2,
.cart-panel .section-heading h2,
.site-footer strong {
  color: #eef2f4;
}

.highlight-strip .section-heading p,
.catalog-section .section-note,
.freight-only-section .section-heading p,
.cart-panel .section-note,
.site-footer p {
  color: rgba(238, 242, 244, 0.72);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  padding: 30px 32px 28px;
  color: #f8f6f1;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(19, 26, 32, 0.985), rgba(30, 39, 46, 0.95) 58%, rgba(39, 52, 61, 0.93)),
    radial-gradient(circle at top left, rgba(222, 122, 29, 0.28), transparent 34%);
  box-shadow: 0 24px 60px rgba(18, 20, 21, 0.2);
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(122deg, transparent 0 64%, rgba(255, 255, 255, 0.045) 64% 66%, transparent 66% 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.032) 0 2px, transparent 2px 18px);
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -88px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 122, 29, 0.3), transparent 70%);
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--brand-deep);
  background: rgba(217, 106, 17, 0.12);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.hero-copy h1 {
  max-width: 14ch;
  margin: 0 0 12px;
  font-size: clamp(2.5rem, 4.6vw, 4.35rem);
  line-height: 0.94;
}

.hero-copy p,
.section-heading p,
.panel-card p,
.product-description,
.cart-note p,
.freight-result p {
  color: rgba(238, 242, 244, 0.72);
  line-height: 1.65;
}

.hero-copy .eyebrow {
  color: #ffdcb9;
  background: rgba(217, 106, 17, 0.16);
}

.hero-copy h1,
.hero-copy p {
  position: relative;
  z-index: 1;
}

.hero-copy p {
  color: rgba(248, 246, 241, 0.78);
}

.hero-copy .button-secondary {
  color: #f8f6f1;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.hero-copy .button-secondary:hover,
.hero-copy .button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.hero-mini {
  max-width: 48ch;
  margin: 0;
  font-size: 0.98rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 22px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.hero-points div,
.panel-card,
.product-card,
.cart-item,
.summary-card,
.freight-result,
.highlight-card,
.service-card,
.payment-method,
.payment-result {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(22, 29, 34, 0.98), rgba(29, 37, 43, 0.95)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.12), rgba(255, 255, 255, 0.02));
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  color: #eef2f4;
}

.hero-points div {
  padding: 14px 15px;
}

.hero-copy .hero-points div {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(217, 106, 17, 0.18), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-points strong,
.cart-note strong {
  display: block;
  margin-bottom: 6px;
}

.hero-points span {
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.hero-copy .hero-points strong {
  color: #fff;
}

.hero-copy .hero-points span {
  color: rgba(248, 246, 241, 0.76);
}

.panel-card,
.product-card,
.cart-item,
.summary-card,
.freight-result,
.highlight-card,
.service-card,
.payment-method,
.payment-result,
.department-card,
.marketplace-summary span,
.promo-pill {
  color: #eef2f4;
}

.hero-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-color: rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(14, 19, 23, 0.97), rgba(20, 27, 32, 0.94)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.08), rgba(255, 255, 255, 0.01));
  box-shadow: 0 24px 56px rgba(7, 10, 12, 0.2);
}

.hero-visual {
  position: relative;
  overflow: hidden;
  align-content: center;
  gap: 12px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(16, 22, 27, 0.99), rgba(28, 36, 42, 0.96) 58%, rgba(33, 43, 50, 0.94)),
    radial-gradient(circle at top right, rgba(222, 122, 29, 0.22), transparent 34%);
  border-color: rgba(255, 255, 255, 0.1);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 88%, rgba(255, 255, 255, 0.06) 88% 89%, transparent 89% 100%),
    linear-gradient(0deg, transparent 0 86%, rgba(222, 122, 29, 0.18) 86% 88%, transparent 88% 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.024) 0 2px, transparent 2px 18px);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto -54px -48px auto;
  width: 150px;
  height: 150px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(222, 122, 29, 0.2), rgba(255, 255, 255, 0));
  transform: rotate(24deg);
}

.hero-image {
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  border-radius: 22px;
  border: 1px solid rgba(24, 38, 45, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 54px rgba(24, 38, 45, 0.12);
}

.hero-visual-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: none;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(8, 10, 11, 0.84), rgba(17, 24, 29, 0.86)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.12), rgba(255, 255, 255, 0.025));
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

.hero-logo {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #050505;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.hero-visual-copy {
  display: grid;
  gap: 8px;
  color: #eef2f4;
}

.hero-visual-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(217, 106, 17, 0.14);
  color: #ffd1a7;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-visual-copy strong {
  font-family: "Bricolage Grotesque", sans-serif;
  max-width: 16ch;
  font-size: clamp(1.35rem, 2.1vw, 1.95rem);
  line-height: 1.02;
}

.hero-visual-copy p {
  margin: 0;
  color: rgba(238, 242, 244, 0.76);
  line-height: 1.5;
  font-size: 0.95rem;
}

.hero-visual-chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-visual-chips span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  color: #f5f1e8;
  font-weight: 700;
  font-size: 0.88rem;
}

.panel-card {
  padding: 22px;
}

.panel-card-large {
  background:
    linear-gradient(180deg, rgba(19, 26, 31, 0.98), rgba(28, 36, 42, 0.95)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.14), rgba(255, 255, 255, 0.02));
}

.panel-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--brand-deep);
  font-weight: 800;
}

.panel-card h2 {
  margin: 0 0 10px;
  font-size: 1.9rem;
}

.promo-stack {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.promo-stack-inline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 14px;
}

.promo-pill {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(222, 122, 29, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(19, 26, 31, 0.97), rgba(28, 36, 42, 0.94)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.1), rgba(255, 255, 255, 0.015));
}

.promo-pill strong {
  display: block;
}

.promo-pill span {
  color: rgba(238, 242, 244, 0.68);
  font-size: 0.92rem;
}

.promo-pill b {
  color: var(--brand-deep);
  white-space: nowrap;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.metric-value {
  display: block;
  margin-bottom: 8px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
}

.metric-label {
  color: rgba(238, 242, 244, 0.68);
  line-height: 1.5;
}

.highlight-strip {
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.highlight-strip::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), #f0b24e, var(--surface-contrast));
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.service-card {
  padding: 18px 20px;
}

.service-card h3,
.payment-result h3 {
  margin: 0 0 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.28rem;
}

.service-card p,
.payment-result p,
.chat-widget-header small {
  color: rgba(238, 242, 244, 0.7);
  line-height: 1.55;
  font-size: 0.95rem;
}

.section-heading {
  margin-bottom: 14px;
}

.freight-only-section {
  display: grid;
  gap: 18px;
}

.section-note {
  margin: 10px 0 0;
  color: rgba(238, 242, 244, 0.7);
}

.marketplace-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.marketplace-summary span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(22, 29, 34, 0.98), rgba(30, 38, 44, 0.95)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.1), rgba(255, 255, 255, 0.015));
  color: #eef2f4;
  font-weight: 700;
}

.catalog-section {
  --category-accent: var(--brand);
  --category-accent-strong: var(--brand-deep);
  --category-text-current: #eef2f4;
  --category-line-current: rgba(255, 255, 255, 0.12);
  --category-product-a: rgba(22, 29, 34, 0.98);
  --category-product-b: rgba(30, 38, 44, 0.95);
  --category-product-glow: rgba(222, 122, 29, 0.12);
  --category-product-text: #eef2f4;
  --category-product-muted: rgba(238, 242, 244, 0.68);
  --category-product-chip: rgba(255, 255, 255, 0.08);
  --category-product-border: rgba(255, 255, 255, 0.08);
}

.department-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.department-card {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 18px;
  min-height: 224px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid color-mix(in srgb, var(--department-accent, var(--brand)) 16%, rgba(255, 255, 255, 0.08));
  border-radius: 18px;
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--department-surface, #25313b) 84%, #0f1519 16%),
      color-mix(in srgb, var(--department-surface, #25313b) 62%, #10161a 38%)
    ),
    radial-gradient(circle at top right, color-mix(in srgb, var(--department-accent, var(--brand)) 16%, transparent), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 58%);
  text-align: left;
  color: var(--department-text, #eef2f4);
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  box-shadow:
    0 18px 36px rgba(7, 10, 12, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.department-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--department-accent, var(--brand)), transparent 92%);
}

.department-card::after {
  content: "";
  position: absolute;
  inset: auto -24px -36px auto;
  width: 132px;
  height: 132px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--department-glow, rgba(222, 122, 29, 0.18)), transparent 70%);
  transform: rotate(18deg);
  pointer-events: none;
  z-index: 0;
}

.department-card:hover,
.department-card:focus-visible,
.department-card.active {
  transform: translateY(-3px);
  box-shadow:
    0 24px 44px rgba(7, 10, 12, 0.24),
    0 0 0 1px color-mix(in srgb, var(--department-accent, var(--brand)) 16%, transparent);
  border-color: color-mix(in srgb, var(--department-accent, var(--brand)) 36%, rgba(255, 255, 255, 0.08));
}

.department-card.active {
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--department-surface, #25313b) 88%, #0d1419 12%),
      color-mix(in srgb, var(--department-surface, #25313b) 66%, #12191e 34%)
    ),
    radial-gradient(circle at top right, color-mix(in srgb, var(--department-accent, var(--brand)) 18%, transparent), transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 58%);
}

.department-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  position: relative;
  z-index: 1;
  background: color-mix(in srgb, var(--department-accent, var(--brand)) 18%, rgba(255, 255, 255, 0.08));
  color: color-mix(in srgb, var(--department-accent, var(--brand)) 72%, var(--department-text, #eef2f4));
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.department-title {
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.1rem;
  color: var(--department-text, #eef2f4);
}

.department-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--department-muted, rgba(238, 242, 244, 0.68));
  font-size: 0.92rem;
  line-height: 1.5;
}

.department-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
  color: var(--department-muted, rgba(238, 242, 244, 0.62));
  font-size: 0.88rem;
  font-weight: 700;
}

.department-cta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(238, 242, 244, 0.88);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.03;
}

.section-heading-inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.highlight-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  min-height: 208px;
  background:
    linear-gradient(180deg, rgba(22, 29, 34, 0.98), rgba(31, 39, 45, 0.95)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.12), rgba(255, 255, 255, 0.015));
}

.highlight-card:hover,
.product-card:hover,
.panel-card:hover,
.service-card:hover,
.payment-method:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(21, 29, 36, 0.08);
  border-color: rgba(222, 122, 29, 0.18);
}

.highlight-card::before {
  content: "";
  position: absolute;
  inset: auto -24px -28px auto;
  width: 160px;
  height: 160px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(222, 122, 29, 0.18), rgba(36, 55, 70, 0.1));
  transform: rotate(18deg);
}

.highlight-card > * {
  position: relative;
}

.highlight-card .tag-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.tag-row .category-chip,
.product-category,
.product-badge,
.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tag-row .category-chip,
.product-category {
  padding: 7px 10px;
  color: #dbe5eb;
  background: rgba(255, 255, 255, 0.08);
}

.tag-row .discount-chip,
.product-badge {
  padding: 7px 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--category-accent), var(--category-accent-strong));
}

.highlight-card h3 {
  margin: 0 0 12px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.55rem;
}

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

.price-row strong,
.product-price {
  font-size: 1.35rem;
  font-weight: 800;
}

.price-row span,
.product-old-price {
  color: rgba(238, 242, 244, 0.56);
  text-decoration: line-through;
}

.catalog-layout {
  display: block;
}

.catalog-column {
  display: grid;
  gap: 24px;
}

.catalog-section,
.freight-only-card,
.cart-panel {
  padding: 24px;
}

.search-field,
.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--text-soft);
  font-weight: 700;
}

.freight-only-card .field,
.cart-panel .field {
  color: rgba(238, 242, 244, 0.74);
}

.search-field input,
.field input,
.field select {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.topbar-search.search-field {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: auto;
  min-width: 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.topbar-search.search-field span {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(222, 122, 29, 0.16);
}

.topbar-search input {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #f4f6f7;
  box-shadow: none;
}

.topbar-search input::placeholder {
  color: rgba(233, 238, 241, 0.56);
}

.search-field input:focus,
.field input:focus,
.field select:focus {
  border-color: rgba(217, 106, 17, 0.36);
  box-shadow: 0 0 0 4px rgba(217, 106, 17, 0.12);
  background: #fff;
}

.topbar-search input:focus {
  border-color: transparent;
  box-shadow: none;
  background: transparent;
}

.topbar .button-whatsapp {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar .button-whatsapp:hover,
.topbar .button-whatsapp:focus-visible {
  box-shadow: 0 12px 28px rgba(29, 187, 108, 0.24);
}

.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.catalog-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  color: var(--category-text-current);
}

.catalog-results-head strong {
  display: block;
  margin-top: 6px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.05;
}

.catalog-results-head p {
  max-width: 46ch;
  margin: 0;
  color: color-mix(in srgb, var(--category-text-current) 72%, transparent);
  line-height: 1.55;
}

.catalog-results-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--category-text-current);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.category-stage {
  --category-surface-a: #141b20;
  --category-surface-b: #2a353d;
  --category-accent: var(--brand);
  --category-accent-strong: var(--brand-deep);
  --category-text: #eef2f4;
  --category-muted: rgba(238, 242, 244, 0.72);
  --category-card: rgba(255, 255, 255, 0.08);
  --category-border: rgba(255, 255, 255, 0.1);
  --category-glow: rgba(222, 122, 29, 0.22);
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid var(--category-border);
  border-radius: 26px;
  color: var(--category-text);
  background:
    radial-gradient(circle at top right, var(--category-glow), transparent 34%),
    linear-gradient(135deg, var(--category-surface-a), var(--category-surface-b));
  box-shadow: 0 24px 54px rgba(7, 10, 12, 0.22);
}

.category-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 68%, rgba(255, 255, 255, 0.05) 68% 69%, transparent 69% 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 20px);
}

.category-stage::after {
  content: "";
  position: absolute;
  inset: auto -46px -78px auto;
  width: 220px;
  height: 220px;
  border-radius: 34px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--category-accent) 30%, transparent), transparent 72%);
  transform: rotate(18deg);
  opacity: 0.9;
}

.category-stage[data-category-slug="tintas"]::after {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, #efc35d, #ef7b59, #d65d88, #7aa6ef, #76c2ab, #efc35d);
  filter: blur(10px);
  opacity: 0.28;
  transform: none;
}

.category-stage[data-category-slug="estrutural"]::after {
  width: 310px;
  height: 170px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(90deg, rgba(191, 122, 76, 0.38) 0 36px, rgba(224, 214, 204, 0.1) 36px 72px);
  filter: none;
  opacity: 0.34;
  transform: rotate(-7deg);
}

.category-stage[data-category-slug="hidraulica"]::after {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(79, 164, 217, 0.34), transparent 56%),
    repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0 10px, transparent 10px 26px);
  opacity: 0.34;
  transform: none;
}

.category-stage[data-category-slug="eletrica"]::after {
  width: 260px;
  height: 190px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(243, 196, 69, 0.18) 0 10%, transparent 10% 30%, rgba(243, 196, 69, 0.22) 30% 34%, transparent 34% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    radial-gradient(circle at 18% 36%, rgba(243, 196, 69, 0.36) 0 8px, transparent 9px),
    radial-gradient(circle at 78% 62%, rgba(243, 196, 69, 0.28) 0 7px, transparent 8px);
  opacity: 0.45;
  transform: rotate(-9deg);
}

.category-stage[data-category-slug="acabamentos"]::after {
  width: 260px;
  height: 260px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(213, 162, 111, 0.18), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 10px, transparent 10px 24px);
  opacity: 0.3;
}

.category-stage[data-category-slug="banheiro"]::after {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 32%, rgba(255, 255, 255, 0.45), transparent 28%),
    radial-gradient(circle at center, rgba(122, 167, 203, 0.24), transparent 64%);
  opacity: 0.45;
  transform: none;
}

.category-stage-main,
.category-stage-visual {
  position: relative;
  z-index: 1;
}

.category-stage-main {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.92fr);
  gap: 18px;
  align-items: stretch;
}

.category-stage-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.category-stage .eyebrow {
  margin-bottom: 0;
  color: var(--category-text);
  background: color-mix(in srgb, var(--category-accent) 26%, transparent);
}

.category-stage-breadcrumb {
  color: var(--category-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.category-stage-title,
.category-stage-visual-title {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 0.98;
}

.category-stage-title {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  max-width: 16ch;
}

.category-stage-description,
.category-stage-visual-text {
  margin: 0;
  max-width: 56ch;
  color: var(--category-muted);
  line-height: 1.62;
}

.category-stage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.category-stage .button-primary {
  background: linear-gradient(135deg, var(--category-accent), var(--category-accent-strong));
}

.category-stage .button-secondary {
  color: var(--category-text);
  background: color-mix(in srgb, var(--category-card) 92%, transparent);
  border-color: var(--category-border);
}

.category-stage-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.category-stage-point,
.category-stage-visual-panel,
.category-stage-shelf,
.category-shelf-item {
  border: 1px solid var(--category-border);
  border-radius: 20px;
  background: color-mix(in srgb, var(--category-card) 92%, transparent);
  backdrop-filter: blur(10px);
}

.category-stage-point {
  padding: 16px;
}

.category-stage-point strong {
  display: block;
  color: var(--category-text);
  font-size: 0.94rem;
  line-height: 1.55;
}

.category-stage-visual {
  display: grid;
  gap: 12px;
}

.category-stage-visual-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 256px;
  padding: 20px;
}

.category-stage-kicker,
.category-stage-shelf-kicker,
.category-shelf-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--category-accent) 22%, transparent);
  color: var(--category-text);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.category-stage-visual-title {
  max-width: 15ch;
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
}

.category-stage-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.category-swatch {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--category-border);
  background: rgba(255, 255, 255, 0.06);
  color: var(--category-text);
  font-size: 0.84rem;
  font-weight: 700;
}

.category-swatch i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--swatch-color);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.category-stage-shelf {
  padding: 16px;
}

.category-stage-shelf-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.category-stage-shelf-head strong {
  display: block;
  margin-top: 8px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.12rem;
}

.category-stage-shelf-meta {
  color: var(--category-muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-align: right;
}

.category-stage-shelf-list {
  display: grid;
  gap: 10px;
}

.category-shelf-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 14px;
}

.category-shelf-copy {
  display: grid;
  gap: 7px;
}

.category-shelf-copy strong {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

.category-shelf-copy span:last-child {
  color: var(--category-muted);
  font-size: 0.88rem;
}

.category-shelf-side {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.category-shelf-side b {
  font-size: 1.04rem;
}

.filter-chip {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(238, 242, 244, 0.78);
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-chip.active,
.filter-chip:hover,
.filter-chip:focus-visible {
  color: #fff;
  border-color: var(--category-line-current);
  background: linear-gradient(135deg, var(--category-accent), var(--category-accent-strong));
}

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

.product-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 22px;
  box-shadow: 0 18px 34px rgba(7, 10, 12, 0.18);
}

.product-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at top left, rgba(222, 122, 29, 0.14), transparent 55%);
}

.product-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(8, 12, 15, 0.34));
  pointer-events: none;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 14px;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--category-accent), color-mix(in srgb, var(--category-accent) 60%, #ffffff), var(--surface-contrast));
}

.product-marketplace-row,
.product-foot-notes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.product-seller,
.product-shipping,
.product-stock,
.product-installments {
  color: rgba(238, 242, 244, 0.68);
  font-size: 0.88rem;
  line-height: 1.4;
}

.product-seller {
  font-weight: 700;
}

.product-shipping {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #eef2f4;
  font-weight: 800;
}

.product-card-top,
.product-footer,
.product-meta,
.cart-item-row,
.summary-row,
.freight-result-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.product-name {
  margin: 0;
  font-size: 1.45rem;
}

.product-description {
  margin: 0;
}

.price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.marketplace-info {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 6px;
}

.product-unit,
.product-weight {
  color: rgba(238, 242, 244, 0.62);
  font-size: 0.92rem;
}

.catalog-section[data-category-slug] .product-card {
  background:
    linear-gradient(180deg, var(--category-product-a), var(--category-product-b)),
    linear-gradient(135deg, var(--category-product-glow), rgba(255, 255, 255, 0.015));
  border-color: var(--category-product-border);
  color: var(--category-product-text);
}

.catalog-section[data-category-slug] .product-card::after {
  content: "";
  position: absolute;
  inset: auto -34px -40px auto;
  width: 148px;
  height: 148px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--category-product-glow), transparent 72%);
  transform: rotate(18deg);
  opacity: 0.95;
  pointer-events: none;
}

.catalog-section[data-category-slug] .product-card > * {
  position: relative;
  z-index: 1;
}

.product-card[data-category-slug] .product-media {
  border-color: color-mix(in srgb, var(--product-card-accent) 20%, var(--product-card-border));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--product-card-a) 84%, #ffffff 16%), color-mix(in srgb, var(--product-card-b) 88%, #ffffff 12%)),
    radial-gradient(circle at top left, color-mix(in srgb, var(--product-card-accent) 18%, transparent), transparent 55%);
}

.catalog-section[data-category-slug] .product-description,
.catalog-section[data-category-slug] .product-seller,
.catalog-section[data-category-slug] .product-stock,
.catalog-section[data-category-slug] .product-installments,
.catalog-section[data-category-slug] .product-unit,
.catalog-section[data-category-slug] .product-weight,
.catalog-section[data-category-slug] .price-row span,
.catalog-section[data-category-slug] .product-old-price {
  color: var(--category-product-muted);
}

.catalog-section[data-category-slug] .product-shipping,
.catalog-section[data-category-slug] .product-category {
  background: var(--category-product-chip);
  color: var(--category-product-text);
}

.catalog-section[data-category-slug="cimentos"] {
  --category-product-a: rgba(25, 31, 36, 0.98);
  --category-product-b: rgba(43, 52, 59, 0.95);
  --category-product-glow: rgba(222, 122, 29, 0.16);
  --category-product-text: #eef2f4;
  --category-product-muted: rgba(238, 242, 244, 0.68);
  --category-product-chip: rgba(255, 255, 255, 0.08);
  --category-product-border: rgba(255, 255, 255, 0.08);
}

.catalog-section[data-category-slug="estrutural"] {
  --category-product-a: rgba(255, 249, 242, 0.97);
  --category-product-b: rgba(232, 224, 214, 0.94);
  --category-product-glow: rgba(191, 122, 76, 0.18);
  --category-product-text: #312924;
  --category-product-muted: rgba(49, 41, 36, 0.72);
  --category-product-chip: rgba(187, 110, 63, 0.1);
  --category-product-border: rgba(63, 48, 37, 0.12);
}

.catalog-section[data-category-slug="hidraulica"] {
  --category-product-a: rgba(18, 42, 54, 0.98);
  --category-product-b: rgba(30, 63, 78, 0.95);
  --category-product-glow: rgba(62, 150, 201, 0.18);
  --category-product-text: #edf7fc;
  --category-product-muted: rgba(237, 247, 252, 0.74);
  --category-product-chip: rgba(255, 255, 255, 0.1);
  --category-product-border: rgba(255, 255, 255, 0.1);
}

.catalog-section[data-category-slug="eletrica"] {
  --category-product-a: rgba(18, 22, 27, 0.98);
  --category-product-b: rgba(34, 42, 51, 0.96);
  --category-product-glow: rgba(240, 181, 62, 0.2);
  --category-product-text: #f7f7f2;
  --category-product-muted: rgba(247, 247, 242, 0.72);
  --category-product-chip: rgba(243, 196, 69, 0.12);
  --category-product-border: rgba(255, 255, 255, 0.1);
}

.catalog-section[data-category-slug="acabamentos"] {
  --category-product-a: rgba(33, 28, 24, 0.98);
  --category-product-b: rgba(58, 48, 40, 0.95);
  --category-product-glow: rgba(213, 162, 111, 0.18);
  --category-product-text: #f7f2ec;
  --category-product-muted: rgba(247, 242, 236, 0.74);
  --category-product-chip: rgba(255, 255, 255, 0.08);
  --category-product-border: rgba(255, 255, 255, 0.1);
}

.catalog-section[data-category-slug="ferramentas"] {
  --category-product-a: rgba(21, 25, 28, 0.98);
  --category-product-b: rgba(47, 56, 64, 0.95);
  --category-product-glow: rgba(222, 122, 29, 0.18);
  --category-product-text: #f2f5f7;
  --category-product-muted: rgba(242, 245, 247, 0.72);
  --category-product-chip: rgba(255, 255, 255, 0.08);
  --category-product-border: rgba(255, 255, 255, 0.1);
}

.catalog-section[data-category-slug="cobertura"] {
  --category-product-a: rgba(23, 34, 42, 0.98);
  --category-product-b: rgba(49, 66, 77, 0.95);
  --category-product-glow: rgba(188, 116, 64, 0.16);
  --category-product-text: #eef3f6;
  --category-product-muted: rgba(238, 243, 246, 0.72);
  --category-product-chip: rgba(255, 255, 255, 0.08);
  --category-product-border: rgba(255, 255, 255, 0.1);
}

.catalog-section[data-category-slug="tintas"] {
  --category-product-a: rgba(43, 21, 29, 0.98);
  --category-product-b: rgba(79, 35, 50, 0.95);
  --category-product-glow: rgba(243, 143, 88, 0.24);
  --category-product-text: #fff3ea;
  --category-product-muted: rgba(255, 243, 234, 0.76);
  --category-product-chip: rgba(255, 255, 255, 0.12);
  --category-product-border: rgba(255, 255, 255, 0.1);
}

.catalog-section[data-category-slug="ferragens"] {
  --category-product-a: rgba(24, 28, 32, 0.98);
  --category-product-b: rgba(45, 52, 58, 0.95);
  --category-product-glow: rgba(142, 154, 166, 0.18);
  --category-product-text: #eef3f6;
  --category-product-muted: rgba(238, 243, 246, 0.72);
  --category-product-chip: rgba(255, 255, 255, 0.08);
  --category-product-border: rgba(255, 255, 255, 0.1);
}

.catalog-section[data-category-slug="banheiro"] {
  --category-product-a: rgba(248, 252, 253, 0.97);
  --category-product-b: rgba(223, 235, 241, 0.94);
  --category-product-glow: rgba(122, 167, 203, 0.18);
  --category-product-text: #20313d;
  --category-product-muted: rgba(32, 49, 61, 0.72);
  --category-product-chip: rgba(122, 167, 203, 0.12);
  --category-product-border: rgba(32, 49, 61, 0.1);
}

.freight-only-card,
.cart-panel {
  display: grid;
  gap: 22px;
}

.support-actions {
  display: grid;
  gap: 10px;
}

.freight-form,
.customer-box {
  display: grid;
  gap: 14px;
}

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

.freight-result {
  min-height: 190px;
  padding: 22px;
}

.freight-result h3,
.freight-result p,
.summary-card h3,
.summary-card p {
  margin-top: 0;
}

.freight-value {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  color: #eef2f4;
}

.freight-caption {
  color: rgba(238, 242, 244, 0.68);
  font-size: 0.95rem;
}

.cart-column {
  position: fixed;
  top: calc(var(--header-offset) + 8px);
  right: max(calc((100vw - var(--container)) / 2), 16px);
  width: var(--sidebar-width);
  height: calc(100vh - var(--header-offset) - 26px);
  z-index: 24;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.empty-state {
  margin: 0;
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: rgba(238, 242, 244, 0.66);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.cart-item {
  padding: 16px;
}

.cart-item h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
}

.cart-item small,
.summary-row span:first-child,
.muted {
  color: rgba(238, 242, 244, 0.68);
}

.qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.qty-button {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #eef2f4;
  cursor: pointer;
}

.summary-card {
  padding: 20px;
}

.summary-card + .summary-card {
  margin-top: 12px;
}

.summary-row {
  padding: 10px 0;
}

.summary-row + .summary-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-row.total {
  font-weight: 800;
  font-size: 1.08rem;
  color: #eef2f4;
}

.cart-actions {
  display: grid;
  gap: 10px;
}

.payment-panel {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(22, 29, 34, 0.98), rgba(30, 38, 44, 0.95)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.12), rgba(255, 255, 255, 0.015));
}

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

.payment-method {
  display: grid;
  gap: 6px;
  padding: 16px;
  text-align: left;
  cursor: pointer;
}

.payment-method strong {
  font-size: 1rem;
}

.payment-method span {
  color: rgba(238, 242, 244, 0.68);
  line-height: 1.5;
}

.payment-method.active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--surface-contrast), #22404d);
}

.payment-method.active span {
  color: rgba(255, 255, 255, 0.78);
}

.payment-form,
.payment-fields {
  display: grid;
  gap: 14px;
}

.payment-helper {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(222, 122, 29, 0.14);
  border-radius: 16px;
  background: rgba(222, 122, 29, 0.08);
  color: rgba(238, 242, 244, 0.76);
}

.payment-result {
  min-height: 180px;
  padding: 20px;
}

.payment-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.payment-status.pending {
  color: var(--brand-deep);
  background: rgba(222, 122, 29, 0.12);
}

.payment-status.approved {
  color: var(--accent);
  background: rgba(36, 55, 70, 0.1);
}

.payment-code {
  margin: 14px 0;
  padding: 14px 16px;
  border: 1px dashed rgba(28, 38, 44, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  font-family: "Courier New", monospace;
  font-size: 0.92rem;
  line-height: 1.6;
  word-break: break-all;
}

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

.payment-caption {
  margin-bottom: 0;
  color: rgba(238, 242, 244, 0.7);
}

.cart-note {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(222, 122, 29, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(22, 29, 34, 0.98), rgba(30, 38, 44, 0.95)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.08), rgba(255, 255, 255, 0.01));
}

.cart-panel {
  position: relative;
  top: auto;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  scrollbar-color: rgba(217, 106, 17, 0.46) rgba(24, 38, 45, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 66px rgba(7, 10, 12, 0.22);
}

.cart-panel > * {
  min-width: 0;
}

.cart-panel > .section-heading {
  position: static;
  padding: 0;
  margin-bottom: 2px;
  background: none;
}

.cart-panel .section-heading h2 {
  max-width: none;
  font-size: clamp(1.45rem, 1.9vw, 1.85rem);
  line-height: 1.06;
}

.cart-panel::-webkit-scrollbar {
  width: 8px;
}

.cart-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 1px solid rgba(19, 26, 31, 0.94);
  background: linear-gradient(180deg, rgba(217, 106, 17, 0.54), rgba(169, 75, 7, 0.46));
}

.cart-panel::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(24, 38, 45, 0.04);
}

.cart-progress,
.customer-box,
.support-actions,
.payment-panel,
.cart-actions,
.cart-note-future {
  display: none !important;
}

.cart-note-freight {
  display: none !important;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-top: 28px;
  margin-right: calc(var(--sidebar-width) + var(--layout-gap));
  padding: 24px 28px;
}

.site-footer p {
  margin-bottom: 0;
  color: rgba(238, 242, 244, 0.72);
}

.is-hidden {
  display: none !important;
}

.chat-toggle-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  background: linear-gradient(135deg, var(--surface-contrast), #22404d);
  box-shadow: 0 18px 34px rgba(18, 36, 44, 0.25);
}

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 82px;
  z-index: 39;
  width: min(380px, calc(100vw - 24px));
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(14, 19, 23, 0.98), rgba(21, 28, 33, 0.96)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.08), rgba(255, 255, 255, 0.01));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  color: #eef2f4;
}

.chat-widget-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
}

.chat-widget-header strong {
  display: block;
  margin-bottom: 4px;
}

.chat-close-button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #eef2f4;
  cursor: pointer;
  font-size: 1.2rem;
}

.chat-messages {
  display: grid;
  gap: 10px;
  max-height: 320px;
  overflow: auto;
  padding-right: 4px;
}

.chat-message {
  display: grid;
  gap: 6px;
}

.chat-message.customer {
  justify-items: end;
}

.chat-bubble {
  max-width: 86%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  line-height: 1.55;
  color: #eef2f4;
}

.chat-message.customer .chat-bubble {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}

.chat-time {
  color: rgba(238, 242, 244, 0.56);
  font-size: 0.78rem;
}

.chat-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-chat-button {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #eef2f4;
  cursor: pointer;
}

.chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.chat-form input {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #eef2f4;
  outline: none;
}

.status-good {
  color: var(--accent);
}

.status-warn {
  color: var(--brand-deep);
}

.status-bad {
  color: var(--danger);
}

@media (max-width: 1120px) {
  .hero,
  .catalog-layout {
    grid-template-columns: 1fr;
  }

  main {
    padding-right: 0;
  }

  .topbar {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .topbar-tools {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-left: auto;
  }

  .cart-column {
    position: static;
    width: auto;
    height: auto;
  }

  .cart-panel {
    position: static;
    top: auto;
    height: auto;
    overflow: visible;
  }

  .cart-panel > .section-heading {
    position: static;
    padding: 0;
    background: none;
  }

  .site-footer {
    margin-right: 0;
  }

  .panel-grid,
  .highlight-grid,
  .hero-points,
  .category-stage-main,
  .category-stage-points,
  .service-strip,
  .promo-stack-inline,
  .department-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 800px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--container));
  }

  .topbar {
    display: flex;
    position: sticky;
    top: 10px;
    align-items: stretch;
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .main-nav,
  .section-heading-inline,
  .topbar-tools {
    flex-direction: column;
    align-items: stretch;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .topbar-tools {
    width: 100%;
    margin-left: 0;
  }

  .topbar-search {
    width: 100%;
  }

  .brand {
    width: auto;
  }

  .brand-logo {
    width: 138px;
  }

  .brand-pill {
    font-size: 0.68rem;
    padding: 8px 10px;
  }

  .hero-copy,
  .hero-panel,
  .highlight-strip,
  .catalog-section,
  .freight-only-card,
  .cart-panel,
  .site-footer {
    padding: 22px;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .field-grid,
  .payment-methods,
  .highlight-grid,
  .product-grid,
  .hero-points,
  .category-stage-main,
  .category-stage-points,
  .panel-grid,
  .service-strip,
  .promo-stack-inline {
    grid-template-columns: 1fr;
  }

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

  .catalog-results-head,
  .category-stage-shelf-head,
  .category-shelf-item {
    grid-template-columns: 1fr;
  }

  .catalog-results-head {
    flex-direction: column;
    align-items: stretch;
  }

  .category-stage {
    padding: 20px;
  }

  .category-stage-shelf-head {
    display: grid;
  }

  .category-stage-shelf-meta,
  .category-shelf-side {
    text-align: left;
    justify-items: start;
  }

  .hero-visual-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .hero-logo {
    max-width: 240px;
  }

  .hero-visual-chips span {
    width: 100%;
    justify-content: center;
  }

  .chat-widget {
    right: 10px;
    left: 10px;
    bottom: 76px;
    width: auto;
  }

  .chat-toggle-button {
    right: 10px;
    bottom: 10px;
  }

  .chat-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }
}

body {
  --page-accent: var(--brand);
  --page-accent-strong: var(--brand-deep);
  --page-surface-a: #161d22;
  --page-surface-b: #273138;
  --page-glow: rgba(222, 122, 29, 0.22);
  --page-text: #eef2f4;
  --page-muted: rgba(238, 242, 244, 0.72);
  --page-border: rgba(255, 255, 255, 0.08);
}

body.page-category-view {
  background:
    radial-gradient(circle at 10% 8%, color-mix(in srgb, var(--page-accent) 18%, transparent), transparent 24%),
    radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--page-surface-b) 72%, transparent), transparent 28%),
    radial-gradient(circle at 68% 88%, color-mix(in srgb, var(--page-accent-strong) 12%, transparent), transparent 22%),
    linear-gradient(180deg, #0c1216 0%, #12191e 48%, #0d1318 100%);
}

body.page-category-view::before {
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    repeating-linear-gradient(
      135deg,
      color-mix(in srgb, var(--page-accent) 10%, transparent) 0 2px,
      transparent 2px 28px
    );
}

body.page-category-view .topbar {
  border-color: color-mix(in srgb, var(--page-accent) 28%, rgba(255, 255, 255, 0.08));
  box-shadow:
    0 24px 44px rgba(7, 10, 12, 0.26),
    0 0 0 1px color-mix(in srgb, var(--page-accent) 12%, transparent);
}

body.page-category-view .topbar::after {
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--page-accent) 92%, white 4%),
    color-mix(in srgb, var(--page-accent-strong) 62%, transparent)
  );
}

body.page-category-view .topbar-search.search-field {
  border-color: color-mix(in srgb, var(--page-accent) 22%, rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.page-category-view .catalog-layout {
  align-items: start;
}

body.page-category-view .catalog-section {
  position: relative;
  overflow: hidden;
  padding: 22px 24px 30px;
  background:
    linear-gradient(180deg, rgba(12, 17, 21, 0.96), rgba(17, 23, 28, 0.94)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--page-accent) 12%, transparent), transparent 28%);
  box-shadow:
    0 28px 72px rgba(7, 10, 12, 0.24),
    0 0 0 1px color-mix(in srgb, var(--page-accent) 12%, transparent);
}

body.page-category-view .catalog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 72%, color-mix(in srgb, var(--page-accent) 12%, transparent) 72% 74%, transparent 74% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.018));
  opacity: 0.88;
}

body.page-category-view .catalog-section > .section-heading,
body.page-category-view .catalog-section > .marketplace-summary {
  display: none;
}

.category-rail-shell {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

body:not(.page-category-view) .category-rail-head {
  display: none;
}

.category-rail-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}

.category-rail-head-side {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
  flex-wrap: wrap;
}

.category-rail-head p {
  margin: 0;
  color: rgba(238, 242, 244, 0.64);
  font-size: 0.95rem;
  max-width: 42ch;
}

.category-rail-controls {
  display: none;
  align-items: center;
  gap: 10px;
}

.category-rail-arrow {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(27, 33, 38, 0.98), rgba(16, 21, 25, 0.98)),
    linear-gradient(135deg, rgba(222, 122, 29, 0.14), transparent 62%);
  color: #f4f7f9;
  box-shadow:
    0 14px 28px rgba(4, 7, 9, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease,
    background 180ms ease;
}

.category-rail-arrow:hover,
.category-rail-arrow:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(222, 122, 29, 0.4);
}

.category-rail-arrow[disabled] {
  opacity: 0.34;
  cursor: default;
  transform: none;
}

.category-rail-arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1;
}

.category-rail-carousel {
  position: relative;
}

body.page-category-view .department-grid {
  grid-auto-flow: column;
  grid-auto-columns: minmax(184px, 196px);
  grid-template-columns: none;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

body.page-category-view .department-grid::-webkit-scrollbar {
  display: none;
}

body.page-category-view .category-rail-controls {
  display: inline-flex;
}

body.page-category-view .category-rail-carousel::before,
body.page-category-view .category-rail-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 4px;
  width: 56px;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  transition: opacity 180ms ease;
}

body.page-category-view .category-rail-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(14, 19, 24, 0.96), rgba(14, 19, 24, 0));
}

body.page-category-view .category-rail-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(14, 19, 24, 0.96), rgba(14, 19, 24, 0));
}

body.page-category-view .category-rail-shell[data-scroll-start="true"] .category-rail-carousel::before {
  opacity: 0;
}

body.page-category-view .category-rail-shell[data-scroll-end="true"] .category-rail-carousel::after {
  opacity: 0;
}

body.page-category-view .category-rail-shell[data-carousel-ready="false"] .category-rail-controls {
  opacity: 0.34;
}

body.page-category-view .department-card {
  position: relative;
  min-height: 144px;
  padding: 16px 16px 14px;
  gap: 8px;
  overflow: hidden;
  border-radius: 20px;
  border-color: color-mix(in srgb, var(--department-accent) 16%, rgba(255, 255, 255, 0.08));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--department-surface) 86%, #0f1519 14%), rgba(18, 24, 29, 0.96)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--department-accent) 12%, transparent), transparent 42%);
  box-shadow:
    0 18px 36px rgba(7, 10, 12, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.page-category-view .department-card::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--department-accent), transparent 92%);
}

body.page-category-view .department-card::after {
  content: "";
  position: absolute;
  inset: auto -28px -32px auto;
  width: 110px;
  height: 110px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--department-glow), transparent 70%);
  transform: rotate(18deg);
  pointer-events: none;
}

body.page-category-view .department-card:hover,
body.page-category-view .department-card:focus-visible,
body.page-category-view .department-card.active {
  border-color: color-mix(in srgb, var(--department-accent) 36%, rgba(255, 255, 255, 0.08));
  box-shadow:
    0 24px 44px rgba(7, 10, 12, 0.22),
    0 0 0 1px color-mix(in srgb, var(--department-accent) 16%, transparent);
}

body.page-category-view .department-icon {
  background: color-mix(in srgb, var(--department-accent) 20%, transparent);
  color: #fff;
}

body.page-category-view .department-title {
  color: var(--department-text);
}

body.page-category-view .department-copy,
body.page-category-view .department-meta {
  color: var(--department-muted);
}

body.page-category-view .department-copy {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.84rem;
}

body.page-category-view .category-stage {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid color-mix(in srgb, var(--category-accent) 18%, var(--category-border));
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--category-surface-a) 88%, #080c0e 12%), color-mix(in srgb, var(--category-surface-b) 90%, #10161a 10%)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--category-accent) 14%, transparent), transparent 34%);
  box-shadow:
    0 34px 80px rgba(4, 7, 9, 0.26),
    0 0 0 1px color-mix(in srgb, var(--category-accent) 8%, transparent);
}

.category-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 2px, transparent 2px 22px),
    linear-gradient(122deg, transparent 0 58%, rgba(255, 255, 255, 0.04) 58% 60%, transparent 60% 100%);
  opacity: 0.7;
}

.category-stage::after {
  content: "";
  position: absolute;
  inset: auto -90px -120px auto;
  width: 320px;
  height: 320px;
  border-radius: 42px;
  background: linear-gradient(135deg, var(--category-glow), transparent 72%);
  transform: rotate(18deg);
  opacity: 0.9;
  pointer-events: none;
}

.category-stage-main,
.category-stage-support {
  position: relative;
  z-index: 1;
}

.category-stage-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: start;
}

.category-stage-copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.category-stage-breadcrumb {
  color: var(--category-muted);
  font-size: 0.96rem;
  letter-spacing: 0.01em;
}

.category-stage-copy h3 {
  margin: 0;
  max-width: 11ch;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--category-text);
}

.category-stage-description {
  margin: 0;
  max-width: 60ch;
  color: var(--category-muted);
  font-size: 1.03rem;
  line-height: 1.68;
}

.category-stage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.category-metric-card {
  position: relative;
  overflow: hidden;
  min-height: 114px;
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--category-accent) 12%, var(--category-border));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--category-card) 84%, transparent), color-mix(in srgb, var(--category-surface-a) 8%, transparent)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--category-accent) 10%, transparent), transparent 52%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.category-metric-card span,
.category-metric-card small {
  display: block;
}

.category-metric-card span {
  margin-bottom: 10px;
  color: color-mix(in srgb, var(--category-accent) 66%, var(--category-text));
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-metric-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.08rem;
  line-height: 1.08;
  color: var(--category-text);
}

.category-metric-card small {
  color: var(--category-muted);
  line-height: 1.45;
}

.category-stage-visual {
  display: grid;
  gap: 14px;
}

.category-stage-visual-panel,
.category-stage-shelf {
  border: 1px solid color-mix(in srgb, var(--category-accent) 12%, var(--category-border));
  border-radius: 24px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--category-card) 84%, transparent), color-mix(in srgb, var(--category-surface-a) 10%, transparent)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--category-accent) 10%, transparent), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.category-stage-visual-panel {
  position: relative;
  overflow: hidden;
  min-height: 336px;
  padding: 22px;
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.category-stage-visual-panel::before {
  content: "";
  position: absolute;
  inset: auto -50px -46px auto;
  width: 180px;
  height: 180px;
  border-radius: 36px;
  background: linear-gradient(135deg, var(--category-glow), transparent 74%);
  transform: rotate(16deg);
}

.category-stage-kicker,
.category-stage-shelf-kicker {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--category-accent) 18%, var(--category-border));
  background: color-mix(in srgb, var(--category-accent) 14%, transparent);
  color: var(--category-text);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.category-stage-visual-title {
  max-width: 9ch;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 0.96;
  color: var(--category-text);
}

.category-stage-visual-text {
  max-width: 34ch;
  color: var(--category-muted);
  line-height: 1.64;
}

.category-stage-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-swatch {
  border-color: color-mix(in srgb, var(--category-accent) 14%, var(--category-border));
  background: color-mix(in srgb, var(--category-card) 88%, transparent);
}

.category-stage-shelf {
  padding: 18px;
}

.category-stage-shelf-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-bottom: 12px;
}

.category-stage-shelf-head strong,
.category-stage-shelf-meta,
.category-stage-shelf-head div {
  color: var(--category-text);
}

.category-stage-shelf-meta {
  font-size: 0.92rem;
  color: var(--category-muted);
}

.category-stage-shelf-list {
  display: grid;
  gap: 12px;
}

.category-shelf-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--category-accent) 12%, var(--category-border));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--category-card) 84%, transparent), transparent),
    linear-gradient(135deg, color-mix(in srgb, var(--category-accent) 12%, transparent), transparent 56%);
}

.category-stage-support {
  display: grid;
}

.category-stage-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.category-stage-point {
  position: relative;
  overflow: hidden;
  min-height: 152px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--category-accent) 12%, var(--category-border));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--category-card) 86%, transparent), transparent),
    linear-gradient(135deg, color-mix(in srgb, var(--category-accent) 10%, transparent), transparent 62%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.category-stage-point-index {
  display: inline-flex;
  margin-bottom: 14px;
  color: color-mix(in srgb, var(--category-accent) 68%, var(--category-text));
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.category-stage-point strong {
  display: block;
  max-width: 20ch;
  color: var(--category-text);
  font-size: 1rem;
  line-height: 1.45;
}

body.page-category-view .catalog-results-head {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid color-mix(in srgb, var(--page-accent) 14%, rgba(255, 255, 255, 0.08));
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(13, 18, 22, 0.92), rgba(17, 23, 28, 0.9)),
    linear-gradient(135deg, color-mix(in srgb, var(--page-accent) 10%, transparent), transparent 64%);
}

body.page-category-view .catalog-results-head strong,
body.page-category-view .catalog-results-head p,
body.page-category-view .catalog-results-kicker {
  color: var(--page-text);
}

body.page-category-view .catalog-results-head p {
  color: var(--page-muted);
}

body.page-category-view .catalog-results-kicker {
  color: color-mix(in srgb, var(--page-accent) 76%, var(--page-text));
}

.filter-chip[data-category-slug] {
  border-color: color-mix(in srgb, var(--filter-accent, var(--brand)) 12%, rgba(255, 255, 255, 0.08));
  background:
    linear-gradient(180deg, rgba(18, 24, 29, 0.98), rgba(24, 31, 36, 0.95)),
    linear-gradient(135deg, color-mix(in srgb, var(--filter-glow, rgba(222, 122, 29, 0.18)) 66%, transparent), transparent 62%);
}

.filter-chip.active {
  border-color: color-mix(in srgb, var(--page-accent) 26%, rgba(255, 255, 255, 0.1));
  background: linear-gradient(135deg, color-mix(in srgb, var(--page-accent) 82%, black 8%), var(--page-accent-strong));
  color: #fff;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--page-accent) 16%, transparent);
}

.product-card[data-category-slug] {
  position: relative;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--product-card-accent) 16%, var(--product-card-border));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--product-card-a) 86%, #0d1317 14%), color-mix(in srgb, var(--product-card-b) 92%, #11181d 8%)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--product-card-accent) 10%, transparent), transparent 40%);
  color: var(--product-card-text);
  box-shadow:
    0 20px 40px rgba(7, 10, 12, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.product-card[data-category-slug]::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--product-card-accent), transparent 90%);
}

.product-card[data-category-slug]::after {
  content: "";
  position: absolute;
  inset: auto -36px -42px auto;
  width: 154px;
  height: 154px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--product-card-glow), transparent 72%);
  transform: rotate(18deg);
  opacity: 0.95;
  pointer-events: none;
}

.product-card[data-category-slug] > * {
  position: relative;
  z-index: 1;
}

.product-card[data-category-slug] .product-description,
.product-card[data-category-slug] .product-seller,
.product-card[data-category-slug] .product-stock,
.product-card[data-category-slug] .product-installments,
.product-card[data-category-slug] .product-unit,
.product-card[data-category-slug] .product-weight,
.product-card[data-category-slug] .product-old-price {
  color: var(--product-card-muted);
}

.product-card[data-category-slug] .product-category,
.product-card[data-category-slug] .product-shipping {
  background: color-mix(in srgb, var(--product-card-accent) 16%, transparent);
  color: var(--product-card-text);
  border-color: color-mix(in srgb, var(--product-card-accent) 14%, var(--product-card-border));
}

.product-card[data-featured="true"] {
  border-color: color-mix(in srgb, var(--product-card-accent) 28%, var(--product-card-border));
  box-shadow:
    0 24px 48px rgba(7, 10, 12, 0.22),
    0 0 0 1px color-mix(in srgb, var(--product-card-accent) 10%, transparent);
}

.product-card[data-featured="true"] .product-badge {
  background: linear-gradient(135deg, var(--product-card-accent), var(--product-card-accent-strong));
  color: #fff;
}

body.page-category-view .product-grid {
  position: relative;
  z-index: 1;
  gap: 18px;
}

body.page-category-view .cart-panel {
  position: relative;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--page-accent) 16%, rgba(255, 255, 255, 0.08));
  box-shadow:
    0 30px 70px rgba(7, 10, 12, 0.24),
    0 0 0 1px color-mix(in srgb, var(--page-accent) 8%, transparent);
}

body.page-category-view .cart-panel::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--page-accent), transparent 86%);
}

body.page-category-view .cart-summary,
body.page-category-view .cart-items .cart-item,
body.page-category-view .freight-form,
body.page-category-view .cart-note,
body.page-category-view .summary-card {
  position: relative;
  z-index: 1;
}

.category-stage[data-category-slug="tintas"]::before {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 2px, transparent 2px 22px),
    radial-gradient(circle at 16% 20%, rgba(243, 143, 88, 0.16), transparent 18%),
    radial-gradient(circle at 82% 74%, rgba(117, 167, 239, 0.12), transparent 18%),
    radial-gradient(circle at 64% 24%, rgba(131, 180, 159, 0.12), transparent 18%);
}

.category-stage[data-category-slug="estrutural"]::before {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%),
    linear-gradient(90deg, transparent 0 68%, rgba(187, 110, 63, 0.12) 68% 71%, transparent 71% 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.category-stage[data-category-slug="hidraulica"]::before {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 22px),
    radial-gradient(circle at 18% 78%, rgba(62, 150, 201, 0.15), transparent 20%),
    linear-gradient(90deg, transparent 0 72%, rgba(255, 255, 255, 0.045) 72% 73%, transparent 73% 100%);
}

.category-stage[data-category-slug="eletrica"]::before {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.042) 0 2px, transparent 2px 20px),
    linear-gradient(90deg, transparent 0 56%, rgba(240, 181, 62, 0.12) 56% 58%, transparent 58% 100%),
    radial-gradient(circle at 80% 20%, rgba(240, 181, 62, 0.14), transparent 18%);
}

.category-stage[data-category-slug="acabamentos"]::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 76% 72%, rgba(213, 162, 111, 0.12), transparent 20%);
  background-size: 74px 74px, 74px 74px, auto;
}

.category-stage[data-category-slug="ferramentas"]::before {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 18px),
    linear-gradient(90deg, transparent 0 62%, rgba(222, 122, 29, 0.14) 62% 64%, transparent 64% 100%);
}

.category-stage[data-category-slug="cobertura"]::before {
  background:
    linear-gradient(132deg, transparent 0 64%, rgba(188, 116, 64, 0.14) 64% 67%, transparent 67% 100%),
    linear-gradient(48deg, transparent 0 70%, rgba(255, 255, 255, 0.05) 70% 72%, transparent 72% 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.038) 0 2px, transparent 2px 20px);
}

.category-stage[data-category-slug="cimentos"]::before {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 2px, transparent 2px 22px),
    radial-gradient(circle at 14% 20%, rgba(222, 122, 29, 0.12), transparent 18%),
    linear-gradient(90deg, transparent 0 78%, rgba(255, 255, 255, 0.04) 78% 79%, transparent 79% 100%);
}

.category-stage[data-category-slug="ferragens"]::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 82% 24%, rgba(142, 154, 166, 0.14), transparent 18%);
  background-size: 40px 40px, 40px 40px, auto;
}

.category-stage[data-category-slug="banheiro"]::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 78% 18%, rgba(122, 167, 203, 0.12), transparent 18%);
  background-size: 64px 64px, 64px 64px, auto;
}

@media (max-width: 1200px) {
  body.page-category-view .department-grid {
    grid-auto-columns: minmax(168px, 184px);
  }

  .category-stage-main {
    grid-template-columns: 1fr;
  }

  .category-stage-visual-panel {
    min-height: 280px;
  }
}

@media (max-width: 800px) {
  body.page-category-view .catalog-section {
    padding: 18px;
  }

  .category-rail-head {
    display: grid;
  }

  .category-rail-head-side {
    justify-content: start;
  }

  .category-stage {
    padding: 22px;
  }

  .category-stage-metrics,
  .category-stage-points {
    grid-template-columns: 1fr;
  }

  .category-stage-copy h3,
  .category-stage-visual-title {
    max-width: none;
  }

  body.page-category-view .department-grid {
    grid-auto-columns: minmax(156px, 168px);
  }
}
