/** Shopify CDN: Minification failed

Line 1683:0 Unexpected "<"
Line 1695:0 Expected identifier but found "<"
Line 1695:8 Expected "}" to go with "{"

**/
/* ==========================================
   FREKLZ BRAND FOUNDATION
========================================== */

:root {
  --freklz-sky: #75add4;
  --freklz-charcoal: #2f3f4a;
  --freklz-tangerine: #faaa64;
  --freklz-sun: #ffe38f;
  --freklz-coral: #f68d6f;
  --freklz-white: #ffffff;
  --freklz-peach: #fbc99a;
  --freklz-blush: #fbc4b8;
  --freklz-clay: #ac5742;
  --freklz-cream: #f4e0a6;

  --freklz-font-default: "Nokio Sans", Arial, sans-serif;
  --freklz-font-body: "Outfit", Arial, sans-serif;
}

/* ==========================================
   TYPOGRAPHY
========================================== */

html,
body {
  color: var(--freklz-charcoal);
  font-family: var(--freklz-font-default);
  letter-spacing: 0;
}

p,
li,
.rte,
.rte p,
.rte li,
input,
textarea,
select,
label {
  color: var(--freklz-charcoal);
  font-family: var(--freklz-font-body);
  font-weight: 400;
  letter-spacing: 0;
}

h1,
.h1 {
  font-family: "Nokio Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2,
.h2 {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h3,
.h3 {
  font-family: "Nokio Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

h4,
.h4 {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h5,
.h5 {
  font-family: "Nokio Sans", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

h6,
.h6 {
  font-family: "Nokio Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ==========================================
   HEADER / NAVIGATION
========================================== */

header,
header a,
header button,
header summary,
header span {
  font-family: var(--freklz-font-default);
  letter-spacing: 0;
}

/* ==========================================
   BUTTONS
========================================== */

.button,
button[type="submit"],
input[type="submit"],
.shopify-payment-button__button {
  background: var(--freklz-sky);
  border-color: var(--freklz-sky);
  border-radius: 999px;
  color: var(--freklz-white);
  font-family: var(--freklz-font-body);
  font-weight: 700;
  letter-spacing: 0;
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.shopify-payment-button__button:hover {
  background: var(--freklz-charcoal);
  border-color: var(--freklz-charcoal);
  color: var(--freklz-white);
}

/* ==========================================
   HERO
========================================== */

.hero-main-copy,
.hero-main-copy * {
  font-size: clamp(2.8rem, 4.2vw, 5.25rem) !important;
  line-height: 0.98 !important;
  max-width: 620px !important;
}

.worth-line,
.worth-line * {
  font-size: clamp(3rem, 4.8vw, 5.75rem) !important;
  line-height: 0.9 !important;
}

.hero-support-copy,
.hero-support-copy * {
  color: var(--freklz-charcoal) !important;
  font-family: var(--freklz-font-body) !important;
  font-size: clamp(1.05rem, 1.25vw, 1.35rem) !important;
  line-height: 1.35 !important;
  max-width: 720px !important;
}

.worth-underline-image {
  margin-top: -1.1rem !important;
  margin-bottom: -0.35rem !important;
  max-width: 220px !important;
  width: 58% !important;
}

.worth-underline-image img,
.worth-underline-image picture,
.worth-underline-image svg {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.hero .button,
.hero a[class*="button"],
.hero button {
  background: var(--freklz-sky) !important;
  border-color: var(--freklz-sky) !important;
  color: var(--freklz-white) !important;
  margin-top: 10px !important;
}

/* Hero mobile */
@media screen and (max-width: 749px) {
  .hero-main-copy,
  .hero-main-copy * {
    font-size: clamp(2.35rem, 9vw, 3.3rem) !important;
    line-height: 1.02 !important;
    max-width: 330px !important;
  }

  .worth-line,
  .worth-line * {
    font-size: clamp(2.55rem, 10vw, 3.6rem) !important;
    line-height: 0.9 !important;
  }

  .worth-underline-image {
    margin-top: -0.85rem !important;
    margin-bottom: 0.25rem !important;
    max-width: 230px !important;
    width: 62% !important;
  }

  .hero-support-copy {
    background: rgba(255, 255, 255, 0.72) !important;
    border-radius: 6px !important;
    max-width: 335px !important;
    padding: 0.65rem 0.75rem !important;
  }

  .hero-support-copy,
  .hero-support-copy * {
    font-size: 1rem !important;
    line-height: 1.32 !important;
  }
}

/* Hero desktop */
@media screen and (min-width: 750px) {
  .hero {
    min-height: 760px !important;
  }

  .hero-main-copy,
  .hero-main-copy * {
    max-width: 760px !important;
  }

  .hero-main-copy * {
    font-size: clamp(4.5rem, 5vw, 6.25rem) !important;
    line-height: 0.92 !important;
  }

  .worth-line,
  .worth-line * {
    font-size: clamp(4.8rem, 5.3vw, 6.5rem) !important;
    line-height: 0.88 !important;
  }

  .hero-support-copy,
  .hero-support-copy * {
    font-size: clamp(1.35rem, 1.45vw, 1.65rem) !important;
    line-height: 1.38 !important;
    max-width: 780px !important;
  }

  .worth-underline-image {
    max-width: 420px !important;
    width: 420px !important;
  }
}

/* ==========================================
   FAMILIAR SECTION
========================================== */

.familiar-heading :is(h1, h2, h3, p, span, div) {
  font-size: 2.5rem !important;
  line-height: 1.05 !important;
}

.familiar-list :is(p, span, div, li) {
  font-family: var(--freklz-font-body) !important;
  font-size: 1.5rem !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}

.familiar-body :is(p, span, div, li) {
  font-family: var(--freklz-font-body) !important;
  font-size: 2.0rem !important;
  line-height: 1.05 !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 749px) {
  .familiar-heading :is(h1, h2, h3, p, span, div) {
    font-size: 1.5rem !important;
    line-height: 1 !important;
  }

  .familiar-list :is(p, span, div, li) {
    font-size: 1.00rem !important;
    line-height: 1.75 !important;
  }

  
  .familiar-body :is(p, span, div, li) {
    font-size: 1.5rem !important;
    line-height: 1.75 !important;
  }
}
/* Familiar heading - desktop only */

@media screen and (min-width: 750px) {
  .familiar-heading,
  .familiar-heading.text-block,
  .familiar-heading > *,
  .familiar-heading :is(h1, h2, h3, h4, h5, h6, p, span, div, rte-formatter) {
    color: var(--freklz-charcoal) !important;
    font-family: "Nokio Sans", Arial, sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
  }
}
.freklz-habits-section {
  background: #ffffff;
  padding: 80px 6%;
  color: #2F3F4A;
}

.freklz-habits-top {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.freklz-pill {
  display: inline-block;
  background: #FFE38F;
  color: #FAAA64;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.freklz-habits-copy h2 {
  font-family: "Nokio Sans", sans-serif;
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 0 0 28px;
  color: #2F3F4A;
}

.freklz-habits-copy h2::after {
  content: "";
  display: block;
  width: 72%;
  height: 10px;
  background: #FAAA64;
  border-radius: 999px;
  margin-top: 10px;
}

.freklz-habits-copy p {
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 560px;
}

.freklz-lead {
  color: #75ADD4;
  font-weight: 700;
  font-size: 1.3rem !important;
}

.freklz-habits-image img {
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
}

.freklz-journey {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 24px;
  align-items: start;
  text-align: center;
  margin: 70px 0;
}

.freklz-journey span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #75ADD4;
  color: #ffffff;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  font-size: 2rem;
  margin-bottom: 18px;
}

.freklz-journey h3 {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 8px;
  color: #2F3F4A;
}

.freklz-journey p {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
}

.freklz-journey .arrow {
  color: #FAAA64;
  font-size: 2.2rem;
  margin-top: 22px;
}

.freklz-philosophy-box {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  align-items: center;
  background: #EAF5FB;
  border-radius: 24px;
  padding: 36px 44px;
}

.freklz-philosophy-box .heart {
  font-size: 4rem;
  color: #75ADD4;
  text-align: center;
}

.freklz-philosophy-box h3 {
  font-family: "Outfit", sans-serif;
  color: #75ADD4;
  margin: 0 0 8px;
}

.freklz-philosophy-box p {
  font-family: "Outfit", sans-serif;
  font-size: 1.35rem;
  line-height: 1.45;
  margin: 0;
}

.freklz-philosophy-box strong {
  color: #75ADD4;
}

@media screen and (max-width: 749px) {
  .freklz-habits-section {
    padding: 56px 22px;
  }

  .freklz-habits-top,
  .freklz-journey,
  .freklz-philosophy-box {
    grid-template-columns: 1fr;
  }

  .freklz-habits-copy h2 {
    font-size: 2.6rem;
  }

  .freklz-journey .arrow {
    transform: rotate(90deg);
    margin: 0;
  }

  .freklz-philosophy-box {
    padding: 28px;
  }

  .freklz-philosophy-box p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 749px) {
  .freklz-habits-section {
    padding: 64px 22px;
    background: #ffffff;
  }

  .freklz-pill {
    font-size: 0.75rem;
    margin-bottom: 18px;
  }

  .freklz-habits-copy h2 {
    font-size: 2.4rem !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em !important;
    margin-bottom: 24px;
  }

  .freklz-habits-copy h2::after {
    width: 85%;
    height: 6px;
  }

  .freklz-lead {
    font-size: 1.15rem !important;
    line-height: 1.4 !important;
  }

  .freklz-habits-copy p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .freklz-habits-image {
    margin-top: 0px;
  }

  .freklz-habits-image img {
    border-radius: 0px;
  }

  .freklz-journey {
    gap: 26px;
    margin: 48px 0;
  }

  .freklz-philosophy-box {
    margin-top: 36px;
  }
}
/* ================================
   FREKLZ SMALL HABITS SECTION
================================ */

.freklz-habits-section {
  background: #ffffff;
  padding: 72px 5% 64px;
  color: #2F3F4A;
}

.freklz-habits-top {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

.freklz-pill {
  display: inline-flex;
  align-items: center;
  background: #FFE8BF;
  color: #FAAA64;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.freklz-habits-copy h2 {
  font-family: "Nokio Sans", "Outfit", sans-serif;
  font-size: clamp(3rem, 4.7vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: #2F3F4A;
  margin: 0 0 26px;
}

.freklz-habits-copy h2::after {
  content: "";
  display: block;
  width: 64%;
  height: 9px;
  background: #FAAA64;
  border-radius: 999px;
  margin-top: 12px;
  margin-left: 36%;
}

.freklz-lead {
  color: #75ADD4;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 1.35rem !important;
  line-height: 1.35 !important;
  max-width: 540px;
  margin-bottom: 22px;
}

.freklz-habits-copy p {
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #2F3F4A;
  max-width: 570px;
  margin: 0 0 16px;
}

.freklz-habits-copy strong {
  font-weight: 800;
}

.freklz-habits-image img {
  width: 100%;
  display: block;
  border-radius: 0 0 0 48px;
  object-fit: cover;
}

.freklz-journey {
  max-width: 1180px;
  margin: 58px auto 54px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 22px;
  align-items: start;
  text-align: center;
}

.freklz-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
}

.freklz-blue {
  background: #75ADD4;
}

.freklz-coral {
  background: #F68D6F;
}

.freklz-yellow {
  background: #FFE38F;
  color: #ffffff;
}

.freklz-journey-item h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #2F3F4A;
  margin: 0 0 8px;
  font-weight: 900;
}

.freklz-journey-item p {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #2F3F4A;
  margin: 0 auto;
  max-width: 210px;
}

.freklz-arrow {
  color: #FAAA64;
  font-size: 2.4rem;
  line-height: 82px;
  font-weight: 700;
}

.freklz-philosophy-box {
  max-width: 1180px;
  margin: 0 auto;
  background: #EAF5FB;
  border-radius: 26px;
  display: grid;
  grid-template-columns: 150px 1fr 90px;
  gap: 32px;
  align-items: center;
  padding: 38px 48px;
}

.freklz-heart {
  color: #75ADD4;
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  border-right: 2px dashed #75ADD4;
  padding-right: 30px;
}

.freklz-philosophy-copy h3 {
  font-family: "Outfit", sans-serif;
  color: #75ADD4;
  font-size: 1.35rem;
  margin: 0 0 8px;
  font-weight: 900;
}

.freklz-philosophy-copy p {
  font-family: "Outfit", sans-serif;
  color: #2F3F4A;
  font-size: 1.45rem;
  line-height: 1.45;
  margin: 0;
}

.freklz-philosophy-copy strong {
  color: #75ADD4;
  font-weight: 900;
}

.freklz-lines {
  color: #75ADD4;
  font-size: 4rem;
  text-align: center;
  transform: rotate(-20deg);
}

/* Mobile */
@media screen and (max-width: 749px) {
  .freklz-habits-section {
    padding: 52px 22px;
  }

  .freklz-habits-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .freklz-habits-copy h2 {
    font-size: 2.6rem;
    line-height: 1.02;
  }

  .freklz-habits-copy h2::after {
    width: 78%;
    margin-left: 0;
    height: 6px;
  }

  .freklz-lead {
    font-size: 1.15rem !important;
  }

  .freklz-habits-image img {
    border-radius: 24px;
  }

  .freklz-journey {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 44px auto;
  }

  .freklz-arrow {
    line-height: 1;
    transform: rotate(90deg);
    font-size: 2rem;
  }

  .freklz-philosophy-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 24px;
  }

  .freklz-heart {
    border-right: 0;
    padding-right: 0;
    font-size: 4rem;
  }

  .freklz-philosophy-copy p {
    font-size: 1.1rem;
  }

  .freklz-lines {
    display: none;
  }
}
/* FORCE Freklz Habits top layout */
.freklz-habits-section .freklz-habits-top {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  gap: 56px !important;
  align-items: center !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

.freklz-habits-section .freklz-habits-copy {
  grid-column: 1 !important;
}

.freklz-habits-section .freklz-habits-image {
  grid-column: 2 !important;
  width: 100% !important;
}

.freklz-habits-section .freklz-habits-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 0 0 0 48px !important;
}

@media screen and (max-width: 749px) {
  .freklz-habits-section .freklz-habits-top {
    grid-template-columns: 1fr !important;
  }

  .freklz-habits-section .freklz-habits-copy,
  .freklz-habits-section .freklz-habits-image {
    grid-column: 1 !important;
  }
}
.freklz-habits-section {
  padding: 0px 5% 0px !important;
  background: #ffffff !important;
}

.freklz-habits-top {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 56px !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

.freklz-habits-copy {
  flex: 0 0 45% !important;
  max-width: 560px !important;
}

.freklz-habits-image {
  flex: 0 0 62% !important;
  max-width: 900px !important;
}

.freklz-habits-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 0 0 0 48px !important;
}

@media screen and (max-width: 749px) {
  .freklz-habits-top {
    flex-direction: column !important;
  }

  .freklz-habits-copy,
  .freklz-habits-image {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/* ================================
   FREKLZ JOURNEY SECTION
================================ */

.freklz-journey-section {
  background: #ffffff;
  padding: 56px 5% 48px;
  color: #2F3F4A;
}

.freklz-journey-section .freklz-journey {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 22px;
  align-items: start;
  text-align: center;
}

.freklz-journey-section .freklz-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
}

.freklz-journey-section .freklz-blue {
  background: #75ADD4;
}

.freklz-journey-section .freklz-coral {
  background: #F68D6F;
}

.freklz-journey-section .freklz-yellow {
  background: #FFE38F;
}

.freklz-journey-section .freklz-journey-item h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #2F3F4A;
  margin: 0 0 8px;
  font-weight: 900;
}

.freklz-journey-section .freklz-journey-item p {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #2F3F4A;
  margin: 0 auto;
  max-width: 210px;
}

.freklz-journey-section .freklz-arrow {
  color: #FAAA64;
  font-size: 2.4rem;
  line-height: 82px;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .freklz-journey-section {
    padding: 44px 22px;
  }

  .freklz-journey-section .freklz-journey {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .freklz-journey-section .freklz-arrow {
    line-height: 1;
    transform: rotate(90deg);
    font-size: 2rem;
  }
}
.freklz-philosophy-section {
  padding: 8px 24px;
  background: transparent;
}

.freklz-philosophy-card {
  max-width: 1240px;
  margin: 0 auto;
  background: #EAF5FB;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 145px 2px 1fr 90px;
  column-gap: 34px;
  align-items: center;
  padding: 28px 54px;
}

.freklz-philosophy-heart {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #75ADD4;
  font-size: 76px;
}

.freklz-philosophy-heart img {
  width: 76px;
  height: auto;
}

.freklz-philosophy-divider {
  width: 2px;
  height: 84px;
  background-image: repeating-linear-gradient(
    to bottom,
    #75ADD4 0,
    #75ADD4 4px,
    transparent 4px,
    transparent 10px
  );
}

.freklz-philosophy-text h2 {
  margin: 0 0 8px;
  color: #75ADD4;
  font-family: "Outfit", sans-serif !important;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
}

.freklz-philosophy-text,
.freklz-philosophy-text p {
  margin: 0;
  color: #2F3F4A;
  font-family: "Outfit", sans-serif !important;
  font-size: 24px;
  line-height: 1.45;
}

.freklz-philosophy-text strong {
  color: #75ADD4;
  font-weight: 900;
}

.freklz-philosophy-accent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #75ADD4;
  font-size: 58px;
}

.freklz-philosophy-accent img {
  width: 58px;
  height: auto;
}

@media screen and (max-width: 749px) {
  .freklz-philosophy-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 24px;
    text-align: center;
  }

  .freklz-philosophy-divider {
    display: none;
  }

  .freklz-philosophy-accent {
    justify-content: center;
  }
}
/* ================================
   FREKLZ PRODUCT GRID CLEANUP
================================ */

/* Product title size */
.resource-list__item .text-block,
.resource-list__item .text-block * {
  font-size: 1.45rem !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
}

/* Price size */
.resource-list__item .price,
.resource-list__item [class*="price"] {
  font-size: 1.35rem !important;
  line-height: 1.15 !important;
}

/* Keep slideshow arrows normal */
.resource-list__item slideshow-arrows button,
.resource-list__item .slideshow-control,
.resource-list__item [class*="slideshow"] button {
  background: transparent !important;
  border: none !important;
  color: inherit !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
}
/* Product quick-add circle only */
.resource-list__item .quick-add__button,
.resource-list__item .quick-add__submit,
.resource-list__item quick-add button:not(.slideshow-control),
.resource-list__item [data-testid*="quick-add"] button {
  background: #FAAA64 !important;
  border: 2px solid #FAAA64 !important;
  color: #74add5 !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 999px !important;
}

/* Quick-add icon color */
.resource-list__item .quick-add__button svg,
.resource-list__item .quick-add__submit svg,
.resource-list__item quick-add button:not(.slideshow-control) svg,
.resource-list__item [data-testid*="quick-add"] button svg {
  color: #74add5 !important;
  stroke: #74add5 !important;
}

/* Quick-add hover */
.resource-list__item .quick-add__button:hover,
.resource-list__item .quick-add__submit:hover,
.resource-list__item quick-add button:not(.slideshow-control):hover,
.resource-list__item [data-testid*="quick-add"] button:hover {
  background: #F68D6F !important;
  border-color: #F68D6F !important;
  color: #74add5 !important;
}
/* Make product title bold */
.resource-list__item .text-block,
.resource-list__item .product-title,
.resource-list__item h3,
.resource-list__item h2 {
    font-weight: 900 !important;
}

/* Make price regular weight */
.resource-list__item .price,
.resource-list__item [class*="price"] {
    font-weight: 400 !important;
}

/* Tighten spacing between title and price */
.resource-list__item .text-block,
.resource-list__item .product-title,
.resource-list__item h3,
.resource-list__item h2 {
    margin-bottom: 4px !important;
}
.resource-list__item .price,
.resource-list__item [class*="price"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 1.1 !important;
}
/* Slightly smaller title */
.resource-list__item .text-block,
.resource-list__item .product-title,
.resource-list__item h3,
.resource-list__item h2 {
    font-size: 4rem !important;
    line-height: 2.25 !important;
}
/* Slightly smaller price */
.resource-list__item .price,
.resource-list__item [class*="price"] {
    font-size: 1.15rem !important;
}
/* Make all product titles the same height */
.resource-list__item .text-block,
.resource-list__item .product-title,
.resource-list__item h2,
.resource-list__item h3 {
    min-height: 3.0rem !important;   /* Adjust until prices line up */
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px !important;
}

/* Keep prices aligned */
.resource-list__item .price,
.resource-list__item [class*="price"] {
    margin-top: 0 !important;
}
/* Tighten the “Sound Familiar” / comparison block */
.sound-familiar-section .layout-panel-flex {
  gap: 32px !important;
  align-items: center !important;
}

/* Only regular text inside Sound Familiar */
.sound-familiar-section .familiar-list,
.sound-familiar-section .familiar-list * {
  font-family: "Outfit", sans-serif !important;
  color: #2F3F4A !important;
  font-size: clamp(1.35rem, 2vw, 2.25rem) !important;
  line-height: 1.28 !important;
}

/* Emotional payoff only */
.sound-familiar-section .familiar-body,
.sound-familiar-section .familiar-body * {
  color: #75ADD4 !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 2.15rem !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
}

/* Image side */
.sound-familiar-section img {
  object-fit: cover !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .sound-familiar-section .layout-panel-flex {
    gap: 22px !important;
  }

  .sound-familiar-section .familiar-list,
  .sound-familiar-section .familiar-list * {
    font-size: 1.15rem !important;
    line-height: 1.35 !important;
  }

  .sound-familiar-section .familiar-body,
  .sound-familiar-section .familiar-body * {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }
}
/* ==========================================
   SOUND FAMILIAR SECTION ONLY
========================================== */

.sound-familiar-section {
  background: #FFE38F !important;
}

.sound-familiar-section .layout-panel-flex {
  gap: 56px !important;
  align-items: center !important;
}

.sound-familiar-section img {
  border-radius: 18px !important;
  object-fit: cover !important;
}

/* Heading */
.sound-familiar-section .familiar-heading,
.sound-familiar-section .familiar-heading * {
  color: #2F3F4A !important;
  font-family: "Nokio Sans", Arial, sans-serif !important;
  font-size: clamp(2.25rem, 4vw, 4.2rem) !important;
  line-height: 1.02 !important;
  font-weight: 700 !important;
  margin-bottom: 22px !important;
}

/* Checklist */
.sound-familiar-section .familiar-list,
.sound-familiar-section .familiar-list * {
  color: #2F3F4A !important;
  font-family: "Outfit", Arial, sans-serif !important;
  font-size: clamp(1.05rem, 1.65vw, 1.75rem) !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

.sound-familiar-section .familiar-list p {
  margin: 0 0 14px !important;
}

/* Emotional callout card */
.sound-familiar-section .familiar-body {
  background: #FFFFFF !important;
  border-radius: 22px !important;
  padding: 30px 34px !important;
  margin-top: 34px !important;
  max-width: 650px !important;
  box-shadow: 0 14px 34px rgba(47, 63, 74, 0.12) !important;
}

.sound-familiar-section .familiar-body,
.sound-familiar-section .familiar-body * {
  color: #75ADD4 !important;
  font-family: "Outfit", Arial, sans-serif !important;
  font-size: clamp(1.45rem, 2.2vw, 2.45rem) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.sound-familiar-section .familiar-body p {
  margin: 0 0 18px !important;
}

.sound-familiar-section .familiar-body p:last-child {
  margin-bottom: 0 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .sound-familiar-section .layout-panel-flex {
    gap: 28px !important;
  }

  .sound-familiar-section .familiar-heading,
  .sound-familiar-section .familiar-heading * {
    font-size: 2rem !important;
    line-height: 1.05 !important;
  }

  .sound-familiar-section .familiar-list,
  .sound-familiar-section .familiar-list * {
    font-size: 1.05rem !important;
    line-height: 1.4 !important;
  }

  .sound-familiar-section .familiar-body {
    padding: 24px 22px !important;
    border-radius: 18px !important;
  }

  .sound-familiar-section .familiar-body,
  .sound-familiar-section .familiar-body * {
    font-size: 1.45rem !important;
    line-height: 1.22 !important;
  }
}
/* ==========================================
   SOUND FAMILIAR - FINAL POLISHED VERSION
========================================== */

.sound-heading,
.sound-heading * {
  color: #2F3F4A !important;
  font-family: var(--freklz-font-default) !important;
  font-size: clamp(2rem, 3vw, 3.4rem) !important;
  line-height: 0.95 !important;
  font-weight: 700 !important;
  max-width: 560px !important;
  margin: 0 0 12px !important;
}

.sound-list {
  max-width: 520px !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.sound-list,
.sound-list * {
  color: #2F3F4A !important;
  font-family: "Outfit", Arial, sans-serif !important;
  font-size: clamp(1.25rem, 1.35vw, 1.45rem) !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
}

.sound-list p {
  margin: 0 !important;
  padding-bottom: 12px !important;
}

.sound-card {
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 28px 36px !important;
  margin-top: 18px !important;
  max-width: 650px !important;
  box-shadow: 0 14px 34px rgba(47, 63, 74, 0.12) !important;
}

.sound-card,
.sound-card * {
  color: #75ADD4 !important;
  font-family: "Outfit", Arial, sans-serif !important;
  font-size: clamp(1.25rem, 1.65vw, 1.8rem) !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
}

.sound-card p {
  margin: 0 0 12px !important;
}

.sound-card p:first-child {
  border-bottom: 2px solid #75ADD4 !important;
  padding-bottom: 12px !important;
  margin-bottom: 12px !important;
}

.sound-card p:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 749px) {
  .sound-heading,
  .sound-heading * {
    font-size: 2rem !important;
    line-height: 1 !important;
  }

  .sound-list,
  .sound-list * {
    font-size: 1rem !important;
  }

  .sound-card {
    padding: 24px 22px !important;
  }

  .sound-card,
  .sound-card * {
    font-size: 1.3rem !important;
  }
}
/* ==========================================
   UNSTOPPABLE SECTION
========================================== */

.unstoppable-copy,
.unstoppable-copy * {
  color: #FFFFFF !important;
  font-family: "Nokio Sans", Arial, sans-serif !important;
font-size: clamp(2rem, 2.8vw, 3.4rem) !important;
  line-height: 0.95 !important;
  font-weight: 300 !important;
  text-align: center !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}
/* ==========================================
   FREKLZ DOWNLOAD PAGE
========================================== */

.freklz-download-page {
  color: #2F3F4A;
  font-family: "Outfit", Arial, sans-serif;
}

.download-hero {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 48px;
  padding: 72px 6%;
  background: #F7FBFE;
}

.download-hero__copy {
  max-width: 520px;
}

.download-hero .eyebrow {
  color: #F68D6F;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
}

.download-hero h1 {
  font-family: "Nokio Sans", Arial, sans-serif;
  font-size: clamp(3rem, 4.8vw, 5.5rem);
  line-height: 0.95;
  margin: 0;
  color: #2F3F4A;
}

.orange-line {
  width: 72%;
  height: 8px;
  background: #FAAA64;
  border-radius: 999px;
  margin: 16px 0 24px;
}

.download-hero p {
  font-size: 1.15rem;
  line-height: 1.5;
}

.download-hero__image img {
  width: 100%;
  display: block;
  border-radius: 0 0 0 48px;
}

.download-btn {
  display: inline-block;
  background: #75ADD4;
  color: #fff !important;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  margin-top: 12px;
}

.download-categories {
  background: #EAF5FB;
  padding: 56px 6%;
  text-align: center;
}

.download-categories h2,
.featured-downloads h2,
.download-faq h2 {
  font-family: "Nokio Sans", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  color: #2F3F4A;
  margin: 0 0 28px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
}

.category-card {
  background: #fff;
  border-radius: 18px;
  padding: 26px 18px;
  text-decoration: none;
  color: #2F3F4A !important;
  box-shadow: 0 8px 22px rgba(47,63,74,0.08);
}

.category-icon {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.category-card h3 {
  font-size: 1rem;
  margin: 0 0 8px;
  font-weight: 900;
}

.category-card p {
  font-size: 0.9rem;
  line-height: 1.35;
  margin: 0;
}

.featured-downloads {
  padding: 64px 6%;
  text-align: center;
  background: #fff;
}

.section-subtitle {
  margin-top: -18px;
  margin-bottom: 32px;
}

.download-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.download-card {
  background: #fff;
  border: 1px solid rgba(47,63,74,0.12);
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 8px 22px rgba(47,63,74,0.06);
}

.download-card img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.download-card div {
  padding: 18px;
}

.download-card h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
  font-weight: 900;
}

.download-card p {
  font-size: 0.95rem;
  line-height: 1.4;
}

.download-card a {
  color: #75ADD4 !important;
  font-weight: 800;
}

.download-signup {
  background: #FBC99A;
  padding: 42px 6%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.download-signup h2 {
  margin: 0 0 8px;
  font-family: "Nokio Sans", Arial, sans-serif;
}

.download-signup form {
  display: flex;
  gap: 12px;
}

.download-signup input {
  flex: 1;
  padding: 16px 20px;
  border-radius: 999px;
  border: none;
}

.download-signup button {
  background: #75ADD4;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 16px 28px;
  font-weight: 800;
}

.download-faq {
  padding: 56px 6%;
  background: #FFF8E8;
  text-align: center;
}

.download-faq details {
  max-width: 760px;
  margin: 10px auto;
  background: #fff;
  border-radius: 12px;
  padding: 18px 22px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(47,63,74,0.06);
}

.download-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.download-faq p {
  margin-bottom: 0;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .download-hero,
  .download-signup {
    grid-template-columns: 1fr;
  }

  .download-hero {
    padding: 48px 22px;
  }

  .download-hero h1 {
    font-size: 3rem;
  }

  .category-grid,
  .download-grid {
    grid-template-columns: 1fr;
  }

  .download-signup form {
    flex-direction: column;
  }
}

.category-desc {
  margin: 0;
  line-height: 1.45;
}

.download-text {
  display: block;
  margin-top: 20px;
  font-style: italic;
  font-size: 12px;
  color: #626d74ff;
  opacity: 0.75;
  
<style>
  .routine-kit-badge {
    background: #FAAA64 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    max-width: 150px !important;
    text-align: center !important;
  }
</style>