/** Shopify CDN: Minification failed

Line 25:11 Expected ":"
Line 29:10 Unterminated string token
Line 48:19 Expected ":"
Line 49:55 Unterminated string token
Line 52:10 Unterminated string token

**/
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style)
normal
;
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * .06rem);
    color: #000000;
    line-height: calc(1 + .3 / max(1, var(--font-heading-scale)));
    word-break: break-word;
}  
.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    font-size: 18px;
    display
In combination with 'float' and 'position', determines the type of box or boxes that are generated for an element.
Learn more

Don't show
: block;
}
.accordion summary {
    display: flex
;
    position: relative;
    line-height: 1;
    padding: 1.5rem 0;
    background-color: tan;
} 


.full-unstyled-link {
    text-decoration: none;
    color: #0ed167;
    font-size: 18px;
}
.full-unstyled-link {
    text-decoration
Decorations applied to font used for an element's text.
Learn more

Don't show
: none;
    color: #0ed167;
    font-size: 18px;
    border-style: groove;
}

