/* v7.5 — preços responsivos e galeria da vitrine sem setas */
.launch-promo {
  position: relative;
  min-height: 190px;
  margin-top: 24px;
  padding: 30px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 30%, rgba(255, 212, 31, .2), transparent 34%),
    #111;
  color: #fff;
}

.launch-promo-copy {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.launch-promo-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffd41f;
  color: #111;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.launch-promo h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: .98;
}

.launch-promo h2 strong {
  color: #ffd41f;
}

.launch-promo p {
  max-width: 570px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .7);
  line-height: 1.55;
}

.launch-promo-countdown {
  width:max-content;
  max-width:100%;
  margin-top:20px;
  padding:12px 15px;
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(255,212,31,.32);
  border-radius:16px;
  background:rgba(0,0,0,.34);
  box-shadow:inset 0 0 22px rgba(255,212,31,.05);
}

.launch-promo-countdown>span { min-width:46px; display:grid; justify-items:center; gap:3px; }
.launch-promo-countdown strong { color:#fff; font-size:23px; line-height:1; font-variant-numeric:tabular-nums; }
.launch-promo-countdown small { color:rgba(255,255,255,.55); font-size:7px; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.launch-promo-countdown>i { color:#ffd41f; font-size:18px; font-style:normal; font-weight:900; }

.launch-promo-mark {
  flex: 0 0 auto;
  color: #ffd41f;
  font-size: clamp(86px, 12vw, 160px);
  font-weight: 950;
  letter-spacing: -.1em;
  line-height: .7;
  opacity: .18;
  transform: rotate(-5deg);
}

.product-card-pricing {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-top: 15px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
}

.product-copy .product-card-pricing strong {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  display: block;
  margin: 0;
  color: #18864b;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.product-card-pricing del {
  flex: 0 1 auto;
  max-width: 100%;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

/* Galeria rápida dos cards: o gesto horizontal troca a foto sem abrir o produto. */
.product-visual.has-card-gallery {
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.product-visual.has-card-gallery:active {
  cursor: grabbing;
}

.product-gallery-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 14px;
  display: flex;
  max-width: 48%;
  gap: 4px;
  transform: translateX(-50%);
  pointer-events: none;
}

.product-gallery-dots i {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(17, 17, 17, .24);
}

.product-gallery-dots i.active {
  background: #111;
  transform: scale(1.25);
}

/* Compatibilidade com JavaScript antigo em cache: nunca exibir setas na vitrine. */
.product-visual .product-card-gallery-control {
  display: none !important;
}

.product-card-colors {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
}

.product-card-colors button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  background: var(--swatch-color);
  box-shadow: none;
  cursor: pointer;
}

.product-card-colors button.active {
  border-color: #111;
  outline: 2px solid #111;
  outline-offset: 2px;
}

/* Cards permanecem do mesmo tamanho em hover, foco e seleção. */
.product-card,
.product-card:hover,
.product-card:active,
.product-card:focus,
.product-card:focus-visible {
  transform: none !important;
}

/* Remove a película dinâmica do liquid glass dos cards de produto. */
.product-card.liquid-glass::before,
.product-card.liquid-glass::after {
  display: none !important;
}

/* Preço promocional e normal sempre visíveis dentro do produto. */
.product-info {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.product-detail-pricing {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin: 18px 0 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.product-detail-pricing .product-detail-price-row {
  box-sizing: border-box;
  flex-basis: auto;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

/* Mantém a linha de valores neutra, independentemente do elemento usado no HTML. */
.product-detail-pricing > .product-detail-price-row {
  margin: 0;
}

.product-detail-pricing .product-detail-price {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #18864b;
  font-size: clamp(25px, 3.2vw, 32px);
  line-height: 1;
  white-space: nowrap;
}

.product-detail-price-row del {
  flex: 0 1 auto;
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.15;
  white-space: nowrap;
}

.product-detail-pricing > .product-detail-discount {
  flex-basis: auto;
  width: max-content;
  max-width: 100%;
  padding: 5px 8px;
  border-radius: 7px;
  background: #dff4e6;
  color: #18864b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1;
}

/* Os seletores de cor não herdam o cartão/sombra usado pelas demais opções. */
.product-info .color-options label {
  overflow: visible;
  padding: 4px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.product-info .color-options .color-swatch {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid #bbb;
  border-radius: 50%;
  box-shadow: none;
  transform: none;
}

.product-info .color-options .color-colorido {
  background: linear-gradient(135deg, #ffd41f 0 33%, #eb3838 33% 66%, #2684ff 66%);
}

.product-info .color-options input:checked + .color-swatch {
  border-color: #111;
  box-shadow: none;
  outline: 2px solid #111;
  outline-offset: 3px;
  transform: none;
}

@media (max-width: 600px) {
  .launch-promo {
    min-height: 175px;
    margin-top: 16px;
    padding: 24px;
    border-radius: 24px;
  }

  .launch-promo-kicker {
    margin-bottom: 12px;
    padding: 7px 10px;
    font-size: 8px;
  }

  .launch-promo h2 {
    max-width: 260px;
    font-size: 31px;
  }

  .launch-promo p {
    max-width: 250px;
    font-size: 11px;
  }

  .launch-promo-countdown { margin-top:17px; padding:10px 11px; gap:6px; border-radius:13px; }
  .launch-promo-countdown>span { min-width:37px; }
  .launch-promo-countdown strong { font-size:19px; }
  .launch-promo-countdown small { font-size:6px; }
  .launch-promo-countdown>i { font-size:14px; }

  .launch-promo-mark {
    position: absolute;
    right: 0;
    margin-right: -18px;
    font-size: clamp(82px, 27vw, 128px);
  }

  .product-card-pricing {
    min-height: 27px;
    margin-top: 11px;
    gap: 5px;
  }

  .product-copy .product-card-pricing strong {
    font-size: 18px;
  }

  .product-card-pricing del {
    font-size: 10px;
  }

  .product-gallery-dots {
    bottom: 11px;
    gap: 3px;
  }

  .product-card-colors {
    gap: 6px;
    margin-top: 9px;
  }

  .product-card-colors button {
    width: 18px;
    height: 18px;
  }

  .product-detail-pricing .product-detail-price {
    font-size: clamp(25px, 8vw, 28px);
  }
}
