/** Shopify CDN: Minification failed

Line 274:8 Expected ":"
Line 275:0 Expected "}" to go with "{"

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

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

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

/* ============================================
   FLICK & PUFF — CUSTOM OVERRIDES
   ============================================ */

:root {
  --fp-brown: #3C2F2F;
  --fp-cta: #C99F5C;
  --fp-cta-d: #A67A47;
  --fp-cream: #f5f1e8;
  --fp-text: #6b6560;
}

/* TIPOGRAFÍA DEL TÍTULO */
.article-template__title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: var(--fp-brown) !important;
  letter-spacing: -1px !important;
}

/* CONTENIDO DEL POST */
.article-template__content.rte {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  color: var(--fp-text) !important;
  line-height: 1.9 !important;
}

.article-template__content.rte h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--fp-brown) !important;
  margin: 48px 0 24px 0 !important;
  letter-spacing: -0.5px !important;
}

.article-template__content.rte h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: var(--fp-brown) !important;
  margin: 40px 0 20px 0 !important;
  letter-spacing: -0.3px !important;
}

.article-template__content.rte p {
  font-size: 16px !important;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
  color: var(--fp-text) !important;
}

.article-template__content.rte ul,
.article-template__content.rte ol {
  margin: 20px 0 20px 24px !important;
  line-height: 1.8 !important;
}

.article-template__content.rte li {
  margin-bottom: 12px !important;
  color: var(--fp-text) !important;
}

.article-template__content.rte strong {
  color: var(--fp-brown) !important;
  font-weight: 700 !important;
}

.article-template__content.rte em {
  font-style: italic !important;
  color: var(--fp-text) !important;
}

.article-template__content.rte a {
  color: var(--fp-cta) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  border-bottom: 2px solid var(--fp-cta) !important;
  transition: all 0.3s ease !important;
}

.article-template__content.rte a:hover {
  color: var(--fp-cta-d) !important;
  border-bottom-color: var(--fp-cta-d) !important;
}

.article-template__content.rte img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
  margin
