#fw-section-rich-text-175027618832869 {
--color-primary: #5d5a5d;
--color-primary-rgb: 93, 90, 93;
--color-background: #181818;
--color-background-rgb: 24, 24, 24;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #998fb0;
--color-on-background-rgb: 153, 143, 176;
--color-product-image-background: #181818;
--color-background-brightness: 24;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-featured-product-4b891a37-ab5b-48e6-a384-dcd45581586f {
--color-primary: #5f3ba5;
--color-primary-rgb: 95, 59, 165;
--color-background: #181818;
--color-background-rgb: 24, 24, 24;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #181818;
--color-background-brightness: 24;
background-color: var(--color-background);
color: var(--color-on-background);

}







#fw-section-rich-text-175006067928388 {
--color-primary: #5d5a5d;
--color-primary-rgb: 93, 90, 93;
--color-background: #181818;
--color-background-rgb: 24, 24, 24;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #181818;
--color-background-brightness: 24;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-custom-html-8fb0c5a8-9490-4585-a163-4db247b7b1b0 {

.upcoming-episodes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.episode-card {
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.episode-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.episode-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.episode-image img:hover {
  transform: scale(1.05);
}

.episode-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.episode-title {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 1.2rem;
  color: #998fb0;
  margin-bottom: 10px;
}

.episode-status {
  font-size: 0.9rem;
  font-style: italic;
  color: #ccc;
}

}

#fw-section-custom-html-9fac0312-0c45-4dc8-a936-fef70e22f10e {

@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@500&family=Raleway:wght@700&display=swap');

#mc_embed_signup {
  background: #1e1e1e;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

#mc_embed_signup h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 2rem;
  color: #998fb0;
  text-align: center;
  margin-bottom: 10px;
}

#mc_embed_signup p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.mc-field-group {
  margin-bottom: 20px;
}

.mc-field-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #ffffff;
}

.mc-field-group input[type="text"],
.mc-field-group input[type="email"] {
  width: 100%;
  padding: 12px;
  border: 2px solid #998fb0;
  border-radius: 8px;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 1rem;
  box-sizing: border-box;
}

.input-group ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0 0;
}

.input-group li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.input-group input[type="radio"] {
  margin-right: 8px;
}

.input-group label {
  font-weight: normal;
  color: #fff;
  margin: 0;
  flex: 1 1 auto;
}

.asterisk {
  color: #ff6a6a;
  margin-left: 4px;
}

.button {
  background-color: #998fb0;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
}

.button:hover {
  background-color: #b5a9c9;
}

#mc_embed_signup .clear.foot {
  margin-top: 20px;
}

/* 📱 Mobile Styles */
@media (max-width: 600px) {
  #mc_embed_signup {
    padding: 20px;
  }

  #mc_embed_signup h2 {
    font-size: 1.5rem;
  }

  .button {
    font-size: 0.95rem;
  }

  .mc-field-group input[type="text"],
  .mc-field-group input[type="email"] {
    font-size: 0.95rem;
  }
}

}

#fw-section-custom-html-86d4b8a6-d08e-4ee4-9923-3332a61bee56 {

@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@500&family=Raleway:wght@700&display=swap');

#mc_embed_signup {
  background: #1e1e1e;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

#mc_embed_signup h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 2rem;
  color: #998fb0;
  text-align: center;
  margin-bottom: 10px;
}

#mc_embed_signup p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.mc-field-group {
  margin-bottom: 20px;
}

.mc-field-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #ffffff;
}

.mc-field-group input[type="text"],
.mc-field-group input[type="email"] {
  width: 100%;
  padding: 12px;
  border: 2px solid #998fb0;
  border-radius: 8px;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 1rem;
  box-sizing: border-box;
}

.input-group ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0 0;
}

.input-group li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.input-group input[type="radio"] {
  margin-right: 8px;
}

.input-group label {
  font-weight: normal;
  color: #fff;
  margin: 0;
  flex: 1 1 auto;
}

.asterisk {
  color: #ff6a6a;
  margin-left: 4px;
}

.button {
  background-color: #998fb0;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
}

.button:hover {
  background-color: #b5a9c9;
}

#mc_embed_signup .clear.foot {
  margin-top: 20px;
}

/* 📱 Mobile Styles */
@media (max-width: 600px) {
  #mc_embed_signup {
    padding: 20px;
  }

  #mc_embed_signup h2 {
    font-size: 1.5rem;
  }

  .button {
    font-size: 0.95rem;
  }

  .mc-field-group input[type="text"],
  .mc-field-group input[type="email"] {
    font-size: 0.95rem;
  }
}

}

#fw-section-custom-html-1bab0136-5183-4164-910c-3252425b7576 {

.hero-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 780px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.hero-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

}

#fw-section-custom-html-dfdaedcb-4929-46e1-a640-f207920936be {

.centered-embed {
  display: flex;
  justify-content: center;
  align-items: center;

  /* Center horizontally */
  margin-right: auto;
  margin-left:  auto;

  /* Tighten the vertical spacing */
  margin-top: 0;
  margin-bottom: -0.5rem;   /* ← adjust this value as needed (0‒1 rem usually works) */

  max-width: 100%;
}

}
#fw-section-custom-html-6702d60c-9865-4dc4-abf2-4cfcfb3b8147 {

.show-notes {
  max-width: 700px;
  margin-top: 0.5rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  padding: 1.5rem;
  background-color: #1e1e1e;
  border-radius: 12px;
  line-height: 1.6;
  color: #ffffff;
  font-size: 1rem;
}

.show-notes h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #c7aaff;
}

.show-notes h3 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #c7aaff;
}

.show-notes a {
  color: #c7aaff;
  text-decoration: underline;
}

.show-notes ul {
  padding-left: 1.2rem;
  list-style: disc;
}

}



#fw-section-custom-html-9789f43f-ba10-4278-bae8-accca5e29914 {

form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  padding: 12px;
  margin: 8px 0 20px;
  border-radius: 8px;
  border: none;
  background-color: #222;
  color: white;
  font-size: 1rem;
  box-sizing: border-box;
}

form textarea {
  height: 140px;
  resize: vertical;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 30px;
}

input[type="radio"] {
  accent-color: #5F3BA5;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 8px;
}

form button {
  background-color: #5F3BA5;
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  display: block;
  text-align: center;
  transition: background-color 0.3s ease;
}

form button:hover {
  background-color: #7e4fff;
}
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 10px 0 30px;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  cursor: pointer;
}

.radio-option input[type="radio"] {
  accent-color: #5F3BA5;
  width: 18px;
  height: 18px;
  margin: 0;
}

}











#fw-section-custom-html-a8b178ec-eb46-41bb-b59a-ac0707c7346b {

.about-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  background-color: #181818; /* Updated for seamless blend */
  line-height: 1.7;
}

.about-section h1 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 2.5rem;
  color: #998fb0;
  margin-bottom: 20px;
}

.about-section h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 30px;
  color: #ffffff;
}

.about-section p {
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.about-section img {
  display: block;
  max-width: 100%;
  margin: 30px auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.about-section .cta {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  font-size: 1.1rem;
}

.about-section .cta a {
  color: #998fb0;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .about-section {
    padding: 30px 15px;
  }

  .about-section h1 {
    font-size: 2rem;
  }

  .about-section h3 {
    font-size: 1.2rem;
  }
}

}


#fw-section-custom-html-f7321b40-0cdd-46b4-8777-d251d87c6999 {

@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@500&family=Raleway:wght@700&display=swap');

.category-section {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.category-section h1 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 2rem;
  color: #998fb0;
  margin-bottom: 30px;
}

.category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.category-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 255px;
  height: 365px;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.category-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
  display: block;
  border-radius: 20px;
}

.category-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.category-item:hover img {
  transform: scale(1.05);
  filter: blur(4px) brightness(0.6);
}

.category-item:hover .category-label {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .category-grid {
    flex-direction: column;
    align-items: center;
  }

  .category-item {
    width: 90%;
    height: auto;
  }

  .category-label {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 1.25rem;
  }

  .category-item:hover img {
    transform: none;
    filter: none;
  }
}

}

#fw-section-featured-product-414af0fb-ddd3-4e48-8511-3eedd24aecb8 {
--color-primary: #5f3ba5;
--color-primary-rgb: 95, 59, 165;
--color-background: #181818;
--color-background-rgb: 24, 24, 24;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #181818;
--color-background-brightness: 24;
background-color: var(--color-background);
color: var(--color-on-background);

}




#fw-section-custom-html-50e0afb7-d1a8-4195-952f-24a314d0026a {
--color-primary: #5d5a5d;
--color-primary-rgb: 93, 90, 93;
--color-background: #171717;
--color-background-rgb: 23, 23, 23;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #181818;
--color-background-brightness: 23;
background-color: var(--color-background);
color: var(--color-on-background);

  /* Default state */
  .desktop-only {
    display: block;
  }

  .mobile-only {
    display: none;
  }

  /* Show mobile version on screens <= 768px */
  @media screen and (max-width: 768px) {
    .desktop-only {
      display: none !important;
    }

    .mobile-only {
      display: block !important;
    }
  }

  /* Prevent video from blocking interactions */
  video {
    pointer-events: none;
  }


}
#fw-section-app-memberships-c915bd {
--color-primary: #56477b;
--color-primary-rgb: 86, 71, 123;
--color-background: #181818;
--color-background-rgb: 24, 24, 24;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #181818;
--color-background-brightness: 24;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-custom-html-da25c38d-68fc-44cd-84e6-95c47716c781 {


.ticker {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #181818;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  padding: 12px 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  border-top: 2px solid #5F3BA5;
  border-bottom: 2px solid #5F3BA5;
  position: relative;
}

.ticker p {
  display: inline-block;
  padding-left: 100%;
  animation: ticker-scroll 20s linear infinite;
}

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

}

#fw-section-custom-html-8d95b2cf-8c4a-43ee-89ab-f99026014823 {

@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@500&family=Raleway:wght@700&display=swap');

.category-section {
  text-align: center;
  margin-bottom: 40px;
}

.category-section h1 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 2rem;
  color: #998fb0;
  margin-bottom: 30px;
}

.category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.category-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 255px;
  height: 365px;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.category-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
  display: block;
  border-radius: 20px;
}

.category-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.category-item:hover img {
  transform: scale(1.05);
  filter: blur(4px) brightness(0.6);
}

.category-item:hover .category-label {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .category-grid {
    flex-direction: column;
    align-items: center;
  }

  .category-item {
    width: 90%;
    height: auto;
  }

  .category-label {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 1.25rem;
  }

  .category-item:hover img {
    transform: none;
    filter: none;
  }
}

}

#fw-section-recent-posts-7c18bc80-3d6b-4606-924d-ceac86625bda {
--color-primary: #5d5a5d;
--color-primary-rgb: 93, 90, 93;
--color-background: #181818;
--color-background-rgb: 24, 24, 24;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #998fb0;
--color-on-background-rgb: 153, 143, 176;
--color-product-image-background: #181818;
--color-background-brightness: 24;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-newsletter-2497647c-f9f5-4701-8af4-9000af67cb6f {
--color-primary: #56477b;
--color-primary-rgb: 86, 71, 123;
--color-background: #23183c;
--color-background-rgb: 35, 24, 60;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ececec;
--color-on-background-rgb: 236, 236, 236;
--color-product-image-background: #181818;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-custom-html-361f5056-d43d-40ae-b57a-bd370c712016 {


  a[href*="fourthwall"] img {
    display: none !important;
  }

  div[class*="branding"] {
    display: none !important;
  }

  /* Just in case they update the class name */
  iframe[src*="fourthwall"] {
    display: none !important;
  }


}

#fw-section-footer {
--color-primary: #d4c5fe;
--color-primary-rgb: 212, 197, 254;
--color-background: #17141f;
--color-background-rgb: 23, 20, 31;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #181818;
--color-background-brightness: 22;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-header {
--color-primary: #d4c5fe;
--color-primary-rgb: 212, 197, 254;
--color-background: #0f0f0f;
--color-background-rgb: 15, 15, 15;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #d4c5fe;
--color-on-background-rgb: 212, 197, 254;
--color-product-image-background: #181818;
--color-background-brightness: 15;
background-color: var(--color-background);
color: var(--color-on-background);
/* Only elevate the nav containers and dropdown menus */
header,
.header-menu,
.navbar,
.site-header,
.menu,
.dropdown-menu {
  position: relative !important;
  z-index: 9999 !important;
}

}


#fw-section-password {
--color-primary: #3f2f56;
--color-primary-rgb: 63, 47, 86;
--color-background: #110c1a;
--color-background-rgb: 17, 12, 26;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #181818;
--color-background-brightness: 15;
background-color: var(--color-background);
color: var(--color-on-background);

}