/** Shopify CDN: Minification failed

Line 154:33 Unexpected "!"

**/
@font-face {
  font-family: "Poppins";
  src: url("https://cdn.shopify.com/s/files/1/0722/2578/3862/files/Poppins-Regular.woff2?v=1769606706") format("woff2"),
       url("https://cdn.shopify.com/s/files/1/0722/2578/3862/files/Poppins-Regular.woff?v=1769606706") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("https://cdn.shopify.com/s/files/1/0722/2578/3862/files/Poppins-Bold.woff2") format("woff2"),
       url("https://cdn.shopify.com/s/files/1/0722/2578/3862/files/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}
.article-template {
width: 100%;
    max-width: 85%;
    padding: 0px 30px;
    margin: 0 auto;
    }

.media {
    display: block;
    background-color: transparent;
    position: relative;
    overflow: hidden;
} 

@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: 130rem;
  margin: 0 auto;
  position: relative;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.article-template__hero-overlay {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  color: #fff;
  z-index: 2;
  border-radius: 12px;
}
.article-template__hero-container img {
  border-radius: 0;
}
.article-template__title--overlay {
  margin: 0;
  color: #fff;
}

.article-template__hero-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

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

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

.article-template__title {
  margin: 0;
  font-size: 2.2em;
  line-height: 1em;
}
@media screen and (max-width: 749px) {
  .article-template__title--overlay {
    font-size: 1.8rem;
  }
}
.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}
.article-template_content h2 { font-size: 2em;
}
.article-template_content h3 { font-size: 1.5em;
}
.article-template_content h4 { font-size: 1em;
}
.article-template_content p { 
  font-size: 18px;
  font-family: Poppins;
  src: url(https://cdn.shopify.com/s/files/1/0722/2578/3862/files/Poppins-Regular.woff?v=1769606706) format("woff"), src: url(https://cdn.shopify.com/s/files/1/0722/2578/3862/files/Poppins-Regular.woff2?v=1769606706) format("woff2");
}
.article-template_content p span !important{ 
  font-size: 18px;
}
 ol li strong {
  font-weight: 700;
}
.article-template_content li { 
  font-size: 18px;
text-indent: -25px !important; /* Pull first line back */ 
padding-left: 25px !important; /* Indent the rest of the lines */
font-family: 'Poppins'!important;
    src: url(https://cdn.shopify.com/s/files/1/0722/2578/3862/files/Poppins-Regular.woff?v=1769606706) format('woff'), src: url(https://cdn.shopify.com/s/files/1/0722/2578/3862/files/Poppins-Regular.woff2?v=1769606706) format('woff2')!important;
}
.article-template_content a, .rte a  { 
  color:  #b75a29 !important;
  font-weight: bolder;
  font-size: 18px;
}

.article-template__link {
  font-size: 1.2rem;
  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: 3rem;
}

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

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

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