/** Shopify CDN: Minification failed

Line 339:13 Expected ":"

**/
.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: 130rem;
  margin: 0 auto;
  max-height: 50vh;
  overflow: hidden;
}

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

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

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

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

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

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

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

  .article-template__hero-medium {
    height: 55rem;
    max-height: 50vh;
  }

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

.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: 1rem;
}

.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__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

/* Hero overlay styles */
.article-template__hero-with-overlay {
  position: relative;
  height: 100%;
  max-height: 50vh;
}

.article-template__hero-with-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-template__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 2;
  max-height: 50vh !important;
}
.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 2;
  max-height: 50vh !important;
}

.article-template__hero-content {
  text-align: left;
  color: white;
}

.article-template__hero-title {
  font-size: 3.2rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
  line-height: 1.2;
  color: white !important;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.article-template__hero-date,
.article-template__hero-author {
  display: block;
  margin: 0.5rem 0;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

/* Responsive adjustments */
@media screen and (max-width: 749px) {
  .article-template__hero-content {
    padding: 1.5rem;
  }
  
  .article-template__hero-title {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 750px) {
  .article-template__hero-title {
    font-size: 4rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-title {
    font-size: 4.8rem;
  }
}
div.text-with-image{
  display: grid;
  padding: 2rem;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
  align-items: start;
  padding: 0;
}
@media screen and (max-width: 750px) {
  div.text-with-image{
    display: block;
  }
}
h1{
  margin-bottom: 1rem;
  margin-top: 0;
}
h6{
  font-family: 'Beatrice', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}
p{
  margin: 1em 0;
}
.blog-flex-container {
  display: flex;
  align-items: center; /* Vertically centers text with image */
  gap: 20px;           /* Space between image and text */
  margin-bottom: 30px;
}

.blog-flex-image {
  flex: 1;             /* Image takes up 50% width */
}

.blog-flex-image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-flex-text {
  flex: 1;             /* Text takes up 50% width */
}

/* Mobile: Stacked layout */
@media screen and (max-width: 749px) {
  .blog-flex-container {
    flex-direction: column; /* Stacks items vertically */
  }
  
  .blog-flex-image, 
  .blog-flex-text {
    flex: none;
    width: 100%;
  }
}
hr.divider {
  border-top: 2px solid #eee;
  border-radius: 1px;
  margin: 4rem 0;
}
h5.stars{
  font-size:40px;
  line-height 1;
  padding: 0;
  margin: -20px 0;
}
  .black-button {
    padding: 18px 24px;
    background: #333;
    color: white !important;
    border: none;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    width: 100% !important;
    transition: background 0.2s ease;
    display: block;
    margin: 0 auto;
    text-align: center;
  }