/** Shopify CDN: Minification failed

Line 230:0 Unexpected "{"
Line 230:1 Expected identifier but found "%"
Line 241:6 Unexpected "}"
Line 246:4 Unexpected "{"
Line 246:5 Expected identifier but found "%"
Line 312:13 Unexpected "{"
Line 312:22 Expected ":"

**/
@media screen and (max-width: 749px) {
  .articles-wrapper .article {
    width: 100%;
  }
}

.article {
  display: flex;
  align-items: center;
}

.article.grid__item {
  padding: 0;
}

.grid--peek .article-card {
  box-sizing: border-box;
}

.article-card__image-wrapper > a {
  display: block;
}

.article-card__title {
  text-decoration: none;
  word-break: break-word;
}

.article-card__title a:after {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.article-card__link.link {
  padding: 0;
}

.article-card__link {
  text-underline-offset: 0.3rem;
}

.article-card .card__heading {
  margin-bottom: 0.6rem;
}

.blog-articles .article-card .card__information,
.blog__posts .article-card .card__information {
  padding-left: 2rem;
  padding-right: 2rem;
}

.article-card__info {
  padding-top: 0.4rem;
}

.article-card__footer {
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
}

.article-card__footer:not(:last-child) {
  margin-bottom: 1rem;
}

.article-card__footer:last-child {
  margin-top: auto;
}

.article-card__excerpt {
  width: 100%;
  margin-top: 1.2rem;
}

.article-card__link:not(:only-child) {
  margin-right: 3rem;
}

@media screen and (min-width: 990px) {
  .article-card__link:not(:only-child) {
    margin-right: 4rem;
  }
}

.article-card__image--small .ratio::before {
  padding-bottom: 11rem;
}

.article-card__image--medium .ratio::before {
  padding-bottom: 22rem;
}

.article-card__image--large .ratio::before {
  padding-bottom: 33rem;
}

@media screen and (min-width: 750px) {
  .article-card__image--small .ratio::before {
    padding-bottom: 14.3rem;
  }

  .article-card__image--medium .ratio::before {
    padding-bottom: 21.9rem;
  }

  .article-card__image--large .ratio::before {
    padding-bottom: 27.5rem;
  }
}

@media screen and (min-width: 990px) {
  .article-card__image--small .ratio::before {
    padding-bottom: 17.7rem;
  }

  .article-card__image--medium .ratio::before {
    padding-bottom: 30.7rem;
  }

  .article-card__image--large .ratio::before {
    padding-bottom: 40.7rem;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .articles-wrapper.grid {
    margin: 0 0 5rem 0;
  }

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

.article-card .card__heading {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.article-card .card__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #fff;
  width: 0;
  transform: translateX(0);
  transition: width 0.3s ease;
}
.article-card .card__heading {
  color: #ffffff;
  text-decoration: none;
}
.article-card .card__heading:hover {
  color: #a98956;
  text-decoration: none;
}

.article-card .card__heading:hover::after {
  width: 100%;
}

.article-card .card__content {
  padding: 0 10px !important;
}

.caption-with-letter-spacing {
  font-size: 15px;
  font-family: Roboto;
  font-weight: normal;
  line-height: 20px;
  color: #ffffff;
}


.main-blog .title--primary {
  background-image: url("/cdn/shop/files/pexels-pixabay-269630.png?v=1727073166");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  isolation: isolate;
  height: 400px;
  overflow: hidden;
  top: -57px;
  color: #ffffff;
  text-align: center;
    justify-content: end;
  font-size: 40px;
  font-family: Playfair Display;
  font-weight: bold;
  line-height: 50px;
  padding-bottom: 100px;
}

.main-blog .title--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: -1; 
} 
{% if template == "blog posts" %}
     header.header {
      position: absolute;
      width: 100%;
      right: 0;
      left: 0;
      background-color: #fff;
      opacity: 0.9;
       display: flex;
      justify-content: center;
  }
      }
      .scrolled-past-header header.header {
      background-color: #ffffff;
      opacity: 1;
  }
    {% endif %}

@media screen and (max-width: 990px) {
  .main-blog .title--primary {
  background-image: url("/cdn/shop/files/pexels-pixabay-269630.png?v=1727073166");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  isolation: isolate;
  height: 250px;
  overflow: hidden;
  top: -100px;
    padding-bottom: 0px;
}

.main-blog .title--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity */
  z-index: -1; /* Keep it behind the content */
}
} 

.article-card .card__content {
  /* background: #d9cab3; */
  background: transparent linear-gradient(111deg, #000, #020202c7 32%, #111c 100%, #54545400) 0% 0% no-repeat padding-box;
    opacity: .78;
  color: #ffffff;
  border-radius: 0 0 40px 40px;
}

.main-blog-text {
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
  font-family: Roboto;
  font-weight: normal;
  line-height: 40px;
}



@media screen and (max-width: 768px) {
.main-blog .title--primary {
    padding-bottom: -1px;
}
}

@media screen and (max-width: 480px) {
.main-blog .title--primary {
   height: 250px;
    overflow: hidden;
   top: 0px; 
  padding-bottom: 0px; 
    padding-top: 0px;
    margin: 0px;
  justify-content:center;
}
   .section-{{ section.id }}-padding {
    padding-top: 0px !important;
    padding-bottom: 0px;
  }
.main-blog-text {
    line-height: 29px;
    width: 98%;
    margin: 0px auto;
    padding: 20px 0px;
}

}