/** Shopify CDN: Minification failed

Line 150:7 Cannot use type selector "--hide-mobile" directly after nesting selector "&"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:cafe-address-section (INDEX:2) */
.cafe-address {
    background-color: var(--ca-bg);
    color: var(--ca-text);
    padding-top: var(--ca-pt);
    padding-bottom: var(--ca-pb);
  }

  .ca-inner {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
  }

  .ca-left {
    flex: 1;
    text-align: right;
    padding-right: 4px;

  }

  .ca-right {
    flex: 1;
    text-align: left;
        padding-left: 4px;

  }

  .ca-address {
    color: var(--ca-text);
    text-decoration: underline;
    font-size: 13px;
    line-height: 0;
  }

  .ca-hours-label {
    font-weight: 700;
    margin: 0 0 2px;
    font-size: 13px;
  }

  .ca-hours {
    font-size: 13px;
    line-height: 1.4;
  }
/* END_SECTION:cafe-address-section */

/* START_SECTION:cafe-masonry (INDEX:4) */
.cafe-masonry {
    width: 100%;
  }

  .cafe-masonry__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
  }

  .cafe-masonry__cell--image {
    overflow: hidden;
  }

  .cafe-masonry__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .cafe-masonry__img--placeholder {
    background: #f4f4f4;
    min-height: 300px;
  }

  .cafe-masonry__cell--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 16px 0;
    font-size: 13px;
  }

  .cafe-masonry__title {
    margin: 0;
    font-size: 40px;
  }

  .cafe-masonry__text {
    margin: 0;
  }

  .cafe-masonry__button {
    align-self: flex-start;
  }

  @media screen and (max-width: 768px) {
    .cafe-masonry__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:cafe-masonry */

/* START_SECTION:cafe-media-banner (INDEX:5) */
.media-banner {
    position: relative;
    display: block;
    background-color: var(--media-b-bg);
    padding-top: var(--media-b-pt);
    padding-bottom: var(--media-b-pb);
    height: min(600px, 100vh);

    .media {
      position: absolute;
      inset: 0;
      display: grid;
      grid-template-columns: repeat(var(--media-b-cols, 1), 1fr);
    }

    .item {
      overflow: hidden;

      img,
      video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 0;
        transition: opacity 0.8s ease;
      }

      img.is-loaded,
      video.is-loaded {
        opacity: 1;
      }

      &--hide-mobile {
        display: block;
      }
    }

    .placeholder {
      width: 100%;
      height: 100%;
    }

    .text-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      pointer-events: none;
      text-align: center;
      width: 100%;
      padding: 8px;
    }

    .text {
      text-align: center;
      color: var(--media-b-text-color);
      padding: 8px;
    }

    .heading {
      margin: 0 0 8px;
    }

    .subheading {
      margin: 0;
    }

    @media (max-width: 900px) {
      .item--hide-mobile {
        display: none;
      }

      .media {
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
      }
    }
  }
/* END_SECTION:cafe-media-banner */

/* START_SECTION:cafe-richtext (INDEX:6) */
.cafe-richtext {
    background-color: var(--bg);
    color: var(--text);
    padding-top: var(--pt);
    padding-bottom: var(--pb);
  }

  .cr-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 16px;
    text-align: var(--text-align);
  }

  .cr-heading {
    margin: 0 0 16px;
  }

  .cr-content {
    line-height: 1.6;
    h1 {
        margin-bottom: 0;
        font-weight: 700;
        line-height: .9;
    }
  }

  .cr-content p {
    margin: 0 0 12px;
    margin-top: 26px;
    font-size: 13px;
  }

  .cr-content p:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:cafe-richtext */

/* START_SECTION:cafe-slider (INDEX:7) */
.cafe-slider__wrapper {
    width: 100%;
    background-color: #ede8e1;
  }

  /* ── Nav ─────────────────────────────── */
  .cafe-slider .nav-container {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 24px;
    padding: 0 16px;
    min-height: 52px;
    height: auto;
    background: #f7f7f7;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-container__filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px;
  }

  .cafe-slider__filter {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    color: #1a1a1a;
    font-family: 'Crimson Text', serif;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 0;
  }

  .cafe-slider__filter.is-active {
    text-decoration: underline;
  }

  .cafe-slider__filter:hover:not(.is-active) {
    opacity: 0.6;
  }

  /* ── Arrows ──────────────────────────── */
  .nav-container__arrows {
    display: flex;
    align-items: stretch;
    border: 1px solid #ccc;
  }

  .cafe-slider__arrow {
    background: none;
    border: none;
    width: 36px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
  }

  .cafe-slider__arrow--prev {
    border-right: 1px solid #ccc;
  }

  .cafe-slider__arrow:hover {
    background: #f5f5f5;
  }

  /* ── Order Now ───────────────────────── */
  .cafe-slider__order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0d0d0d;
    color: #fff;
    height: 32px;
    padding: 0 22px;
    font-size: 14px;
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s;
  }

  .cafe-slider__order-btn:hover {
    background: #333;
    color: #fff;
  }

  /* ── Splide overrides ────────────────── */
  .cafe-slider.splide {
    padding: 0;
  }

  .cafe-slider .splide__track {
    margin: 0;
  }

  /* ── Slides ──────────────────────────── */
  .cafe-slide {
    display: flex;
    flex-direction: column;
  }

  .cafe-slide__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: 600px;
    overflow: hidden;
    position: relative;
  }

  .cafe-slide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s;
  }

  .cafe-slide__img--placeholder {
    background: #d8d2c9;
    width: 100%;
    height: 100%;
    display: block;
  }

  .cafe-slide__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 24px;
  }

  .cafe-slide__title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 400;
    color: #022669;
    line-height: 1.2;
  }

  .cafe-slide__description {
    margin: 0;
    font-size: 13px;
    max-width: 500px;
    line-height: 1.55;
    color: #1a1a1a;
  }

  /* ── Mobile CTA (below track) ───────── */
  .cafe-slider__mobile-cta {
    display: none;
  }

  /* ── Mobile ──────────────────────────── */
  @media screen and (max-width: 768px) {
    .cafe-slider .nav-container {
      padding: 8px 16px;
      gap: 12px;
    }

    .nav-container__cta {
      display: none;
    }

    .cafe-slider__mobile-cta {
      display: flex;
      justify-content: center;
      padding: 20px 16px;
    }

    .cafe-slider__mobile-cta .cafe-slider__order-btn {
      max-width: 111px;
      width: 100%;
      justify-content: center;
    }

    .cafe-slider__filter {
      font-size: 13px;
    }

    .cafe-slider__arrow {
      padding: 6px 12px;
    }
  }
/* END_SECTION:cafe-slider */

/* START_SECTION:cafe-subscription (INDEX:8) */
.cafe-subscription {
    width: 100%;
    padding: 60px 0;
  }

  .cafe-subscription__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    max-width: var(--page-width, 1200px);
    margin: 0 auto;
    padding: 0 24px;
  }

  .cafe-subscription__image {
    grid-column: 2 / 7;
  }

  .cafe-subscription__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .cafe-subscription__img--placeholder {
    background: #f4f4f4;
  }

  .cafe-subscription__content {
    grid-column: 8 / 11;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .cafe-subscription__title {
    margin: 0;
    font-size: 28px;
    line-height: 0;
  }

  .cafe-subscription__text {
    margin: 0;
    p {
      font-size: 13px;
      line-height: 1.6;
    }
  }

  .cafe-subscription__button {
    align-self: flex-start;
  }

  @media screen and (max-width: 768px) {
    .cafe-subscription__grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .cafe-subscription__image,
    .cafe-subscription__content {
      grid-column: 1 / -1;
    }
  }
/* END_SECTION:cafe-subscription */