/** Shopify CDN: Minification failed

Line 207:14 Expected identifier but found whitespace
Line 207:16 Unexpected "{"
Line 207:25 Expected ":"
Line 207:51 Expected ":"
Line 208:17 Expected identifier but found whitespace
Line 208:19 Unexpected "{"
Line 208:28 Expected ":"
Line 208:57 Expected ":"
Line 480:14 Expected identifier but found whitespace
Line 480:16 Unexpected "{"
... and 6 more hidden warnings

**/


/* CSS from section stylesheet tags */
.scroll-frames-wrapper {
    position: relative;
    width: 100%;
  }

  .scroll-container {
    position: relative;
    width: 100%;
  }

  .frame-container-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
  }

  .frame-fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
  }

  .frame-fullscreen.active {
    opacity: 1;
  }

  .frame-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .frame-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .frame-emoji-bg,
  .frame-color-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .emoji-icon {
    font-size: 200px;
    line-height: 1;
    animation: float 3s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-20px);
    }
  }

  .frame-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
  }

  .frame-heading {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    max-width: 800px;
  }

  .frame-description {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    max-width: 700px;
  }

  .frame-button {
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
  }

  .frame-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  .scroll-indicator {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 16px;
    font-weight: 600;
    animation: bounce 2s infinite;
    z-index: 20;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateX(-50%) translateY(0);
    }
    40% {
      transform: translateX(-50%) translateY(-10px);
    }
    60% {
      transform: translateX(-50%) translateY(-5px);
    }
  }

  .progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transition: width 0.1s;
    z-index: 1000;
  }

  @media screen and (max-width: 749px) {
    .frame-content {
      padding: 40px 20px;
    }

    .emoji-icon {
      font-size: 120px;
    }

    .frame-heading {
      margin-bottom: 15px;
    }

    .frame-description {
      margin-bottom: 20px;
    }

    .frame-button {
      padding: 12px 30px;
      font-size: 14px;
    }
  }
.cat-pain-reveal {
    position: relative;
    margin-top: -5%;
}
.cat-pain-reveal .page-width{
  padding: 0;
}
.cat-pain-reveal {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  overflow: hidden;
}

.cat-pain-reveal__wrapper {
    gap: 6rem;
    align-items: center;
    min-height: 50rem;
    display: flex;
    align-content: center;
    padding: 0 20px;
}

.cat-pain-reveal__wrapper.reverse {
  direction: rtl;
}

.cat-pain-reveal__wrapper.reverse > * {
  direction: ltr;
}
.content__description.rte {
    width: 100%;
    max-width: 355px;
}
.cat-pain-reveal__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 80rem;
}
.cat-pain-reveal__content h2.content__heading.h0 {
    font-size: 75px;
    font-weight: 600;
    line-height: 1.2 !important;
}
.content__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.tag-pill {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: rgb(var(--color-background));
  border: 2px solid rgba(var(--color-foreground), 0.15);
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgb(var(--color-foreground));
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.tag-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--color-foreground), 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.content__heading {
  color: rgb(var(--color-foreground));
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.content__description {
  font-size: 1.6rem;
  line-height: 1.7;
  color: rgba(var(--color-foreground), 0.8);
}

.content__button {
  margin-top: 1rem;
}

.button {
  display: inline-block;
  padding: 1.5rem 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 2px solid transparent;
}

.button--primary {
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border-color: rgb(var(--color-button));
}

.button--primary:hover {
  background: rgba(var(--color-button), 0.85);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.button--secondary {
  background: transparent;
  color: rgb(var(--color-foreground));
  border-color: rgba(var(--color-foreground), 0.2);
}

.button--secondary:hover {
  border-color: rgba(var(--color-foreground), 0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.cat-pain-reveal__image-wrapper {
    position: absolute;
    height: 100%;
    display: flex;
    top: 0;
    right: 0;
}

.image-container {
  position: relative;
  width: 100%;
  max-width: 60rem;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-container:hover {
  transform: scale(1.02);
}


.image-container.circle {
  border-radius: 50%;
  width: 50rem;
  height: 50rem;
}

.image-container--placeholder {
  background: #f5f5f5;
  aspect-ratio: 1;
}

.image-container__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-accent-border {
  position: absolute;
  left: -2rem;
  top: 0;
  bottom: 0;
  width: 0.6rem;
  background: linear-gradient(180deg, #4A9FFF 0%, #2B7FE5 100%);
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(74, 159, 255, 0.4);
}

@media screen and (max-width: 989px) {
  .cat-pain-reveal__wrapper {
    grid-template-columns: 1fr;
    gap: 4rem;
    min-height: auto;
  }

  .cat-pain-reveal__content {
    max-width: 100%;
  }

  .image-container.circle {
    width: 100%;
    max-width: 40rem;
    height: 40rem;
  }
}

@media screen and (max-width: 749px) {
  .cat-pain-reveal__wrapper {
    gap: 3rem;
  }

  .content__tags {
    gap: 0.8rem;
  }

  .tag-pill {
    padding: 0.6rem 1.5rem;
    font-size: 1.2rem;
  }

  .content__description {
    font-size: 1.4rem;
  }

  .button {
    padding: 1.2rem 3rem;
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
  }

  .image-container.circle {
    height: 35rem;
  }

  .image-accent-border {
    left: -1rem;
    width: 0.4rem;
  }
  .cat-pain-reveal{
    margin-top:0px;
    padding:30px 0px 0;
  }
  .cat-pain-reveal__image-wrapper {
      position: relative;
  }
  h2.content__heading.h0 {
      font-size: 34px !important;
      text-align: center;
  }
  .content__description.rte {
      text-align: center;
      margin: auto;
  }
  .image-container__img {
      width: 70%;
      margin: 0 0 0 auto;
  }
  
}
.video-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 1;
}

.banner-content h1 {
  font-size: 3rem;
  margin: 0;
}

.banner-content p {
  font-size: 1.2rem;
}
.cat-tracker-pro {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

.cat-tracker-pro__header {
  margin-bottom: 4rem;
}

.cat-tracker-pro__heading {
  margin: 0 0 3rem;
  color: rgb(var(--color-foreground));
  letter-spacing: 0.1em;
  font-weight: 700;
}

.cat-tracker-pro__activities {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 0 0 2rem;
}

.activity-card {
  text-align: center;
  max-width: 100px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.activity-card:hover {
  transform: translateY(-8px);
}

.activity-card__image {
  margin-bottom: 1rem;
}

.activity-card__image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.activity-card__icon {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1rem;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.activity-card__label {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgb(var(--color-foreground));
  margin: 0;
  line-height: 1.4;
}

.cat-tracker-pro__subheading {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(var(--color-foreground));
}

.cat-tracker-pro__subheading strong {
  font-weight: 700;
}

.cat-tracker-pro__banner {
  background: linear-gradient(90deg, #ffd966 0%, #f4c542 100%);
  padding: 2.5rem 2rem;
  text-align: center;
  margin: 4rem 0;
  border-radius: 0.8rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.banner__heading {
  font-size: 2.4rem;
  color: #2c2c2c;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0;
  text-transform: uppercase;
}

.cat-tracker-pro__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.cat-tracker-pro__content.reverse {
  direction: rtl;
}

.cat-tracker-pro__content.reverse > * {
  direction: ltr;
}

.content__text-wrapper {
  background: rgb(var(--color-background));
  padding: 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.content__title {
  color: rgb(var(--color-foreground));
  margin: 0 0 0.5rem;
  font-weight: 700;
}

.content__subtitle {
  font-size: 1.6rem;
  color: rgba(var(--color-foreground), 0.7);
  margin: 0 0 3rem;
  font-style: italic;
}

.content__week-section {
  margin-bottom: 2.5rem;
  padding: 2rem;
  background: rgba(var(--color-foreground), 0.03);
  border-radius: 1rem;
  border-left: 4px solid rgba(var(--color-foreground), 0.2);
}

.content__week-section.highlighted {
  background: #fffbf0;
  border-left-color: #f4c542;
}

.week-section__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(var(--color-foreground));
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.week-section__description {
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgba(var(--color-foreground), 0.8);
}

.week-section__description p {
  margin: 0;
}

.content__notes {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: rgba(var(--color-foreground), 0.05);
  border-radius: 0.8rem;
  border-left: 3px solid #f4c542;
}

.notes__text {
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(var(--color-foreground), 0.75);
  margin: 0;
  font-style: italic;
}

.content__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.feature-card {
  background: rgb(var(--color-background));
  border: 2px solid rgba(var(--color-foreground), 0.1);
  padding: 2rem;
  border-radius: 1.2rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: #f4c542;
}

.feature-card__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.feature-card__title {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgb(var(--color-foreground));
  margin: 0;
  line-height: 1.4;
}

.content__phone-wrapper {
  position: relative;
}

.phone-mockup {
  position: sticky;
  top: 2rem;
  text-align: center;
}

.phone-mockup__frame {
  display: inline-block;
  background: #1a1a1a;
  border-radius: 4rem;
  padding: 1.2rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  position: relative;
}

.phone-mockup__frame::before {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12rem;
  height: 2.5rem;
  background: #1a1a1a;
  border-radius: 0 0 2rem 2rem;
  z-index: 2;
}

.phone-mockup__screen {
  background: #fff;
  border-radius: 3.5rem;
  overflow: hidden;
  width: 32rem;
  height: 66rem;
  position: relative;
}

.phone-mockup__screen--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.phone-mockup__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content__bottom-image {
  margin-top: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.bottom-image__img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 989px) {
  .cat-tracker-pro__content {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .phone-mockup {
    position: relative;
    top: 0;
  }

  .phone-mockup__screen {
    width: 28rem;
    height: 58rem;
  }

  .content__features {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .cat-tracker-pro__activities {
    gap: 2rem;
  }

  .activity-card {
    max-width: 80px;
  }

  .activity-card__icon {
    font-size: 3rem;
  }

  .activity-card__image img {
    width: 60px;
    height: 60px;
  }

  .activity-card__label {
    font-size: 1.1rem;
  }

  .cat-tracker-pro__subheading {
    font-size: 1.5rem;
  }

  .banner__heading {
    font-size: 1.8rem;
  }

  .content__text-wrapper {
    padding: 2rem;
  }

  .phone-mockup__screen {
    width: 24rem;
    height: 50rem;
  }

  .feature-card__icon {
    font-size: 2.5rem;
  }
}