/** Shopify CDN: Minification failed

Line 67:0 Unexpected "/"

**/
.blog-placeholder-svg {
  height: 100%;
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop .article-card .card__content {
    text-align: center;
  }
}

.blog__title {
  margin: 0;
}

.blog__posts.articles-wrapper {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .blog__posts.articles-wrapper {
    margin-bottom: 0;
  }
}

.blog__posts.articles-wrapper .article {
  scroll-snap-align: start;
}

@media screen and (max-width: 749px) {
  .blog__post.article {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }
}

.background-secondary .blog-placeholder__content {
  background-color: rgb(var(--color-background));
}

.blog__posts .card-wrapper {
  width: 100%;
}

.blog__button {
  margin-top: 3rem;
}

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

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (min-width: 750px) {
    .blog__posts .article + .article {
      margin-left: var(--grid-desktop-horizontal-spacing);
    }
  }
}

/----------------CUSTOM------------------/


/* Target the specific card on the home page */
body.template-index #slide-template--23856759243020__featured_blog_6Y3p8V-1 .article-card__image-wrapper img {
    opacity: 0; /* Hide the original image */
    visibility: hidden;
}

/* Add the new image as a background */
body.template-index #slide-template--23856759243020__featured_blog_6Y3p8V-1 .article-card__image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/cdn/shop/files/TestImage1.png?v=1739450897'); /* Replace with your new image URL */
    background-size: cover;
    background-position: center;
    z-index: 1; /* Ensure it's above the original image */
}
