/** Shopify CDN: Minification failed

Line 20:12 Expected identifier but found whitespace
Line 20:14 Unexpected "{"
Line 20:24 Expected ":"
Line 21:17 Expected identifier but found whitespace
Line 21:19 Unexpected "{"
Line 21:29 Expected ":"
Line 22:14 Expected identifier but found whitespace
Line 22:16 Unexpected "{"
Line 22:26 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:trustpilot-widget (INDEX:62) */
.tp-widget-wrapper {
    --tp-bg: {{ settings.color_background | default: '#f7f7f7' }};
    --tp-card-bg: {{ settings.color_surface | default: '#ffffff' }};
    --tp-text: {{ settings.color_foreground | default: '#1f1f1f' }};
    --tp-muted: rgba(31, 31, 31, 0.65);
    --tp-line: rgba(31, 31, 31, 0.10);
    --tp-accent: #00b67a;
    --tp-shadow: 0 8px 30px rgba(0,0,0,.06);
    --tp-radius: 14px;
  }

  .tp-widget-wrapper.tp-with-border {
    border-top: 1px solid var(--tp-line);
    border-bottom: 1px solid var(--tp-line);
  }

  .tp-widget-wrapper.tp-no-vertical-spacing .tp-widget {
    padding-block: 0;
  }

  .tp-widget-wrapper.tp-no-horizontal-spacing .tp-widget {
    padding-inline: 0;
  }

  .tp-widget-wrapper.tp-no-horizontal-spacing .tp-container {
    max-width: none;
  }

  .tp-widget {
    background: var(--tp-bg);
    color: var(--tp-text);
    padding: 32px 16px;
    overflow: clip;
  }

  .tp-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .tp-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px 20px;
    flex-wrap: wrap;
    margin-bottom: 22px;
    text-align: center;
  }

  .tp-logo {
    max-height: 28px;
    width: auto;
  }

  .tp-logo-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
  }

  .tp-rating-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tp-stars,
  .tp-card-stars {
    color: var(--tp-accent);
    letter-spacing: 0.04em;
  }

  .tp-score {
    font-weight: 700;
  }

  .tp-count,
  .tp-date {
    color: var(--tp-muted);
    font-size: 12px;
    line-height: 1.4;
  }

  .tp-carousel {
    position: relative;
  }

  .tp-viewport {
    overflow: hidden;
  }

  .tp-track {
    display: grid;
    grid-template-columns: repeat(var(--tp-cards-per-page, 3), minmax(0, 1fr));
    grid-auto-columns: calc((100% - (12px * (var(--tp-cards-per-page, 3) - 1))) / var(--tp-cards-per-page, 3));
    grid-auto-flow: column;
    gap: 12px;
    transition: transform .4s ease;
    will-change: transform;
  }

  .tp-card {
    background: var(--tp-card-bg);
    border: 1px solid var(--tp-line);
    border-radius: var(--tp-radius);
    padding: 18px;
    box-shadow: var(--tp-shadow);
    min-width: 0;
  }

  .tp-card-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }

  .tp-avatar {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 999px;
    background: linear-gradient(135deg, #00b67a, #00d88f);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 12px;
  }

  .tp-meta {
    flex: 1;
    min-width: 0;
  }

  .tp-name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
  }

  .tp-review-title {
    margin: 10px 0 6px;
    font-size: 15px;
    line-height: 1.35;
  }

  .tp-text {
    font-size: 14px;
    line-height: 1.55;
    color: var(--tp-text);
  }

  .tp-text p:last-child {
    margin-bottom: 0;
  }

  .tp-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--tp-accent);
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .tp-nav {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    border: 1px solid var(--tp-line);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    display: grid;
    place-items: center;
    z-index: 2;
  }

  .tp-nav[disabled] {
    opacity: .45;
    cursor: not-allowed;
  }

  .tp-nav-prev { left: 8px; }
  .tp-nav-next { right: 8px; }

  .tp-nav svg {
    width: 18px;
    height: 18px;
  }

  .tp-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .tp-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(0,0,0,.15);
  }

  .tp-dot.active {
    width: 22px;
    background: var(--tp-accent);
  }

  .tp-review-image-button {
    display: block;
    width: 100%;
    margin-top: 12px;
    border-radius: 10px;
    overflow: hidden;
  }

  .tp-review-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .25s ease;
  }

  .tp-review-image-button:hover .tp-review-img,
  .tp-review-image-button:focus-visible .tp-review-img {
    transform: scale(1.02);
  }

  .tp-modal[hidden] {
    display: none;
  }

  .tp-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: grid;
    place-items: center;
    background: rgba(0,0,0,.82);
    padding: 20px;
  }

  .tp-modal-dialog {
    position: relative;
    max-width: min(92vw, 980px);
    max-height: 92vh;
  }

  .tp-modal-img {
    max-height: 92vh;
    border-radius: 14px;
    object-fit: contain;
  }

  .tp-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 14px rgba(0,0,0,.2);
  }

  body.tp-modal-open {
    overflow: hidden;
  }

  @media screen and (max-width: 990px) {
    .tp-widget {
      padding-block: 28px;
    }
  }

  @media screen and (max-width: 768px) {
    .tp-widget {
      padding: 24px 12px;
    }

    .tp-track {
      display: flex;
      flex-direction: column;
      gap: 10px;
      transform: none !important;
    }

    .tp-nav,
    .tp-dots {
      display: none;
    }

    .tp-rating-info {
      gap: 6px 10px;
    }
  }
/* END_SECTION:trustpilot-widget */