/** Shopify CDN: Minification failed

Line 221:0 Expected "}" to go with "{"

**/
main[data-template='page.blog-themes-page'] footer {
  display: none;
}

blog-posts-list .blog-posts {
  padding: 0 12%;
  margin: 50px 0;
}

.blog-posts-container {
  column-gap: 70px !important;
  row-gap: 90px !important;
}

/* BLOG */
.blog-post-item {
  box-shadow: rgb(0 0 0 / 16%) 0px 4px 10px;
  border-radius: 8px;
  padding: 16px !important;
  background-color: #ffffff;
}

main[data-template='page.blog-themes-page'].blog-carousel--compact
  .carousel-content slideshow-container slideshow-slides {
  padding: 3% 11%;
}

.carousel-content slideshow-container slideshow-slides {
  padding: 3% 6%;
  transition: padding 0.65s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

main[data-template='page.blog-themes-page'].blog-carousel--compact
  slideshow-component.carousel-content.spacing-style {
  min-height: 0;
  height: auto;
}

/* Ensure the child container expands to fill the new parent height */
slideshow-component.carousel-content.spacing-style slideshow-container {
  height: 100%;
  min-height: 100%;
}

main[data-template='page.blog-themes-page'].blog-carousel--compact
  slideshow-component.carousel-content.spacing-style slideshow-container {
  justify-content: initial;
}

.card:hover {
  transform: scale(0.92) !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px 0px, 
              rgba(0, 0, 0, 0.12) 0px 6px 6px 0px !important;
}

main[data-template='page.blog-themes-page']
  .shopify-section:has(.carousel-blogs)
  + .shopify-section
  .text-block p {
  font-size: 15px;
  font-family: 'Playfair Display', serif;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

main[data-template='page.blog-themes-page'].blog-carousel--compact
  .shopify-section:has(.carousel-blogs)
  + .shopify-section
  .text-block p {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  main[data-template='page.blog-themes-page'] .carousel-content slideshow-slides,
  main[data-template='page.blog-themes-page'] slideshow-component.carousel-content.spacing-style,
  main[data-template='page.blog-themes-page']
    .shopify-section:has(.carousel-blogs)
    + .shopify-section
    .text-block p {
    transition: none !important;
  }
}


@media screen and (min-width: 750px) {
  .blog-post-item {
    --col-span: 3 !important;
    --blog-post-card-scale: 0.5 !important;
    transition: transform 0.27s ease-in-out, box-shadow 0.27s ease-in-out;
    cursor: pointer;
  }

  @media (hover: hover) and (prefers-reduced-motion: no-preference) {
    .blog-post-item:hover,
    .blog-post-item:focus-within {
      transform: scale(1.04);
      box-shadow: rgb(0 0 0 / 22%) 0 8px 20px;
      position: relative;
      z-index: 10;
    }
  }

  .blog-post-item--horizontal .blog-post-card {
    flex-direction: column !important;
  }

  .blog-post-item--horizontal .blog-post-card > * {
    flex-basis: auto !important;
  }
  .text-block[class*="__text_yaQBV7"] > h1 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 55px;
  }

.resource-list__carousel .resource-list__slide {
  padding: 20px;
  box-shadow: rgb(0 0 0 / 16%) 0px 4px 10px;
  border-radius: 5px;
}

.resource-list__carousel {
  transform: scale(0.95);
}

.resource-list__carousel slideshow-slides {
  gap: 30px !important;
}


slideshow-slides .card {
    padding: 30px;
    box-shadow: rgb(0 0 0 / 16%) 0px 4px 10px;
    transform: scale(0.88);
    transition: transform 0.28s ease-out, box-shadow 0.28s ease-out !important;
    cursor: pointer;
}

main[data-template='page.blog-themes-page'] .slideshow-control {
  background-color: rgb(55 55 55 / 80%);
}




/* Update the main component to fill the remaining viewport height
slideshow-component.carousel-content.spacing-style {
  min-height: calc(100vh - 135px);
  height: auto;
  transition: min-height 0.65s cubic-bezier(0.22, 1, 0.36, 1);
} */


slideshow-component.carousel-content.spacing-style slideshow-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
} 



.card:hover {
  /* Scale up to original size (or higher, e.g., 1.05) */
  transform: scale(0.93);
}

.carousel-content slideshow-slides {
  gap: 0 !important;
}







.featured-blog-article .group-block {
  grid-area: content;
  min-width: 0;
}

/* Responsive regular text */
.featured-blog-article .text-block {
  font-size: clamp(12px, 1.1vw, 16px);
}


.featured-blog-article > .media-block {
  position: relative;
  min-height: 0;
  overflow: hidden;
  height: 100%;
}

.featured-blog-article .media-block__media-link {
  position: absolute;
  inset: 0;
  display: block;
}

.featured-blog-article .media-block__media {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main[data-template='page.blog-themes-page'] {
  min-height: calc(-112px + 100vh);
}

