/** Shopify CDN: Minification failed

Line 373:8 Unexpected "}"

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}
.article-template .caption-with-letter-spacing--large span {
    color: #888888;
}

.article-template .caption-with-letter-spacing--large {
    padding-bottom: 1rem;
}
.article-template__content a {
    color: #F562B1;
    text-decoration: none;
}

.article-template__content p {
    font-size: 1.5rem;
}
.article-template__content a {
    color: #F562B1;
    text-decoration: none;
}

.article-template__content p {
    font-size: 1.5rem;
}

.article-template h3 {
    margin: 1rem 0;
    font-family: var(--font-h2-heading-family);
    font-style: var(--font-h2-heading-style);
    font-weight: var(--font-h2-heading-weight);
    letter-spacing: 0;
    line-height: calc(1 + .3 / max(1, var(--font-h2-heading-scale)));
    font-size: 2rem;
}

.article-template h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.6rem;
}

.article-template ul {
    padding: 0;
    list-style: circle;
    list-style-position: inside;
}

.article-template ul li {
    list-style: circle;
    list-style-position: inside;
}

.article-template ul li h4, .article-template ul li a {
    display: inline-block;
}
.article-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}
.article-navigation .icon-wrap {
    border: 1px solid currentColor;
    padding: 15px 13px 15px 18px;
    border-radius: 100px;
}
.article-template__link.next_article .icon-wrap {
    transform: none;
    margin: 0; 
}
.article-template .article-template__title {font-weight: 600;}
.article-template__content p img {
    width: 100%;
}
@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.article-template__hero-container {
  max-width: 100.5rem;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 0 1.5rem;
}
.article-template__hero-container .media {
   border-radius: 1.6rem;
}

@media screen and (min-width: 750px) {
  .article-template__hero-container {
     padding: 0 5rem;
  }
  .article-template__hero-container .media {
     border-radius: 2.6rem;
  }

}
@media screen and (min-width: 1366px) {
  .article-template__hero-container {
    max-width: 100.5rem;
    margin: 0 auto;
    margin-top: 4rem;
    padding: 0 0rem;
  }
  .article-template__hero-container .media {
     border-radius: 5.6rem;
  }

}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}
.article-template__comment-wrapper #comment_form {
    border: 1px solid #000;
    border-radius: 1.7rem;
    padding: 3rem;
}
@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 5rem;
  }
  .article-template__comment-wrapper #comment_form {
      border: 1px solid #000;
      border-radius: 3.7rem;
      padding: 6.2rem;
  }
}

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
  text-align: left;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

.article-template__comments-fields .field {
    max-width: 100%;
    margin-bottom: 1rem;
}

.article-template__comments-fields .field .field__input {
    background: transparent;
    color: #ACA8A8;
    border-bottom: 1px solid #ACA8A8;
    border-radius: 0;
    padding-left: 0;
}

.article-template__comments-fields .field:before, .article-template__comments-fields .field:after {
    opacity: 0;
}

.article-template__comments-fields .field .field__label {
    left: 0;
}
.article-template__comment-wrapper #comment_form .button {
    text-transform: uppercase;
  
}
@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}

/* period times blog */


    .tips-wrapper .section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 60px 20px;
      gap: 40px;
      flex-wrap: wrap;
    }

    .tips-wrapper .section.even {
      background-color: #fff6f7;
    }

    .tips-wrapper .section-content {
      flex: 1;
      min-width: 280px;
    }

    .tips-wrapper .section h2 {
      color: rgb(var(--color-link-hover));
      margin-bottom: 10px;
    }

    .tips-wrapper .section p {
      margin-bottom: 12px;
      
    }

    
    .tips-wrapper .section ul li {
      margin-bottom: 8px;
      font-size: 20px;
    }

    .tips-wrapper .section-image {
      flex: 1;
      text-align: center;
    }

    .tips-wrapper .section-image img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }

    @media (max-width: 768px) {
      .tips-wrapper .section {
        flex-direction: column;
        text-align: center;
      }

      .tips-wrapper .section.even {
        flex-direction: column-reverse;
      }
    }

