/** Shopify CDN: Minification failed

Line 46:0 Unexpected "{"
Line 46:1 Expected identifier but found "%"
Line 58:4 Unexpected "{"
Line 58:5 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.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;
}
}
{% 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 %}
.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%;
}
}
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;
}
    }
.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;
}
}
.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;
}
}
.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;
}
}