/** Shopify CDN: Minification failed

Line 342:31 Unexpected "{"
Line 342:40 Expected ":"
Line 357:33 Unexpected "{"
Line 357:42 Expected ":"
Line 361:33 Unexpected "{"
Line 361:42 Expected ":"

**/
.testimonials-section {
  width: 100%;
  overflow: hidden;
}
.testimonials-container {
  position: relative;
}
.testimonials-header {
  margin-bottom: 40px;
}
.testimonials-heading {
  margin: 0 0 20px 0;
  text-align: center;
  letter-spacing: var(--letter-spacing-heading) !important;
  line-height: 1.2;
}
.testimonials-heading[style*="color"] {
  color: inherit;
}
.testimonials-subtitle {
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 1.4;
}
.testimonials-subtitle[style*="color"] {
  color: inherit;
}
.testimonials-section .testimonials-heading[style*="color"] {
  color: inherit !important;
}
.testimonials-section .testimonials-subtitle[style*="color"] {
  color: inherit !important;
}
.testimonials-custom-heading {
  color: var(--heading-color) !important;
}
.testimonials-custom-subtitle {
  color: var(--subtitle-color) !important;
}
.testimonials-section h2.testimonials-custom-heading,
.testimonials-section .testimonials-custom-heading {
  color: var(--heading-color) !important;
}
.testimonials-section div.testimonials-custom-subtitle,
.testimonials-section .testimonials-custom-subtitle {
  color: var(--subtitle-color) !important;
}
.testimonials-section[data-use-theme-colors="false"] .testimonials-custom-heading {
  color: var(--heading-color) !important;
}
.testimonials-section[data-use-theme-colors="false"] .testimonials-custom-subtitle {
  color: var(--subtitle-color) !important;
}
html body .testimonials-section[data-use-theme-colors="false"] h2.testimonials-custom-heading {
  color: var(--heading-color) !important;
}
html body .testimonials-section[data-use-theme-colors="false"] div.testimonials-custom-subtitle {
  color: var(--subtitle-color) !important;
}
.testimonials-rating-summary-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}
.testimonials-rating-summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 5px 7px;
  margin: 0 auto 5px;
  gap: 0;
  max-width: fit-content;
  font-size: 13px;
}
.testimonials-rating-stars {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-right: 5px;
  letter-spacing: 1px;
}
.testimonials-rating-text {
  font-weight: var(--font-weight-regular);
  line-height: 1.2;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: var(--letter-spacing-body);
}
.testimonials-summary-star {
  width: 13px;
  height: 13px;
  margin-right: -1px !important;
}
.testimonials-summary-star.trustpilot-star {
  margin-right: 2px !important;
}
.testimonials-carousel {
  position: relative;
  margin: 0 -10px;
  padding: 0 10px;
}
.testimonials-track {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.testimonial-card {
  background: #2a2a2a;
  color: #fff;
  border-radius: 12px;
  position: relative;
}
.testimonials-card-rating {
  margin-bottom: 12px;
}
.testimonials-card-stars {
  display: flex;
  align-items: center;
  line-height: 1;
}
.testimonials-stars {
  display: flex;
  gap: 0;
  align-items: center;
}
.testimonials-card-star {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0;
  align-content: center;
  margin-right: -2px !important;
}
.testimonials-card-star.trustpilot-star {
  margin-right: 1px !important;
}
.testimonial-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 12px 0;
}
.testimonial-content {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 0;
}
.testimonial-content p {
  margin: 0;
}
.testimonial-author {
  margin-top: auto;
  padding-top: 8px;
}
.author-avatar {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.author-name {
  margin: 0;
  line-height: 1.2;
}
.verified-badge {
  display: flex;
  align-items: center;
  margin-top: 0;
  gap: 4px;
}
.author-info-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.author-name {
  font-weight: var(--font-weight-bold);
  font-size: 14px;
}
.testimonials-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  letter-spacing: var(--letter-spacing-body);
  font-weight: var(--font-weight-bold);
  margin-left: 6px;
}
.verified-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.testimonials-product-purchase-date {
  font-size: 11px;
  margin: 8px 0 0 0;
  letter-spacing: var(--letter-spacing-body);
  font-weight: var(--font-weight-regular);
  display: inline-flex;
  align-items: center;
  max-width: fit-content;
  padding: 2px 5px;
  border-radius: 8px;
}
.testimonials-purchase-date-icon {
  position: relative;
  top: 0;
}
.testimonials-navigation {
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.nav-button {
  transition: all 0.2s ease;
  font-weight: 700;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-button svg {
  flex-shrink: 0;
}
.nav-button:hover:not(:disabled) {
  transform: scale(1.05);
}
.nav-button:active:not(:disabled) {
  transform: scale(0.95);
}
.testimonials-dots {
  justify-content: center;
  gap: 8px;
}
.dot {
  transition: all 0.2s ease;
  transform: scale(1);
}
.dot:hover {
  transform: scale(1.2);
}
.dot.active {
  transform: scale(1);
}
@media screen and (max-width: 749px) {
  .testimonials-section {
    overflow-x: visible;
  }
  .testimonials-carousel {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .testimonials-track {
    padding-right: 15px;
    margin-right: -15px;
    scroll-behavior: smooth;
  }
  .testimonial-card {
    flex-shrink: 0;
  }
  .testimonials-navigation {
    margin-top: 20px;
    display: flex !important;
    visibility: visible !important;
  }
  .testimonials-dots {
    margin-top: 20px;
  }
  .testimonials-rating-summary {
    font-size: 12px;
  }
  .testimonials-summary-star {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 750px) {
  .testimonials-carousel {
    overflow: hidden;
  }
  .testimonials-track {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .testimonial-card {
    flex-shrink: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .testimonials-star {
    text-rendering: optimizeLegibility;
  }
}
@media (prefers-color-scheme: dark) {
  .testimonials-section {
  }
}
.nav-button:focus-visible,
.dot:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .testimonials-track {
    transition: none;
  }
  .testimonial-card {
    transition: none;
  }
  .nav-button,
  .dot {
    transition: none;
  }
}
@media print {
  .testimonials-navigation,
  .testimonials-dots {
    display: none;
  }
  .testimonials-track {
    transform: none !important;
    display: block;
  }
  .testimonial-card {
    break-inside: avoid;
    margin-bottom: 20px;
    flex: none;
    width: auto;
  }
}

.testimonials-section.section-{{ section.id }} .tempo-test-nav-btn {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: 1.5px solid #000000 !important;
    background: transparent !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    color: #000000 !important;
    transition: background 0.25s ease;
  }

  .testimonials-section.section-{{ section.id }} .tempo-test-nav-btn:hover {
    background: #EEEEEE !important;
  }

  .testimonials-section.section-{{ section.id }} .tempo-test-nav-btn svg {
    width: 14px !important;
    height: 14px !important;
  }