/** Shopify CDN: Minification failed

Line 16:40 Expected identifier but found whitespace
Line 16:42 Unexpected "{"
Line 16:51 Expected ":"
Line 16:77 Expected ":"
Line 16:94 Expected identifier but found whitespace
Line 16:96 Unexpected "{"
Line 16:105 Expected ":"
Line 16:134 Expected ":"

**/


/* CSS from section stylesheet tags */
.testimonial-slider-final { padding-top: {{ section.settings.padding_top }}px; padding-bottom: {{ section.settings.padding_bottom }}px; }
  .testimonial-slider-final .page-width { max-width: 1400px; margin: 0 auto; padding: 0 20px; }
  .testimonial-slider-heading { letter-spacing: 0.1em; margin-bottom: 20px; }
  .testimonial-slider-container { position: relative; overflow: hidden; }
  .testimonial-slides-wrapper { display: flex; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .testimonial-slide { flex: 0 0 100%; box-sizing: border-box; display: flex; align-items: stretch; border: 1px solid #E5E7EB; background-color: #fff; }
  .testimonial-image-column { flex: 0 0 45%; position: relative; min-height: 450px; }
  .testimonial-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
  .testimonial-image-column .placeholder-svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .testimonial-text-column { flex: 1; padding: 40px 60px; display: flex; flex-direction: column; justify-content: center; text-align: left; }
  .testimonial-stars { display: flex; gap: 4px; margin-bottom: 24px; color: #000; }
  .testimonial-quote-title { font-size: 22px; font-weight: 700; margin: 0 0 16px 0; line-height: 1.2; text-transform: uppercase; }
  .testimonial-quote { font-size: 16px; line-height: 1.6; color: #374151; margin-bottom: 24px; }
  .testimonial-quote p { margin: 0; }
  .testimonial-author-name { font-size: 14px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin: 0; display: flex; align-items: center; gap: 6px; }
  .testimonial-verified-icon { color: #000; }
  .testimonial-slider-nav { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); display: flex; justify-content: space-between; z-index: 10; pointer-events: none; }
  .slider-nav-button { pointer-events: all; background-color: rgba(255, 255, 255, 0.8); border: 1px solid #ddd; border-radius: 50%; width: 44px; height: 44px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s, box-shadow 0.3s; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
  .slider-nav-button:hover { background-color: #fff; box-shadow: 0 4px 8px rgba(0,0,0,0.15); }
  .slider-nav-prev { margin-left: -70px; }
  .slider-nav-next { margin-right: -70px; }
  @media (max-width: 768px) { .testimonial-slider-wrapper { padding: 0; } .testimonial-slide { flex-direction: column; } .testimonial-image-column { min-height: 300px; flex-basis: auto; } .testimonial-text-column { padding: 30px; } .slider-nav-button { width: 38px; height: 38px; } .slider-nav-prev { margin-left: 10px; } .slider-nav-next { margin-right: 10px; } }