/** Shopify CDN: Minification failed

Line 255:0 Unexpected "}"

**/
/* EMI TESTIMONIALS - SEÇÃO DE DEPOIMENTOS ELEGANTE */

.emi-testimonials {
  padding: 80px 0;
  background: #4e1f29;
  position: relative;
}

.emi-testimonials::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 1;
}

.emi-testimonials .page-width {
  position: relative;
  z-index: 2;
}

/* Título principal */
.emi-testimonials .title {
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.emi-testimonials .title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: #90add7;
}

/* Grid de depoimentos */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}

/* Card de depoimento */
.testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 30px;
  border-radius: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 80px;
  font-family: serif;
  color: rgba(144, 173, 215, 0.1);
  line-height: 1;
  z-index: 1;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4);
  border-color: #90add7;
  background: rgba(255, 255, 255, 0.08);
}

/* Rating com estrelas */
.testimonial-rating {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.testimonial-rating .star {
  color: #aed5f2;
  font-size: 20px;
  margin: 0 2px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Quote do depoimento */
.testimonial-quote {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin: 0 0 30px 0;
  font-style: italic;
  position: relative;
  z-index: 2;
}

/* Autor do depoimento */
.testimonial-author {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.author-name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 5px;
  font-style: normal;
}

.author-title {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #90add7;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Menção ao produto */
.product-mention {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid rgba(144, 173, 215, 0.2);
  position: relative;
  z-index: 2;
}

.product-mention em {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Subtítulo da seção */
.testimonials-subtitle {
  text-align: center;
  margin-top: 30px;
}

.testimonials-subtitle .subtitle {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
  letter-spacing: 0.5px;
}

/* Responsivo */
@media screen and (max-width: 989px) {
  .emi-testimonials {
    padding: 60px 0;
  }

  .emi-testimonials .title {
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 40px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }

  .testimonial-card {
    padding: 35px 25px;
  }

  .testimonial-card::before {
    font-size: 60px;
    top: 10px;
    left: 20px;
  }

  .testimonial-quote {
    font-size: 15px;
  }

  .author-name {
    font-size: 16px;
  }

  .testimonials-subtitle .subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 749px) {
  .emi-testimonials {
    padding: 50px 0;
  }
}

/* REMOVER GAPS ENTRE TESTIMONIALS E FOOTER */
.shopify-section:has(.emi-testimonials) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.shopify-section-group-footer-group {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

  .emi-testimonials .title {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 35px;
  }

  .testimonial-card {
    padding: 30px 20px;
  }

  .testimonial-quote {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .testimonial-rating .star {
    font-size: 18px;
  }
}

/* Animações de entrada */
.testimonial-card {
  animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.testimonial-card:nth-child(1) { animation-delay: 0.1s; }
.testimonial-card:nth-child(2) { animation-delay: 0.2s; }
.testimonial-card:nth-child(3) { animation-delay: 0.3s; }
.testimonial-card:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

