#fw-section-custom-html-3991204d-048a-47fc-b9f0-0dcaf7cbc1b5 {

/* ----------------------------------------------------------
   IMPORT FONTS
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');


/* ----------------------------------------------------------
   PAGE CONTAINER
---------------------------------------------------------- */
.ok-team-section {
  padding: 60px 20px;
  background: transparent;
}

.ok-team-container {
  max-width: 1200px;
  margin: 0 auto;
}


/* ----------------------------------------------------------
   MAIN HEADING
---------------------------------------------------------- */
.ok-team-heading {
  font-family: 'Luckiest Guy', cursive;
  font-size: 3rem;
  margin-bottom: 40px;
  text-align: center;
  color: #f8e64d;
  -webkit-text-stroke: 3px #000;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.35);
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* ----------------------------------------------------------
   TEAM MEMBER ROW
---------------------------------------------------------- */
.team-member {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 48px;
}


/* ----------------------------------------------------------
   PORTRAIT IMAGE
---------------------------------------------------------- */
.team-photo {
  width: 240px;
  height: auto;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0;
  background: none;
  object-fit: contain;
}


/* ----------------------------------------------------------
   INFO COLUMN
---------------------------------------------------------- */
.team-info {
  flex: 1;
  margin-top: 6px;
}


/* ----------------------------------------------------------
   REAL NAME — top, large retro
---------------------------------------------------------- */
.team-name {
  font-family: 'Luckiest Guy', cursive;
  font-size: 2.4rem;
  color: #f8e64d;
  -webkit-text-stroke: 2px #000;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.35);
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}


/* ----------------------------------------------------------
   AKA BUBBLE — VERY CLOSE to name
---------------------------------------------------------- */
.team-nick {
  font-family: 'Luckiest Guy', cursive;
  font-size: 1rem;
  color: #ef3d29;

  margin: 4px 0 14px 2px;    /* brings bubble close under name */

  display: inline-block;
  padding: 3px 10px;

  background: #ffe3d8;
  border: 2px solid #000;
  border-radius: 6px;
}


/* ----------------------------------------------------------
   ROLE LINE — clean spacing & retro
---------------------------------------------------------- */
.team-tag {
  display: block;
  font-family: 'Luckiest Guy', cursive;
  color: #ef3d29;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}


/* ----------------------------------------------------------
   DESCRIPTION — in Luckiest Guy retro
---------------------------------------------------------- */
.team-bio {
  margin: 0;
  color: #111;
  font-family: 'Luckiest Guy', cursive;
  font-size: 1.05rem;
  line-height: 1.45;
  max-width: 800px;
  letter-spacing: 0.2px;
}


/* ----------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------- */
@media (max-width: 880px) {
  .team-member {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .team-photo {
    width: 70%;
    max-width: 260px;
  }

  .team-info {
    padding-top: 12px;
  }

  .team-name { font-size: 2rem; }
}

@media (max-width: 420px) {
  .ok-team-heading { font-size: 2.3rem; }
  .team-name { font-size: 1.8rem; }
  .team-photo { width: 90%; }
}

}

#fw-section-rich-text-176344335423283 {

/* Retro Cartoon Text — Global Utility Class */
.ok-retro-text {
    font-family: 'Luckiest Guy', cursive !important;
    color: #f8e64d !important;           /* OK Yellow */
    -webkit-text-stroke: 2px #000 !important;  /* Black outline */
    text-shadow: 2px 2px 0 rgba(0,0,0,0.35) !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

}





#fw-section-hero-1763079437 {

/* Fade top + bottom of hero banner image */
.section-background {
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 20%,
        black 80%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 20%,
        black 80%,
        transparent 100%
    );
}

}
#fw-section-recent-videos-1763079437 {

/* ----------------------------------------------------------
   SECTION HEADING — OK STORYTIME STROKE
---------------------------------------------------------- */
.section-header__heading {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;

    -webkit-text-stroke: 3px #000 !important;
    color: #f8e64d !important;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.35) !important;
}


/* ----------------------------------------------------------
   BUTTON — OK STORYTIME CARTOON STYLE
   (clean text, no stroke, no shadow bleed)
---------------------------------------------------------- */
.button,
.button--small,
.button--outline {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;

    /* Remove any inherited stroke/shadow */
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;

    background-color: #f8e64d !important; /* yellow fill */
    color: #000 !important;               /* black text */

    border: 3px solid #000 !important;    /* cartoon outline */
    border-radius: 12px !important;       /* chunky shape */
    padding: 10px 20px !important;

    /* Cartoon drop shadow */
    box-shadow: 3px 3px 0 rgba(0,0,0,0.35) !important;

    text-decoration: none !important;
    display: inline-block !important;

    transition: all 0.15s ease !important;
}

/* Button Hover */
.button:hover,
.button--small:hover,
.button--outline:hover {
    background-color: #ef3d29 !important;
    color: #fff !important;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.35) !important;
    transform: translate(1px, 1px);
}



/* ----------------------------------------------------------
   VIDEO TILES — IMPROVED OK STORYTIME SHADOWS
---------------------------------------------------------- */

/* Fix clipping issue so shadows + text never get cut */
.video-tile {
    overflow: visible !important;
}

/* Thumbnail container with cartoon shadow */
.video-tile__thumbnail {
    border-radius: 16px !important;
    overflow: hidden !important;

    /* Chunky OKST shadow */
    box-shadow: 4px 4px 0 rgba(0,0,0,0.35) !important;

    transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

/* Hover lift effect */
.video-tile__thumbnail:hover {
    transform: translate(-3px, -3px) !important;
    box-shadow: 6px 6px 0 rgba(0,0,0,0.40) !important;
}



/* ----------------------------------------------------------
   VIDEO TITLES — LUCKIEST GUY (NO STROKE)
---------------------------------------------------------- */
.video-tile__title {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;

    -webkit-text-stroke: 0 !important;
    color: #000 !important;

    /* Light shadow just for readability */
    text-shadow: 1px 1px 0 rgba(0,0,0,0.15) !important;

    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}

}
#fw-section-instagram-feed-1763079437 {

/* ----------------------------------------------------------
   SECTION HEADING — OK STORYTIME STROKE
---------------------------------------------------------- */
.section-header__heading {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;

    -webkit-text-stroke: 3px #000 !important;
    color: #f8e64d !important;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.35) !important;
}


/* ----------------------------------------------------------
   BUTTON — OK STORYTIME CARTOON STYLE
   (clean text, no stroke, no shadow bleed)
---------------------------------------------------------- */
.button,
.button--small,
.button--outline {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;

    /* Remove any inherited stroke/shadow from parent heading */
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;

    background-color: #f8e64d !important; /* yellow fill */
    color: #000 !important;               /* black text */

    border: 3px solid #000 !important;    /* cartoon outline */
    border-radius: 12px !important;       /* chunky shape */
    padding: 10px 20px !important;

    /* Cartoon depth shadow */
    box-shadow: 3px 3px 0 rgba(0,0,0,0.35) !important;

    text-decoration: none !important;
    display: inline-block !important;

    transition: all 0.15s ease !important;
}

/* Button hover */
.button:hover,
.button--small:hover,
.button--outline:hover {
    background-color: #ef3d29 !important;
    color: #fff !important;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.35) !important;
    transform: translate(1px, 1px);
}

}
#fw-section-recent-tiktoks-1763079437 {

/* ----------------------------------------------------------
   SECTION HEADING — OK STORYTIME STROKE
---------------------------------------------------------- */
.section-header__heading {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;

    -webkit-text-stroke: 3px #000 !important;
    color: #f8e64d !important;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.35) !important;
}


/* ----------------------------------------------------------
   BUTTON — OK STORYTIME CARTOON STYLE
   (clean text, no stroke, no shadow bleed)
---------------------------------------------------------- */
.button,
.button--small,
.button--outline {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;

    /* Remove any inherited stroke/shadow from parent heading */
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;

    background-color: #f8e64d !important; /* yellow fill */
    color: #000 !important;               /* black text */

    border: 3px solid #000 !important;    /* cartoon outline */
    border-radius: 12px !important;       /* chunky shape */
    padding: 10px 20px !important;

    /* Cartoon depth shadow */
    box-shadow: 3px 3px 0 rgba(0,0,0,0.35) !important;

    text-decoration: none !important;
    display: inline-block !important;

    transition: all 0.15s ease !important;
}

/* Button hover */
.button:hover,
.button--small:hover,
.button--outline:hover {
    background-color: #ef3d29 !important;
    color: #fff !important;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.35) !important;
    transform: translate(1px, 1px);
}

}
#fw-section-footer {

/* ----------------------------------------------------------
   IMPORT FONT
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

/* ----------------------------------------------------------
   GLOBAL FONT OVERRIDES (Header + Footer)
---------------------------------------------------------- */

/* Header title */
.header__grid.header--middle-center.header__size--md *,
.fw-section-header .header__grid * {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;
}

/* Footer navigation links */
.footer__nav .footer__list *,
.footer__list.footer__list--menu * {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;
}

/* Footer copyright text */
.footer__copy {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;
}

/* ----------------------------------------------------------
   DEFAULT TEXT COLOR (Black)
---------------------------------------------------------- */
.header__grid *,
.footer__nav .footer__list *,
.footer__copy,
.footer__list.footer__list--menu * {
    color: #000000 !important;
}

/* ----------------------------------------------------------
   HOVER TEXT COLOR (OK Storytime Red #ef3d29)
---------------------------------------------------------- */
.header__grid *:hover,
.footer__nav .footer__list *:hover,
.footer__copy:hover,
.footer__list.footer__list--menu *:hover {
    color: #ef3d29 !important;
}

}
#fw-section-header {

/* ----------------------------------------------------------
   IMPORT FONT
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

/* ----------------------------------------------------------
   HEADER FONT OVERRIDE
---------------------------------------------------------- */
/* Apply Luckiest Guy to any header text inside the grid */
.header__grid.header--middle-center.header__size--md *,
.fw-section-header .header__grid * {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;
}

/* Default header text color */
.header__grid *,
.fw-section-header .header__grid * {
    color: #000000 !important;
}

/* Hover = OK Storytime Red (#ef3d29) */
.header__grid *:hover,
.fw-section-header .header__grid *:hover {
    color: #ef3d29 !important;
}

/* ----------------------------------------------------------
   LOGO IMAGE SHADOW
---------------------------------------------------------- */
.header__logo-image {
    /* Pop-art style black offset shadow */
    filter: drop-shadow(4px 4px 0px #000)
            drop-shadow(0px 0px 14px rgba(0,0,0,0.6));
}

/* ----------------------------------------------------------
   REMOVE CART ICON FROM HEADER (Desktop + Mobile)
---------------------------------------------------------- */

/* Hide the cart widget container */
[data-cart-widget="widget"],
[data-cart-widget="quantity"],
.cart-widget,
.cart-widget--icons,
.cart-widget__items {
    display: none !important;
}

/* Hide the header list item that contains the cart */
.header__icons .header__list-item a[href*="cart"],
.header__icons .header__list-item a[href*="/cart"],
.header__icons .header__list-item a[href*="theme_editor/cart"] {
    display: none !important;
}

/* Hide the entire <li> wrapping it */
.header__icons .header__list-item:has(a[href*="cart"]) {
    display: none !important;
}

/* Mobile menu cart (if Fourthwall inserts it later) */
.mobile-menu__list-item:has(a[href*="cart"]) {
    display: none !important;
}

}





#fw-section-password {

/* ----------------------------------------------------------
   IMPORT FONT
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');



/* ----------------------------------------------------------
   SECTION HEADING — OK STORYTIME STROKE
---------------------------------------------------------- */
.section-header__heading {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;
    -webkit-text-stroke: 3px #000 !important;
    color: #f8e64d !important;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.35) !important;
}



/* ----------------------------------------------------------
   BUTTON — OK STORYTIME CARTOON STYLE
---------------------------------------------------------- */
.button,
.button--small,
.button--outline,
button.button--primary,
button.button--expand,
.newsletter-form__button .button,
.newsletter-form__button button {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;

    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;

    background-color: #f8e64d !important;
    color: #000 !important;

    border: 3px solid #000 !important;
    border-radius: 12px !important;

    padding: 10px 20px !important;

    box-shadow: 3px 3px 0 rgba(0,0,0,0.35) !important;

    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;

    transition: all 0.15s ease !important;
}

/* Hover */
.button:hover,
.button--small:hover,
.button--outline:hover,
button.button--primary:hover,
button.button--expand:hover,
.newsletter-form__button button:hover {
    background-color: #ef3d29 !important;
    color: #fff !important;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.35) !important;
    transform: translate(1px, 1px);
}



/* ----------------------------------------------------------
   NEWSLETTER INPUT FIELD — RETRO BOX
---------------------------------------------------------- */
.input-field__input,
.newsletter-form__input input,
#newsletter-email {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;

    background-color: #f7f3d7 !important;
    color: #000 !important;

    border: 3px solid #000 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 1.1rem !important;

    box-shadow: 3px 3px 0 rgba(0,0,0,0.25) !important;

    transition: all 0.15s ease !important;
}

/* Placeholder */
.input-field__input::placeholder,
.newsletter-form__input input::placeholder,
#newsletter-email::placeholder {
    color: #777 !important;
    opacity: 1 !important;
    font-family: 'Luckiest Guy', cursive !important;
}

/* Focus */
.input-field__input:focus,
.newsletter-form__input input:focus,
#newsletter-email:focus {
    outline: none !important;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.35) !important;
    transform: translate(-2px, -2px) !important;
}



/* ----------------------------------------------------------
   NEWSLETTER TITLE
---------------------------------------------------------- */
.password__title,
#description_mailing__input,
#heading__input,
#description__input {
    font-family: 'Luckiest Guy', cursive !important;
    font-weight: normal !important;
}



/* ----------------------------------------------------------
   COMING SOON PAGE LOGO — POP ART SHADOW
---------------------------------------------------------- */
.password__logo-image {
    filter: drop-shadow(4px 4px 0px #000)
            drop-shadow(0px 0px 14px rgba(0,0,0,0.6)) !important;
    border-radius: 12px !important;
}



/* ----------------------------------------------------------
   VIDEO TILES (if shown)
---------------------------------------------------------- */
.video-tile {
    overflow: visible !important;
}

.video-tile__image-container {
    border-radius: 16px !important;
    overflow: hidden !important;

    box-shadow: 4px 4px 0 rgba(0,0,0,0.35) !important;

    transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

.video-tile__image-container:hover {
    transform: translate(-3px, -3px) !important;
    box-shadow: 6px 6px 0 rgba(0,0,0,0.40) !important;
}

.video-tile__title {
    font-family: 'Luckiest Guy', cursive !important;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.15) !important;
    color: #000 !important;
    font-size: 1.25rem !important;
}



/* ----------------------------------------------------------
   FORM LABELS — MATCH RETRO LOOK
---------------------------------------------------------- */
.sc-cNFqVt,
.sc-cKrYlK,
label {
    font-family: 'Luckiest Guy', cursive !important;
}



/* ----------------------------------------------------------
   OPTIONAL — CENTER CONTENT NICELY
   (ONLY affects the Coming Soon splash)
---------------------------------------------------------- */

.password-page,
.fWQLUS,
.sc-iLZUsu {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

}