/** 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:24) */
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:lazaros-refer-a-friend (INDEX:31) */
.lazaros-referral {
    background: var(--referral-background);
    color: var(--referral-text);
    padding-block: var(--referral-top-spacing) var(--referral-bottom-spacing);
  }

  .lazaros-referral__page-width {
    width: min(100% - 32px, 1500px);
    margin-inline: auto;
  }

  .lazaros-referral__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 680px;
    overflow: hidden;
    border-radius: var(--referral-radius);
    background: color-mix(in srgb, var(--referral-text) 4%, var(--referral-background));
  }

  .lazaros-referral__media {
    min-height: 100%;
    background: color-mix(in srgb, var(--referral-text) 8%, var(--referral-background));
  }

  .lazaros-referral__image,
  .lazaros-referral__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 680px;
    object-fit: cover;
  }

  .lazaros-referral__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(40px, 7vw, 112px);
  }

  .lazaros-referral__kicker {
    display: inline-flex;
    margin: 0 0 28px;
    padding: 7px 10px 6px;
    background: var(--referral-text);
    color: var(--referral-background);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
  }

  .lazaros-referral__heading {
    max-width: 650px;
    margin: 0;
    color: inherit;
    font: inherit;
    font-size: clamp(42px, 5.2vw, 76px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.98;
  }

  .lazaros-referral__body {
    max-width: 560px;
    margin-top: 28px;
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.55;
  }

  .lazaros-referral__body p,
  .lazaros-referral__fine-print p {
    margin: 0;
  }

  .lazaros-referral__button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    padding: 15px 30px;
    border: 1px solid var(--referral-button-background);
    border-radius: 999px;
    background: var(--referral-button-background);
    color: var(--referral-button-text);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .lazaros-referral__button:hover {
    opacity: 0.82;
    transform: translateY(-1px);
  }

  .lazaros-referral__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
  }

  .lazaros-referral__fine-print {
    max-width: 560px;
    margin-top: 22px;
    color: var(--referral-muted);
    font-size: 12px;
    line-height: 1.5;
  }

  .lazaros-referral__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 56px;
    border-block: 1px solid color-mix(in srgb, var(--referral-text) 18%, transparent);
  }

  .lazaros-referral__step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 32px clamp(20px, 3vw, 44px);
  }

  .lazaros-referral__step + .lazaros-referral__step {
    border-left: 1px solid color-mix(in srgb, var(--referral-text) 18%, transparent);
  }

  .lazaros-referral__step-number {
    color: var(--referral-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .lazaros-referral__step h2 {
    margin: 0;
    color: inherit;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
  }

  .lazaros-referral__step p {
    margin: 8px 0 0;
    color: var(--referral-muted);
    font-size: 14px;
    line-height: 1.45;
  }

  @media screen and (max-width: 989px) {
    .lazaros-referral__hero {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .lazaros-referral__image,
    .lazaros-referral__placeholder {
      min-height: auto;
      aspect-ratio: 4 / 3;
    }

    .lazaros-referral__content {
      padding: 48px 28px 54px;
    }

    .lazaros-referral__steps {
      grid-template-columns: 1fr;
      margin-top: 40px;
    }

    .lazaros-referral__step + .lazaros-referral__step {
      border-top: 1px solid color-mix(in srgb, var(--referral-text) 18%, transparent);
      border-left: 0;
    }
  }

  @media screen and (max-width: 749px) {
    .lazaros-referral__page-width {
      width: min(100% - 20px, 1500px);
    }

    .lazaros-referral__heading {
      font-size: clamp(38px, 13vw, 54px);
    }

    .lazaros-referral__body {
      margin-top: 22px;
      font-size: 16px;
    }

    .lazaros-referral__button {
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .lazaros-referral__button {
      transition: none;
    }
  }
/* END_SECTION:lazaros-refer-a-friend */
