/** Shopify CDN: Minification failed

Line 292:18 Unexpected "{"
Line 292:27 Expected ":"
Line 297:20 Unexpected "{"
Line 297:29 Expected ":"
Line 298:20 Unexpected "{"
Line 298:29 Expected ":"
Line 300:20 Unexpected "{"
Line 300:29 Expected ":"
Line 305:20 Unexpected "{"
Line 305:29 Expected ":"
... and 104 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collections (INDEX:5) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:custom-section (INDEX:6) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:footer (INDEX:7) */
.ft {
    background: #070506;
    color: var(--color-bone, #F4EFE9);
    font-family: var(--font-body);
    padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 4rem) 2rem;
    border-top: 1px solid var(--color-line, rgba(244,239,233,.1));
    margin-top: 0;
  }
  .ft__top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr;
    gap: clamp(2rem, 5vw, 4rem);
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--color-line, rgba(244,239,233,.1));
  }
  .ft__logo { height: 46px; width: auto; display: block; }
  .ft__tag { margin: 1.1rem 0 0; max-width: 30ch; color: var(--color-muted, #A9A19C); font-size: .92rem; line-height: 1.55; }
  .ft__social { display: flex; gap: 12px; margin-top: 1.3rem; }
  .ft__social a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--color-line, rgba(244,239,233,.18)); border-radius: 50%; color: var(--color-bone, #F4EFE9); }
  .ft__social a:hover { border-color: var(--color-accent-hot, #FF3A24); color: var(--color-accent-hot, #FF3A24); }
  .ft__social svg { width: 18px; height: 18px; fill: none; stroke: currentcolor; stroke-width: 1.6; }
  .ft__h { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .04em; font-size: 1.1rem; margin: 0 0 1.1rem; }
  .ft__nav { display: flex; flex-direction: column; gap: .7rem; }
  .ft__nav a { color: var(--color-muted, #A9A19C); font-size: .9rem; text-decoration: none; width: fit-content; }
  .ft__nav a:hover { color: var(--color-accent-hot, #FF3A24); }
  .ft__newsp { color: var(--color-muted, #A9A19C); font-size: .9rem; margin: 0 0 1rem; max-width: 34ch; line-height: 1.5; }
  .ft__newsrow { display: flex; gap: 8px; max-width: 360px; }
  .ft__newsrow input { flex: 1; background: rgba(244,239,233,.05); border: 1px solid var(--color-line, rgba(244,239,233,.2)); border-radius: 8px; padding: 13px 14px; color: var(--color-bone, #F4EFE9); font-size: .9rem; }
  .ft__newsrow input::placeholder { color: var(--color-muted, #8A857F); }
  .ft__newsrow input:focus { outline: none; border-color: var(--color-accent-hot, #FF3A24); }
  .ft__newsrow button { flex: none; background: var(--color-accent, #C8102E); color: #fff; border: none; border-radius: 8px; padding: 0 20px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; cursor: pointer; transition: background .25s ease; }
  .ft__newsrow button:hover { background: var(--color-accent-hot, #FF3A24); }
  .ft__ok { color: var(--color-ember, #FFB070); font-size: .85rem; margin: 0 0 .7rem; }
  .ft__bottom { max-width: 1240px; margin: 0 auto; padding-top: 1.6rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; }
  .ft__copy { color: var(--color-muted, #8A857F); font-size: .78rem; letter-spacing: .02em; }
  .ft__pay { display: flex; gap: 7px; flex-wrap: wrap; }
  .ft__pay .ft__payicon, .ft__pay svg { height: 24px; width: auto; border-radius: 4px; }
  @media (max-width: 749px) {
    .ft__top { grid-template-columns: 1fr; gap: 2.4rem; }
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:11) */
/* Free-shipping announcement bar — fixed above the header, always visible */
  .annc {
    position: fixed; top: 0; left: 0; width: 100%; height: var(--announce-h, 30px); z-index: 60;
    display: flex; align-items: center; justify-content: center; padding-inline: 1rem;
    background: #070506; border-bottom: 1px solid rgba(200, 16, 46, 0.55);
    font-family: var(--font-body); font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.22em; font-size: 0.62rem; line-height: 1; color: var(--color-bone, #f4efe9);
    text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }

  .hdr {
    position: fixed; inset: var(--announce-h, 30px) 0 auto 0; z-index: 50; height: 4.75rem;
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
    padding-inline: clamp(1.1rem, 4vw, 2.75rem);
    background: rgba(8, 5, 6, 0.55);
    -webkit-backdrop-filter: blur(14px) saturate(120%); backdrop-filter: blur(14px) saturate(120%);
    border-bottom: 1px solid rgba(244, 239, 233, 0.1);
  }
  .hdr__left { display: flex; align-items: center; gap: 1rem; min-width: 0; height: 100%; }
  .hdr__nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.4rem); height: 100%; }
  .hdr__navitem { position: relative; display: flex; align-items: center; height: 100%; }
  .hdr__nav > a, .hdr__navitem > a {
    position: relative; font-family: var(--font-body); font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.16em; font-size: 0.74rem; color: var(--color-bone, #f4efe9); text-decoration: none;
    padding: 4px 0; transition: color 0.25s ease;
  }
  .hdr__nav > a::after, .hdr__navitem > a::after {
    content: ""; position: absolute; left: 0; bottom: -3px; height: 2px; width: 0;
    background: linear-gradient(90deg, var(--color-accent, #c8102e), var(--color-accent-hot, #ff3a24));
    transition: width 0.32s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .hdr__nav > a:hover, .hdr__navitem > a:hover { color: #fff; }
  .hdr__nav > a:hover::after, .hdr__navitem:hover > a::after { width: 100%; }

  /* Apparel dropdown */
  .hdr__drop {
    position: absolute; top: 100%; left: -18px; z-index: 60;
    display: grid; grid-template-columns: 1fr; gap: 2px;
    padding: 10px; min-width: 230px;
    background: rgba(8, 5, 6, 0.97); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
    border: 1px solid rgba(244, 239, 233, 0.1); border-top: 2px solid var(--color-accent, #c8102e);
    box-shadow: 0 30px 60px -24px rgba(0,0,0,0.85);
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }
  .hdr__navitem:hover .hdr__drop, .hdr__navitem:focus-within .hdr__drop { opacity: 1; visibility: visible; transform: none; }
  .hdr__drop a {
    font-family: var(--font-body); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em;
    font-size: 0.74rem; color: #cfc8c1; text-decoration: none; padding: 11px 14px; border-radius: 7px;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .hdr__drop a:hover { background: rgba(244, 239, 233, 0.06); color: var(--color-accent-hot, #ff3a24); }

  .hdr__logo { justify-self: center; display: flex; align-items: center; }
  .hdr__logo img { height: 30px; width: auto; display: block; }
  .hdr__logo:hover { filter: drop-shadow(0 0 16px rgba(255, 58, 36, 0.45)); }

  .hdr__icons { justify-self: end; display: flex; align-items: center; gap: clamp(0.85rem, 1.6vw, 1.4rem); }
  /* Shopify auto-injects an invisible <shopify-store> element in here; it has no
     visual but still occupies a flex gap slot, splitting the icon cluster so the
     search icon drifts toward the logo. Remove it from the layout. */
  .hdr__icons shopify-store { display: none; }
  /* <shopify-account> renders wider than the other icons — and before its web
     component upgrades on first (uncached) load it can render unconstrained and
     push the row off-screen to the right. Pin it to the same box as the others. */
  .hdr__icons shopify-account.hdr__icon { width: 1.4rem; height: 1.4rem; flex: none; overflow: hidden; }
  .hdr__icon { position: relative; display: inline-flex; align-items: center; justify-content: center; color: var(--color-bone, #f4efe9); cursor: pointer; transition: color 0.25s ease; }
  .hdr__icon:hover { color: var(--color-accent-hot, #ff3a24); }
  .hdr__icons svg { width: 1.4rem; height: 1.4rem; fill: none; stroke: currentcolor; stroke-width: 1.7; stroke-linecap: round; }
  .hdr__cart .hdr__count {
    position: absolute; top: -7px; right: -9px; min-width: 16px; height: 16px; padding: 0 4px;
    display: grid; place-items: center; background: var(--color-accent, #c8102e); color: #fff;
    font-family: var(--font-body); font-weight: 700; font-size: 0.6rem; border-radius: 999px;
  }

  /* Mobile */
  .hdr__burger { display: none; width: 26px; height: 18px; position: relative; background: none; border: none; cursor: pointer; padding: 0; }
  .hdr__burger span { position: absolute; left: 0; height: 2px; width: 100%; background: var(--color-bone, #f4efe9); transition: transform 0.3s ease, opacity 0.3s ease; }
  .hdr__burger span:nth-child(1) { top: 0; } .hdr__burger span:nth-child(2) { top: 8px; } .hdr__burger span:nth-child(3) { top: 16px; }
  .hdr.is-open .hdr__burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .hdr.is-open .hdr__burger span:nth-child(2) { opacity: 0; }
  .hdr.is-open .hdr__burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hdr__mobile {
    display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; max-height: 80vh; overflow-y: auto;
    background: rgba(8, 5, 6, 0.97); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(244, 239, 233, 0.12); padding: 0.5rem 0;
  }
  .hdr.is-open .hdr__mobile { display: flex; }
  .hdr__mobile a { font-family: var(--font-body); font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.9rem; color: var(--color-bone, #f4efe9); text-decoration: none; padding: 0.85rem clamp(1.1rem, 4vw, 2.75rem); border-bottom: 1px solid rgba(244, 239, 233, 0.06); }
  .hdr__mobile a.hdr__mobsub { font-size: 0.78rem; letter-spacing: 0.1em; color: #a9a19c; padding-left: calc(clamp(1.1rem, 4vw, 2.75rem) + 1.1rem); border-bottom: none; padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .hdr__mobile a:hover { color: var(--color-accent-hot, #ff3a24); }

  @media (max-width: 749px) {
    .hdr__nav { display: none; }
    .hdr__burger { display: block; }
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:12) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:search (INDEX:16) */
#shopify-section-{{ section.id }} .srch {
    max-width: 1240px; margin: 0 auto;
    padding: calc(var(--announce-h, 30px) + clamp(6rem, 9vw, 7.5rem)) clamp(1.1rem, 4vw, 2.75rem) clamp(4rem, 8vw, 7rem);
    font-family: var(--font-body); color: var(--color-bone, #F4EFE9);
  }
  #shopify-section-{{ section.id }} .srch__head { max-width: 760px; margin: 0 auto clamp(2rem, 5vw, 3.2rem); text-align: center; }
  #shopify-section-{{ section.id }} .srch__title { font-size: clamp(2.4rem, 7vw, 4.4rem); margin: 0 0 1.6rem; }

  #shopify-section-{{ section.id }} .srch__form {
    display: flex; align-items: center; gap: 10px; width: 100%;
    background: rgba(244,239,233,.05); border: 1px solid var(--color-line, rgba(244,239,233,.22));
    border-radius: 999px; padding: 8px 8px 8px 20px; transition: border-color .2s ease, box-shadow .2s ease;
  }
  #shopify-section-{{ section.id }} .srch__form:focus-within { border-color: var(--color-accent-hot, #FF3A24); box-shadow: 0 0 0 3px rgba(255,58,36,.12); }
  #shopify-section-{{ section.id }} .srch__icon svg { width: 20px; height: 20px; fill: none; stroke: var(--color-muted, #A9A19C); stroke-width: 1.8; stroke-linecap: round; display: block; }
  #shopify-section-{{ section.id }} .srch__input {
    flex: 1; min-width: 0; background: none; border: none; outline: none;
    color: var(--color-bone, #F4EFE9); font-family: var(--font-body); font-size: 1.05rem; padding: 12px 0;
  }
  #shopify-section-{{ section.id }} .srch__input::placeholder { color: var(--color-muted, #8A857F); }
  #shopify-section-{{ section.id }} .srch__input::-webkit-search-cancel-button { -webkit-appearance: none; }
  #shopify-section-{{ section.id }} .srch__submit {
    flex: none; border: none; cursor: pointer; background: var(--color-accent, #C8102E); color: #fff;
    font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
    font-size: .76rem; padding: 14px 26px; border-radius: 999px; transition: background .25s ease;
  }
  #shopify-section-{{ section.id }} .srch__submit:hover { background: var(--color-accent-hot, #FF3A24); }
  #shopify-section-{{ section.id }} .srch__meta { margin: 1.4rem 0 0; color: var(--color-muted, #A9A19C); font-size: .92rem; }

  /* Empty / no-results */
  #shopify-section-{{ section.id }} .srch__empty { text-align: center; }
  #shopify-section-{{ section.id }} .srch__hint { color: var(--color-muted, #A9A19C); text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; font-weight: 700; margin: 0 0 1.2rem; }
  #shopify-section-{{ section.id }} .srch__quick { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: clamp(2.4rem, 6vw, 4rem); }
  #shopify-section-{{ section.id }} .srch__quick a {
    border: 1px solid var(--color-line, rgba(244,239,233,.2)); border-radius: 999px; padding: 10px 18px;
    font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em;
    color: var(--color-bone, #F4EFE9); text-decoration: none; transition: border-color .2s ease, background .2s ease, color .2s ease;
  }
  #shopify-section-{{ section.id }} .srch__quick a:hover { border-color: var(--color-accent, #C8102E); background: var(--color-accent, #C8102E); color: #fff; }
  #shopify-section-{{ section.id }} .srch__subhead { font-size: clamp(1.4rem, 3.5vw, 2rem); margin: 0 0 clamp(1.4rem, 3vw, 2rem); text-align: left; }
  #shopify-section-{{ section.id }} .srch__cta {
    display: inline-block; background: var(--color-accent, #C8102E); color: #fff; text-decoration: none;
    font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; padding: 16px 34px; border-radius: 2px;
  }
  #shopify-section-{{ section.id }} .srch__cta:hover { background: var(--color-accent-hot, #FF3A24); }

  #shopify-section-{{ section.id }} .srch__other { display: flex; flex-direction: column; gap: .3rem; justify-content: center; padding: 1.2rem; border: 1px solid var(--color-line, rgba(244,239,233,.12)); border-radius: 14px; color: inherit; text-decoration: none; }
  #shopify-section-{{ section.id }} .srch__other-kind { font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; color: var(--color-muted, #A9A19C); }
  #shopify-section-{{ section.id }} .srch__other-title { font-weight: 600; }
  #shopify-section-{{ section.id }} .srch__other:hover { border-color: var(--color-accent-hot, #FF3A24); }

  #shopify-section-{{ section.id }} .srch__pager { margin-top: clamp(2.4rem, 5vw, 3.5rem); text-align: center; }
  #shopify-section-{{ section.id }} .srch__pager a, #shopify-section-{{ section.id }} .srch__pager span { color: var(--color-muted, #A9A19C); text-decoration: none; padding: 6px 12px; }
  #shopify-section-{{ section.id }} .srch__pager .current { color: var(--color-bone, #F4EFE9); font-weight: 700; }

  /* Product cards (shared with collection grid) */
  #shopify-section-{{ section.id }} .fg__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(.8rem, 1.6vw, 1.4rem); }
  #shopify-section-{{ section.id }} .fg__card { display: flex; flex-direction: column; color: inherit; }
  #shopify-section-{{ section.id }} .fg__media { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 14px; background: linear-gradient(180deg, #241813, #0B0807); border: 1px solid var(--color-line, rgba(244,239,233,.12)); transition: border-color .35s ease, box-shadow .35s ease; }
  #shopify-section-{{ section.id }} .fg__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
  #shopify-section-{{ section.id }} .fg__card:hover .fg__media { border-color: var(--color-accent-hot, #FF3A24); box-shadow: 0 24px 60px -28px rgba(255,58,36,.6); }
  #shopify-section-{{ section.id }} .fg__card:hover .fg__media img { transform: scale(1.06); }
  #shopify-section-{{ section.id }} .fg__shop { position: absolute; left: 12px; right: 12px; bottom: 12px; text-align: center; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; padding: 12px; background: var(--color-accent, #C8102E); color: #fff; border-radius: 8px; transform: translateY(140%); opacity: 0; transition: transform .35s ease, opacity .35s ease, background .25s ease; }
  #shopify-section-{{ section.id }} .fg__card:hover .fg__shop { transform: none; opacity: 1; }
  #shopify-section-{{ section.id }} .fg__shop:hover { background: var(--color-accent-hot, #FF3A24); }
  #shopify-section-{{ section.id }} .fg__badge { position: absolute; top: 12px; left: 12px; z-index: 2; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .58rem; padding: 6px 10px; border-radius: 6px; }
  #shopify-section-{{ section.id }} .fg__badge--sale { background: var(--color-accent, #C8102E); color: #fff; }
  #shopify-section-{{ section.id }} .fg__badge--out { background: rgba(10,7,8,.8); color: var(--color-muted, #A9A19C); border: 1px solid var(--color-line, rgba(244,239,233,.18)); }
  #shopify-section-{{ section.id }} .fg__info { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; padding-top: .85rem; color: inherit; }
  #shopify-section-{{ section.id }} .fg__name { font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: .82rem; line-height: 1.25; }
  #shopify-section-{{ section.id }} .fg__price { flex: none; font-weight: 700; font-size: .85rem; font-variant-numeric: tabular-nums; }
  #shopify-section-{{ section.id }} .fg__price s { color: var(--color-muted, #A9A19C); font-weight: 400; margin-right: .4rem; }
  #shopify-section-{{ section.id }} .fg__swatches { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; padding-top: .7rem; }
  #shopify-section-{{ section.id }} .fg__swatch { position: relative; width: 20px; height: 20px; border-radius: 50%; padding: 0; appearance: none; cursor: pointer; background: var(--sw, #2a2a2e); border: 1px solid rgba(244,239,233,.28); transition: transform .2s ease, box-shadow .2s ease; }
  #shopify-section-{{ section.id }} .fg__swatch:hover, #shopify-section-{{ section.id }} .fg__swatch.is-active { transform: scale(1.14); box-shadow: 0 0 0 2px var(--color-ground, #0A0708), 0 0 0 3px var(--color-accent-hot, #FF3A24); }
  #shopify-section-{{ section.id }} .fg__swatch--out { cursor: default; opacity: .85; }
  #shopify-section-{{ section.id }} .fg__swatch--out::before, #shopify-section-{{ section.id }} .fg__swatch--out::after { content: ""; position: absolute; left: 50%; top: 50%; width: 25px; height: 2px; background: #F4EFE9; box-shadow: 0 0 0 1px rgba(0,0,0,.5); }
  #shopify-section-{{ section.id }} .fg__swatch--out::before { transform: translate(-50%,-50%) rotate(45deg); }
  #shopify-section-{{ section.id }} .fg__swatch--out::after { transform: translate(-50%,-50%) rotate(-45deg); }

  @media (max-width: 989px) { #shopify-section-{{ section.id }} .fg__grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 749px) {
    #shopify-section-{{ section.id }} .fg__grid { grid-template-columns: repeat(2, 1fr); gap: .7rem; }
    #shopify-section-{{ section.id }} .fg__shop { transform: none; opacity: 1; }
    #shopify-section-{{ section.id }} .srch__submit { padding: 14px 18px; }
  }
/* END_SECTION:search */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:17) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:18) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:23) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */