/** Shopify CDN: Minification failed

Line 312:14 Unexpected "{"
Line 312:23 Expected ":"
Line 312:30 Unexpected "{"
Line 313:19 Expected identifier but found whitespace
Line 313:21 Unexpected "{"
Line 313:30 Expected ":"
Line 314:17 Expected identifier but found whitespace
Line 314:19 Unexpected "{"
Line 314:28 Expected ":"
Line 316:14 Unexpected "{"
... and 7 more hidden warnings

**/
.tp-slider,
.tp-slider *,
.tp-slider *::before,
.tp-slider *::after {
  box-sizing: border-box;
}

.tp-slider {
  padding: 24px 16px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.tp-slider__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}

.tp-summary {
  flex: 0 0 210px;
}

.tp-summary__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.tp-summary__title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 6px;
}

.tp-summary__sub {
  font-size: 13px;
  color: #fff;
  margin-top: 6px;
}

.tp-summary__count {
  text-decoration: underline;
}

.tp-summary__logo {
  margin-top: 10px;
}

.tp-brand-logo {
  width: 110px;
  height: auto;
  display: block;
}

/* Stars */
.tp-stars {
  display: flex;
  gap: 3px;
}

.tp-star-wrap {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.tp-star-icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.tp-star-wrap.is-half .tp-star-icon--fg {
  clip-path: inset(0 50% 0 0);
}

.tp-arrow {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #111;
  transition: opacity 0.2s ease;
  padding: 0;
}

.tp-arrow svg {
  width: 16px;
  height: 16px;
}

.tp-arrow:hover {
  background: #f5f5f5;
}

.tp-arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.tp-viewport {
  overflow: hidden;
  flex: 1 1 0%;
  min-width: 0;
}

.tp-track {
  display: flex;
  gap: 24px;
  transition: transform 0.35s ease;
}

.tp-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tp-card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.tp-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.tp-card__date {
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  flex: 0 0 auto;
}

.tp-card__name {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  margin-top: auto;
  text-align: left;
}

.tp-card__title {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}

.tp-card__text {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}


@media (max-width: 999px) {
  .tp-slider__inner {
    gap: 12px;
  }
  .tp-summary {
    flex-basis: 170px;
  }
  .tp-card {
    flex: 0 0 calc(50% - 12px);
  }
  .tp-track {
    gap: 20px;
  }
}

@media (max-width: 699px) {
  .tp-slider {
    padding: 20px 12px;
  }

  .tp-slider__inner {
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 16px;
    column-gap: 8px;
  }

  .tp-summary {
    flex: 1 1 100%;
    order: 1;
    margin-bottom: 0;
  }

  .tp-summary__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tp-stars {
    justify-content: center;
  }

  .tp-summary__logo {
    display: flex;
    justify-content: center;
  }

  .tp-arrow--prev {
    order: 2;
  }

  .tp-viewport {
    order: 3;
  }

  .tp-arrow--next {
    order: 4;
  }

  .tp-arrow {
    width: 30px;
    height: 30px;
  }

  .tp-card {
    flex: 0 0 100%;
  }

  .tp-track {
    gap: 16px;
  }
}

@media (max-width: 420px) {
  .tp-slider {
    padding: 16px 10px;
  }

  .tp-summary__title {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .tp-summary__sub {
    font-size: 12px;
  }

  .tp-brand-logo {
    width: 90px;
  }

  .tp-star-wrap {
    width: 18px;
    height: 18px;
  }

  .tp-arrow {
    width: 26px;
    height: 26px;
  }

  .tp-arrow svg {
    width: 14px;
    height: 14px;
  }
}


  #tp-slider-{{ section.id }} {
    --tp-star-fill: {{ section.settings.star_color }};
    --tp-star-bg: {{ section.settings.star_bg }};
  }
  #tp-slider-{{ section.id }} .tp-badge-svg {
    width: 128px;
    height: auto;
    display: block;
  }
  #tp-slider-{{ section.id }} .tp-summary__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #tp-slider-{{ section.id }} .tp-stars--badge {
    display: flex;
    justify-content: center;
  }
  #tp-slider-{{ section.id }} .tp-summary__logo {
    display: flex;
    justify-content: center;
  }