/* =============================================
   OLYMPIKUS CORRE - LOJA OFICIAL
   Light Theme — Olympikus Brand Style
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&display=swap');

/* Paleta inspirada na identidade Olympikus (header/footer azul royal, faixa preta, texto branco) */
:root {
  --header-h: 64px;
  --brand-blue: #0020E6;
  --brand-blue-dark: #0017b3;
  --brand-blue-bright: #3358ff;
  --brand-black: #000000;
  --primary: #0020E6;
  --primary-dark: #0017b3;
  --primary-light: #3358ff;
  --black: #1A1A1A;
  --body-text: #3F3F40;
  --secondary-text: #585959;
  --muted: #727273;
  --border: #E3E4E6;
  --bg-main: #FFFFFF;
  --bg-alt: #F7F9FA;
  --bg-light: #F7F9FA;
  --bg-warm: #F2F4F5;
  --footer-bg: #0020E6;
  --header-bg: #0020E6;
  --green: #8BC34A;
  --gold: #FFB100;
  --white: #FFFFFF;
  /* Acento promocional (opcional: selos, badge do carrinho no header) */
  --red: #e60012;
  --red-dark: #c4000f;
  --red-light: #ff3344;
  /* Compatibilidade com trechos legados (checkout / PDP) */
  --gray: #8A8A8A;
  --gray-light: #6B6B6B;
  --dark-2: #F5F5F5;
  --dark-3: #EEEEEE;
  --font: 'Barlow', -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --radius: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
  --shadow-hover: 0 16px 48px rgba(0,0,0,0.14);
  --transition: all 0.25s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: var(--font);
  background: var(--bg-main);
  color: var(--body-text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font-family: var(--font); }
input, select, textarea { font-family: var(--font); }

/* =============================================
   HEADER
   ============================================= */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--header-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  height: calc(var(--header-h) + env(safe-area-inset-top, 0px));
  padding-top: env(safe-area-inset-top, 0px);
  display: flex;
  align-items: center;
}

.header-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.header-logo img {
  height: 36px;
  width: auto;
  max-height: 42px;
  max-width: min(200px, 42vw);
  object-fit: contain;
  display: block;
}

.header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.header-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  transition: var(--transition);
}

.header-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}

.header-menu-toggle:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

.hm-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--white);
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

body.header-nav-open .header-menu-toggle .hm-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.header-nav-open .header-menu-toggle .hm-bar:nth-child(2) {
  opacity: 0;
}

body.header-nav-open .header-menu-toggle .hm-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-menu-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  top: calc(var(--header-h) + env(safe-area-inset-top, 0px));
  background: rgba(0, 0, 0, 0.45);
  z-index: 998;
  -webkit-tap-highlight-color: transparent;
}

body.header-nav-open .header-menu-backdrop {
  display: block;
}

.header-nav a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.92);
  transition: var(--transition);
}

.header-nav a:hover { color: var(--white); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Carrinho — ícone vetorial (herda color; branco no header) */
.cart-icon {
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.89 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.29-.25.63-.25 1.01 0 1.1.9 2 2 2h14v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.48A1 1 0 0 0 20.49 4H6.21l-.94-2H1zm16 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.89 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.29-.25.63-.25 1.01 0 1.1.9 2 2 2h14v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.48A1 1 0 0 0 20.49 4H6.21l-.94-2H1zm16 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.cart-icon--inline {
  width: 20px;
  height: 20px;
}

.cart-btn {
  position: relative;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 24px;
  transition: var(--transition);
}

.cart-btn:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.cart-badge {
  position: absolute;
  top: -6px; right: -6px;
  background: var(--white);
  color: var(--brand-blue);
  font-size: 10px;
  font-weight: 700;
  width: 18px; height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.cart-badge.visible { display: flex; }

.cart-btn-label {
  display: inline;
}

/* Espaço sob header fixo (ex.: checkout) */
.header-spacer {
  height: calc(var(--header-h) + env(safe-area-inset-top, 0px));
  flex-shrink: 0;
}

.header-checkout-spacer {
  width: 200px;
  flex-shrink: 0;
}

/* =============================================
   ANNOUNCEMENT BAR
   ============================================= */
.announcement-bar {
  background: var(--brand-black);
  color: var(--white);
  text-align: center;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-top: 0;
}

/* Barra logo abaixo do header fixo (backdrop em geral não ocupa fluxo) */
.header-menu-backdrop + .announcement-bar,
.header + .announcement-bar {
  margin-top: calc(var(--header-h) + env(safe-area-inset-top, 0px));
}

.announcement-bar strong { font-weight: 800; }

/* =============================================
   HOME — CARROSSEL (banners oficiais Olympikus)
   ============================================= */
.oly-home-carousel {
  position: relative;
  background: #0d1118;
}

.oly-carousel-viewport {
  overflow: hidden;
}

.oly-carousel-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.33, 1, 0.68, 1);
}

.oly-carousel-slide {
  flex: 0 0 100%;
  position: relative;
  min-height: min(68vh, 520px);
}

.oly-carousel-slide picture {
  display: block;
  width: 100%;
  line-height: 0;
}

.oly-carousel-slide img {
  width: 100%;
  height: min(68vh, 520px);
  object-fit: cover;
  display: block;
}

.oly-carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 24px 36px;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 14, 20, 0.75) 45%, rgba(10, 14, 20, 0.92) 100%);
  color: var(--white);
  text-align: left;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .oly-carousel-caption {
    padding-left: max(24px, calc((100vw - 1280px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1280px) / 2 + 24px));
  }
}

.oly-carousel-caption h3 {
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  color: var(--white);
}

.oly-carousel-caption p {
  font-size: 15px;
  opacity: 0.92;
  max-width: 420px;
  margin-bottom: 14px;
  line-height: 1.45;
}

.oly-carousel-cta {
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0, 32, 230, 0.45);
}

.oly-carousel-prev,
.oly-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.oly-carousel-prev:hover,
.oly-carousel-next:hover {
  background: var(--primary);
  color: var(--white);
}

.oly-carousel-prev { left: 12px; }
.oly-carousel-next { right: 12px; }

.oly-carousel-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

.oly-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: var(--transition);
}

.oly-carousel-dot.active {
  background: var(--primary);
  width: 22px;
  border-radius: 4px;
}

/* Coleções (cards estilo home oficial) */
.oly-collections-section {
  padding: 48px 0 24px;
  background: var(--bg-main);
}

.oly-collections-head {
  text-align: center;
  margin-bottom: 28px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.oly-collections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}

.oly-collection-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-main);
  transition: var(--transition);
  color: inherit;
}

.oly-collection-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(0, 32, 230, 0.35);
}

.oly-collection-img-wrap {
  overflow: hidden;
  background: var(--bg-alt);
}

.oly-collection-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.oly-collection-card:hover .oly-collection-img-wrap img {
  transform: scale(1.04);
}

.oly-collection-body {
  padding: 16px 16px 18px;
}

.oly-collection-body h3 {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  color: var(--black);
}

.oly-collection-body p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
  margin-bottom: 10px;
}

.oly-collection-cta {
  font-size: 12px;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Institucional + newsletter */
.oly-brand-section {
  padding: 56px 0;
  background: linear-gradient(180deg, var(--bg-alt) 0%, var(--bg-main) 100%);
  border-top: 1px solid var(--border);
}

.oly-brand-inner {
  display: grid;
  grid-template-columns: 1fr minmax(200px, 280px);
  gap: 40px;
  align-items: start;
}

@media (max-width: 768px) {
  .oly-brand-inner {
    grid-template-columns: 1fr;
  }
}

.oly-brand-text {
  font-size: 16px;
  line-height: 1.75;
  color: var(--secondary-text);
  margin-top: 16px;
}

.oly-brand-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.oly-brand-stat {
  background: var(--bg-main);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px;
  text-align: center;
}

.oly-brand-stat-num {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
}

.oly-brand-stat-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-top: 8px;
  display: block;
}

.oly-newsletter-section {
  padding: 48px 0;
  background: linear-gradient(135deg, rgba(0, 32, 230, 0.08) 0%, var(--bg-warm) 50%, var(--bg-main) 100%);
  border-top: 1px solid var(--border);
}

.oly-newsletter-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.oly-newsletter-title {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.oly-newsletter-desc {
  color: var(--secondary-text);
  font-size: 14px;
  max-width: 400px;
}

.oly-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.oly-newsletter-form input[type="email"] {
  min-width: 240px;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 15px;
}

.oly-newsletter-form .btn-primary {
  padding: 12px 24px;
  white-space: nowrap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.oly-fraud-notice {
  margin-top: 8px;
  margin-bottom: 28px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.oly-fraud-notice strong {
  color: var(--white);
}

/* =============================================
   HERO - CORRE 5 LAUNCH
   ============================================= */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg-main);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 70% at 65% 50%, rgba(0,32,230,0.05) 0%, transparent 70%),
    linear-gradient(180deg, #FFFFFF 0%, #F7F9FA 55%, #EEF3F7 100%);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.015) 1px, transparent 1px);
  background-size: 80px 80px;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content {}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--white);
  padding: 6px 16px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0,32,230,0.35); }
  50% { box-shadow: 0 0 0 8px rgba(0,32,230,0); }
}

.hero-badge::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--white);
  border-radius: 50%;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.hero-title {
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 8px;
  color: var(--black);
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.15em;
  white-space: nowrap;
}

.hero-title .line-2 {
  color: var(--primary);
  display: inline;
  flex-shrink: 0;
}

.hero-subtitle {
  font-size: clamp(14px, 2vw, 18px);
  color: var(--secondary-text);
  margin-bottom: 32px;
  max-width: 420px;
  line-height: 1.6;
}

.hero-price-box {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 32px;
}

.hero-price-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.hero-price {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 900;
  color: var(--black);
  line-height: 1;
}

.hero-price sup {
  font-size: 0.4em;
  vertical-align: top;
  margin-top: 8px;
  font-weight: 700;
}

.hero-installment {
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
}

.hero-installment strong { color: var(--black); }

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

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--white);
  border: none;
  padding: 16px 32px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,32,230,0.28);
}

.btn-primary:active { transform: translateY(0); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--black);
  border: 1.5px solid var(--border);
  padding: 16px 28px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
}

.btn-secondary:hover {
  border-color: var(--black);
  background: var(--bg-light);
}

.hero-specs {
  display: flex;
  gap: 24px;
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
}

.hero-spec {
  text-align: center;
}

.hero-spec-value {
  font-size: 22px;
  font-weight: 800;
  color: var(--black);
  line-height: 1;
}

.hero-spec-label {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-glow {
  position: absolute;
  width: 70%;
  height: 70%;
  background: radial-gradient(ellipse, rgba(0,32,230,0.1) 0%, transparent 70%);
  filter: blur(50px);
  border-radius: 50%;
}

.hero-image {
  position: relative;
  width: 100%;
  max-width: 560px;
}

.hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.15));
}

/* =============================================
   TECH STRIP
   ============================================= */
.tech-strip {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
}

.tech-strip-inner {
  display: inline-flex;
  gap: 0;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.tech-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 32px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  border-right: 1px solid var(--border);
}

.tech-strip-item .dot {
  width: 6px; height: 6px;
  background: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
}

/* =============================================
   SECTION HEADERS
   ============================================= */
.section { padding: 80px 24px; }
.section-inner { max-width: 1280px; margin: 0 auto; }

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 20px;
}

.section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--black);
}

.section-title span { color: var(--primary); }

.section-subtitle {
  font-size: 14px;
  color: var(--secondary-text);
  margin-top: 8px;
  max-width: 500px;
}

.section-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: var(--transition);
}

.section-link:hover { color: var(--primary-dark); }

/* =============================================
   PRODUCT GRID
   ============================================= */
.products-section { background: var(--bg-main); }

.product-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid var(--border);
  background: transparent;
  color: var(--secondary-text);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.filter-btn:hover {
  border-color: var(--black);
  color: var(--black);
}

.filter-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}

/* =============================================
   PRODUCT CARD
   ============================================= */
.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card:hover {
  border-color: #D0D0D0;
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.product-card-badge {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-launch {
  background: var(--primary);
  color: var(--white);
}

.badge-limited {
  background: var(--gold);
  color: var(--white);
}

.badge-bestseller {
  background: #43A047;
  color: var(--white);
}

.badge-trail { background: #F0E6D9; color: #8B6914; }

.product-card-image {
  position: relative;
  background: var(--bg-alt);
  padding: 32px;
  overflow: hidden;
}

.product-card-image::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 30%;
  background: radial-gradient(ellipse, rgba(0,0,0,0.03) 0%, transparent 70%);
  filter: blur(20px);
}

.product-card-image img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
}

.product-card:hover .product-card-image img {
  transform: scale(1.05) translateY(-4px);
}

/* Home — grade principal (#productsGrid): nome em uma linha, sem animação na imagem */
#productsGrid .product-card-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
  min-height: 1.35em;
}

#productsGrid .product-card:hover {
  transform: none;
}

#productsGrid .product-card-image img {
  transition: none;
}

#productsGrid .product-card:hover .product-card-image img {
  transform: none;
}

.product-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.product-card-name {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
  color: var(--black);
}

.product-card-desc {
  font-size: 12px;
  color: var(--secondary-text);
  line-height: 1.5;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.tech-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--secondary-text);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.product-card-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: auto;
  padding-top: 4px;
}

.product-card-price {
  flex: none;
  width: 100%;
}

.product-card-price-value {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 22px;
  font-weight: 900;
  color: var(--black);
  line-height: 1.15;
}

.product-card-currency {
  font-size: 13px;
  font-weight: 800;
  color: var(--muted);
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.product-card-price-amount {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: -0.02em;
}

.product-card-price-old {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: line-through;
  margin-bottom: 4px;
}

.product-card-price-old .product-card-currency {
  font-size: 11px;
  font-weight: 700;
}

.product-card-price-installment {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

.product-card-price-installment strong { color: var(--secondary-text); }

.btn-add-cart {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  background: var(--primary);
  color: var(--white);
  border: none;
  padding: 12px 10px;
  border-radius: var(--radius);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.25;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  min-height: 44px;
}

.btn-add-cart:hover {
  background: var(--primary-dark);
}

@media (min-width: 400px) {
  .btn-add-cart {
    font-size: 12px;
    padding: 12px 14px;
  }
}

/* =============================================
   ORDER BUMP / ACCESSORIES SECTION
   ============================================= */
.order-bump-section {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.order-bump-header {
  text-align: center;
  margin-bottom: 48px;
}

.order-bump-header .eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary);
  margin-bottom: 12px;
}

.order-bump-header h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: var(--black);
}

.order-bump-header p {
  color: var(--secondary-text);
  font-size: 15px;
  margin-top: 8px;
}

.accessories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.accessory-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accessory-card:hover {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary), 0 8px 32px rgba(0,32,230,0.1);
}

.accessory-card.selected {
  border-color: var(--primary);
  background: rgba(0,32,230,0.04);
}

.accessory-icon {
  width: 56px; height: 56px;
  background: var(--bg-alt);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.accessory-info {}

.accessory-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--black);
}

.accessory-desc {
  font-size: 12px;
  color: var(--secondary-text);
  line-height: 1.5;
}

.accessory-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.accessory-price {
  font-size: 20px;
  font-weight: 800;
  color: var(--black);
}

.accessory-price span {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
}

.btn-add-accessory {
  padding: 8px 16px;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: 1.5px solid var(--border);
  background: transparent;
  color: var(--body-text);
  transition: var(--transition);
}

.btn-add-accessory:hover,
.btn-add-accessory.added {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.btn-add-accessory.added::before {
  content: '\2713  ';
}

/* =============================================
   CART SIDEBAR
   ============================================= */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(4px);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.cart-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.cart-sidebar {
  position: fixed;
  top: 0; right: 0;
  width: 420px;
  max-width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  background: var(--white);
  border-left: 1px solid var(--border);
  z-index: 2001;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-sizing: border-box;
}

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

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

.cart-header h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--black);
}

.cart-close {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 20px;
  padding: 4px;
  line-height: 1;
  transition: var(--transition);
}

.cart-close:hover { color: var(--black); }

/* Área rolável: itens + upsell (evita colapso flex em mobile) */
.cart-scroll {
  flex: 1 1 0;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
}

.cart-items {
  flex: 0 0 auto;
  padding: 16px 24px;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.cart-empty .cart-icon {
  width: 52px;
  height: 52px;
  opacity: 0.35;
}

.cart-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.cart-item-image {
  width: 72px; height: 72px;
  background: var(--bg-alt);
  border-radius: var(--radius);
  padding: 8px;
  flex-shrink: 0;
  overflow: hidden;
}

.cart-item-image img {
  width: 100%; height: 100%;
  object-fit: contain;
}

.cart-item-info {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: var(--black);
}

.cart-item-variant {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 10px;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.qty-btn {
  width: 28px; height: 28px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--body-text);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.qty-btn:hover { background: var(--border); }

.qty-value {
  font-size: 14px;
  font-weight: 700;
  min-width: 20px;
  text-align: center;
  color: var(--black);
}

.cart-item-remove {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: var(--transition);
  padding: 0;
}

.cart-item-remove:hover { color: var(--primary); }

.cart-item-price {
  font-size: 15px;
  font-weight: 800;
  color: var(--black);
  align-self: flex-start;
  flex-shrink: 0;
}

/* =============================================
   CART UPSELL (inside cart)
   ============================================= */
.cart-upsell {
  flex: 0 0 auto;
  margin: 0 16px 16px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
}

.cart-upsell-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.cart-upsell-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--primary);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.cart-upsell-close {
  flex-shrink: 0;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--muted);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.cart-upsell-close:hover {
  color: var(--black);
  border-color: var(--secondary-text);
}

.cart-upsell-lead {
  font-size: 12px;
  line-height: 1.45;
  color: var(--secondary-text);
  margin: 0 0 12px;
}

.cart-upsell-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: min(280px, 42vh);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 2px;
}

.cart-upsell-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.cart-upsell-item-icon {
  font-size: 24px;
  width: 40px;
  text-align: center;
  flex-shrink: 0;
}

.cart-upsell-item-info {
  flex: 1;
  min-width: 0;
}

.cart-upsell-item-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--black);
}

.cart-upsell-item-price {
  font-size: 11px;
  color: var(--muted);
}

.btn-upsell-add {
  background: var(--primary);
  color: var(--white);
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  transition: var(--transition);
  flex-shrink: 0;
}

.btn-upsell-add:hover { background: var(--primary-dark); }
.btn-upsell-add.added { background: var(--green); }

.cart-footer {
  flex-shrink: 0;
  padding: 20px 24px;
  border-top: 1px solid var(--border);
  background: var(--white);
  position: relative;
  z-index: 2;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}

.cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  color: var(--secondary-text);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
}

.cart-total-value { color: var(--black); }

.btn-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--primary);
  color: var(--white);
  border: none;
  padding: 18px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
  text-decoration: none;
}

.btn-checkout:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,32,230,0.28);
}

.cart-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  color: var(--muted);
  margin-top: 12px;
}

/* =============================================
   PRODUCT MODAL
   ============================================= */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
  z-index: 3000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.modal {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.95) translateY(10px);
  transition: transform 0.3s ease;
  box-shadow: var(--shadow-lg);
}

.modal-overlay.open .modal {
  transform: scale(1) translateY(0);
}

.media-modal {
  max-width: 980px;
  position: relative;
}

.media-modal-body {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-alt);
  border-radius: var(--radius-lg);
}

.media-image {
  max-width: min(940px, 92vw);
  max-height: 82vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
  background: #fff;
}

.media-iframe {
  width: min(940px, 92vw);
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: var(--radius);
  background: #000;
}

.media-video {
  width: min(940px, 92vw);
  max-height: 82vh;
  border-radius: var(--radius);
  background: #000;
}

.modal-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.modal-close {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  color: var(--body-text);
  width: 36px; height: 36px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.modal-close:hover { background: var(--border); }

.modal-image {
  background: var(--bg-alt);
  padding: 48px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  position: relative;
}

.modal-image img {
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
}

.modal-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-name {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--black);
}

.modal-desc {
  font-size: 14px;
  color: var(--secondary-text);
  line-height: 1.7;
}

.modal-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.modal-spec {
  background: var(--bg-alt);
  border-radius: var(--radius);
  padding: 12px;
}

.modal-spec-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--muted);
  margin-bottom: 4px;
}

.modal-spec-value {
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
}

.modal-size-section {}
.modal-size-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--muted);
  margin-bottom: 10px;
}

.product-size-label-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 10px;
}

.product-size-label-row > span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--muted);
}

.product-size-chart-anchor {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-size-chart-anchor:hover {
  color: var(--primary-dark);
}

.modal-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.size-btn {
  width: 44px; height: 44px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  color: var(--body-text);
  font-size: 13px;
  font-weight: 600;
  transition: var(--transition);
}

.size-btn:hover {
  border-color: var(--black);
}

.size-btn.selected {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.modal-price {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  color: var(--black);
}

.modal-installment {
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
}

.modal-installment strong { color: var(--black); }

.btn-modal-cart {
  width: 100%;
  padding: 18px;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-modal-cart:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,32,230,0.28);
}

/* =============================================
   ORDER BUMP POPUP
   ============================================= */
.order-bump-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 4500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  overflow-y: auto;
  overscroll-behavior: contain;
  isolation: isolate;
}

.order-bump-popup.open {
  opacity: 1;
  pointer-events: all;
}

.order-bump-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  max-width: 560px;
  width: 100%;
  max-height: min(92vh, 640px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: auto;
  transform: scale(0.95) translateY(10px);
  transition: transform 0.3s ease;
  box-shadow: var(--shadow-lg);
}

.order-bump-popup.open .order-bump-box {
  transform: scale(1) translateY(0);
}

.order-bump-top {
  background: var(--primary);
  padding: 14px 16px 14px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  color: var(--white);
  flex-shrink: 0;
}

.order-bump-top h3 {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  line-height: 1.35;
  margin: 0;
  padding-top: 2px;
}

.order-bump-popup-close {
  background: rgba(255,255,255,0.2);
  border: none;
  color: var(--white);
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
}

.order-bump-popup-close:hover { background: rgba(255,255,255,0.3); }

.order-bump-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.order-bump-content {
  padding: 20px 20px 12px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}

.order-bump-content p {
  font-size: 14px;
  color: var(--body-text);
  margin: 0 0 18px;
  text-align: center;
  line-height: 1.5;
}

.bump-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}

.bump-item {
  background: var(--bg-alt);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  transition: var(--transition);
  text-align: left;
  min-height: 0;
}

.bump-item:hover,
.bump-item.selected {
  border-color: var(--primary);
  background: rgba(0,32,230,0.06);
}

.bump-item:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.bump-item-icon { font-size: 32px; }

.bump-item-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.3;
}

.bump-item-price {
  font-size: 15px;
  font-weight: 800;
  color: var(--primary);
  margin-top: auto;
}

.bump-item-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid var(--border);
}

.bump-item-check-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--body-text);
  line-height: 1.3;
}

.bump-item.selected .bump-item-check-label {
  color: var(--black);
}

.bump-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid var(--secondary-text);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
  box-sizing: border-box;
}

.bump-item.selected .bump-checkbox {
  background: var(--primary);
  border-color: var(--primary);
}

.bump-item.selected .bump-checkbox::after {
  content: '✓';
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.bump-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  padding: 16px 20px 20px;
  border-top: 1px solid var(--border);
  background: var(--white);
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.04);
}

.btn-bump-confirm {
  width: 100%;
  padding: 16px;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
}

.btn-bump-confirm:hover {
  background: var(--primary-dark);
}

.btn-bump-skip {
  width: 100%;
  padding: 12px;
  background: transparent;
  color: var(--muted);
  border: none;
  font-size: 13px;
  transition: var(--transition);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn-bump-skip:hover { color: var(--secondary-text); }

/* =============================================
   FOOTER
   ============================================= */
.footer {
  background: var(--footer-bg);
  padding: 60px 24px 32px;
  color: var(--white);
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-logo {
  margin-bottom: 12px;
  line-height: 0;
}

.footer-logo img {
  height: 28px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}

.footer-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  max-width: 280px;
}

.footer-col h4 {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.7);
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul li a {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  transition: var(--transition);
}

.footer-col ul li a:hover { color: var(--white); }

.footer-col ul li a[aria-current="page"] {
  color: var(--white);
  font-weight: 700;
}

.footer-payment-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 28px;
  padding: 28px 0 8px;
  margin-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-payment-strip__left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-payment-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.footer-payment-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-payment-strip__trust {
  display: flex;
  align-items: center;
  gap: 14px 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.trust-badge img {
  display: block;
  width: auto;
  height: auto;
  max-height: 36px;
  object-fit: contain;
}

.trust-badge--vtex img {
  max-height: 22px;
}

.trust-badge--pci img {
  max-height: 42px;
}

.trust-badge--letsencrypt img {
  max-height: 34px;
}

.trust-badge--ra img {
  max-height: 40px;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

.payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 6px;
  padding: 5px 8px;
  min-height: 32px;
  min-width: 40px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.payment-badge img {
  display: block;
  height: 22px;
  width: auto;
  max-width: 44px;
  object-fit: contain;
}

.payment-badge--wide img {
  max-width: 88px;
  height: 26px;
}

/* Amex: vetorial local (PNG da VTEX vinha pixelado/fora de centro no rodapé) */
.payment-badge--amex {
  padding: 4px 10px;
}

.payment-badge--amex img {
  max-width: 52px;
  height: 24px;
}

@media (max-width: 768px) {
  .footer-payment-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-payment-strip__trust {
    justify-content: flex-start;
  }
}

/* =============================================
   PÁGINAS ESTÁTICAS (AJUDA / INSTITUCIONAL)
   ============================================= */
.static-page {
  background: var(--bg-main);
  min-height: 40vh;
}

.static-page-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

.static-breadcrumb {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 24px;
}

.static-breadcrumb a {
  color: var(--secondary-text);
  transition: var(--transition);
}

.static-breadcrumb a:hover {
  color: var(--primary);
}

.static-page-title {
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.15;
}

.static-page-lead {
  font-size: 17px;
  color: var(--secondary-text);
  margin-bottom: 28px;
  line-height: 1.55;
}

.static-prose h2 {
  font-size: 17px;
  font-weight: 800;
  color: var(--black);
  margin: 26px 0 10px;
}

.static-prose p,
.static-prose li {
  font-size: 15px;
  color: var(--body-text);
  margin-bottom: 12px;
}

.static-prose ul,
.static-prose ol {
  padding-left: 22px;
  margin-bottom: 14px;
}

.static-prose li {
  margin-bottom: 6px;
}

.static-prose a {
  color: var(--primary);
  font-weight: 600;
}

.static-prose a:hover {
  text-decoration: underline;
}

.static-table-wrap {
  overflow-x: auto;
  margin: 18px 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.static-prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.static-prose th,
.static-prose td {
  padding: 11px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.static-prose th {
  background: var(--bg-alt);
  font-weight: 700;
}

.static-prose tr:last-child td {
  border-bottom: none;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
  max-width: 520px;
}

.contact-form label {
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 15px;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form button[type="submit"] {
  align-self: flex-start;
  padding: 14px 28px;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-weight: 800;
  font-size: 14px;
  font-family: var(--font);
  transition: var(--transition);
}

.contact-form button[type="submit"]:hover {
  background: var(--primary-dark);
}

/* =============================================
   CHECKOUT PAGE
   ============================================= */
.checkout-page {
  min-height: 100vh;
  padding-top: 64px;
  background: var(--bg-main);
}

.checkout-header {
  background: var(--white);
  padding: 24px;
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.checkout-logo {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--black);
}

.checkout-logo span { color: var(--primary); }

.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 20px;
}

.checkout-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--muted);
}

.checkout-step.active { color: var(--black); }
.checkout-step.done { color: var(--green); }

.step-num {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
  color: var(--muted);
}

.checkout-step.active .step-num {
  background: var(--primary);
  color: var(--white);
}

.checkout-step.done .step-num {
  background: var(--green);
  color: var(--white);
}

.step-divider {
  width: 32px;
  height: 1px;
  background: var(--border);
  margin: 0 8px;
}

/* Checkout: passos no header azul (contraste com fundo royal blue) */
.checkout-page .header .checkout-step {
  color: rgba(255, 255, 255, 0.55);
}

.checkout-page .header .checkout-step.active {
  color: var(--white);
}

.checkout-page .header .checkout-step.done {
  color: #b8e986;
}

.checkout-page .header .step-num {
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.95);
}

.checkout-page .header .checkout-step.active .step-num {
  background: var(--white);
  color: var(--brand-blue);
}

.checkout-page .header .step-divider {
  background: rgba(255, 255, 255, 0.28);
}

.checkout-body {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  min-height: calc(100vh - 140px);
}

.checkout-main {
  padding: 40px 48px;
  border-right: 1px solid var(--border);
  background: var(--white);
}

.checkout-sidebar {
  padding: 40px 32px;
  background: var(--bg-light);
}

.checkout-section {
  margin-bottom: 40px;
}

.checkout-section-title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  color: var(--black);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--secondary-text);
}

.form-input {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  color: var(--body-text);
  font-size: 14px;
  transition: var(--transition);
  width: 100%;
}

.form-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0,32,230,0.12);
}

.form-input::placeholder { color: var(--muted); }

.form-input.error { border-color: var(--primary); }

.form-error {
  font-size: 11px;
  color: var(--primary);
  display: none;
}

.form-error.visible { display: block; }

.form-select {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  color: var(--body-text);
  font-size: 14px;
  transition: var(--transition);
  width: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.form-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0,32,230,0.12);
}

/* Payment Methods */
.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.payment-method {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  background: var(--white);
}

.payment-method.selected { border-color: var(--primary); }

.payment-method-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
}

.payment-method-radio {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 2px solid var(--border);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.payment-method.selected .payment-method-radio {
  border-color: var(--primary);
}

.payment-method-radio::after {
  content: '';
  width: 8px; height: 8px;
  background: var(--primary);
  border-radius: 50%;
  opacity: 0;
  transition: var(--transition);
}

.payment-method.selected .payment-method-radio::after { opacity: 1; }

.payment-method-icon { font-size: 20px; }

.payment-method-name {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}

.payment-method-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  background: rgba(0,166,81,0.1);
  color: var(--green);
  border-radius: 4px;
  text-transform: uppercase;
}

.payment-method-body {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.payment-method.selected .payment-method-body {
  max-height: 400px;
  padding: 0 16px 20px;
}

.pix-qrcode {
  text-align: center;
  padding: 20px;
}

.pix-qrcode-placeholder {
  width: 160px; height: 160px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.pix-desc {
  font-size: 13px;
  color: var(--secondary-text);
  line-height: 1.6;
}

.pix-discount {
  display: inline-block;
  margin-top: 10px;
  background: rgba(0,166,81,0.1);
  color: var(--green);
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
}

.card-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-number-wrapper {
  position: relative;
}

.card-number-wrapper .card-flags {
  position: absolute;
  right: 12px; top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 4px;
  font-size: 10px;
  color: var(--muted);
}

.boleto-desc {
  font-size: 13px;
  color: var(--secondary-text);
  line-height: 1.7;
}

.boleto-info {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,153,0,0.06);
  border: 1px solid rgba(255,153,0,0.2);
  border-radius: var(--radius);
  padding: 12px;
  margin-top: 12px;
  font-size: 12px;
  color: var(--gold);
}

/* Checkout Sidebar */
.checkout-order-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.checkout-order-item {
  display: flex;
  gap: 14px;
  align-items: center;
}

.checkout-order-item-img {
  width: 64px; height: 64px;
  background: var(--bg-alt);
  border-radius: var(--radius);
  padding: 8px;
  position: relative;
  flex-shrink: 0;
  border: 1px solid var(--border);
}

.checkout-order-item-img img {
  width: 100%; height: 100%;
  object-fit: contain;
}

.checkout-order-item-qty {
  position: absolute;
  top: -6px; right: -6px;
  background: var(--muted);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  width: 18px; height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-order-item-info {
  flex: 1;
  min-width: 0;
}

.checkout-order-item-name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: var(--black);
}

.checkout-order-item-variant {
  font-size: 11px;
  color: var(--muted);
}

.checkout-order-item-price {
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
  color: var(--black);
}

.checkout-coupon {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.checkout-coupon .form-input {
  flex: 1;
}

.btn-apply-coupon {
  padding: 12px 20px;
  background: transparent;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  color: var(--body-text);
  font-size: 13px;
  font-weight: 600;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-apply-coupon:hover {
  border-color: var(--black);
}

.checkout-totals {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}

.checkout-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--secondary-text);
}

.checkout-total-row.total {
  font-size: 18px;
  font-weight: 800;
  color: var(--black);
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}

.checkout-total-row.discount { color: var(--green); }
.checkout-total-row.free { color: var(--green); }

.btn-place-order {
  width: 100%;
  padding: 18px;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-place-order:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,32,230,0.28);
}

.checkout-secure-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.secure-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--muted);
}

/* =============================================
   NOTIFICATION TOAST
   ============================================= */
.toast {
  position: fixed;
  bottom: max(24px, env(safe-area-inset-bottom, 0px));
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--green);
  border-radius: var(--radius);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--body-text);
  z-index: 9999;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: normal;
  max-width: min(420px, calc(100vw - 32px));
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.toast.show {
  transform: translateX(-50%) translateY(0);
}

.toast-icon { font-size: 18px; }

/* =============================================
   PRODUCT DETAIL PAGE
   ============================================= */
.product-page {
  padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0px));
  background: var(--bg-main);
  min-height: 100vh;
}

.product-page-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 24px 80px;
  background: var(--bg-main);
  /* Sobrescritos via JS conforme paleta do produto / loja */
  --pdp-primary: var(--primary);
  --pdp-primary-dark: var(--primary-dark);
  --pdp-accent: var(--red);
  --pdp-accent-soft: var(--red-light);
}

.product-page-inner .product-breadcrumb a:hover {
  color: var(--pdp-primary);
}

.product-page-inner .product-gallery-thumb.active {
  border-color: var(--pdp-primary);
  box-shadow: 0 0 0 2px var(--pdp-primary);
}

.product-page-inner .product-size-grid button.selected {
  background: var(--pdp-primary);
  border-color: var(--pdp-primary);
  color: var(--white);
}

.product-page-inner .product-buy-actions .btn-primary {
  background: var(--pdp-primary);
}

.product-page-inner .product-buy-actions .btn-primary:hover {
  background: var(--pdp-primary-dark);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.product-color-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-color-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--border);
  padding: 0;
  cursor: pointer;
  background: transparent;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 2px var(--white);
}

.color-swatch-inner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--swatch, #333);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.color-swatch:hover {
  border-color: var(--secondary-text);
  transform: scale(1.06);
}

.color-swatch.selected {
  border-color: var(--pdp-primary);
  box-shadow: 0 0 0 2px var(--pdp-primary);
}

.product-breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 24px;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-breadcrumb a {
  color: var(--secondary-text);
  transition: var(--transition);
}

.product-breadcrumb a:hover {
  color: var(--primary);
}

.product-breadcrumb span {
  color: var(--muted);
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-gallery-main {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  position: relative;
  overflow: hidden;
}

.product-gallery-main img {
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.08));
}

.product-gallery-thumbs {
  display: flex;
  gap: 10px;
}

.product-gallery-thumbs img,
.product-gallery-thumbs button {
  width: 72px;
  height: 72px;
  background: var(--bg-alt);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 8px;
  object-fit: contain;
  cursor: pointer;
  transition: var(--transition);
}

.product-gallery-thumbs img:hover,
.product-gallery-thumbs button:hover {
  border-color: var(--secondary-text);
}

.product-gallery-thumbs img.active,
.product-gallery-thumbs button.active {
  border-color: var(--primary);
}

.product-gallery-thumb {
  padding: 0;
  overflow: hidden;
  flex-shrink: 0;
}

.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
}

.product-gallery-thumb.active {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px var(--primary);
}

.accessory-card-thumb-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 170px;
  font-size: 56px;
  background: var(--bg-alt);
}

.accessory-pdp-placeholder {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  background: var(--bg-alt);
  border-radius: var(--radius-lg);
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-name {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.05;
  color: var(--black);
}

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

.product-price-block .price-current {
  font-size: 36px;
  font-weight: 900;
  color: var(--black);
  line-height: 1;
}

.product-price-block .price-old {
  font-size: 16px;
  color: var(--muted);
  text-decoration: line-through;
}

.product-price-block .price-installments {
  font-size: 14px;
  color: var(--secondary-text);
}

.product-price-block .price-installments strong {
  color: var(--black);
}

.product-price-block .price-pix {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--green);
  margin-top: 4px;
}

.product-tech-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-tech-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--body-text);
}

.product-tech-list li .icon {
  width: 32px;
  height: 32px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.product-size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-size-grid button {
  width: 48px;
  height: 48px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  color: var(--body-text);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.product-size-grid button:hover {
  border-color: var(--black);
}

.product-size-grid button.selected {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.product-size-grid button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.product-qty-selector {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.product-qty-selector button {
  width: 40px;
  height: 40px;
  background: var(--bg-alt);
  border: none;
  color: var(--body-text);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.product-qty-selector button:hover {
  background: var(--border);
}

.product-qty-selector span {
  width: 48px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
}

.product-buy-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.product-buy-actions .btn-primary {
  flex: 1;
  justify-content: center;
  min-width: 180px;
}

.product-buy-actions .btn-secondary {
  flex: 1;
  justify-content: center;
  min-width: 180px;
}

.product-description {
  padding: 40px 0;
  border-top: 1px solid var(--border);
  max-width: 1280px;
  margin: 0 auto;
}

.product-description h2 {
  font-size: 22px;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.product-description p {
  font-size: 15px;
  color: var(--secondary-text);
  line-height: 1.8;
  margin-bottom: 12px;
}

.product-rich-content {
  font-size: 15px;
  color: var(--secondary-text);
  line-height: 1.8;
}

.product-rich-content p {
  margin-bottom: 12px;
}

.pdp-desc-media {
  margin: 18px auto;
  max-width: 560px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-alt);
  box-shadow: var(--shadow-sm);
}

.pdp-desc-media img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  display: block;
  background: #fff;
}

.pdp-desc-media figcaption {
  padding: 10px 12px;
  font-size: 12px;
  color: var(--muted);
  background: var(--bg-main);
  border-top: 1px solid var(--border);
}

/* Tabela de medidas (PDP — referência loja oficial) */
#tabela-medidas {
  scroll-margin-top: 100px;
}

.product-size-chart-section {
  padding: 48px 24px 56px;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}

.product-size-chart-inner {
  max-width: 900px;
  margin: 0 auto;
}

.product-size-chart-title {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--black);
  margin-bottom: 12px;
}

.product-size-chart-lead {
  font-size: 15px;
  line-height: 1.65;
  color: var(--secondary-text);
  margin-bottom: 20px;
}

.product-size-chart-lead a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-size-chart-badge {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
  line-height: 1.5;
}

.product-size-chart-howto {
  background: var(--bg-main);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px 22px 22px;
  margin-bottom: 24px;
}

.product-size-chart-subtitle {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--black);
  margin-bottom: 12px;
}

.product-size-chart-steps {
  margin: 0;
  padding-left: 20px;
  color: var(--secondary-text);
  font-size: 14px;
  line-height: 1.65;
}

.product-size-chart-steps li {
  margin-bottom: 8px;
}

.product-size-chart-steps li:last-child {
  margin-bottom: 0;
}

.product-size-chart-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-main);
  box-shadow: var(--shadow-sm);
}

.product-size-chart-table {
  width: 100%;
  min-width: 320px;
  border-collapse: collapse;
  font-size: 14px;
}

.product-size-chart-table thead {
  background: var(--footer-bg);
  color: var(--white);
}

.product-size-chart-table th {
  padding: 14px 16px;
  text-align: left;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-size-chart-table th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.product-size-chart-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--body-text);
}

.product-size-chart-table td:not(:last-child) {
  border-right: 1px solid var(--border);
}

.product-size-chart-table tbody tr:nth-child(even) {
  background: var(--bg-alt);
}

.product-size-chart-table tbody tr.size-chart-row-offered td:first-child {
  font-weight: 800;
  color: var(--black);
  box-shadow: inset 3px 0 0 var(--primary);
}

.product-size-chart-table tbody tr.size-chart-row-not-offered {
  opacity: 0.45;
}

.product-size-chart-footnote {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}

.product-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.product-specs-table tr {
  border-bottom: 1px solid var(--border);
}

.product-specs-table td {
  padding: 12px 16px;
  font-size: 14px;
}

.product-specs-table td:first-child {
  font-weight: 700;
  color: var(--black);
  width: 200px;
  background: var(--bg-light);
}

.product-specs-table td:last-child {
  color: var(--secondary-text);
}

.product-related {
  padding: 60px 24px;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}

.product-related .section-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.product-related h2 {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: var(--black);
  margin-bottom: 32px;
}

.product-related-accessories {
  background: var(--bg-main);
  border-top: 1px solid var(--border);
}

.product-page-accessories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* PDP — Complete seu treino: uma coluna confortável no celular (evita cards cortados) */
@media (max-width: 640px) {
  .product-related-accessories .section-inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .product-related-accessories h2 {
    margin-bottom: 20px;
    padding: 0 4px;
  }

  .product-page-accessories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0;
    justify-items: stretch;
  }

  .product-page-accessories-grid .accessory-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 16px;
    margin: 0;
  }

  .product-page-accessories-grid .accessory-card-thumb {
    margin-bottom: 10px;
  }

  .product-page-accessories-grid .accessory-card-thumb img {
    height: 160px;
  }

  .product-page-accessories-grid .accessory-card-link {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
  }

  .product-page-accessories-grid .accessory-footer {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }

  .product-page-accessories-grid .accessory-price {
    width: 100%;
    text-align: center;
  }

  .product-page-accessories-grid .btn-add-accessory {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .product-page-accessories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .product-page-accessories-grid .accessory-card {
    min-width: 0;
  }
}

.product-lead {
  font-size: 15px;
  color: var(--secondary-text);
  line-height: 1.7;
  margin: 0;
}

.product-sku-meta {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 8px;
  line-height: 1.5;
}

.product-sku-meta code {
  font-size: 11px;
  background: var(--bg-alt);
  padding: 2px 8px;
  border-radius: 4px;
  color: var(--body-text);
}

.product-sku-hint {
  font-size: 11px;
  color: var(--muted);
}

.accessory-card-thumb {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 8px;
  border: 1px solid var(--border);
}

.accessory-card-thumb img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.accessory-card:hover .accessory-card-thumb img {
  transform: scale(1.03);
}

.accessory-card-link {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  display: inline-block;
}

.accessory-card-link:hover {
  color: var(--primary-dark);
}

.accessory-sku {
  font-size: 11px;
  color: var(--muted);
  margin-top: 8px;
}

.accessory-page-empty {
  text-align: center;
  padding: 100px 24px;
  color: var(--secondary-text);
}

.accessory-page-empty h2 {
  color: var(--black);
  margin-bottom: 12px;
}

.accessory-page-empty a {
  color: var(--primary);
  font-weight: 600;
}

.bump-item-thumb {
  width: 100%;
  height: 88px;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid var(--border);
  background: var(--white);
}

.bump-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bump-checkout-thumb {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bump-checkout-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Layout helper for product detail two-column */
.product-page-inner .product-detail-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 24px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .checkout-body {
    grid-template-columns: 1fr;
  }
  .checkout-sidebar {
    border-top: 1px solid var(--border);
  }
  .checkout-main { padding: 32px 24px; }
  .checkout-sidebar { padding: 32px 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }

  .product-page-inner .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

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

  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px 16px 48px;
    gap: 28px;
  }
  .hero-title {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .hero-image-wrapper { order: -1; }
  .hero-actions { justify-content: center; }
  .hero-specs {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 24px;
  }
  .hero-subtitle { margin: 0 auto 32px; max-width: 100%; }
  .hero-price-box { justify-content: center; }
  .oly-carousel-slide {
    min-height: min(52vh, 420px);
  }
  .oly-carousel-slide img {
    height: min(52vh, 420px);
  }
  .oly-carousel-caption {
    padding: 20px 16px 28px;
  }

  .modal-inner { grid-template-columns: 1fr; }
  .modal-image { border-radius: var(--radius-lg) var(--radius-lg) 0 0; }

  .header-menu-toggle {
    display: inline-flex;
  }

  .header-nav {
    position: fixed;
    top: calc(var(--header-h) + env(safe-area-inset-top, 0px));
    right: 0;
    bottom: 0;
    width: min(300px, 86vw);
    flex: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 20px 0 32px;
    background: var(--header-bg);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1002;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.header-nav-open .header-nav {
    transform: translateX(0);
  }

  .header-nav a {
    padding: 16px 24px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .cart-btn {
    padding: 8px 12px;
    font-size: 13px;
  }

  .cart-btn-label {
    display: none;
  }

  .section {
    padding: 56px 20px;
  }

  .products-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
  .bump-items-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .checkout-steps { gap: 4px; }
  .checkout-step span { display: none; }

  .header-checkout-spacer {
    display: none;
  }

  .checkout-page .header-inner {
    flex-wrap: wrap;
    row-gap: 6px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .checkout-page .header .checkout-steps {
    flex: 1 1 100%;
    order: 2;
    margin-top: 0;
    padding-bottom: 2px;
    justify-content: center;
  }

  .checkout-page .header-logo {
    order: 1;
  }

  .checkout-main,
  .checkout-sidebar {
    padding: 24px 16px;
  }

  .product-page-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-breadcrumb {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .product-sku-meta {
    word-break: break-word;
  }

  .product-sku-hint {
    display: block;
    margin-top: 6px;
  }

  .product-gallery-main { min-height: 280px; padding: 20px; }
  .product-gallery-main img { max-height: 320px; }

  .product-related {
    padding: 40px 16px;
  }

  .product-description {
    padding-left: 0;
    padding-right: 0;
  }

  .product-buy-actions { flex-direction: column; }
  .product-buy-actions .btn-primary,
  .product-buy-actions .btn-secondary { min-width: auto; width: 100%; }

  .product-qty-selector button {
    width: 48px;
    height: 48px;
  }

  .cart-sidebar {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .cart-footer {
    padding-bottom: max(16px, env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 480px) {
  .hero-title {
    letter-spacing: -1.5px;
    font-size: clamp(34px, 10.5vw, 72px);
  }
  .cart-sidebar { width: 100%; }
  .bump-items-grid { grid-template-columns: 1fr; }
  .section { padding: 48px 12px; }

  .header-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .announcement-bar {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

  .product-gallery-thumbs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    gap: 8px;
  }

  .product-specs-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .product-specs-table tbody,
  .product-specs-table tr,
  .product-specs-table td {
    display: block;
    width: 100%;
  }

  .product-specs-table tr {
    border-bottom: 1px solid var(--border);
    padding: 8px 0;
  }

  .product-specs-table td {
    padding: 6px 0;
    background: transparent !important;
  }

  .product-specs-table td:first-child {
    width: auto;
    font-size: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .product-specs-table td:last-child {
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
  }

  .pdp-desc-media {
    max-width: 100%;
  }

  .pdp-desc-media img {
    max-height: min(48vh, 360px);
  }
}
