/** Shopify CDN: Minification failed

Line 973:18 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 {
  width: 100%;
  max-width: none;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.article-template__hero-container > .media {
  position: relative;
  z-index: 1;
}

.article-template__hero-adapt {
  min-height: 40rem;
}

.article-template__hero-small {
  height: 34rem;
}

.article-template__hero-medium {
  height: 42rem;
}

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

.article-template__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.article-template__hero-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.52) 34%,
    rgba(0, 0, 0, 0.22) 66%,
    rgba(0, 0, 0, 0) 100%
  );
}

.article-template__hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #ffffff;
  pointer-events: auto;
}

.article-template__hero-copy {
  max-width: 92rem;
}

.article-template__hero-title-block {
  max-width: 100%;
}

.article-template__hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 4.2vw, 5.4rem);
  line-height: 1.05;
  letter-spacing: calc(var(--font-heading-scale) * 0.04rem);
  text-shadow: 0 0.2rem 1.8rem rgba(0, 0, 0, 0.28);
}

.article-template__hero-meta {
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.86);
}

.article-template__hero-meta .caption-with-letter-spacing,
.article-template__hero-meta time {
  color: inherit;
}

.article-template__hero-share {
  width: fit-content;
  margin-top: 1.6rem;
  position: relative;
}

.article-template__hero-share .share-button {
  width: fit-content;
  color: #ffffff;
}

.article-template__hero-share .share-button__button {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 4.2rem;
  padding: 0.9rem 1.4rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(53, 31, 23, 0.78);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.article-template__hero-share .share-button__button:hover,
.article-template__hero-share .share-button__button:focus,
.article-template__hero-share .share-button__button:focus-visible {
  background: #351F17;
  border-color: rgba(255, 255, 255, 0.62);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-0.1rem);
  outline: 0;
  box-shadow: none;
}

.article-template__hero-share .share-button__button .svg-wrapper {
  width: 1.6rem;
  height: 1.6rem;
}

.article-template__hero-share .share-button__button svg {
  color: currentColor;
  fill: currentColor;
}

.article-template__hero-share .share-button__fallback {
  top: auto;
  bottom: calc(100% + 0.8rem);
  left: 0;
  width: min(42rem, calc(100vw - 3rem));
  min-width: 28rem;
  color: #351F17;
  background: #ffffff;
  border-radius: 0.8rem;
  z-index: 5;
}

.article-template__hero-share .share-button__fallback .field__input,
.article-template__hero-share .share-button__fallback .field__label,
.article-template__hero-share .share-button__fallback .share-button__copy,
.article-template__hero-share .share-button__fallback .share-button__close {
  color: #351F17;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-adapt {
    min-height: 44rem;
  }

  .article-template__hero-small {
    height: 38rem;
  }

  .article-template__hero-medium {
    height: 48rem;
  }

  .article-template__hero-large {
    height: 58rem;
  }

  .article-template__hero-content {
    padding-bottom: 4rem;
  }

  .article-template__hero-title {
    font-size: clamp(3.2rem, 6vw, 5rem);
  }
}

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

  .article-template__hero-small {
    height: 40rem;
  }

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

  .article-template__hero-large {
    height: 72rem;
  }

  .article-template__hero-content {
    padding-bottom: 5rem;
  }

  .article-template--has-toc .article-template__hero-content {
    display: grid;
    grid-template-columns: minmax(20rem, 28rem) minmax(0, 82rem);
    column-gap: 7rem;
    align-items: end;
    justify-content: center;
  }

  .article-template--has-toc .article-template__hero-copy {
    grid-column: 1 / -1;
    max-width: calc(28rem + 7rem + 82rem);
  }

  .article-template--has-toc.article-template--has-product-tab .article-template__hero-content {
    grid-template-columns: minmax(18rem, 24rem) minmax(0, 72.6rem) minmax(24rem, 32rem);
    column-gap: 4.8rem;
  }

  .article-template--has-toc.article-template--has-product-tab .article-template__hero-copy {
    grid-column: 1 / 3;
    max-width: calc(24rem + 4.8rem + 72.6rem);
  }
}

@media screen and (max-width: 749px) {
  .article-template__hero-adapt {
    min-height: 42rem;
  }

  .article-template__hero-small {
    height: 36rem;
  }

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

  .article-template__hero-large {
    height: 52rem;
  }

  .article-template__hero-content {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .article-template__hero-title {
    font-size: clamp(2.6rem, 8.2vw, 3.8rem);
    line-height: 1.08;
  }

  .article-template__hero-share {
    margin-top: 1.4rem;
  }

  .article-template__hero-share .share-button__fallback {
    min-width: 0;
    width: calc(100vw - 3rem);
  }
}

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

.article-template__content {
  max-width: 72.6rem;
  margin: 0 auto;
}

.article-template__content h2[id] {
  scroll-margin-top: calc(var(--header-height, 0px) + 2.4rem);
}

.article-template__toc {
  display: none;
}

.article-template__toc[hidden] {
  display: none !important;
}

.article-template__toc-title {
  margin: 0 0 2rem;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.58);
}

.article-template__toc-list,
.article-template__mobile-toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-template__toc-list {
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.16);
}

.article-template__toc-item {
  margin: 0;
}

.article-template__toc-link {
  display: block;
  padding: 0.9rem 0 0.9rem 1.8rem;
  margin-left: -0.2rem;
  border-left: 0.3rem solid transparent;
  color: rgba(var(--color-foreground), 0.62);
  font-size: 1.25rem;
  line-height: 1.32;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.article-template__toc-link:hover,
.article-template__toc-link:focus-visible {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}

.article-template__toc-item.is-active .article-template__toc-link {
  border-left-color: #351F17;
  color: rgb(var(--color-foreground));
  font-weight: 600;
}

.article-template__mobile-toc {
  display: none;
}

@media screen and (min-width: 990px) {
  .article-template--has-toc .article-template__body {
    display: grid;
    grid-template-columns: minmax(20rem, 28rem) minmax(0, 82rem);
    column-gap: 7rem;
    align-items: start;
    justify-content: center;
  }

  .article-template--has-toc .article-template__content {
    max-width: 82rem;
    margin: 0;
  }

  .article-template--has-toc .article-template__toc {
    display: block;
    position: sticky;
    top: calc(var(--header-height, 0px) + 3rem);
    max-height: calc(100vh - var(--header-height, 0px) - 6rem);
    overflow-y: auto;
    padding-right: 1rem;
  }

  .article-template--has-product-tab .article-template__body {
    display: grid;
    grid-template-columns: minmax(0, 82rem) minmax(24rem, 32rem);
    column-gap: 6rem;
    align-items: start;
    justify-content: center;
  }

  .article-template--has-product-tab .article-template__content {
    grid-column: 1;
    max-width: 82rem;
    margin: 0;
  }

  .article-template--has-product-tab .article-template__product-tab--desktop {
    grid-column: 2;
  }

  .article-template--has-toc.article-template--has-product-tab .article-template__body {
    grid-template-columns: minmax(18rem, 24rem) minmax(0, 72.6rem) minmax(24rem, 32rem);
    column-gap: 4.8rem;
  }

  .article-template--has-toc.article-template--has-product-tab .article-template__toc {
    grid-column: 1;
  }

  .article-template--has-toc.article-template--has-product-tab .article-template__content {
    grid-column: 2;
    max-width: 72.6rem;
  }

  .article-template--has-toc.article-template--has-product-tab .article-template__product-tab--desktop {
    grid-column: 3;
  }
}

@media screen and (max-width: 989px) {
  .article-template__body {
    margin-top: 4rem;
  }

  .article-template--has-toc .article-template__body {
    position: relative;
    padding-bottom: 14rem;
  }

  .article-template__content {
    max-width: 72.6rem;
    margin: 0 auto;
  }

  .article-template__toc {
    display: none !important;
  }

  .article-template__mobile-toc {
    --article-mobile-toc-bottom: max(6rem, calc(env(safe-area-inset-bottom) + 6rem));

    position: fixed;
    left: 1.6rem;
    right: 1.6rem;
    bottom: var(--article-mobile-toc-bottom);
    z-index: 20;
    display: block;
  }

  .article-template__mobile-toc.is-stopped {
    position: absolute;
    bottom: 6rem;
  }

  .article-template__mobile-toc[hidden] {
    display: none !important;
  }

  .article-template__mobile-toc-toggle {
    width: 100%;
    min-height: 6.4rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.2rem;
    padding: 1.4rem 1.8rem;
    border: 0.2rem solid #351F17;
    border-radius: 1.8rem;
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.16);
    text-align: left;
    cursor: pointer;
  }

  .article-template__mobile-toc-number {
    min-width: 4.4rem;
    height: 3.2rem;
    padding: 0 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #351F17;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1;
    flex-shrink: 0;
  }

  .article-template__mobile-toc-current {
    min-width: 0;
    overflow: hidden;
    color: rgb(var(--color-foreground));
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .article-template__mobile-toc-icon {
    width: 1.8rem;
    height: 1.8rem;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
  }

  .article-template__mobile-toc-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 52%;
    width: 1rem;
    height: 1rem;
    border-right: 0.2rem solid currentColor;
    border-bottom: 0.2rem solid currentColor;
    transform: translate(-50%, -50%) rotate(-135deg);
    transform-origin: center;
    transition: transform 0.2s ease;
  }

  .article-template__mobile-toc[data-open='true'] .article-template__mobile-toc-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .article-template__mobile-toc-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 1rem);
    max-height: min(48vh, 42rem);
    overflow-y: auto;
    border: 0.2rem solid #351F17;
    border-radius: 1.8rem;
    background: rgb(var(--color-background));
    box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.18);
  }

  .article-template__mobile-toc-panel[hidden] {
    display: none !important;
  }

  .article-template__mobile-toc-panel-header {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.4rem 1.6rem;
    background: rgb(var(--color-background));
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.16);
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    color: rgba(var(--color-foreground), 0.68);
  }

  .article-template__mobile-toc-close {
    width: 3.4rem;
    height: 3.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #351F17;
    font-size: 2.6rem;
    line-height: 1;
    cursor: pointer;
  }

  .article-template__mobile-toc-link {
    display: grid;
    grid-template-columns: 3.2rem minmax(0, 1fr);
    align-items: start;
    gap: 1.2rem;
    width: 100%;
    padding: 1.4rem 1.6rem;
    color: rgba(var(--color-foreground), 0.72);
    text-decoration: none;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.12);
  }

  .article-template__mobile-toc-link:hover,
  .article-template__mobile-toc-link:focus-visible {
    color: rgb(var(--color-foreground));
    text-decoration: none;
  }

  .article-template__mobile-toc-index {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--color-foreground), 0.08);
    color: currentColor;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 600;
  }

  .article-template__mobile-toc-text {
    font-size: 1.6rem;
    line-height: 1.35;
  }

  .article-template__mobile-toc-item.is-active .article-template__mobile-toc-link {
    color: rgb(var(--color-foreground));
    background: rgba(var(--color-foreground), 0.05);
  }

  .article-template__mobile-toc-item.is-active .article-template__mobile-toc-index {
    background: #351F17;
    color: #ffffff;
  }
}

@media screen and (max-width: 749px) {
  .article-template__mobile-toc {
    left: 1.2rem;
    right: 1.2rem;
  }

  .article-template__mobile-toc-toggle {
    min-height: 6rem;
    padding: 1.2rem 1.4rem;
  }

  .article-template__mobile-toc-current {
    font-size: 1.5rem;
  }
}

.article-template__product-tab {
  display: none;
}

.article-template__product-tab-inner {
  width: 100%;
}

.article-template__product-tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  margin-bottom: 2rem;
}

.article-template__product-tab-title {
  margin: 0;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
}

.article-template__product-slider-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.article-template__product-slider-button {
  width: 3.8rem;
  height: 3.8rem;
  min-width: 3.8rem;
  min-height: 3.8rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #351F17;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.9rem;
  line-height: 1;
  font-family: var(--font-body-family);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.article-template__product-slider-button:hover,
.article-template__product-slider-button:focus-visible {
  opacity: 0.88;
  transform: translateY(-0.1rem);
  outline: 0;
  box-shadow: none;
}

.article-template__product-slider-button[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.article-template__product-slider-component {
  display: block;
  width: 100%;
}

.article-template__product-slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.article-template__product-slider::after {
  content: none !important;
}

.article-template__product-slide {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.article-template__product-tab .slider {
  scrollbar-width: none;
}

.article-template__product-tab .slider::-webkit-scrollbar {
  display: none;
}

.article-template__product-card {
  display: block;
  color: rgb(var(--color-foreground));
  text-decoration: none;
}

.article-template__product-card:hover,
.article-template__product-card:focus-visible {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}

.article-template__product-image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  overflow: hidden;
}

.article-template__product-image,
.article-template__product-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.article-template__product-info {
  margin-top: 1.6rem;
}

.article-template__product-title {
  margin: 0;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
}

.article-template__product-price {
  margin: 1rem 0 0;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.04rem;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 990px) {
  .article-template__product-tab--desktop {
    display: block;
    position: sticky;
    top: calc(var(--header-height, 0px) + 3rem);
    max-height: calc(100vh - var(--header-height, 0px) - 6rem);
    overflow-y: auto;
  }

  .article-template__product-tab--desktop .article-template__product-tab-inner {
    border: 0.5px solid #351F17;
    border-radius: 10px;
    padding: 2.4rem;
    background: #351f1727;
  }

  .article-template__product-tab--desktop .article-template__product-tab-header {
    align-items: flex-start;
  }

  .article-template__product-tab--desktop .article-template__product-tab-title {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }

  .article-template__product-tab--desktop .article-template__product-slider-button {
    width: 3.8rem;
    height: 3.8rem;
    min-width: 3.8rem;
    min-height: 3.8rem;
    font-size: 1.9rem;
  }

  .article-template__product-tab--desktop .article-template__product-title {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }

  .article-template__product-tab--desktop .article-template__product-price {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 989px) {
  .article-template__product-tab--desktop {
    display: none !important;
  }

  .article-template__product-tab--mobile {
    display: block;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }

  .article-template__product-tab--mobile .article-template__product-tab-inner {
    border: 0;
    border-radius: 0;
    padding: 0;
  }

  .article-template__product-tab--mobile .article-template__product-tab-header {
    margin-bottom: 2.4rem;
  }

  .article-template__product-tab--mobile .article-template__product-tab-title {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
    line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  }

  .article-template__product-tab--mobile .article-template__product-slider-button {
    width: 4.2rem;
    height: 4.2rem;
    min-width: 4.2rem;
    min-height: 4.2rem;
    font-size: 2rem;
  }

  .article-template__product-tab--mobile .article-template__product-info {
    margin-top: 1.6rem;
  }

  .article-template__product-tab--mobile .article-template__product-title {
    font-size: calc(var(--font-heading-scale) * 2rem);
  }

  .article-template__product-tab--mobile .article-template__product-price {
    font-size: 2rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 749px) {
  .article-template__product-tab--mobile {
    margin-top: 4rem;
  }

  .article-template__product-tab--mobile .article-template__product-tab-header {
    align-items: flex-start;
  }

  .article-template__product-tab--mobile .article-template__product-slider-buttons {
    gap: 1rem;
  }

  .article-template__product-tab--mobile .article-template__product-slider-button {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
    font-size: 1.9rem;
  }
}

.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__back {
  display: flex;
  justify-content: flex-start;
  max-width: 72.6rem;
  margin: 5rem auto 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__back {
    padding-left: 0;
    padding-right: 0;
  }
}

.article-template__back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 4.8rem;
  padding: 1.2rem 2.2rem;
  border: 0.1rem solid #351F17;
  border-radius: 999px;
  background: #351F17;
  color: #ffffff;
  font-family: var(--font-body-family);
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.article-template__back-button:hover,
.article-template__back-button:focus,
.article-template__back-button:focus-visible {
  background-color #351F17;
  color: #ffffffff;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.article-template__back-button-icon {
  font-size: 2rem;
  line-height: 1;
}

.article-template__back-button-text {
  line-height: 1.2;
}

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

.article-template__product-slide .card-wrapper,
.article-template__product-slide .product-card-wrapper {
  width: 100%;
}

.article-template__product-slide .card {
  width: 100%;
}

.article-template__product-tab .card__information {
  padding-left: 0;
  padding-right: 0;
}

.article-template__product-tab .card__heading {
  margin-top: 0;
}

.article-template__content strong,
.article-template__content b,
.article-template__content .rte strong,
.article-template__content .rte b {
  font-weight: 700;
}

.article-template__mobile-toc-icon {
  color: #F68712;
}

@media screen and (max-width: 989px) {
  .article-template__back {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 989px) {
  .article-template__product-tab--mobile .article-template__product-slider {
    gap: 1.6rem;
    align-items: stretch;
  }

.article-template__product-tab--mobile .article-template__product-slide {
  width: calc((100% - 1.6rem) / 2);
  min-width: calc((100% - 1.6rem) / 2);
  max-width: calc((100% - 1.6rem) / 2);
  flex: 0 0 calc((100% - 1.6rem) / 2);
  height: auto;
  scroll-snap-align: none;
}

.article-template__product-tab--mobile .article-template__product-slide:nth-child(odd) {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

  .article-template__product-tab--mobile .card-wrapper,
  .article-template__product-tab--mobile .product-card-wrapper {
    height: 100%;
  }

  .article-template__product-tab--mobile .card {
    height: 100%;
  }

  .article-template__product-tab--mobile .card__inner {
    background: #ffffff;
    border-radius: 1.4rem 1.4rem 0 0;
    overflow: hidden;
  }

  .article-template__product-tab--mobile .card > .card__content {
    background: #CDBCA9;
    padding: 1.5rem;
    border-radius: 0 0 1.4rem 1.4rem;
  }

  .article-template__product-tab--mobile .card > .card__content > .card__information {
    padding: 0;
  }

  .article-template__product-tab--mobile .card > .card__content .card__heading {
    margin: 0;
    font-size: calc(var(--font-heading-scale) * 1.7rem);
    line-height: 1.15;
  }

  .article-template__product-tab--mobile .card > .card__content .price {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .article-template__product-tab--mobile .card > .card__content .quick-add {
    margin: 1.6rem 0 0;
  }

  .article-template__product-tab--mobile .card > .card__content .quick-add__submit {
    width: 100%;
    min-width: 0;
    min-height: 4.8rem;
    border-radius: 999px;
    background: #351F17;
    color: #ffffff;
    font-weight: 700;
  }
}

@media screen and (max-width: 749px) {
  .article-template__product-tab--mobile .article-template__product-slider {
    gap: 1.2rem;
  }

  .article-template__product-tab--mobile .article-template__product-slide {
    width: calc((100% - 1.2rem) / 2);
    min-width: calc((100% - 1.2rem) / 2);
    max-width: calc((100% - 1.2rem) / 2);
    flex: 0 0 calc((100% - 1.2rem) / 2);
  }

  .article-template__product-tab--mobile .card > .card__content {
    padding: 1.2rem;
  }

  .article-template__product-tab--mobile .card > .card__content .card__heading {
    font-size: calc(var(--font-heading-scale) * 1.45rem);
  }

  .article-template__product-tab--mobile .card > .card__content .price {
    font-size: 1.45rem;
  }

  .article-template__product-tab--mobile .card > .card__content .quick-add__submit {
    min-height: 4.4rem;
    font-size: 1.35rem;
  }
}