/** Shopify CDN: Minification failed

Line 51:0 Unexpected "{"
Line 51:1 Expected identifier but found "%"
Line 63:4 Unexpected "{"
Line 63:5 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:article-blocks (INDEX:3) */
.article-img label {
    position: absolute;
    top: 40px;
    left: -3px;
    height: 55px;
    background-color: #d4747a;
    border-radius: 30px 0 30px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 5px 5px 0;
    word-break: break-word;
    width: 120px;
    text-align: center;
    line-height: 1;
    transform: rotateZ(-30deg);
}

.article-img {
    position: relative;
}
  @media only screen and (max-width: 450px)
{
  .article-img label {
    top: 30px;
    left: -5px;
    height: 45px;
    font-size: 14px;
    width: 100px;
}
}
/* END_SECTION:article-blocks */

/* START_SECTION:blog-tabs (INDEX:13) */
{% if customer %}
   .blog_tabs {
     padding: 20px 0 20px 0;
}
   @media screen and (max-width: 768px) {
   .blog_tabs {
    position: sticky;
    top: 58px;
    background-color: #fff;
    z-index: 1;
}
}
    {% endif %}
/* END_SECTION:blog-tabs */

/* START_SECTION:home-hero-product (INDEX:34) */
.hero-product {
  background: var(--hp-bg, #f7f3ee);
  padding: clamp(32px, 6vw, 72px) 0;
}

.hero-product__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  grid-template-columns: 1fr;
  align-items: center;
}

@media (min-width: 900px) {
  .hero-product__inner {
    grid-template-columns: 1fr 1fr;
  }
  .hero-product__inner--right .hero-product__media { order: 2; }
  .hero-product__inner--right .hero-product__content { order: 1; }
}

.hero-product__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.4);
}

.hero-product__media img,
.hero-product__media-placeholder svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-product__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 520px;
}

.hero-product__eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #04314b;
  opacity: 0.72;
  margin: 0;
}

.hero-product__heading {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #04314b;
  margin: 0;
  letter-spacing: -0.01em;
}

@media (min-width: 900px) {
  .hero-product__heading {
    font-size: 34px;
  }
}

.hero-product__body {
  font-size: 16px;
  line-height: 1.55;
  color: #3b4b5a;
  margin: 0;
  max-width: 44ch;
}

.hero-product__pills {
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-product__pills li {
  font-size: 13px;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(4, 49, 75, 0.06);
  color: #04314b;
  font-weight: 500;
  white-space: nowrap;
}

.hero-product__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 14px 22px;
  background: #04314b;
  color: #ffffff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-product__cta:hover {
  background: #00a499;
  color: #ffffff;
  transform: translateY(-1px);
}

.hero-product__cta svg {
  transition: transform 0.2s ease;
}

.hero-product__cta:hover svg {
  transform: translateX(2px);
}
/* END_SECTION:home-hero-product */

/* START_SECTION:home-why-gege (INDEX:35) */
.why-gege {
  background: var(--wg-bg, #ffffff);
  padding: clamp(48px, 8vw, 96px) 0;
}

.why-gege__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.why-gege__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(32px, 5vw, 56px);
}

.why-gege__eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #04314b;
  opacity: 0.72;
  margin: 0 0 12px 0;
}

.why-gege__heading {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #04314b;
  margin: 0 0 12px 0;
  letter-spacing: -0.01em;
}

@media (min-width: 900px) {
  .why-gege__heading { font-size: 34px; }
}

.why-gege__subheading {
  font-size: 16px;
  line-height: 1.55;
  color: #3b4b5a;
  margin: 0;
}

.why-gege__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: clamp(20px, 3vw, 32px);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .why-gege__grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) {
  .why-gege__grid { grid-template-columns: repeat(4, 1fr); }
}

.why-gege__pillar {
  background: rgba(4, 49, 75, 0.03);
  border-radius: 16px;
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-gege__icon {
  font-size: 28px;
  line-height: 1;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 164, 153, 0.12);
  color: #00a499;
  border-radius: 12px;
  margin-bottom: 4px;
}

.why-gege__title {
  font-size: 18px;
  font-weight: 700;
  color: #04314b;
  line-height: 1.3;
  margin: 0;
}

.why-gege__desc,
.why-gege__desc p {
  font-size: 15px;
  line-height: 1.5;
  color: #3b4b5a;
  margin: 0;
}
/* END_SECTION:home-why-gege */

/* START_SECTION:special-events (INDEX:128) */
.events-heading h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
}
   .events {
    display: flex;
    gap: 80px;
    margin: 30px 0;
}

.events-img img {
    border-radius: 20px;
    margin-bottom: 10px;
    width:100%;
}

.events-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.events-title h2 {
    margin: 0;
  font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.6px;
}
.events-items {
    width: 50%;
}
.events-date {
    font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.6px;
}
@media screen and ( max-width: 767px ) {
.events-title h2,.events-date {
    font-size: 14px;
}
.events-date {
    font-size: 12px;
}
.events {
    flex-wrap: wrap;
    gap: 30px;
}
.events-items {
    width: 100%;
}
}
/* END_SECTION:special-events */

/* START_SECTION:specials-deals (INDEX:129) */
section.special-deals-section h1 {
        text-transform: uppercase;
        text-align: center;
            margin-bottom: 40px;
        font-size: 62px;
        font-weight: 900;
        line-height: normal;
        letter-spacing: -4.34px;
    }
  .special-deals-heading h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
}
      .special-deals .special-deal-slider{
        display: flex;
        margin: 40px 60px;
        gap: 100px;
        flex-wrap: wrap;
    }

    .special-deals-img {
        border: 1px solid #00a499;
        margin-bottom: 20px;
        padding: 40px;
        border-radius: 10px;
        position: relative;
    }

    .special-deals-img label {
        position: absolute;
        top: -12px;
        right: -20px;
        background-color: #00a499;
        color: #fff;
        padding: 5px 20px;
        border-radius: 50px;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.295px;
      text-align:center;
    }

    .special-deal-code {
        border: 1px solid #00a499;
        text-align: center;
        padding: 10px;
        color: #00a499;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.48px;
        margin-bottom: 10px;
    }

    .special-deal-description p {
        /* margin: 0; */
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.14px;
    }
  .special-deal-description p strong{
        font-size: 16px;
    }
    .special-deal-slider:after {
        content: '';
    }
.special-deals-section.section {
    margin: 20px 0 0;
}
  .special-deals-items {
    flex-basis: calc(33.33% - 70px); 
}
    @media screen and ( max-width: 767px ) {
          .special-deals-img label {
        top: -10px;
        right: -10px;
        padding: 2px 20px;
        font-size: 9.846px;
    }
      .special-deal-slider:after {
        content: 'flickity';
        display: none;
      }
      .special-deals .special-deal-slider{
        display:block;
        margin:0;
        margin-right: -10px
      }
      .special-deals-items {
        width: 50% ;
        padding:30px 10px 30px 0;
      }
  .special-deals .special-deal-slider ol.flickity-page-dots {bottom: -30px;}

  .special-deals .special-deal-slider li.dot {
      width: 14px;
      height: 14px;
  }
      .special-deal-code {
      padding: 10px 5px;

      }
      section.special-deals-section h1 {
      font-size: 48px;
      margin-bottom: 20px;
  }

.special-deals .special-deal-slider li.dot:first-child{
  margin-left:0;
}
    }
/* END_SECTION:specials-deals */

/* START_SECTION:specials-embed (INDEX:130) */
.special-embed-blocks-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.special-embed-blocks-inner {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.embed-html {
    min-height: 100px;
      flex-basis: calc(50% - 40px);
}

  .special-embed-blocks-inner h2{
    flex-basis:100%;
        margin: 0;
  }
@media only screen and (max-width: 768px)
{
  .special-embed-blocks-outer {
    gap: 20px;
}
.embed-html {
  flex-basis: 100%;
}
.special-embed-blocks-inner {
  flex-basis: 100%;
  gap:20px;
}

.special-embed-blocks-inner h2 {
    font-size: 15px;
}
}
/* END_SECTION:specials-embed */

/* START_SECTION:video-blogs (INDEX:157) */
.videos-blocks img.video-wrapper__poster-image {
    border-radius: 20px;
}
    .videos-blocks .video-wrapper__play-button--large .icon--play {
    width: 75px;
    height: 75px;
}
  .videos-blocks .video-wrapper__play-button--large .icon--play path.ply1 {
    fill: rgb(0 164 153 / 55%);
}
   .video-wrapper__poster label {
    position: absolute;
    top: 40px;
    left: -3px;
    height: 55px;
    background-color: #d4747a;
    border-radius: 30px 0 30px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 5px 5px 0;
    word-break: break-word;
    width: 120px;
    text-align: center;
    line-height: 1;
    transform: rotateZ(-30deg);
}
.video-blocks-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.video-blocks-inner {
    flex-basis: calc(50% - 20px);
}
  .video-wrapper__poster-image{
    object-fit: contain;
  }
    @media only screen and (max-width: 768px)
{
  .video-blocks-outer {
    gap: 20px;
}

.video-blocks-inner {
    flex-basis: 100%;
}
}
  @media only screen and (max-width: 450px)
{
  .video-wrapper__poster label {
    top: 30px;
    left: -5px;
    height: 45px;
    font-size: 14px;
    width: 100px;
}
}
/* END_SECTION:video-blogs */

/* START_SECTION:weekly-video (INDEX:160) */
.parenting_blog_image_text .container {
     padding-left: 150px;
     padding-right: 150px;
}
 .blog-mainheading {
         margin: 10px 0 10px;
    font-size: 62px !important;
    font-weight: 900 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
}
 .parenting-blog-image-text {
     display: flex;
     flex-wrap: wrap;
     gap: 40px;
}
 .image-side, .text-side {
     flex-basis: 35%;
}
 .image-text-heading {
     font-size: 24px;
     line-height: 28px;
     color: #262f48;
     font-weight: 600;
     font-family: "Overpass";
}
  .text-side-heading {
     color: #262f48;
    font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.96px;
    margin: 0;
}
 .image-side img {
     border-radius: 15px;
}
 .text-side-description {
     font-size: 20px;
     line-height: 26px;
     color: #262f48;
     font-weight: 400;
     font-family: "Overpass";
}
  .parenting_weekly_video .video-wrapper__play-button--large .icon--play {
    width: 75px;
    height: 75px;
}
  .parenting_weekly_video .video-wrapper__play-button--large .icon--play path.ply1 {
    fill: rgb(0 164 153 / 55%);
}
  .special-embed-blocks-inner h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
}
 @media screen and (max-width: 1240px) {
     .parenting_blog_image_text .container {
         padding-left: 40px;
         padding-right: 40px;
    }
     .image-text-heading{
         font-size: 18px;
         line-height: 20px;
    }
     .text-side-description {
         font-size: 14px;
         line-height: 16px;
    }
}
 @media screen and (max-width: 768px) {
   .parenting-blog-image-text {
    gap: 20px;
}
     .image-side, .text-side {
         flex-basis: 100%;
    }
     .parenting_blog_image_text .container {
         padding-left: 20px;
         padding-right: 20px;
    }
    .blog-mainheading {
    font-size: 48px !important;
}
}
/* END_SECTION:weekly-video */