/** Shopify CDN: Minification failed

Line 26:4 Unexpected "{"
Line 26:5 Expected identifier but found "%"
Line 26:82 Expected identifier but found "%"
Line 29:4 Unexpected "{"
Line 29:5 Expected identifier but found "%"
Line 29:69 Expected identifier but found "%"
Line 33:4 Unexpected "{"
Line 33:5 Expected identifier but found "%"
Line 33:64 Expected identifier but found "%"
Line 38:2 Unexpected "{"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* 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-faq-accordion (INDEX:28) */
.lazaros-faq {
    display: block;
    background: var(--faq-background);
    color: var(--faq-text);
  }

  .lazaros-faq__inner {
    width: min(calc(100% - 40px), var(--faq-max-width));
    margin: 0 auto;
    padding-top: var(--faq-padding-top);
    padding-bottom: var(--faq-padding-bottom);
  }

  .lazaros-faq__heading {
    margin: 0 0 16px;
    font-family: var(--font-heading-family);
    font-size: clamp(32px, 4vw, var(--faq-heading-size));
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    line-height: 1.05;
    letter-spacing: -0.025em;
  }

  .lazaros-faq__groups {
    border-top: 1px solid var(--faq-border);
  }

  .lazaros-faq__group {
    border-bottom: 1px solid var(--faq-border);
  }

  .lazaros-faq__group-summary,
  .lazaros-faq__question-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    cursor: pointer;
    list-style: none;
  }

  .lazaros-faq__group-summary::-webkit-details-marker,
  .lazaros-faq__question-summary::-webkit-details-marker {
    display: none;
  }

  .lazaros-faq__group-summary::marker,
  .lazaros-faq__question-summary::marker {
    content: '';
  }

  .lazaros-faq__group-summary {
    min-height: 96px;
    padding: 24px 0;
    font-size: var(--faq-category-size);
    line-height: 1.25;
  }

  .lazaros-faq__group-summary:hover,
  .lazaros-faq__question-summary:hover {
    color: var(--faq-hover);
  }

  .lazaros-faq__group-summary:focus-visible,
  .lazaros-faq__question-summary:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
  }

  .lazaros-faq__icon {
    position: relative;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }

  .lazaros-faq__icon::before,
  .lazaros-faq__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background: currentColor;
    content: '';
    transform: translate(-50%, -50%);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .lazaros-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .lazaros-faq__group[open] > .lazaros-faq__group-summary .lazaros-faq__icon::after,
  .lazaros-faq__question[open] > .lazaros-faq__question-summary .lazaros-faq__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .lazaros-faq__questions {
    padding: 0 0 28px 24px;
  }

  .lazaros-faq__question {
    border-top: 1px solid var(--faq-light-border);
  }

  .lazaros-faq__question:first-child {
    border-top: 0;
  }

  .lazaros-faq__question-summary {
    min-height: 68px;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }

  .lazaros-faq__icon--small {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
  }

  .lazaros-faq__answer {
    max-width: 820px;
    padding: 0 52px 24px 0;
    color: var(--faq-muted);
    font-size: 15px;
    line-height: 1.65;
  }

  .lazaros-faq__answer > :first-child {
    margin-top: 0;
  }

  .lazaros-faq__answer > :last-child {
    margin-bottom: 0;
  }

  @media screen and (max-width: 749px) {
    .lazaros-faq__inner {
      width: min(calc(100% - 32px), var(--faq-max-width));
    }

    .lazaros-faq__heading {
      margin-bottom: 12px;
    }

    .lazaros-faq__group-summary {
      min-height: 74px;
      padding: 20px 0;
      font-size: max(17px, calc(var(--faq-category-size) - 2px));
    }

    .lazaros-faq__questions {
      padding: 0 0 20px;
    }

    .lazaros-faq__question-summary {
      min-height: 62px;
      padding: 16px 0;
      font-size: 15px;
    }

    .lazaros-faq__answer {
      padding: 0 36px 22px 0;
      font-size: 14px;
    }

    .lazaros-faq__icon {
      flex-basis: 24px;
      width: 24px;
      height: 24px;
    }

    .lazaros-faq__icon--small {
      flex-basis: 18px;
      width: 18px;
      height: 18px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .lazaros-faq__icon::before,
    .lazaros-faq__icon::after {
      transition: none;
    }
  }
/* END_SECTION:lazaros-faq-accordion */

/* 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 */