/** Shopify CDN: Minification failed

Line 194:17 Unterminated string token

**/
/* ================================================
   HIP TESTIMONIAL - EXACT MATCH TO LANDINGDEMO
   HaveItPrinted.com - Large, Easy-to-Read Fonts
   ================================================ */

/* Section Container */
.hip-testimonial {
  position: relative;
  width: 100vw;
  background-color: var(--hip-testimonial-bg-color, #ffffff);
}

/* Container with Quote Icon Background */
.hip-testimonial__container {
  position: relative;
}

.hip-testimonial__container::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-size: 20rem;
  font-style: italic;
  color: var(--hip-testimonial-text-color, #1967b1);
  opacity: 0.1;
  display: block;
  position: absolute;
  top: -40%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

/* Swiper Container */
.hip-testimonial__swiper {
  position: relative;
  z-index: 2;
}

/* Swiper Slide */
.hip-testimonial__swiper-slide {
  text-align: center;
}

/* Quote Text - LARGE EASY TO READ */
.hip-testimonial__quote {
  font-size: 4rem;
  line-height: 6rem;
  color: var(--hip-testimonial-quote-color, #1985d4);
  width: 97%;
  margin: 0 auto;
  font-weight: 400 !important;
}

/* Name */
.hip-testimonial__name {
  font-size: 2rem;
  color: var(--hip-testimonial-name-color, #223461);
  margin-top: 4.5rem;
  font-weight: 600 !important;
  margin-bottom: 0;
}

/* Company / Title */
.hip-testimonial__company {
  font-size: 1.3rem;
  color: var(--hip-testimonial-name-color, #223461);
  margin-top: 0;
  font-weight: 400 !important;
}

/* Pagination */
.hip-testimonial__pagination {
  width: 100%;
  position: relative;
  top: 3.5rem;
  text-align: center;
  z-index: 3;
}

/* Pagination Bullets */
.hip-testimonial__pagination .swiper-pagination-bullet {
  width: 2.9rem;
  height: 0.3rem;
  background-color: var(--hip-testimonial-bullet-color, #a7c3d8);
  margin: 0 0.5rem;
  border-radius: 0;
  opacity: 1;
}

.hip-testimonial__pagination .swiper-pagination-bullet-active {
  background-color: var(--hip-testimonial-bullet-active-color, #1985d4);
}

/* Empty State */
.hip-testimonial__empty {
  text-align: center;
  padding: 4rem 2rem;
  color: #666;
  font-size: 1.6rem;
}

/* Responsive - Mobile */
@media screen and (max-width: 991.98px) {
  .hip-testimonial__quote {
    font-size: 3rem;
    line-height: 5rem;
  }
  
  .hip-testimonial__container::before {
    font-size: 15rem;
    top: -30%;
  }
}

@media screen and (max-width: 767.98px) {
  .hip-testimonial__quote {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  
  .hip-testimonial__name {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
  
  .hip-testimonial__company {
    font-size: 1.2rem;
  }
  
  .hip-testimonial__container::before {
    font-size: 12rem;
    top: -25%;
  }
}

@media screen and (max-width: 575.98px) {
  .hip-testimonial__quote {
    font-size: 2rem;
    line-height: 3.5rem;
    width: 100%;
  }
  
  .hip-testimonial__name {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
  
  .hip-testimonial__company {
    font-size: 1.1rem;
  }
  
  .hip-testimonial__container::before {
    font-size: 10rem;
    top: -20%;
  }
  
  .hip-testimonial__pagination {
    top: 2.5rem;
  }
}

/* Swiper Fade Effect */
.hip-testimonial__swiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.hip-testimonial__swiper .swiper-slide-active {
  opacity: 1;
}

/* Performance Optimizations */
@media (prefers-reduced-motion: reduce) {
  .hip-testimonial__swiper .swiper-slide {
    transition: none;
  }
}

/* Accessibility */
.hip-testimonial__pagination .swiper-pagination-bullet:focus {
  outline: 2px solid var(--hip-testimonial-bullet-active-color, #1985d4);
  outline-offset: 2px;
}

/* Ensure Font Awesome is loaded */
@supports not (content: "\f10d") {
  .hip-testimonial__container::before {
    content: """;
    font-family: serif;
  }
}
