/* Reset e base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  background: #fef5f7;
  color: #333;
  min-height: 100vh;
}

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

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

/* Barra superior */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border-bottom: 1px solid #f0e0e4;
}

.back {
  position: absolute;
  left: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #c77b8a;
}

.slogan {
  font-size: 0.9rem;
  color: #8b6b72;
}

/* Cabeçalho principal */
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: #fff;
}

.menu-btn,
.icon-btn {
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.25rem;
}

.logo {
  margin: 0;
  line-height: 0;
}

.logo a {
  display: inline-block;
  line-height: 0;
}

.logo img {
  display: block;
  height: 80px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}

.header-actions {
  display: flex;
  gap: 0.5rem;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 0.75rem 1.25rem;
  font-size: 0.85rem;
  color: #8b6b72;
}

.breadcrumbs .sep {
  margin: 0 0.35rem;
  opacity: 0.7;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .current {
  color: #b85c6e;
  font-weight: 500;
}

/* Produto */
.product {
  padding: 1rem 1.25rem 3rem;
  max-width: 1100px;
  margin: 0 auto;
}

.product-layout {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .product-layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.product-gallery-block {
  min-width: 0;
}

.product-gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.gallery-nav {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-size: 1.25rem;
  cursor: pointer;
  color: #b85c6e;
}

.main-image-wrap {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(184, 92, 110, 0.12);
}

.main-image {
  width: 100%;
  height: auto;
  min-height: 280px;
  object-fit: contain;
  background: #fef9fa;
}

/* Miniaturas */
.thumbnails {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.thumb-nav {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  cursor: pointer;
  color: #b85c6e;
}

.thumb-list {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.thumb {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.thumb:hover,
.thumb.active {
  border-color: #b85c6e;
  box-shadow: 0 4px 12px rgba(184, 92, 110, 0.2);
}

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

/* Informações do produto */
.product-info {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(184, 92, 110, 0.08);
}

.product-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
}

.product-benefits {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 0.9rem;
  color: #555;
}

.product-benefits li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.benefit-icon {
  flex-shrink: 0;
  font-size: 1rem;
}

.product-rating {
  margin-bottom: 0.5rem;
}

.stars {
  color: #2ecc71;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.product-price {
  margin: 0 0 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #b85c6e;
}

.product-delivery {
  margin: 0 0 1.25rem;
  font-size: 0.85rem;
  color: #777;
}

.option-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
}

.option-hint {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  color: #777;
}

/* Seletor de modelo (1.0, 2.0, 5.0, Coleção) com miniaturas */
.model-selector {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.model-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border: 2px solid #e0d0d4;
  border-radius: 12px;
  background: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
  overflow: hidden;
}

.model-btn .model-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f5f0f1;
  position: relative;
}

.model-btn .model-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Tarja "Esgotado" sobre a miniatura */
.model-thumb-tarja {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Botão esgotado: cinza e não clicável */
.model-btn--esgotado {
  cursor: not-allowed;
  opacity: 0.9;
  pointer-events: none;
}

.model-btn--esgotado .model-thumb img {
  filter: grayscale(1);
  opacity: 0.85;
}

.model-btn--esgotado .model-name,
.model-btn--esgotado .model-desc {
  color: #999;
}

.model-btn--esgotado:hover {
  border-color: #e0d0d4;
  color: #333;
  box-shadow: none;
}

.model-btn--esgotado:hover .model-desc {
  color: #999;
}

.model-btn .model-name,
.model-btn .model-desc {
  padding: 0.35rem 0.5rem 0.5rem;
  text-align: center;
  line-height: 1.2;
}

.model-btn .model-desc {
  font-size: 0.7rem;
  font-weight: 400;
  color: #777;
  padding-top: 0;
}

.model-btn:hover {
  border-color: #b85c6e;
  color: #b85c6e;
  box-shadow: 0 4px 12px rgba(184, 92, 110, 0.2);
}

.model-btn:hover .model-desc {
  color: #b85c6e;
}

.model-btn.active {
  background: #b85c6e;
  border-color: #b85c6e;
  color: #fff;
  box-shadow: 0 4px 12px rgba(184, 92, 110, 0.4);
}

.model-btn.active .model-desc {
  color: rgba(255, 255, 255, 0.9);
}

.model-btn.active .model-thumb {
  opacity: 0.95;
}

/* Seletor de cor (só para 2.0) com miniaturas */
.color-selector-wrap {
  margin-bottom: 1.25rem;
}

.color-selector-wrap[hidden] {
  display: none;
}

.color-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.color-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  min-width: 72px;
  border: 2px solid #e0d0d4;
  border-radius: 10px;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
  overflow: hidden;
}

.color-btn .color-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  max-width: 72px;
  overflow: hidden;
  background: #f5f0f1;
}

.color-btn .color-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.color-btn span:last-child {
  padding: 0.35rem 0.5rem;
}

.color-btn:hover {
  border-color: #b85c6e;
  color: #b85c6e;
  box-shadow: 0 2px 8px rgba(184, 92, 110, 0.2);
}

.color-btn.active {
  background: #b85c6e;
  border-color: #b85c6e;
  color: #fff;
  box-shadow: 0 2px 8px rgba(184, 92, 110, 0.4);
}

.style-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.pill {
  padding: 0.5rem 0.85rem;
  border: 1px solid #ddd;
  border-radius: 2rem;
  background: #fff;
  font-size: 0.85rem;
  color: #333;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.pill:hover {
  border-color: #b85c6e;
  color: #b85c6e;
}

.pill.active {
  background: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
}

.btn-add-cart {
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 12px;
  background: #b85c6e;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-add-cart:hover {
  background: #a04d5e;
}

/* Seções abaixo do produto */
.section-title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.reviews-section {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #f0e0e4;
}

.reviews-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin-bottom: 1rem;
}

.review-card {
  margin: 0;
  padding: 1.25rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #f5eef0;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.review-card .stars {
  color: #2ecc71;
  font-size: 0.95rem;
}

.review-badge {
  font-size: 0.75rem;
  color: #2ecc71;
  font-weight: 500;
}

.review-title {
  margin: 0 0 0.35rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #333;
}

.review-text {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
}

.review-author {
  font-size: 0.85rem;
  color: #888;
  font-style: normal;
}

.reviews-summary {
  margin: 0;
  font-size: 0.9rem;
  color: #777;
}

.artist-section {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.artist-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

.product-photos-section {
  margin-top: 2rem;
  border-radius: 12px;
  overflow: hidden;
  background: #fef9fa;
  box-shadow: 0 4px 20px rgba(184, 92, 110, 0.08);
}

.product-photos-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Transforme Adesivos em Histórias em 3 Passos Fáceis – texto ao lado da foto */
.passos-section {
  margin-top: 2.5rem;
  padding: 0 0 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.passos-title {
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  background: #2d2d2d;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: center;
}

.passo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.passo:last-child {
  margin-bottom: 0;
}

/* Passo 1 e 3: foto à esquerda, texto à direita */
.passo--img-left {
  flex-direction: row;
}

/* Passo 2: texto à esquerda, foto à direita */
.passo--img-right {
  flex-direction: row-reverse;
}

.passo-img-wrap {
  flex-shrink: 0;
  width: 42%;
  max-width: 380px;
  min-width: 0;
}

.passo-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.passo-body {
  flex: 1;
  min-width: 0;
}

.passo-num {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.25rem;
}

.passo-heading {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
}

.passo-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #666;
}

/* Mobile: continua texto ao lado da foto, com foto menor */
@media (max-width: 640px) {
  .passo {
    gap: 1rem;
  }
  .passo-img-wrap {
    width: 38%;
    max-width: none;
  }
}

/* Benefícios – abaixo de Nossos clientes disseram (texto ao lado da imagem) */
.beneficios-section {
  max-width: 900px;
  margin: 2.5rem auto 3rem;
  padding: 0 1.25rem;
}

.beneficio {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.beneficio:last-child {
  margin-bottom: 0;
}

.beneficio--img-left {
  flex-direction: row;
}

.beneficio--img-right {
  flex-direction: row-reverse;
}

.beneficio-img-wrap {
  flex-shrink: 0;
  width: 42%;
  max-width: 380px;
  min-width: 0;
}

.beneficio-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.beneficio-body {
  flex: 1;
  min-width: 0;
}

.beneficio-title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}

.beneficio-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #555;
}

@media (max-width: 640px) {
  .beneficios-section {
    padding: 0 1rem;
  }
  .beneficio {
    gap: 1rem;
  }
  .beneficio-img-wrap {
    width: 38%;
    max-width: none;
  }
}

/* Divisória em ondas animadas – encostada nas margens (full width) */
.wave-divider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 72px;
  overflow: hidden;
  line-height: 0;
  background: #fef5f7;
}

.wave-svg {
  width: 200%;
  height: 100%;
  min-height: 72px;
  animation: wave-move 6s ease-in-out infinite;
}

.wave-path {
  transition: transform 0.3s ease;
}

.wave-path--1 {
  fill: rgba(184, 92, 110, 0.2);
  animation: wave-flow 4s ease-in-out infinite;
}

.wave-path--2 {
  fill: rgba(184, 92, 110, 0.28);
  animation: wave-flow 5s ease-in-out infinite 0.8s;
}

.wave-path--3 {
  fill: rgba(184, 92, 110, 0.14);
  animation: wave-flow 6s ease-in-out infinite 1.2s;
}

@keyframes wave-move {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-25%); }
}

@keyframes wave-flow {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(3%); }
}

/* O que está incluído no seu Kit */
.kit-section {
  max-width: 900px;
  margin: 0 auto 3rem;
  padding: 2rem 1.25rem 3rem;
}

.kit-section-title {
  margin: 0 0 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #333;
}

.kit-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.kit-item:last-child {
  margin-bottom: 0;
}

.kit-item--img-left {
  flex-direction: row;
}

.kit-item--img-right {
  flex-direction: row-reverse;
}

.kit-item-img-wrap {
  flex-shrink: 0;
  width: 42%;
  max-width: 320px;
  min-width: 0;
}

.kit-item-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.kit-item-body {
  flex: 1;
  min-width: 0;
}

.kit-item-num {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #b85c6e;
  margin-bottom: 0.25rem;
}

.kit-item-title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
}

.kit-item-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #555;
}

@media (max-width: 640px) {
  .kit-section {
    padding: 1.5rem 1rem 2rem;
  }
  .kit-item {
    gap: 1rem;
  }
  .kit-item-img-wrap {
    width: 38%;
    max-width: none;
  }
}

/* Adorado por criativos – full width encostado nas bordas + deslize automático */
.adorado-section {
  margin-top: 2.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 2rem 0 3rem;
  overflow: hidden;
}

.adorado-title {
  margin: 0 0 1.5rem;
  padding: 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #333;
}

.adorado-track-wrap {
  width: 100%;
  overflow: hidden;
}

.adorado-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.5rem 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

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

.adorado-card {
  flex: 0 0 320px;
  width: 320px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #f5eef0;
  display: flex;
  flex-direction: column;
}

.adorado-card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  background: #fef9fa;
}

.adorado-card-text {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.adorado-card-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #b85c6e;
}

@media (max-width: 640px) {
  .adorado-card {
    flex: 0 0 280px;
    width: 280px;
  }
}

/* Avaliações verificadas (abaixo de Adorado por criativos) */
.reviews-verified-section {
  max-width: 700px;
  margin: 2.5rem auto 3rem;
  padding: 0 1.25rem;
}

.reviews-verified-inner {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem 1.5rem 2rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.reviews-summary-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.reviews-stars-big {
  color: #2ecc71;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.reviews-count-big {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

.reviews-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.review-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
}

.review-badge-icon {
  width: 56px;
  height: 56px;
  display: block;
}

.review-badge-text {
  font-size: 0.7rem;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}

.reviews-verified-by {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: #555;
  text-align: center;
}

.reviews-verified-by strong {
  color: #2ecc71;
}

.reviews-rating-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.reviews-rating-num {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}

.reviews-based {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

.reviews-bars {
  margin-bottom: 1.25rem;
}

.reviews-bar-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.reviews-bar-stars {
  color: #2ecc71;
  font-size: 0.8rem;
  width: 5rem;
  flex-shrink: 0;
}

.reviews-bar-track {
  flex: 1;
  height: 8px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
}

.reviews-bar-fill {
  height: 100%;
  background: #333;
  border-radius: 4px;
  min-width: 2px;
}

.reviews-bar-num {
  font-size: 0.85rem;
  font-weight: 600;
  width: 2rem;
  text-align: right;
}

.btn-write-review {
  width: 100%;
  padding: 0.9rem 1rem;
  background: #2d2d2d;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.btn-write-review:hover {
  background: #444;
}

.reviews-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.reviews-sort {
  padding: 0.4rem 0.6rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.9rem;
  background: #fff;
}

.reviews-tab-links {
  display: flex;
  gap: 1rem;
}

.reviews-tab {
  font-size: 0.9rem;
  color: #555;
}

.reviews-tab.active {
  font-weight: 600;
  color: #333;
}

.reviews-tab-links a {
  color: #555;
  text-decoration: none;
}

.reviews-tab-links a:hover {
  text-decoration: underline;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.btn-show-more-reviews {
  margin: 0.5rem 0 1rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid #b85c6e;
  border-radius: 2rem;
  background: #fff;
  color: #b85c6e;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.btn-show-more-reviews:hover {
  background: #b85c6e;
  color: #fff;
}

.reviews-list-more {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.reviews-list-more[hidden] {
  display: none;
}

.reviews-list-more .review-card-verified {
  border-top: 1px solid #eee;
}

.review-card-verified {
  padding: 1rem 0;
  border-top: 1px solid #eee;
}

.review-card-verified:first-of-type {
  border-top: none;
  padding-top: 0;
}

.review-card-photo {
  width: auto;
  max-width: 140px;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  background: #f5f5f5;
}

.review-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.review-avatar {
  display: none;
}

.review-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #333;
}

.review-verified-badge {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.4rem;
  background: #333;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 4px;
}

.review-card-stars {
  color: #2ecc71;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.25rem;
}

.review-card-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
}

@media (max-width: 640px) {
  .reviews-verified-section {
    padding: 0 1rem;
  }
  .reviews-badges {
    flex-direction: column;
    align-items: center;
  }
}

/* Nossos clientes disseram – full width para cards encostados na margem */
.clientes-section {
  margin-top: 2.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 2rem 0 3rem;
  border-top: 1px solid #f0e0e4;
  overflow: hidden;
}

.clientes-title {
  margin: 0 0 0.35rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #333;
}

.clientes-subtitle {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  text-align: center;
  color: #666;
}

.clientes-row {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  overflow: hidden;
}

.clientes-row:last-child {
  margin-bottom: 0;
}

.carousel-track.carousel-auto {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.carousel-track.carousel-auto::-webkit-scrollbar {
  display: none;
}

.clientes-card {
  flex: 0 0 340px;
  width: 340px;
  min-height: 0;
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
  padding: 0.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #f5eef0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.75rem;
}

/* Imagem à esquerda, quadrada */
.clientes-card-img-wrap {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
  background: #fef9fa;
}

.clientes-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Textos ao lado da imagem */
.clientes-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.clientes-stars {
  color: #2ecc71;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

.clientes-card-title {
  margin: 0 0 0.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}

.clientes-card-text {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #555;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.clientes-name {
  font-size: 0.8rem;
  font-weight: 500;
  color: #888;
  margin-top: auto;
}

@media (max-width: 600px) {
  .clientes-card {
    flex: 0 0 300px;
    width: 300px;
    padding: 0.65rem;
  }
  .clientes-card-img-wrap {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 600px) {
  .thumb-list {
    gap: 0.5rem;
  }
  .thumb {
    width: 64px;
    height: 64px;
  }
  .product-title {
    font-size: 0.95rem;
  }
}

/* ========== Footer (boas práticas Meta / e-commerce) – tema rosa ========== */
/* Seção de opções de compra (acima do footer) */
.purchase-cta-section {
  background: linear-gradient(135deg, #fef5f7 0%, #fce8ec 100%);
  border-top: 1px solid #f0d4da;
  padding: 2.5rem 1.25rem;
  margin-top: 2rem;
}

.purchase-cta-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 768px) {
  .purchase-cta-inner {
    grid-template-columns: 1fr auto;
    gap: 2.5rem;
  }
}

.purchase-cta-title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #5c3d43;
}

.purchase-cta-subtitle {
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  color: #6b4a4f;
  line-height: 1.45;
}

.purchase-cta-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.purchase-cta-options .model-selector--compact {
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
}

.purchase-cta-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.5rem;
}

.purchase-cta-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #b85c6e;
}

.purchase-cta-options .btn-add-cart {
  margin-top: 0.5rem;
}

.purchase-cta-image {
  display: none;
  max-width: 220px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .purchase-cta-image {
    display: block;
  }
}

.purchase-cta-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(184, 92, 110, 0.2);
}

/* ========== Footer (boas práticas Meta / e-commerce) – tema rosa ========== */
.site-footer {
  margin-top: 0;
  background: linear-gradient(180deg, #fdf2f4 0%, #fce8ec 50%, #f8dde3 100%);
  color: #4a3538;
  font-size: 0.9rem;
  border-top: 1px solid #f0d4da;
}

/* Selos de qualidade e segurança */
.footer-seals {
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid #f0d4da;
}

.footer-seals-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1.25rem;
}

.footer-seal {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e8c4cc;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b4a4f;
  box-shadow: 0 1px 3px rgba(184, 92, 110, 0.08);
}

.footer-seal-icon {
  font-size: 1rem;
  line-height: 1;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 640px) {
  .footer-inner {
    grid-template-columns: minmax(200px, 1fr) 2fr;
    align-items: start;
  }
}

@media (min-width: 900px) {
  .footer-inner {
    grid-template-columns: 280px 1fr;
    gap: 3rem;
  }
}

.footer-brand {
  margin-bottom: 0.5rem;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 0.75rem;
}

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

.footer-tagline {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: #6b4a4f;
  max-width: 260px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1.5rem 2rem;
}

.footer-heading {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8b3a47;
}

.footer-links,
.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li,
.footer-social li {
  margin-bottom: 0.4rem;
}

.footer-links a,
.footer-social a {
  color: #6b4a4f;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover,
.footer-social a:hover {
  color: #b85c6e;
}

.footer-bottom {
  border-top: 1px solid #e8c4cc;
  padding: 1.25rem 1.25rem 1.5rem;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.4);
}

.footer-copy {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  color: #6b4a4f;
}

.footer-legal {
  margin: 0;
  font-size: 0.75rem;
  color: #7d5c62;
  line-height: 1.4;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
