/** Shopify CDN: Minification failed

Line 141:0 Unexpected "}"

**/
.tgs-product-editorial {
  --tgs-paper: #fffefa;
  --tgs-ink: #302b28;
  --tgs-pomegranate: #a13f52;
  --tgs-limestone: #eadccd;
  --tgs-muted: #59534d;
  background: var(--tgs-paper);
  color: var(--tgs-ink);
}

.tgs-product-editorial,
.tgs-product-editorial * {
  box-sizing: border-box;
}

.tgs-product-editorial__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(28rem, 1.14fr);
  align-items: stretch;
  gap: clamp(3.2rem, 7vw, 10rem);
  padding-top: clamp(5.6rem, 9vw, 12rem);
  padding-bottom: clamp(5.6rem, 9vw, 12rem);
}

.tgs-product-editorial__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 52rem;
  padding-block: 2rem;
}

.tgs-product-editorial__eyebrow {
  margin: 0 0 2rem;
  color: var(--tgs-pomegranate);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.tgs-product-editorial h2 {
  margin: 0;
  color: var(--tgs-ink);
  font-family: 'TGS Tenor Sans', Georgia, serif;
  font-size: clamp(3.6rem, 4.7vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.tgs-product-editorial__lede {
  max-width: 45rem;
  margin: 2.4rem 0 0;
  color: var(--tgs-muted);
  font-size: 1.7rem;
  line-height: 1.55;
}

.tgs-product-editorial__link {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 3.2rem;
  border-bottom: 1px solid currentColor;
  color: var(--tgs-ink);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.tgs-product-editorial__link:hover {
  border-color: var(--tgs-pomegranate);
  color: var(--tgs-pomegranate);
}

.tgs-product-editorial__media {
  display: block;
  min-height: 36rem;
  overflow: hidden;
  background: var(--tgs-limestone);
}

.tgs-product-editorial__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 749px) {
  .tgs-product-editorial__inner {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .tgs-product-editorial__copy {
    padding-block: 0;
  }

  .tgs-product-editorial h2 {
    font-size: clamp(3.5rem, 11vw, 4.8rem);
  }

  .tgs-product-editorial__lede {
    font-size: 1.6rem;
  }

  .tgs-product-editorial__media {
    min-height: 0;
    aspect-ratio: 1;
  }
}


/* Readability refinements for product editorial text */
.tgs-product-editorial__eyebrow {
    font-size: 1.3rem;
      line-height: 1.35;
      }

      .tgs-product-editorial__link {
        font-size: 1.35rem;
          line-height: 1.45;
          }
          
}