/** Shopify CDN: Minification failed

Line 88:0 Unexpected "{"
Line 88:1 Unexpected "{"
Line 88:3 Expected identifier but found "'store-locations.css'"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:product-trustpilot-slider (INDEX:67) */
.gmd-review-slider.custom-container {
    max-width: 1440px;
    margin: 30px auto 40px;
    padding: 0 8px;
  }

  .gmd-review-slider__card {
    overflow: hidden;
    padding: 42px 50px 48px;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    background: #fff;
  }

  .gmd-review-slider__title {
    margin: 0 0 34px;
    color: var(--senifone-primary-text, #ff704a);
    font-family: "Aeonik-Bold", sans-serif;
    font-size: clamp(30px, 3.35vw, 48px);
    font-weight: 700;
    line-height: 1.12;
    text-align: center;
  }

  .gmd-review-slider__inner,
  .gmd-review-slider__widget {
    min-height: 240px;
  }

  .gmd-review-slider__widget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .gmd-review-slider__widget > a {
    display: inline-flex !important;
    color: inherit;
    font-family: "Aeonik-Medium", sans-serif;
    text-underline-offset: 3px;
  }

  .gmd-review-slider__widget:has(iframe) > a {
    display: none !important;
  }

  .gmd-review-slider__widget iframe {
    display: block;
    width: 100% !important;
    height: 240px !important;
    border: 0;
  }

  @media (max-width: 767px) {
    .gmd-review-slider.custom-container {
      margin-top: 20px;
      margin-bottom: 32px;
    }

    .gmd-review-slider__card {
      padding: 28px 12px 30px;
      border-radius: 22px;
    }

    .gmd-review-slider__title {
      margin-bottom: 24px;
      font-size: 30px;
      line-height: 1.15;
    }
  }
/* END_SECTION:product-trustpilot-slider */

/* START_SECTION:store-locations (INDEX:78) */
{{ 'store-locations.css' | asset_url | stylesheet_tag }}
/* END_SECTION:store-locations */