/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 26:20 Unexpected "{"
Line 26:29 Expected ":"
Line 36:20 Unexpected "{"
Line 36:29 Expected ":"
Line 42:20 Unexpected "{"
Line 42:29 Expected ":"
Line 48:20 Unexpected "{"
Line 48:29 Expected ":"
... and 46 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer (INDEX:18) */
#shopify-section-{{ section.id }} .footer {
    font-family: Arial, sans-serif;
  }

  /* ── Newsletter row: full width, centered ─────────────────────────── */
  #shopify-section-{{ section.id }} .footer__newsletter-row {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--color-border, #e5e5e5);
  }

  #shopify-section-{{ section.id }} .footer__newsletter-inner {
    max-width: 460px;
    width: 100%;
    align-items: center;
  }

  #shopify-section-{{ section.id }} .footer__newsletter-inner .h6 {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 24px;
  }

  #shopify-section-{{ section.id }} .footer__newsletter-form {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    width: 100%;
    flex-wrap: nowrap;
  }

  #shopify-section-{{ section.id }} .footer__newsletter-input-wrap {
    flex: 1 1 auto;
    min-width: 0;
  }

  #shopify-section-{{ section.id }} .footer__newsletter-btn {
    flex: 0 0 auto;
    align-self: stretch;
    display: flex;
    align-items: center;
  }

  @media screen and (max-width: 420px) {
    #shopify-section-{{ section.id }} .footer__newsletter-form {
      flex-wrap: wrap;
    }
  }

  /* ── Columns row ──────────────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .footer__block-list {
    display: grid !important;
    grid-template-columns: repeat(var(--footer-block-count, 4), minmax(0, 1fr));
    gap: 32px;
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--color-border, #e5e5e5);
  }

  /* Theme's base stylesheet sets ".footer__block { flex: auto }" at 700px+,
     which fights our grid layout and causes uneven column widths. Override it. */
  #shopify-section-{{ section.id }} .footer__block-list .footer__block {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  @media screen and (max-width: 900px) {
    #shopify-section-{{ section.id }} .footer__block-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 560px) {
    #shopify-section-{{ section.id }} .footer__block-list {
      grid-template-columns: 1fr;
    }
  }

  #shopify-section-{{ section.id }} .footer__social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  #shopify-section-{{ section.id }} .footer__social-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--color-border, #e0e0e0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, color 0.2s ease;
  }

  #shopify-section-{{ section.id }} .footer__social-icon:hover {
    border-color: #8a6d3b;
    color: #8a6d3b;
  }

  #shopify-section-{{ section.id }} .footer__social-icon svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
  }

  #shopify-section-{{ section.id }} .footer__social-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }

  #shopify-section-{{ section.id }} .footer__logo-block {
    background-color: var(--footer-logo-bg, transparent);
    padding: var(--footer-logo-padding, 0px);
    border-radius: 4px;
  }

  #shopify-section-{{ section.id }} .footer__logo-text {
    font-family: Georgia, serif;
    font-size: var(--footer-logo-font-size, 22px);
    letter-spacing: 0.5px;
    text-transform: none;
    margin: 0;
  }

  #shopify-section-{{ section.id }} .footer__logo-description {
    max-width: 280px;
  }

  #shopify-section-{{ section.id }} .footer__block .h6 {
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 600;
  }

  #shopify-section-{{ section.id }} .footer__block .link-faded:hover {
    color: #8a6d3b;
  }
.footer__newsletter-form {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    width: 100%;
    flex-wrap: nowrap;
}
  /* ── Bottom aside bar ─────────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .footer__aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }

  #shopify-section-{{ section.id }} .footer__aside-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  #shopify-section-{{ section.id }} .footer__copy {
    font-size: 12px;
    margin: 0;
  }

  #shopify-section-{{ section.id }} .payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
  }

  @media screen and (max-width: 749px) {
    #shopify-section-{{ section.id }} .footer__aside {
      flex-direction: column;
      align-items: flex-start;
    }

    #shopify-section-{{ section.id }} .payment-methods {
      justify-content: flex-start;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header_topbar (INDEX:35) */
.announcement-bar {
    border-block-end: var(--border-bottom-width) solid var(--color-border);
    overflow: hidden;
  }

  .announcement-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .announcement-marquee__track {
    display: flex;
    width: max-content;
    animation: announcement-marquee-scroll var(--marquee-speed, 15s) linear infinite;
  }

  .announcement-bar:hover .announcement-marquee__track {
    animation-play-state: paused;
  }

  .announcement-marquee__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .announcement-marquee__item {
    display: inline-block;
    white-space: nowrap;
    padding-inline: 2rem;
    font-size: var(--marquee-font-size, 14px);
  }

  .announcement-marquee__link {
    color: inherit;
    text-decoration: none;
  }

  .announcement-marquee__link:hover {
    text-decoration: underline;
  }

  @keyframes announcement-marquee-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .announcement-marquee__track {
      animation: none;
    }
  }
/* END_SECTION:header_topbar */

/* START_SECTION:image-text (INDEX:36) */
.hj-section {
    display: grid;
    grid-template-columns: var(--hj-text-col, 1fr) var(--hj-media-col, 1.4fr);
    min-height: calc(var(--hj-min-height, 90) * 1vh);
    align-items: center;
  }

  .hj-text {
    padding: var(--hj-text-padding, 60px);
    text-align: left;
  }

  .hj-text--order-last {
    order: 1;
  }

  .hj-text__heading {
    font-size: 30px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-family: Georgia, serif;
  }

  .hj-text__body {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    max-width: 460px;
    
  }

  .hj-text__cta {
    font-size: 12px;
    letter-spacing: 2px;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 4px;
    font-family: Arial, sans-serif;
  }

  .hj-text__cta:hover {
    opacity: 0.6;
  }

  .hj-media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: calc(var(--hj-min-height, 90) * 1vh);
    overflow: hidden;
  }

  .hj-media video, .hj-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 2;

  }

  .hj-media__btn {
    position: absolute;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hj-media__btn--mute  { bottom: 20px; left: 20px; }
  .hj-media__btn--pause { bottom: 20px; right: 20px; }

  @media screen and (max-width: 768px) {
    .hj-section {
      grid-template-columns: 1fr;
    }
    .hj-media {
      min-height: 400px;
    }
    .hj-text {
      padding: 40px 20px;
    }
    .hj-text--order-last {
      order: unset;
    }
  }
/* END_SECTION:image-text */

/* START_SECTION:peek-slider-section (INDEX:65) */
.peek-slider-section {
    padding-block: 48px;
    overflow: hidden;
  }

  .peek-slider__heading {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 32px;
  }

  .peek-slider-outer {
    width: 100%;
    position: relative;
  }

  .peek-slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .peek-slider-track {
    display: flex;
    align-items: center;
    transition: transform 0.55s cubic-bezier(.65,0,.35,1);
    will-change: transform;
  }

  .peek-slider__slide {
    flex: 0 0 auto;
    width: var(--peek-slide-width, min(58vw, 820px));
    height: var(--peek-slide-height, min(64vw, 560px));
    max-height: 560px;
    position: relative;
    overflow: hidden;
    margin-inline: var(--peek-slide-gap, 20px);
    opacity: 0.55;
    transition: opacity 0.55s ease;
  }

  .peek-slider__slide.is-active {
    opacity: 1;
  }

  .peek-slider__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .peek-slider__placeholder {
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .peek-slider__placeholder-svg {
    width: 60%;
    height: 60%;
    opacity: 0.4;
  }

  .peek-slider__mute-btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
  }

  .peek-slider__slide.is-active .peek-slider__mute-btn {
    opacity: 1;
  }

  .peek-slider__caption {
    position: absolute;
    left: 32px;
    bottom: 32px;
    color: #fff;
    font-size: 1.3rem;
    text-shadow: 0 2px 12px rgba(0,0,0,0.35);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }

  .peek-slider__slide.is-active .peek-slider__caption {
    opacity: 1;
  }

  .peek-slider__link {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .peek-slider__arrow {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background-color: var(--peek-arrow-bg, #fff);
    color: var(--peek-arrow-color, #1a1a1a);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    opacity: 0.9;
    transition: opacity 0.2s ease, left 0.55s cubic-bezier(.65,0,.35,1), right 0.55s cubic-bezier(.65,0,.35,1);
  }

  .peek-slider__arrow:hover {
    opacity: 1;
  }

  .peek-slider__arrow svg {
    width: 18px;
    height: 18px;
  }

  .peek-slider__arrow-fallback {
    display: flex;
    font-size: 1.6rem;
    line-height: 1;
  }

  @media screen and (max-width: 749px) {
    .peek-slider__slide {
      width: 82vw;
      height: 90vw;
    }
    .peek-slider__heading {
      font-size: 1.8rem;
    }
    .peek-slider__arrow {
      width: 36px;
      height: 36px;
    }
  }
/* END_SECTION:peek-slider-section */