/** Shopify CDN: Minification failed

Line 397:30 Unexpected "{"

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}

@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%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;

  @media (min-width: 1024px) {
    padding-top: 65px !important;
  }
}

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

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

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

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

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

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

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

  .article-template__hero-medium {
    height: 425px;
    max-height: 425px;
  }

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


@media screen and (min-width: 1400px) {
  .article-template__hero-medium {
    height: 550px !important;
    max-height: 550px !important;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 5rem;
  }
}

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 3rem;
}

.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__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;
}

@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(2, 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;
}


.template-article h1 {
  font-size: clamp(34px, 3.1vw, 58px) !important;
  color: #000000 !important;
  font-family: "FreightDisp W03 Light" !important;
  line-height: 68px;
  font-weight: 300 !important;

  @media (max-width: 1024px) {
    line-height: 1 !important;
  }

  @media (min-width: 1024px) {
    margin-bottom: 2rem !important;
  }
}

.template-article h2:not(.footer-block__heading) {
  font-size: clamp(26px, 2.5vw, 48px) !important;
  color: #000000 !important;
  font-weight: 300 !important;
  font-family: "FreightDisp W03 Light" !important;
  margin-bottom: 0;
  margin-top: 1rem;
}

.article-template p {
  @media (min-width: 989px) {
    font-size: clamp(8px, 0.9vw, 16px) !important;
  }

  @media (max-width: 989px) {
    font-size: clamp(16px, 0.9vw, 16px) !important;
  }
  color: #303030 !important;
  font-weight: 400 !important;
}

@media (min-width: 1024px) {
  .article-template .page-width--narrow {
    max-width: 50% !important;
    margin-top: 2rem;
  }

  .article-navigation.page-width.page-width--narrow {
    margin-top: 7rem;
  }
  .article-template__content {
    margin-bottom: 7rem;
  }

  .article-template__social-sharing.page-width.page-width--narrow {
      margin-top: 2rem;
  }

  .article-template__content.page-width.page-width--narrow.rte {
    margin-top: 1rem !important;
  }
}


@media (max-width: 1024px) {
  .article-navigation.page-width.page-width--narrow {
    margin-top: 4rem;
  }
  .article-template__content {
    margin-bottom: 4rem;
  }
}


.article-template header .circle-divider{
  font-size: clamp(12px, .9vw, 14px) !important;
  color: #303030;
  font-family: Montserrat, sans-serif !important;
  font-weight: 400 !important;
}

.article-template .share-button__button {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: Montserrat, sans-serif !important;

  @media (max-width: 1024px) {
    font-size: 13px !important;
  }
}

.article-navigation__wrapper {
  display: flex;
  justify-content: space-between;
}

.article-navigation__wrapper a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #000000 !important;
  text-decoration: none !important;
  display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;

  @media (max-width: 1024px) {
    font-size: 11px !important;
  }  
}

article.article-template {
  padding-bottom: 5%;
  @media (max-width: 1024px) {
    padding-bottom: 5rem !important;
  }
}

.author-info {
    display: flex;
    flex-direction: column;
}

img.author-image {
  width: 60px;
  height: 60px;
  border-radius: 100%;

  @media (max-width: 1024px) {
    width: 50px !important;
    height: 50px !important;
  }    
}

.author-wrapper {
    display: flex;
    gap: 3rem;
    align-items: center;

    @media (max-width: 1024px) {
      gap: 2rem !important;
    }
}

.author-info .author-name {
  font-size: 16px;
  color: #000000 !important;
  font-weight: 400 !important;
  font-family: Montserrat, sans-serif !important;

  @media (max-width: 1024px) {
    font-size: 14px !important;
  }
}

.author-info .author-position {
  font-size: 12px;
  color: #303030 !important;
  font-weight: 400 !important;
  font-family: Montserrat, sans-serif !important;

  @media (max-width: 1024px) {
    font-size: 11px !important;
  }
}

.article-template__content p img {
  margin-top: 2rem;
  @media (max-width: 1024px) {
    margin-top: 1rem !important;
  }

  @media (min-width: 1024px) {
    max-height: 550px !important; 
    width: 100% !important;
  }
}

.blog-products{
  margin-bottom:4rem;
  margin-top:4rem;
  @media (max-width: 768px) {
    margin-bottom:2rem;
    margin-top:2rem;
  }
}

.blog-products .product-grid {
  padding-left:0;
}

.article-template .blog-cta{
    text-align: center;
    background-color: #3d441e;
    padding-bottom: 4rem;
    padding-top: 3rem;
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.article-template .blog-cta h2,
.article-template .blog-cta p,{
  color: #ffffff !important;
}

.article-template .blog-cta .cta-btn-wrapper a{
  text-decoration: none;
  font-size: clamp(10px, 0.833vw, 14px) !important;
  text-transform: uppercase;
}

.article-template ul{
  color: #303030 !important;
  font-weight: 400 !important;

  @media (min-width: 989px) {
    font-size: clamp(8px, 0.9vw, 16px) !important;
  }

  @media (max-width: 989px) {
    font-size: clamp(16px, 0.9vw, 16px) !important;
  }
}

.article-template__content .blog-cta h2,
.article-template__content .blog-cta p {
  color: #FFFFFF !important;
}

.article-template__content .cta-btn-wrapper {
  margin-top: 3rem;
  background: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(11px, 0.833vw, 14px) !important;
}


.article-template__content .blog-cta p {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;

  @media (min-width: 1024px) {
    max-width: 80%;
  }
}

.article-template .blog-cta h2 {
  margin-top: 0 !important;
}

.article-template__content h3 {
  font-size: clamp(18px, 1.5vw, 25px) !important;
  color: #000000 !important;
  font-weight: 500 !important;
  font-family: "FreightDisp W03 Light" !important;
}

.blog-cta p a {
  color: #FFFFFF !important;
}