/** Shopify CDN: Minification failed

Line 439:2 Unexpected "<"

**/
    /* ---- PAGE HERO (cafe / catalog) ---- */
    .market-hero {
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
      padding: clamp(56px, 8vw, 96px) var(--gutter);
      display: flex;
      align-items: center;
      min-height: 540px;
    }
    .market-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(17, 17, 17, 0.60);
      z-index: 0;
    }
    .market-hero-inner {
      position: relative;
      z-index: 1;
      max-width: var(--max-w);
      margin: 0 auto;
      width: 100%;
    }
    .market-hero-eyebrow {
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--paper);
      margin-bottom: 16px;
      animation: fadeDown 0.8s ease both;
    }
    .market-hero h1 {
      font-family: var(--font-display);
      font-weight: 400;
      font-size: 45px;
      line-height: 0.96;
      letter-spacing: 0.005em;
      color: var(--sky);
      margin: 0;
      white-space: nowrap;
      animation: fadeUp 1s ease 0.15s both;
    }
    .market-hero-sub {
      margin-top: 18px;
      font-size: clamp(15px, 1.3vw, 17px);
      font-weight: 300;
      color: #ffffff;
      max-width: 48ch;
      line-height: 1.7;
      animation: fadeUp 0.9s ease 0.25s both;
    }

    /* ---- FILTER BAR ---- */
    .filter-bar {
      background: var(--paper);
      border-bottom: 1px solid var(--line);
      padding: 16px var(--gutter);
      position: relative;
      z-index: 40;
    }
    .filter-bar-inner {
      max-width: var(--max-w);
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }
    .filter-left {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }
    .filter-bar-label {
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--ink-3);
    }

    /* Custom multi-select dropdown */
    .dd {
      position: relative;
    }
    .dd-trigger {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 14px;
      border: 1px solid var(--line);
      background: var(--paper);
      cursor: pointer;
      font-family: var(--font-body);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--ink);
      transition: border-color 0.2s ease;
      user-select: none;
      white-space: nowrap;
    }
    .dd-trigger:hover { border-color: var(--ink); }
    .dd.open .dd-trigger { border-color: var(--ink); }
    .dd-trigger .dd-chevron {
      flex-shrink: 0;
      transition: transform 0.2s ease;
    }
    .dd.open .dd-chevron { transform: rotate(180deg); }
    .dd-trigger .dd-current {
      color: var(--sky);
    }
    .dd-trigger .dd-current.is-all {
      color: var(--ink-2);
    }

    .dd-panel {
      display: none;
      position: absolute;
      top: calc(100% + 6px);
      left: 0;
      min-width: 210px;
      background: var(--paper);
      border: 1px solid var(--line);
      box-shadow: 0 8px 28px rgba(17, 17, 17, 0.10);
      z-index: 200;
      padding: 6px 0;
    }
    .dd.open .dd-panel { display: block; }

    .dd-option {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 16px;
      cursor: pointer;
      font-size: 13px;
      font-weight: 300;
      color: var(--ink);
      transition: background 0.15s ease;
    }
    .dd-option:hover { background: rgba(79, 195, 232, 0.08); }
    .dd-option input[type="checkbox"] {
      accent-color: var(--sky);
      width: 15px;
      height: 15px;
      flex-shrink: 0;
      cursor: pointer;
    }
    .dd-option.dd-all {
      font-weight: 500;
      border-bottom: 1px solid var(--line);
      margin-bottom: 4px;
      padding-bottom: 12px;
    }

    /* Sort select */
    .sort-select {
      appearance: none;
      -webkit-appearance: none;
      background: var(--paper);
      border: 1px solid var(--line);
      padding: 9px 36px 9px 14px;
      font-family: var(--font-body);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--ink);
      cursor: pointer;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%23111111'/></svg>");
      background-repeat: no-repeat;
      background-position: right 12px center;
      transition: border-color 0.2s ease;
    }
    .sort-select:focus { outline: none; border-color: var(--sky); }
    .sort-select:hover { border-color: var(--ink); }

    /* ---- CATALOG ---- */
    .catalog {
      padding: clamp(40px, 6vw, 72px) var(--gutter);
      background: var(--paper);
    }
    .catalog-inner {
      max-width: var(--max-w);
      margin: 0 auto;
    }
    .catalog-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 32px;
    }
    .catalog-count {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--ink-3);
    }
    .catalog-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px clamp(20px, 2.5vw, 40px);
    }

    /* Catalog cards */
    .catalog-card {
      display: flex;
      flex-direction: column;
      background: transparent;
      transition: transform 0.3s ease;
    }
    .catalog-card:hover { transform: translateY(-4px); }

    .catalog-card .card-img-wrap {
      position: relative;
      overflow: hidden;
      background: var(--paper);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(8px, 1.25vw, 16px) 0;
    }
    /* Tight frame around the bag image. The Featured badge pins
       inside this frame so it overlays the bag's actual top-left
       corner, not the surrounding paper. */
    .catalog-card .card-img-frame {
      position: relative;
      width: 45%;
      aspect-ratio: 4 / 5;
    }
    .catalog-card .card-img-frame img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      transition: transform 0.4s ease;
    }
    .catalog-card:hover .card-img-frame img { transform: scale(1.04); }
    .catalog-card .card-img-wrap .ph {
      width: 100%;
      height: 100%;
    }

    .catalog-card .card-badge {
      position: absolute;
      top: 17px;
      left: 14%;
      font-size: 9px;
      font-weight: 500;
      letter-spacing: 0.20em;
      text-transform: uppercase;
      padding: 5px 10px;
      z-index: 1;
    }
    .catalog-card .card-badge.featured { background: var(--ink); color: var(--paper); }
    .catalog-card .card-badge.new      { background: var(--sky); color: var(--ink); }

    .catalog-card .card-meta {
      padding: 0 2px 8px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .catalog-card .card-name {
      font-family: var(--font-serif);
      font-size: clamp(20px, 2vw, 24px);
      letter-spacing: -0.01em;
      color: var(--ink);
      line-height: 1.2;
    }
    .catalog-card .card-notes {
      font-size: 13px;
      font-weight: 300;
      color: var(--ink-2);
      margin-top: 8px;
      line-height: 1.5;
      flex: 1;
    }
    .catalog-card .card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 16px;
      padding-top: 14px;
      border-top: 1px solid var(--line);
      gap: 12px;
    }
    .catalog-card .card-price {
      font-family: var(--font-serif);
      font-size: 20px;
      color: var(--ink);
    }
    .catalog-card .card-price small {
      font-family: var(--font-body);
      font-size: 11px;
      font-weight: 300;
      color: var(--ink-3);
      margin-left: 4px;
    }
    .catalog-card .card-roast {
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ink-3);
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .roast-dot {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
    }
    .roast-dot.light  { background: #C7A580; }
    .roast-dot.medium { background: #8B5E3C; }
    .roast-dot.dark   { background: #3D2817; }

    /* No-results message */
    .catalog-empty {
      display: none;
      grid-column: 1 / -1;
      text-align: center;
      padding: clamp(48px, 8vw, 96px) 0;
      font-size: 15px;
      font-weight: 300;
      color: var(--ink-3);
    }
    .catalog-empty strong {
      display: block;
      font-family: var(--font-display);
      font-size: clamp(24px, 3vw, 36px);
      font-weight: 400;
      color: var(--ink-2);
      margin-bottom: 10px;
    }
    .catalog-empty.visible { display: block; }

    /* SUBSCRIBE STRIP */
    .subscribe-strip .btn-primary {
      border-color: var(--ink);
    }

    .subscribe-strip {
      background: var(--sky);
      padding: clamp(48px, 7vw, 80px) var(--gutter);
      text-align: center;
    }
    .subscribe-strip .eyebrow {
      color: rgba(17, 17, 17, 0.55);
      display: block;
      margin-bottom: 16px;
    }
    .subscribe-strip h2 {
      font-family: var(--font-display);
      font-weight: 400;
      font-size: 45px;
      letter-spacing: 0.01em;
      line-height: 1;
      color: var(--ink);
      margin-bottom: 18px;
    }
    .subscribe-strip p {
      font-size: clamp(14px, 1.4vw, 16px);
      font-weight: 300;
      color: rgba(17, 17, 17, 0.65);
      max-width: 48ch;
      margin: 0 auto 32px;
      line-height: 1.7;
    }

    /* COOKIE CONSENT */
    .cookie-banner {
      position: fixed;
      bottom: 0; left: 0; right: 0;
      z-index: 999;
      background: var(--ink);
      border-top: 1px solid rgba(79, 195, 232, 0.25);
      padding: 20px var(--gutter);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      transform: translateY(100%);
      transition: transform 0.4s ease;
    }
    .cookie-banner.visible { transform: translateY(0); }
    .cookie-banner p {
      font-size: 13px;
      font-weight: 300;
      color: rgba(237, 243, 246, 0.75);
      line-height: 1.6;
      max-width: 64ch;
      margin: 0;
    }
    .cookie-banner p a { color: var(--sky); text-decoration: underline; text-underline-offset: 3px; }
    .cookie-banner p a:hover { color: var(--paper); }
    .cookie-close {
      position: absolute;
      top: 14px; right: 20px;
      background: none; border: none;
      color: rgba(237, 243, 246, 0.45);
      font-size: 16px;
      cursor: pointer; line-height: 1; padding: 4px;
      transition: color 0.2s ease;
    }
    .cookie-close:hover { color: var(--paper); }
    .cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }

    /* RESPONSIVE */
    @media (max-width: 1024px) {
      .catalog-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 820px) {
      .filter-bar { top: 0; position: relative; }
      .catalog-grid { grid-template-columns: repeat(2, 1fr); }
      .market-hero h1 { white-space: normal; }
    }
    @media (max-width: 540px) {
      .catalog-grid { grid-template-columns: 1fr; }
      .dd-panel { min-width: 180px; }
    }
  </style>
</head>
