/** Shopify CDN: Minification failed

Line 22:4 Unexpected "{"
Line 22:5 Expected identifier but found "%"
Line 22:82 Expected identifier but found "%"
Line 25:4 Unexpected "{"
Line 25:5 Expected identifier but found "%"
Line 25:69 Expected identifier but found "%"
Line 29:4 Unexpected "{"
Line 29:5 Expected identifier but found "%"
Line 29:64 Expected identifier but found "%"
Line 34:2 Unexpected "{"
... and 2 more hidden warnings

**/
/* START_SECTION:header (INDEX:25) */
shopify-account {
    font-size: inherit;
    --shopify-account-signed-in-avatar-size: 20px;
    --shopify-account-avatar-size: 20px;

    {% comment %} Used when user had a profile picture set in their Shop account {% endcomment %}
    --shop-brand-color: #000000;

    {% comment %} Used when logged in user has no img profile photo {% endcomment %}
    --shopify-account-signed-in-avatar-color-background: var(--text);
    --shopify-account-signed-in-avatar-color-text: var(--bg);

    {% comment %} Heading is just a bold instance of body font {% endcomment %}
    --shopify-account-font-heading: var(--FONT-STACK-HEADING);
    --shopify-account-font-body: var(--FONT-STACK-BODY);
  }

  {% comment %} Reset header account button styles {% endcomment %}
  shopify-account::part(signed-out-avatar) {
    min-width: auto;
    min-height: auto;
    font-size: inherit;
  }
/* END_SECTION:header */
/* START_SECTION:uula-features (INDEX:77) */
.uula-features__inner{max-width:1080px;margin:0 auto;padding:0 24px;text-align:center;}
.uula-features__eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#8a8378;margin:0 0 10px;}
.uula-features__heading{font-size:28px;font-weight:400;color:#2c2c2a;margin:0 0 48px;letter-spacing:.01em;}
.uula-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:52px 32px;}
.uula-features__item{display:flex;flex-direction:column;align-items:center;}
.uula-features__icon{color:#b5a28a;line-height:0;margin-bottom:16px;}
.uula-features__icon svg{width:32px;height:32px;display:block;}
.uula-features__item-title{font-size:14px;font-weight:500;letter-spacing:.04em;color:#2c2c2a;margin:0 0 8px;}
.uula-features__item-text{font-size:13px;line-height:1.65;color:#8a8378;margin:0;max-width:240px;}
@media (max-width:899px){.uula-features__grid{grid-template-columns:repeat(2,1fr);gap:44px 24px;}}
@media (max-width:599px){.uula-features__grid{grid-template-columns:1fr;gap:40px;}.uula-features__heading{font-size:24px;margin-bottom:36px;}}
/* END_SECTION:uula-features */
