/** Shopify CDN: Minification failed

Line 19:18 Unexpected "{"
Line 19:28 Expected ":"
Line 30:19 Unexpected "{"
Line 30:29 Expected ":"
Line 34:18 Unexpected "{"
Line 34:28 Expected ":"
Line 40:18 Unexpected "{"
Line 40:28 Expected ":"
Line 46:18 Unexpected "{"
Line 46:28 Expected ":"
... and 12 more hidden warnings

**/


/* CSS from section stylesheet tags */
#shopify-section-{{  section.id }} .swiper-nav span {
  cursor: pointer;
  /* border-radius: 50%;
  padding: 2%;
  background: #751d29; */
}
@media (max-width:786px){
  /* .swiper-nav span {
  padding: 6% !important;
} */
}
 #shopify-section-{{  section.id }} .testimonial-section {
  text-align: center;
  padding: 50px 20px;
}
#shopify-section-{{  section.id }} .testimonial-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  white-space: pre-line;
}
#shopify-section-{{  section.id }} .testimonial-card {
  text-align: center;
  max-width: 350px;
  margin: auto;
 height: 350px !important;
}
#shopify-section-{{  section.id }} .testimonial-image-wrap {
  width: 100%;
  height: 350px; /* fixed portrait height */
  overflow: hidden;
  border-radius: 12px;
}
.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Only if text exists, add styled background */
#shopify-section-{{  section.id }} .testimonial-content {
 background: #F1EAE3;
    border-radius: 12px;
    padding: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#shopify-section-{{  section.id }} .testimonial-text {
  font-size: 15px;
  color: #5A1923;
  padding: 5px 20px;
}
#shopify-section-{{  section.id }} .testimonial-name {
  font-weight: 600;
  margin-bottom: 2px;
}
#shopify-section-{{  section.id }} .testimonial-stars {
  color: #5A1923;
  font-size: 16px;
}
#shopify-section-{{  section.id }} .testimonial-section{
   position: relative;
}
#shopify-section-{{  section.id }} .swiper-nav{
  position: absolute;
    display: flex;
    top: 62%;
    transform: translateY(-62%);
    z-index: 11111;
    width: 98%;
    left: 0px;
    margin: auto
}