/** Shopify CDN: Minification failed

Line 6:0 Unexpected "01."

**/
01. Shared Headings

/*==================================================
01. SHARED HEADINGS
==================================================*/

.orvaro-heading{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.orvaro-heading__eyebrow{
  color:var(--orvaro-gold);
  text-transform:uppercase;
  letter-spacing:.32em;
  font-size:12px;
  margin:0 0 10px;
}

.orvaro-heading__eyebrow::after{
  content:"";
  display:block;
  width:52px;
  height:1px;
  background:var(--orvaro-gold);
  margin:16px auto 0;
}

.orvaro-heading__title{
  color:var(--orvaro-text);
  font-size:clamp(34px,3vw,56px);
  line-height:1.1;
  font-weight:500;
  margin:18px 0;
}

.orvaro-heading__text{
  max-width:720px;
  margin:0 auto;
  color:var(--orvaro-text-muted);
  font-size:16px;
  line-height:1.7;
}