/** Shopify CDN: Minification failed

Line 92:0 Expected "}" to go with "{"

**/
/* START_SECTION:testimonial-slider (INDEX:73) */
.testimonial-slider-section {
    background: #ffffff;
  }
  .testimonial-title {
    text-align: center;
    font-family: "Centaur", serif;
  }
  .testimonial-slider-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .testimonial-slider-container {
    width: 100%;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
  .testimonial-slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px 40px;
    scroll-snap-align: start;
    box-sizing: border-box;
  }
  .testimonial-content {
    width: 50%;
  }
  .testimonial-meta {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
  }
  .testimonial-stars {
    color: black;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .testimonial-image {
    width: 50%;
  }
  .testimonial-image img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    max-height: 400px;
    width: auto;
    height: auto;
    object-fit: cover;
  }
  .arrow-controls {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .arrow-btn {
    position: static;
    margin: 0 10px;
    background: none;
    color: #CDB090 !important;
    border: none;
    font-size: 28px;
    width: auto;
    height: auto;
    border-radius: 0;
  }
  @media (max-width: 768px) {
    .testimonial-slide {
      flex-direction: column;
      gap: 10px !important;
    .testimonial-slide {
      flex-direction: column;
    }
    .testimonial-content,
    .testimonial-image {
      width: 100%;
      text-align: center;
    }
  }
/* END_SECTION:testimonial-slider */
