/** Shopify CDN: Minification failed

Line 7:1 Unexpected "<"
Line 374:2 Unexpected "<"

**/
 <style>
    :root { --ep-z-modal: 2147483647; }

    html, body {
      margin: 0;
      padding: 0;
      -webkit-text-size-adjust: 100%;
    }

    body {
      font-family: 'Roboto Condensed', sans-serif;
      background-color: #ffffff;
      color: #333333;
      text-align: center;
    }

    header { padding: 15px 20px 5px; text-align: center; }
    header img { max-width: 400px; height: auto; }

    /* Top nav row: our story + search */
    .nav-bar {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: stretch;
      max-width: 1000px;
      margin: 15px auto 10px;
      padding: 0 20px;
      gap: 12px;
      box-sizing: border-box;
    }

    .nav-link, .nav-search { flex: 1 1 0; box-sizing: border-box; }

    .nav-link a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 40px;
      padding: 0 12px;
      border: 1px solid #000000;
      border-radius: 0;
      font-size: 14px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      text-transform: lowercase;
      color: #ffffff;
      background-color: #000000;
      text-decoration: none;
      box-sizing: border-box;
    }

    .nav-link a:hover { background-color: #000000; color: #ffffff; }

    .nav-search { display: flex; align-items: stretch; }

    .nav-search-wrapper {
      position: relative;
      width: 100%;
      height: 40px;
      border: 1px solid #000000;
      border-radius: 0;
      box-sizing: border-box;
      background-color: #ffffff;
    }

    .search-input {
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      margin: 0;
      padding: 0 40px 0 12px;
      font-size: 16px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      text-transform: lowercase;
      color: #333333;
      background: transparent;
      text-align: center;
      line-height: 40px;
      box-sizing: border-box;
      -webkit-appearance: none;
    }

    .search-input::placeholder {
      text-transform: lowercase;
      color: #c5c5c5;
      text-align: center;
    }

    /* Small grey magnifying glass icon */
    .nav-search-wrapper::before,
    .nav-search-wrapper::after {
      content: "";
      position: absolute;
      pointer-events: none;
    }

    .nav-search-wrapper::before {
      right: 15px;
      top: 52%;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid #c5c5c5;
      transform: translateY(-50%);
      box-sizing: border-box;
    }

    .nav-search-wrapper::after {
      right: 9px;
      top: 52%;
      width: 7px;
      height: 2px;
      background: #c5c5c5;
      transform: translate(0, 4px) rotate(45deg);
      transform-origin: left center;
    }

    /* When search focused, visually give it the full row by hiding "our story" */
    .nav-bar.search-active .nav-link { display: none; }
    .nav-bar.search-active .nav-search { flex: 1 1 100%; }

    @media (max-width: 767px) {
      .nav-bar { padding: 0 15px; }
    }

    h1.search-hide-on-results {
      font-family: 'Frank Ruhl Libre', serif;
      font-size: 28px;
      margin: 15px 0 5px;
      letter-spacing: 0.5px;
      font-weight: normal;
    }

    .section-title.search-hide-on-results {
      font-family: 'Frank Ruhl Libre', serif;
      font-size: 24px;
      margin: 40px 0 5px;
      letter-spacing: 0.5px;
      font-weight: normal;
      text-transform: lowercase;
    }

    .subheading.search-hide-on-results {
      font-family: 'Roboto', sans-serif;
      font-weight: 100;
      font-size: 14px;
      max-width: 700px;
      margin: 0 auto 20px;
      color: #000000;
      padding: 0 20px;
      letter-spacing: 0;
      line-height: 1.5;
    }

    /* Hide headings when search has a query */
    .search-results-active .search-hide-on-results { display: none; }

    /* ========= Category Filter Row ========= */
    .filter-bar {
      max-width: 1000px;
      margin: 10px auto 10px;
      padding: 0 15px;
      box-sizing: border-box;
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .filter-btn {
      width: 100%;
      height: 40px;
      border: 1px solid #000000;
      border-radius: 0;
      background: #ffffff;
      color: #000000;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 14px;
      text-transform: lowercase;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }

    .filter-btn:hover { background: #f5f5f5; }

    .filter-btn.is-active {
      background: #000000;
      color: #ffffff;
    }

    @media(min-width: 768px) {
      .filter-bar {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        margin: 15px auto 10px;
      }
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 1000px;
      margin: 20px auto 40px;
      padding: 0 15px;
    }

    .product {
      border-radius: 0;
      overflow: hidden;
      background-color: #ffffff;
      box-shadow: none;
      transition: none;
      text-decoration: none;
      color: inherit;
    }

    .product:hover { transform: none; }

    .image-wrapper { width: 100%; aspect-ratio: 1/1; position: relative; }

    .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0;
      transition: opacity 0.3s;
    }

    .image-wrapper img.alt { opacity: 0; pointer-events: none; }
    .product:hover .image-wrapper img.default { opacity: 0; }
    .product:hover .image-wrapper img.alt { opacity: 1; pointer-events: auto; }

    .product-name {
      font-family: 'Roboto', sans-serif;
      font-weight: 200;
      font-size: 12px;
      margin-top: 10px;
      text-transform: capitalize;
    }

    .find-out-button {
      display: inline-block;
      padding: 4px 8px;
      border: 1px solid #333;
      border-radius: 0;
      font-size: 11px;
      font-family: 'Roboto', sans-serif;
      text-transform: lowercase;
      color: #333;
      text-decoration: none;
      margin: 20px 0 20px;
    }

    .find-out-button:hover { background-color: #333; color: #ffffff; }

    @media(min-width: 768px) {
      .product-grid { grid-template-columns: repeat(4, 1fr); gap: 30px; }
      h1.search-hide-on-results { font-size: 34px; }
      .subheading.search-hide-on-results { font-size: 16px; }
      .section-title.search-hide-on-results { font-size: 26px; }
    }

    footer { background: #fff; padding: 10px 0 24px; margin-top: 40px; }
    .footer-badge { display: block; max-width: 400px; width: 100%; height: auto; margin: 0 auto 30px; }
    .footer-text { font-family: 'Roboto Condensed', sans-serif; color: #888; font-size: 12px; line-height: 1.32; margin-bottom: 0; letter-spacing: 0.1px; }
    @media (max-width: 600px) { .footer-badge { max-width: 70vw; } .footer-text { font-size: 14px; } }

    /* ========= Entry Video Modal ========= */
    .no-scroll { overflow: hidden; touch-action: none; }

    .ep-modal {
      position: fixed; inset: 0; display: none;
      align-items: center; justify-content: center; background: rgba(0,0,0,0.9);
      z-index: var(--ep-z-modal);
    }
    .ep-modal[aria-hidden="false"] { display: flex !important; }

    .ep-modal__frame {
      position: relative;
      width: 100vw;
      height: 100dvh;
      padding:
        max(12px, env(safe-area-inset-top))
        max(12px, env(safe-area-inset-right))
        max(12px, env(safe-area-inset-bottom))
        max(12px, env(safe-area-inset-left));
      display: flex; align-items: center; justify-content: center; overflow: hidden;
    }
    @supports not (height: 100dvh) { .ep-modal__frame { height: 100vh; } }

    .ep-portrait {
      position: relative;
      width: min(90vw, 56.25dvh);
      aspect-ratio: 9 / 16;
      max-height: 90dvh;
      background: #000;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 40px rgba(0,0,0,0.6);
    }
    @supports not (width: min(90vw, 56.25dvh)) { .ep-portrait { width: min(90vw, 56.25vh); } }

    @media (max-width: 600px) {
      .ep-portrait { width: min(94vw, 56.25dvh); border-radius: 8px; }
    }

    .ep-portrait video {
      width: 100%;
      height: 100%;
      object-fit: contain;
      background: #000;
      border: 0;
      outline: 0;
    }

    .ep-close {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 36px; height: 36px;
      border-radius: 18px;
      background: rgba(255,255,255,0.9);
      border: none; color: #333;
      font-size: 18px; line-height: 36px; text-align: center; cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      z-index: 2;
    }

    .ep-controls {
      position: absolute;
      left: 0; right: 0;
      display: flex; align-items: center; justify-content: center; gap: 12px;
      bottom: 12px;
      padding: 0 12px;
      z-index: 2;
    }
    .ep-pill {
      background-color: rgba(255,255,255,0.85);
      border: none;
      padding: 7px 22px;
      font-family: sans-serif;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 0.2px;
      color: #333333;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }
    .ep-pill:hover { background-color: rgba(255,255,255,1); }

    #epSoundBtn { margin: 0 auto 0 0; }
    #epSkipBtn  { margin-left: auto; display: none; }

    .fade-in { animation: epFade 300ms ease-out forwards; }
    @keyframes epFade { from { opacity: 0; } to { opacity: 1; } }

    .ep-visually-hidden {
      position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px);
      white-space: nowrap; clip-path: inset(50%); border: 0; padding: 0; margin: -1px;
    }
  </style>