/** Shopify CDN: Minification failed

Line 131:0 All "@import" rules must come first
Line 132:2 All "@import" rules must come first
Line 280:0 All "@import" rules must come first
Line 281:2 All "@import" rules must come first
Line 366:0 All "@import" rules must come first
Line 367:4 All "@import" rules must come first
Line 580:0 All "@import" rules must come first
Line 872:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:lc-accessibility-banner (INDEX:51) */
@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@900&display=swap');
  @import url('https://api.fontshare.com/v2/css?f[]=switzer@500&display=swap');

  .lc-accessibility-banner {
    width: 100%;
  }

  .lc-accessibility-banner__shell {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 420px;
    overflow: hidden;
  }

  .lc-accessibility-banner__media {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .lc-accessibility-banner__photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .lc-accessibility-banner__photo--desktop {
    display: none;
  }

  .lc-accessibility-banner__photo--mobile {
    display: block;
  }

  .lc-accessibility-banner__card {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: calc(100% - 40px);
    max-width: 524px;
    margin: 32px 20px;
    padding: 28px 24px;
    border-radius: 16px;
    background-color: var(--lcab-card, #ffffff);
  }

  .lc-accessibility-banner__heading {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: 'Londrina Solid', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: clamp(40px, 11vw, 56px);
    line-height: 0.9;
    text-transform: uppercase;
    color: var(--lcab-heading, #ce1126);
  }

  .lc-accessibility-banner__heading-line {
    display: block;
  }

  .lc-accessibility-banner__body {
    margin: 8px 0 0;
    font-family: 'Switzer', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: var(--lcab-body, #000000);
  }

  @media screen and (min-width: 750px) {
    .lc-accessibility-banner__shell {
      /* Figma 1440 × 820 */
      min-height: 0;
      aspect-ratio: 1440 / 820;
    }

    .lc-accessibility-banner__photo--desktop {
      display: block;
    }

    .lc-accessibility-banner__photo--mobile {
      display: none;
    }

    .lc-accessibility-banner__card {
      /* Figma: left 105px, width 668px, padding 72×36, radius 20 */
      width: min(668px, 46.39vw);
      max-width: none;
      margin: 0 0 0 clamp(24px, 7.292vw, 105px);
      padding: clamp(24px, 2.5vw, 36px) clamp(32px, 5vw, 72px);
      border-radius: 20px;
    }

    .lc-accessibility-banner__heading {
      font-size: clamp(48px, 6.667vw, 96px);
    }

    .lc-accessibility-banner__body {
      font-size: clamp(15px, 1.25vw, 18px);
      line-height: clamp(22px, 1.944vw, 28px);
    }
  }
/* END_SECTION:lc-accessibility-banner */

/* START_SECTION:lc-accessibility-features (INDEX:52) */
@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@900&display=swap');
  @import url('https://api.fontshare.com/v2/css?f[]=switzer@400,700&display=swap');

  .lc-accessibility-features {
    width: 100%;
    background-color: #ffffff;
  }

  .lc-accessibility-features__inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 20px;
  }

  .lc-accessibility-features__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .lc-accessibility-features__eyebrow {
    margin: 0;
    font-family: 'Switzer', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--lcaf-accent, #ce1126);
  }

  .lc-accessibility-features__heading {
    margin: 8px 0 0;
    font-family: 'Londrina Solid', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: clamp(32px, 8vw, 40px);
    line-height: 0.95;
    text-transform: uppercase;
    color: var(--lcaf-accent, #ce1126);
  }

  .lc-accessibility-features__intro {
    margin: 14px 0 0;
    max-width: 36em;
    font-family: 'Switzer', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.55;
    color: var(--lcaf-body, #000000);
  }

  .lc-accessibility-features__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .lc-accessibility-features__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .lc-accessibility-features__check {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: 1px;
    border-radius: 13px;
    background-color: var(--lcaf-accent, #ce1126);
    color: var(--lcaf-check, #ffffff);
  }

  .lc-accessibility-features__check-icon {
    display: block;
  }

  .lc-accessibility-features__text {
    flex: 1 1 auto;
    min-width: 0;
    font-family: 'Switzer', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: var(--lcaf-body, #000000);
  }

  @media screen and (min-width: 750px) {
    .lc-accessibility-features__inner {
      /* Figma: py 60, px 96, gap 60 */
      gap: clamp(40px, 4.167vw, 60px);
      padding: clamp(48px, 4.167vw, 60px) clamp(40px, 6.667vw, 96px);
    }

    .lc-accessibility-features__eyebrow {
      font-size: 14px;
    }

    .lc-accessibility-features__heading {
      margin-top: 10px;
      font-size: clamp(36px, 3.194vw, 46px);
      line-height: 0.95;
    }

    .lc-accessibility-features__intro {
      margin-top: 18px;
      max-width: 820px;
      font-size: clamp(17px, 1.319vw, 19px);
      line-height: 1.6;
    }

    .lc-accessibility-features__list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: clamp(40px, 6.806vw, 98px);
      row-gap: 20px;
    }

    .lc-accessibility-features__item {
      align-items: center;
    }

    .lc-accessibility-features__check {
      margin-top: 0;
    }

    .lc-accessibility-features__text {
      font-size: clamp(16px, 1.25vw, 18px);
      line-height: 28px;
    }
  }
/* END_SECTION:lc-accessibility-features */

/* START_SECTION:lc-accessibility-notes (INDEX:53) */
@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@900&display=swap');
  @import url('https://api.fontshare.com/v2/css?f[]=switzer@400,700&display=swap');

  .lc-accessibility-notes {
    width: 100%;
    background-color: #ffffff;
  }

  .lc-accessibility-notes__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 20px 64px;
  }

  .lc-accessibility-notes__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .lc-accessibility-notes__eyebrow {
    margin: 0;
    font-family: 'Switzer', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--lcan-accent, #ce1126);
  }

  .lc-accessibility-notes__heading {
    margin: 8px 0 0;
    font-family: 'Londrina Solid', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: clamp(32px, 8vw, 40px);
    line-height: 0.95;
    text-transform: uppercase;
    color: var(--lcan-accent, #ce1126);
  }

  .lc-accessibility-notes__body {
    margin: 14px 0 0;
    width: 100%;
    font-family: 'Switzer', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
    color: var(--lcan-body, #000000);
  }

  @media screen and (min-width: 750px) {
    .lc-accessibility-notes__inner {
      /* Figma: pt 60, pb 120, px 96, gap 60 */
      gap: clamp(40px, 4.167vw, 60px);
      padding: clamp(48px, 4.167vw, 60px) clamp(40px, 6.667vw, 96px) clamp(80px, 8.333vw, 120px);
    }

    .lc-accessibility-notes__eyebrow {
      font-size: 14px;
    }

    .lc-accessibility-notes__heading {
      margin-top: 10px;
      font-size: clamp(36px, 3.194vw, 46px);
      line-height: 0.95;
    }

    .lc-accessibility-notes__body {
      margin-top: 18px;
      font-size: clamp(16px, 1.181vw, 17px);
      line-height: 1.6;
    }
  }
/* END_SECTION:lc-accessibility-notes */

/* START_SECTION:lc-accessibilty-welcome (INDEX:54) */
@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@900&display=swap');
    @import url('https://api.fontshare.com/v2/css?f[]=switzer@400,500,700&display=swap');

    .lc-accessibility-welcome {
      width: 100%;
      background-color: #ffffff;
    }

    .lc-accessibility-welcome__inner {
      display: flex;
      flex-direction: column;
      gap: 40px;
      box-sizing: border-box;
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 64px 20px 40px;
    }

    .lc-accessibility-welcome__intro {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 100%;
    }

    .lc-accessibility-welcome__heading {
      display: flex;
      flex-direction: column;
      margin: 0;
      font-family: 'Londrina Solid', sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: clamp(36px, 9vw, 48px);
      line-height: 0.9;
      text-transform: uppercase;
      color: var(--lcaw-heading, #ce1126);
    }

    .lc-accessibility-welcome__heading-line {
      display: block;
    }

    .lc-accessibility-welcome__body {
      margin: 0;
      font-family: 'Switzer', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 15px;
      line-height: 1.55;
      color: var(--lcaw-body, #000000);
    }

    .lc-accessibility-welcome__body p {
      margin: 0 0 16px;
    }

    .lc-accessibility-welcome__body p:last-child {
      margin-bottom: 0;
    }

    .lc-accessibility-welcome__card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 28px;
      box-sizing: border-box;
      width: 100%;
      padding: 28px 24px;
      border-radius: 20px;
      background-color: var(--lcaw-card-bg, #101010);
    }

    .lc-accessibility-welcome__badge {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      box-sizing: border-box;
      min-width: 120px;
      padding: 18px 28px;
      border-radius: 16px;
      background-color: var(--lcaw-badge-bg, #ffca3a);
      text-align: center;
      color: var(--lcaw-badge-text, #ce1126);
    }

    .lc-accessibility-welcome__badge-top,
    .lc-accessibility-welcome__badge-bottom {
      margin: 0;
      font-family: 'Londrina Solid', sans-serif;
      font-weight: 900;
      font-style: normal;
    }

    .lc-accessibility-welcome__badge-top {
      font-size: 44px;
      line-height: 0.85;
    }

    .lc-accessibility-welcome__badge-bottom {
      font-size: 16px;
      line-height: 1;
      white-space: nowrap;
    }

    .lc-accessibility-welcome__card-copy {
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: 100%;
      min-width: 0;
    }

    .lc-accessibility-welcome__card-heading {
      margin: 0;
      font-family: 'Londrina Solid', sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: clamp(28px, 7vw, 36px);
      line-height: 0.95;
      text-transform: uppercase;
      color: var(--lcaw-card-heading, #ffca3a);
    }

    .lc-accessibility-welcome__card-body {
      margin: 0;
      font-family: 'Switzer', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      line-height: 1.6;
      color: var(--lcaw-card-body, #dcdcdc);
    }

    .lc-accessibility-welcome__card-body p {
      margin: 0;
    }

    .lc-accessibility-welcome__card-body strong,
    .lc-accessibility-welcome__card-body b {
      font-weight: 700;
    }

    @media screen and (min-width: 750px) {
      .lc-accessibility-welcome__inner {
        /* Figma: pt 120, pb 60, px 96, gap 60 */
        gap: clamp(40px, 4.167vw, 60px);
        padding: clamp(80px, 8.333vw, 120px) clamp(40px, 6.667vw, 96px) clamp(40px, 4.167vw, 60px);
      }

      .lc-accessibility-welcome__intro {
        gap: 24px;
      }

      .lc-accessibility-welcome__heading {
        font-size: clamp(44px, 4.167vw, 60px);
      }

      .lc-accessibility-welcome__body {
        font-size: clamp(16px, 1.25vw, 18px);
        line-height: clamp(24px, 1.944vw, 28px);
      }

      .lc-accessibility-welcome__body p {
        margin-bottom: 18px;
      }

      .lc-accessibility-welcome__card {
        flex-direction: row;
        align-items: center;
        gap: clamp(24px, 2.5vw, 36px);
        padding: clamp(32px, 3.056vw, 44px);
        border-radius: 24px;
      }

      .lc-accessibility-welcome__badge {
        flex-shrink: 0;
        width: 148px;
        min-width: 148px;
        gap: 20px;
        padding: 21px 44px;
        border-radius: 20px;
      }

      .lc-accessibility-welcome__badge-top {
        font-size: 54px;
        line-height: 45.9px;
      }

      .lc-accessibility-welcome__badge-bottom {
        font-size: 20px;
        line-height: 17px;
      }

      .lc-accessibility-welcome__card-copy {
        gap: 20px;
        max-width: 640px;
      }

      .lc-accessibility-welcome__card-heading {
        font-size: clamp(32px, 3.194vw, 46px);
        line-height: 0.95;
      }

      .lc-accessibility-welcome__card-body {
        font-size: clamp(15px, 1.146vw, 16.5px);
        line-height: 1.6;
      }
    }
/* END_SECTION:lc-accessibilty-welcome */

/* START_SECTION:loaded-cafe-banner-2 (INDEX:55) */
@import url('https://api.fontshare.com/v2/css?f[]=switzer@400,500,700,800&display=swap');

  .lc-hero-promo {
    width: 100%;
  }

  .lc-hero-promo__shell {
    position: relative;
    width: 100%;
  }

  /* ── Wide / desktop (Figma 2880 × 986) ── */
  .lc-hero-promo__shell--wide {
    display: none;
  }

  .lc-hero-promo__visual--wide {
    width: 100%;
  }

  .lc-hero-promo__visual--wide .lc-hero-promo__photo {
    display: block;
    width: 100%;
    height: auto;
  }

  .lc-hero-promo__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--lchp-color, #ce1126);
  }

  .lc-hero-promo__copy--wide {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    width: min(1148px, 39.86vw);
    padding-left: clamp(20px, 2.778vw, 80px);
    padding-right: 20px;
    gap: clamp(20px, 1.389vw, 40px);
  }

  .lc-hero-promo__shell--wide .lc-hero-promo__eyebrow {
    font-size: clamp(20px, 1.667vw, 48px);
  }

  .lc-hero-promo__shell--wide .lc-hero-promo__title-row {
    font-size: clamp(48px, 4.722vw, 136px);
  }

  .lc-hero-promo__shell--wide .lc-hero-promo__title-row--light {
    white-space: nowrap;
  }

  .lc-hero-promo__shell--wide .lc-hero-promo__offer {
    font-size: clamp(16px, 1.111vw, 32px);
  }

  .lc-hero-promo__shell--wide .lc-hero-promo__action-btn {
    font-size: clamp(24px, 1.389vw, 40px);
    padding: clamp(15px, 0.833vw, 24px) clamp(32px, 2.222vw, 64px);
  }

  .lc-hero-promo__shell--wide .lc-hero-promo__fine-print {
    font-size: clamp(14px, 0.625vw, 18px);
  }

  /* ── Narrow / mobile (Figma 600 × 800, 3:4) ── */
  .lc-hero-promo__shell--narrow {
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
  }

  .lc-hero-promo__visual--narrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .lc-hero-promo__visual-crop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .lc-hero-promo__photo--narrow {
    position: absolute;
    top: 11.75%;
    left: -9.26%;
    width: 118.53%;
    height: 88.25%;
    max-width: none;
    object-fit: cover;
    display: block;
  }

  .lc-hero-promo__shell--narrow-upload .lc-hero-promo__photo--narrow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
  }

  .lc-hero-promo__shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      var(--lchp-shade, #f7ebdb) 15.28%,
      transparent var(--lchp-shade-end, 37.872%)
    );
    pointer-events: none;
  }

  .lc-hero-promo__copy--narrow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    gap: 10px;
  }

  .lc-hero-promo__shell--narrow .lc-hero-promo__eyebrow {
    font-size: clamp(16px, 3.333vw, 20px);
  }

  .lc-hero-promo__shell--narrow .lc-hero-promo__title-row {
    font-size: clamp(28px, 9.333vw, 56px);
    line-height: 1;
  }

  .lc-hero-promo__shell--narrow .lc-hero-promo__offer {
    font-size: clamp(13px, 2.667vw, 16px);
  }

  .lc-hero-promo__shell--narrow .lc-hero-promo__actions {
    width: 100%;
    max-width: min(277px, 100%);
  }

  .lc-hero-promo__shell--narrow .lc-hero-promo__action-btn {
    font-size: clamp(18px, 4vw, 24px);
    padding: clamp(12px, 2.5vw, 15px) clamp(24px, 6.667vw, 40px);
  }

  .lc-hero-promo__shell--narrow .lc-hero-promo__fine-print {
    font-size: clamp(11px, 2.333vw, 14px);
  }

  /* ── Shared type & controls ── */
  .lc-hero-promo__eyebrow {
    margin: 0;
    width: 100%;
    font-family: 'Switzer', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    color: inherit;
  }

  .lc-hero-promo__eyebrow-sup {
    font-size: 0.645em;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
    top: -0.35em;
    font-weight: 500;
  }

  .lc-hero-promo__title {
    width: 100%;
  }

  .lc-hero-promo__title-row {
    margin: 0;
    width: 100%;
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    color: inherit;
  }

  .lc-hero-promo__title-row--heavy {
    font-weight: 800;
  }

  .lc-hero-promo__title-row--light {
    font-weight: 400;
  }

  .lc-hero-promo__offer {
    margin: 0;
    width: 100%;
    font-family: 'Switzer', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    color: inherit;
  }

  .lc-hero-promo__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .lc-hero-promo__action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 2px solid var(--lchp-btn-stroke, #ce1126);
    border-radius: 99px;
    background-color: var(--lchp-btn-fill, #ffffff);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    font-family: 'Switzer', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--lchp-color, #ce1126);
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .lc-hero-promo__action-btn:hover {
    opacity: 0.85;
  }

  .lc-hero-promo__action-btn[aria-disabled='true'] {
    opacity: 0.5;
    pointer-events: none;
  }

  .lc-hero-promo__fine-print {
    margin: 0;
    width: 100%;
    font-family: 'Switzer', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: inherit;
  }

  @media screen and (max-width: 389px) {
    .lc-hero-promo__shell--narrow .lc-hero-promo__title-row {
      font-size: clamp(24px, 7.5vw, 28px);
    }

    .lc-hero-promo__shell--narrow .lc-hero-promo__action-btn {
      white-space: normal;
    }
  }

  @media screen and (min-width: 750px) {
    .lc-hero-promo__shell--wide {
      display: block;
    }

    .lc-hero-promo__shell--narrow {
      display: none;
    }
  }
/* END_SECTION:loaded-cafe-banner-2 */

/* START_SECTION:loaded-cafe-banner (INDEX:56) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Londrina+Solid&display=swap');

  .loaded-cafe-banner {
    width: 100%;
    overflow: hidden;
  }

  .loaded-cafe-banner__frame {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .loaded-cafe-banner__frame--desktop {
    display: none;
    aspect-ratio: 1920 / 657;
    min-height: 280px;
  }

  .loaded-cafe-banner__frame--mobile {
    display: block;
    aspect-ratio: 1 / 1;
    min-height: 500px;
  }

  .loaded-cafe-banner__media {
    position: absolute;
    inset: 0;
  }

  .loaded-cafe-banner__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .loaded-cafe-banner__overlay {
    position: absolute;
    inset: 0;
  }

  .loaded-cafe-banner__overlay--desktop {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.65) 30%,
      rgba(0, 0, 0, 0) 55%
    );
  }

  .loaded-cafe-banner__overlay--mobile {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.65) 35%,
      rgba(0, 0, 0, 0) 40%
    );
  }

  .loaded-cafe-banner__content {
    position: relative;
    z-index: 1;
    color: var(--lcb-text, #ffffff);
    text-transform: uppercase;
  }

  .loaded-cafe-banner__content--desktop {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-left: clamp(20px, 4.17vw, 80px);
    padding-right: 20px;
    max-width: min(960px, 55%);
  }

  .loaded-cafe-banner__content--mobile {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: clamp(32px, 5.56vw, 60px) clamp(16px, 4vw, 40px) clamp(36px, 6.3vw, 68px);
    text-align: center;
  }

  .loaded-cafe-banner__content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 874px;
  }

  .loaded-cafe-banner__heading {
    margin: 0;
    font-family: 'Londrina Solid', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.012;
    color: inherit;
  }

  .loaded-cafe-banner__heading-line {
    display: block;
  }

  .loaded-cafe-banner__frame--desktop .loaded-cafe-banner__heading {
    font-size: clamp(48px, 6.04vw, 116px);
  }

  .loaded-cafe-banner__promo--mobile-top{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.235%; /* 46.494px */
    text-transform: uppercase;
    position: relative;
    top: -20px;
  }
    .loaded-cafe-banner__promo--mobile-bottom{
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.235%; /* 27.896px */
    text-transform: uppercase;
    position: relative;
    top:25px;
    }
  @media screen and (min-width: 1200px) {
    .loaded-cafe-banner__frame--desktop .loaded-cafe-banner__heading {
      white-space: nowrap;
    }
  }

  .loaded-cafe-banner__frame--mobile .loaded-cafe-banner__heading {
    font-size: clamp(44px, 11.48vw, 124px);
    width: 100%;
  }

  .loaded-cafe-banner__promo {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.162;
    color: inherit;
  }

  .loaded-cafe-banner__promo--desktop {
    font-size: clamp(16px, 1.67vw, 32px);
    max-width: 896px;
  }

  .loaded-cafe-banner__promo-part + .loaded-cafe-banner__promo-part {
    margin-left: 0.35em;
  }

  .loaded-cafe-banner__promo--mobile-top {
    font-size: clamp(20px, 3.7vw, 40px);
    width: 100%;
  }

  .loaded-cafe-banner__promo--mobile-bottom {
    font-size: clamp(14px, 2.22vw, 24px);
    white-space: nowrap;
  }

  @media screen and (min-width: 750px) {
    .loaded-cafe-banner__frame--desktop {
      display: block;
    }

    .loaded-cafe-banner__frame--mobile {
      display: none;
    }
  }

  @media(max-width: 768px){
    .loaded-cafe-banner__image {
      object-fit: fill;
    }
  }
/* END_SECTION:loaded-cafe-banner */