/** Shopify CDN: Minification failed

Line 22:13 Expected identifier but found whitespace
Line 22:15 Unexpected "{"
Line 22:24 Expected ":"
Line 41:8 Expected identifier but found whitespace
Line 41:10 Unexpected "{"
Line 41:19 Expected ":"
Line 48:8 Expected identifier but found whitespace
Line 48:10 Unexpected "{"
Line 48:19 Expected ":"
Line 144:13 Expected identifier but found whitespace
... and 8 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:mosaic-story-grid (INDEX:54) */
.whoop-mosaic {
  background: {{ section.settings.bg_color }};
  padding: 28px 14px 20px;
}

.whoop-mosaic__wrap {
  max-width: 760px;
  margin: 0 auto;
}

.whoop-mosaic__header {
  margin-bottom: 20px;
}

.whoop-mosaic__heading {
  margin: 0 0 10px;
  font-size: clamp(34px, 7vw, 64px);
  line-height: .96;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: {{ section.settings.heading_color }};
}

.whoop-mosaic__subheading {
  margin: 0;
  font-size: clamp(16px, 2.7vw, 24px);
  line-height: 1.28;
  color: {{ section.settings.text_color }};
  max-width: 96%;
}

.whoop-mosaic__columns {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.whoop-mosaic__column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.whoop-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #ecece7;
  display: block;
  text-decoration: none;
  isolation: isolate;
  border: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}

.whoop-card--short {
  min-height: 180px;
}

.whoop-card--medium {
  min-height: 255px;
}

.whoop-card--tall {
  min-height: 365px;
}

.whoop-card__media {
  position: absolute;
  inset: 0;
}

.whoop-card__media img,
.whoop-card__media video,
.whoop-card__media iframe,
.whoop-card__preview-image,
.whoop-card__preview-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
}

.whoop-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.70) 10%, rgba(0,0,0,.35) 45%, rgba(0,0,0,0) 75%);
  z-index: 1;
  pointer-events: none;
}

.whoop-card__content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
}

.whoop-card__title {
  margin: 0;
  font-size: clamp(16px, 2.3vw, 26px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.whoop-card__caption {
  margin: 3px 0 0;
  font-size: clamp(11px, 1.7vw, 16px);
  line-height: 1.12;
  opacity: 0.98;
  font-weight: 400;
  color: #fff;
}

.whoop-card--quote {
  background: {{ section.settings.quote_bg }};
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.whoop-card__quote {
  margin: 0 0 22px;
  font-size: clamp(16px, 2.4vw, 28px);
  line-height: 1.08;
  color: {{ section.settings.quote_text }};
  max-width: 92%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.whoop-card__person {
  margin-top: auto;
}

.whoop-card__name {
  margin: 0;
  font-size: clamp(14px, 2vw, 22px);
  line-height: 1.05;
  color: {{ section.settings.quote_text }};
  font-weight: 500;
}

.whoop-card__role {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.15;
  color: rgba(0,0,0,.52);
}

.whoop-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.whoop-card__play:before {
  content: "";
  display: block;
  margin-left: 2px;
  width: 0;
  height: 0;
  border-left: 9px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.whoop-card__plus {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.whoop-card__plus--white {
  background: rgba(255,255,255,.96);
  color: #000;
}

.whoop-card__plus--black {
  background: #000;
  color: #fff;
}

.whoop-card--video-trigger {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

.whoop-mosaic__sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 35;
  width: calc(100% - 32px);
  max-width: 300px;
}

.whoop-mosaic__sticky-cta a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #000;
  color: #fff;
  border-radius: 22px;
  padding: 18px 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* modal */
.whoop-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.whoop-video-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whoop-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.8);
}

.whoop-video-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(92vw, 900px);
  max-height: 90vh;
}

.whoop-video-modal__inner {
  position: relative;
  background: #000;
  border-radius: 18px;
  overflow: hidden;
}

.whoop-video-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.whoop-video-modal__content {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.whoop-video-modal__content video,
.whoop-video-modal__content iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.whoop-video-modal__caption {
  padding: 14px 16px 16px;
  background: #111;
  color: #fff;
}

.whoop-video-modal__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
}

.whoop-video-modal__text {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.35;
  opacity: .85;
}

@media screen and (min-width: 750px) {
  .whoop-mosaic {
    padding: 44px 22px 100px;
  }

  .whoop-mosaic__wrap {
    max-width: 980px;
  }

  .whoop-mosaic__columns {
    gap: 16px;
  }

  .whoop-mosaic__column {
    gap: 16px;
  }

  .whoop-card--short {
    min-height: 240px;
  }

  .whoop-card--medium {
    min-height: 320px;
  }

  .whoop-card--tall {
    min-height: 500px;
  }

  .whoop-card__play {
    width: 48px;
    height: 48px;
  }

  .whoop-card__play:before {
    border-left: 10px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .whoop-card__plus {
    width: 46px;
    height: 46px;
  }

  .whoop-video-modal__close {
    width: 44px;
    height: 44px;
    font-size: 26px;
  }
}
/* END_SECTION:mosaic-story-grid */