/** Shopify CDN: Minification failed

Line 5063:18 Unexpected "{"
Line 5063:27 Expected ":"
Line 5069:20 Unexpected "{"
Line 5069:29 Expected ":"
Line 5075:20 Unexpected "{"
Line 5075:29 Expected ":"
Line 5080:20 Unexpected "{"
Line 5080:29 Expected ":"
Line 5091:20 Unexpected "{"
Line 5091:29 Expected ":"
... and 36 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer (INDEX:18) */
#shopify-section-footer {
    margin: 0 !important;
    padding: 0 !important;
  }

  .mfw-footer.site-footer {
    margin: 0 !important;
    background-color: var(--mfw-footer-bg, #080f0e);
    color: var(--mfw-footer-text, #d0d0d0);
    padding: 0;
  }

  .mfw-footer {
    background-color: var(--mfw-footer-bg, #080f0e);
    color: var(--mfw-footer-text, #d0d0d0);
    margin: 0;
    padding: 0;
  }

  .mfw-footer__accent-line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--mfw-footer-accent, #e6c200);
  }

  .mfw-footer__main {
    padding-top: var(--mfw-footer-padding-top, 4.5rem);
    padding-bottom: 2.5rem;
  }

  .mfw-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mfw-footer__brand {
    padding-bottom: 1.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mfw-footer__logo-link {
    display: inline-block;
    margin-bottom: 1.25rem;
    line-height: 0;
  }

  .mfw-footer__logo {
    width: var(--mfw-footer-logo-width, 180px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .mfw-footer__shop-name {
    display: inline-block;
    margin-bottom: 1rem;
    font-family: var(--mfw-footer-heading-font, 'League Gothic', sans-serif);
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
  }

  .mfw-footer__brand-desc {
    margin: 0;
    max-width: 22rem;
    font-family: var(--mfw-footer-body-font, 'Montserrat', sans-serif);
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--mfw-footer-text, #d0d0d0);
  }

  .mfw-footer__newsletter {
    margin-top: 1.5rem;
    max-width: 22rem;
  }

  .mfw-footer__newsletter-heading {
    margin: 0 0 0.5rem;
    font-family: var(--mfw-footer-heading-font, 'League Gothic', sans-serif);
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mfw-footer-heading, #ffffff);
  }

  .mfw-footer__newsletter-sub {
    margin-bottom: 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
  }

  .mfw-footer__newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .mfw-footer__newsletter-input {
    flex: 1 1 12rem;
    min-width: 0;
    min-height: 44px;
    padding: 0.625rem 0.875rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-family: var(--mfw-footer-body-font, 'Montserrat', sans-serif);
    font-size: 0.875rem;
  }

  .mfw-footer__newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.45);
  }

  .mfw-footer__newsletter-btn {
    min-height: 44px;
    padding: 0.625rem 1.25rem;
    border: 2px solid var(--mfw-footer-accent, #e6c200);
    border-radius: 6px;
    background-color: var(--mfw-footer-accent, #e6c200);
    color: #080f0e;
    font-family: var(--mfw-footer-heading-font, 'League Gothic', sans-serif);
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
  }

  .mfw-footer__newsletter-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
  }

  .mfw-footer__form-msg {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
  }

  .mfw-footer__form-msg--error {
    color: #f5a3a3;
  }

  .mfw-footer__form-msg--success {
    color: #9fd89f;
  }

  .mfw-footer__acc-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .mfw-footer__acc-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0;
    padding: 1.125rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    user-select: none;
  }

  .mfw-footer__col-title {
    font-family: var(--mfw-footer-heading-font, 'League Gothic', sans-serif);
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mfw-footer-heading, #ffffff);
  }

  .mfw-footer__acc-icon {
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    flex-shrink: 0;
    border-right: 2px solid var(--mfw-footer-accent, #e6c200);
    border-bottom: 2px solid var(--mfw-footer-accent, #e6c200);
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }

  .mfw-footer__acc-input:checked + .mfw-footer__acc-label .mfw-footer__acc-icon {
    transform: rotate(-135deg);
  }

  .mfw-footer__acc-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }

  .mfw-footer__acc-input:checked ~ .mfw-footer__acc-panel {
    max-height: 28rem;
    padding-bottom: 1.25rem;
  }

  .mfw-footer__links,
  .mfw-footer__contact-list,
  .mfw-footer__social-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mfw-footer__links a,
  .mfw-footer__contact-item a {
    font-family: var(--mfw-footer-body-font, 'Montserrat', sans-serif);
    font-size: 0.875rem;
    line-height: 1.5;
    text-decoration: none;
    color: var(--mfw-footer-text, #d0d0d0);
    transition: color 0.2s ease;
  }

  .mfw-footer__links li + li,
  .mfw-footer__contact-item + .mfw-footer__contact-item {
    margin-top: 0.65rem;
  }

  .mfw-footer__links a:hover,
  .mfw-footer__links a:focus-visible,
  .mfw-footer__contact-item a:hover,
  .mfw-footer__contact-item a:focus-visible {
    color: var(--mfw-footer-accent, #e6c200);
  }

  .mfw-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-family: var(--mfw-footer-body-font, 'Montserrat', sans-serif);
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--mfw-footer-text, #d0d0d0);
  }

  .mfw-footer__contact-icon,
  .mfw-footer__contact-icon-img {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: var(--mfw-footer-accent, #e6c200);
  }

  .mfw-footer__contact-icon-img {
    object-fit: contain;
  }

  @media screen and (max-width: 749px) {
    .mfw-footer__col--help .mfw-footer__acc-panel {
      text-align: center;
    }

    .mfw-footer__col--help .mfw-footer__contact-list {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .mfw-footer__col--help .mfw-footer__contact-item {
      justify-content: center;
      width: fit-content;
      max-width: 100%;
    }

    .mfw-footer__col--help .mfw-footer__social {
      text-align: center;
    }

    .mfw-footer__col--help .mfw-footer__social-list {
      justify-content: center;
    }
  }

  .mfw-footer__social {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mfw-footer__social-label {
    margin: 0 0 0.75rem;
    font-family: var(--mfw-footer-heading-font, 'League Gothic', sans-serif);
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mfw-footer-heading, #ffffff);
  }

  .mfw-footer__social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
  }

  .mfw-footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: var(--mfw-footer-accent, #e6c200);
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  }

  .mfw-footer__social-link:hover,
  .mfw-footer__social-link:focus-visible {
    border-color: var(--mfw-footer-accent, #e6c200);
    background-color: rgba(230, 194, 0, 0.12);
    color: #ffffff;
  }

  .mfw-footer__social-link .icon {
    width: 1rem;
    height: 1rem;
  }

  .mfw-footer__bottom {
    padding: 0 1.25rem var(--mfw-footer-padding-bottom, 2rem);
    background-color: var(--mfw-footer-bg, #080f0e);
  }

  .mfw-footer__bottom-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 0.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mfw-footer__bottom-left {
    width: 100%;
    text-align: center;
  }

  .mfw-footer__cookie-link {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-family: var(--mfw-footer-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    text-decoration: none;
    color: var(--mfw-footer-text, #d0d0d0);
    transition: color 0.2s ease;
  }

  .mfw-footer__cookie-link:hover,
  .mfw-footer__cookie-link:focus-visible {
    color: var(--mfw-footer-accent, #e6c200);
  }

  .mfw-footer__bottom-payments {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .mfw-footer__bottom-payments::-webkit-scrollbar {
    display: none;
  }

  .mfw-footer__payment-list {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.375rem 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
  }

  .mfw-footer__payment-item {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
  }

  .mfw-footer__payment-icon {
    display: block;
    width: 1.75rem;
    height: auto;
    max-height: 1.125rem;
    object-fit: contain;
  }

  .mfw-footer__payment-item svg {
    width: 1.75rem;
    height: 1.125rem;
  }

  .mfw-footer__copyright,
  .mfw-footer__powered {
    margin: 0;
    font-family: var(--mfw-footer-body-font, 'Montserrat', sans-serif);
    font-size: 0.75rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
  }

  .mfw-footer__powered a {
    color: inherit;
  }

  @media screen and (min-width: 750px) {
    .mfw-footer__bottom-bar {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
    }

    .mfw-footer__bottom-left {
      flex: 1 1 auto;
      min-width: 0;
      text-align: left;
    }

    .mfw-footer__bottom-payments {
      flex: 0 1 auto;
      width: auto;
      max-width: none;
      overflow: visible;
    }

    .mfw-footer__payment-list {
      display: flex;
      justify-content: flex-end;
    }
  }

  @media screen and (min-width: 750px) {
    .mfw-footer__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 2rem 2.5rem;
    }

    .mfw-footer__brand {
      grid-column: 1 / -1;
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none;
    }

    .mfw-footer__acc-label {
      display: block;
      padding: 0 0 1rem;
      border-bottom: none;
      cursor: default;
      pointer-events: none;
    }

    .mfw-footer__acc-icon {
      display: none;
    }

    .mfw-footer__acc-panel {
      max-height: none !important;
      overflow: visible;
      padding-bottom: 0 !important;
    }

    .mfw-footer__col {
      border-bottom: none;
    }

    .mfw-footer__col--help .mfw-footer__acc-panel {
      text-align: left;
    }

    .mfw-footer__col--help .mfw-footer__contact-list {
      display: block;
      align-items: stretch;
    }

    .mfw-footer__col--help .mfw-footer__contact-item {
      justify-content: flex-start;
      width: auto;
    }

    .mfw-footer__col--help .mfw-footer__social {
      text-align: left;
    }

    .mfw-footer__col--help .mfw-footer__social-list {
      justify-content: flex-start;
    }
  }

  @media screen and (min-width: 990px) {
    .mfw-footer__grid {
      grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
      gap: 2.5rem 2rem;
      align-items: start;
    }

    .mfw-footer__brand {
      grid-column: auto;
      padding-right: 1rem;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:mfw-brand-catalog (INDEX:25) */
.shopify-section.mfw-bc-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-content:has(.mfw-bc) {
    padding-top: 0;
    background-color: var(--mfw-bc-bg, #080f0e);
  }

  .mfw-bc {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--mfw-bc-bg, #080f0e);
    padding-top: var(--mfw-bc-padding-top, 64px);
    padding-bottom: var(--mfw-bc-padding-bottom, 64px);
  }

  .mfw-bc__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-bc__picture,
  .mfw-bc__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mfw-bc__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: var(--mfw-bc-overlay-color, #080f0e);
    opacity: var(--mfw-bc-overlay, 0.85);
    pointer-events: none;
  }

  .mfw-bc__container {
    position: relative;
    z-index: 2;
    max-width: var(--mfw-bc-content-max, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
  }

  .mfw-bc__header {
    margin-bottom: 1.5rem;
  }

  .mfw-bc__title {
    margin: 0;
    max-width: min(100%, 1000px);
    font-family: var(--mfw-bc-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mfw-bc-title-color, #ffffff);
  }

  .mfw-bc__title-rule {
    display: block;
    width: min(280px, 70%);
    height: 3px;
    margin-top: 1rem;
    background: linear-gradient(90deg, var(--mfw-bc-accent, #e6c200), transparent);
  }

  .mfw-bc__content {
    margin: 0 0 2.5rem;
    max-width: min(100%, 1000px);
    font-family: var(--mfw-bc-body-font, 'Montserrat', sans-serif);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--mfw-bc-body-color, rgba(255, 255, 255, 0.82));
  }

  .mfw-bc__content p,
  .mfw-bc__content li {
    color: inherit;
  }

  .mfw-bc__content a {
    color: var(--mfw-bc-accent, #e6c200);
  }

  .mfw-bc__categories {
    display: grid;
    gap: 3.5rem;
  }

  .mfw-bc__category-header {
    margin-bottom: 1.5rem;
  }

  .mfw-bc__category-title {
    margin: 0;
    font-family: var(--mfw-bc-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(1.875rem, 4vw, 2.75rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mfw-bc-category-color, #ffffff);
  }

  .mfw-bc__category-rule {
    display: block;
    width: min(120px, 30%);
    height: 3px;
    margin-top: 0.875rem;
    border-radius: 2px;
    background: var(--mfw-bc-accent, #e6c200);
  }

  .mfw-bc__cards {
    display: grid;
    grid-template-columns: repeat(var(--mfw-bc-cols-mobile, 2), minmax(0, 1fr));
    gap: 1.125rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mfw-bc__card-item {
    display: flex;
    min-width: 0;
  }

  .mfw-bc__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 140px;
    border: 1px solid rgba(230, 194, 0, 0.28);
    border-radius: var(--mfw-bc-card-radius, 14px);
    background: var(--mfw-bc-card-bg, #000000);
    color: var(--mfw-bc-card-text, #ffffff);
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }

  .mfw-bc__card:hover,
  .mfw-bc__card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(230, 194, 0, 0.55);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    outline: none;
  }

  .mfw-bc__card-media--logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    aspect-ratio: 5 / 4;
    padding: 1.5rem 1.25rem;
    background: linear-gradient(180deg, #101615 0%, #000000 100%);
  }

  .mfw-bc__card-logo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 88px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s ease;
  }

  .mfw-bc__card:hover .mfw-bc__card-logo,
  .mfw-bc__card:focus-visible .mfw-bc__card-logo {
    transform: scale(1.04);
  }

  .mfw-bc__card--text-only {
    justify-content: center;
  }

  .mfw-bc__card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
    padding: 1.375rem 1.375rem 0;
    background: var(--mfw-bc-card-bg, #000000);
  }

  .mfw-bc__card-body--name-only {
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    flex: 1 1 auto;
    padding: 1.75rem 1.25rem;
  }

  .mfw-bc__card-body--compact {
    padding-top: 0.75rem;
    padding-bottom: 0;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .mfw-bc__card-body--desc {
    padding-top: 0.5rem;
    padding-bottom: 0;
  }

  .mfw-bc__card-title {
    margin: 0;
    font-family: var(--mfw-bc-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .mfw-bc__card-title--solo {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
  }

  .mfw-bc__card-title--below-logo {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  }

  .mfw-bc__card-rule {
    display: block;
    width: 100%;
    max-width: 120px;
    height: 2px;
    margin: 0.875rem 0 0;
    background: var(--mfw-bc-accent, #e6c200);
  }

  .mfw-bc__card-body--name-only .mfw-bc__card-rule {
    margin-left: auto;
    margin-right: auto;
  }

  .mfw-bc__card-desc {
    margin: 0;
    font-family: var(--mfw-bc-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
  }

  .mfw-bc__card-footer {
    margin-top: auto;
    padding: 1rem 1.375rem 1.375rem;
    background: var(--mfw-bc-card-bg, #000000);
  }

  .mfw-bc__card-action {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--mfw-bc-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mfw-bc-accent, #e6c200);
    transition: gap 0.2s ease;
  }

  .mfw-bc__card-action-text {
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
  }

  .mfw-bc__card-action-arrow {
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  .mfw-bc__card:hover .mfw-bc__card-action,
  .mfw-bc__card:focus-visible .mfw-bc__card-action {
    gap: 0.55rem;
  }

  .mfw-bc__card:hover .mfw-bc__card-action-arrow,
  .mfw-bc__card:focus-visible .mfw-bc__card-action-arrow {
    transform: translateX(2px);
  }

  @media screen and (min-width: 750px) {
    .mfw-bc__cards {
      grid-template-columns: repeat(var(--mfw-bc-cols-tablet, 3), minmax(0, 1fr));
      gap: 1.375rem;
    }

    .mfw-bc__card-media--logo {
      padding: 1.75rem 1.5rem;
    }

    .mfw-bc__card-logo {
      max-height: 96px;
    }
  }

  @media screen and (min-width: 990px) {
    .mfw-bc__cards {
      grid-template-columns: repeat(var(--mfw-bc-cols-desktop, 4), minmax(0, 1fr));
      gap: 1.625rem;
    }
  }

  @media screen and (max-width: 479px) {
    .mfw-bc__cards {
      grid-template-columns: repeat(var(--mfw-bc-cols-mobile, 1), minmax(0, 1fr));
    }
  }
/* END_SECTION:mfw-brand-catalog */

/* START_SECTION:mfw-brand-hero (INDEX:26) */
.shopify-section.mfw-brand-hero-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mfw-brand-hero {
    --mfw-brand-bg: #080f0e;
    --mfw-brand-yellow: #e6c200;
    --mfw-brand-blue: #1f7dbd;
    --mfw-brand-heading-font: 'League Gothic', 'Oswald', Impact, 'Arial Narrow', sans-serif;
    --mfw-brand-body-font: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --mfw-brand-btn-font: 'Oswald', 'Montserrat', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: var(--mfw-brand-min-height-mobile, 520px);
    overflow: hidden;
    background-color: var(--mfw-brand-bg);
    padding: 3rem 0;
  }

  .mfw-brand-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .mfw-brand-hero__picture,
  .mfw-brand-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 8s ease-out;
  }

  .mfw-brand-hero:hover .mfw-brand-hero__image {
    transform: scale(1.04);
  }

  .mfw-brand-hero__placeholder {
    width: 100%;
    height: 100%;
    background:
      radial-gradient(circle at 75% 35%, rgba(31, 125, 189, 0.2), transparent 45%),
      radial-gradient(circle at 15% 75%, rgba(230, 194, 0, 0.08), transparent 40%),
      linear-gradient(135deg, #0a1211 0%, #080f0e 55%, #050807 100%);
  }

  .mfw-brand-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: var(--mfw-brand-bg);
    opacity: calc(var(--mfw-brand-overlay, 0.45) * 0.35);
    pointer-events: none;
  }

  .mfw-brand-hero__gradient {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }

  .mfw-brand-hero--align-left .mfw-brand-hero__gradient {
    background: linear-gradient(
      90deg,
      rgba(8, 15, 14, calc(0.55 + var(--mfw-brand-overlay, 0.45) * 0.45)) 0%,
      rgba(8, 15, 14, calc(0.35 + var(--mfw-brand-overlay, 0.45) * 0.25)) 38%,
      rgba(8, 15, 14, 0.12) 62%,
      rgba(8, 15, 14, 0) 100%
    );
  }

  .mfw-brand-hero--align-right .mfw-brand-hero__gradient {
    background: linear-gradient(
      270deg,
      rgba(8, 15, 14, calc(0.55 + var(--mfw-brand-overlay, 0.45) * 0.45)) 0%,
      rgba(8, 15, 14, calc(0.35 + var(--mfw-brand-overlay, 0.45) * 0.25)) 38%,
      rgba(8, 15, 14, 0.12) 62%,
      rgba(8, 15, 14, 0) 100%
    );
  }

  .mfw-brand-hero__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .mfw-brand-hero--align-left .mfw-brand-hero__inner {
    justify-content: flex-start;
  }

  .mfw-brand-hero--align-right .mfw-brand-hero__inner {
    justify-content: flex-end;
  }

  .mfw-brand-hero__panel {
    width: min(100%, 520px);
    padding: 1.75rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    background: rgba(8, 15, 14, calc(0.72 + var(--mfw-brand-overlay, 0.45) * 0.2));
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
    opacity: 0;
    transform: translateY(18px);
    animation: mfw-brand-hero-fade-in 0.7s ease forwards;
  }

  @keyframes mfw-brand-hero-fade-in {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .mfw-brand-hero__logo {
    margin-bottom: 1.25rem;
  }

  .mfw-brand-hero__logo-img {
    display: block;
    width: auto;
    max-width: min(280px, 100%);
    height: auto;
    max-height: 72px;
    object-fit: contain;
    object-position: left center;
  }

  .mfw-brand-hero--align-right .mfw-brand-hero__logo-img {
    object-position: right center;
    margin-left: auto;
  }

  .mfw-brand-hero__brand-name {
    margin: 0 0 1.25rem;
    font-family: var(--mfw-brand-heading-font);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
  }

  .mfw-brand-hero__description {
    margin-bottom: 1.5rem;
    font-family: var(--mfw-brand-body-font);
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #e8e8e8;
  }

  .mfw-brand-hero__description.rte,
  .mfw-brand-hero__description.rte p,
  .mfw-brand-hero__description.rte li,
  .mfw-brand-hero__description.rte span {
    color: #e8e8e8;
  }

  .mfw-brand-hero__description.rte strong {
    color: #fff;
    font-weight: 700;
  }

  .mfw-brand-hero__description.rte p {
    margin: 0;
  }

  .mfw-brand-hero__description.rte p + p,
  .mfw-brand-hero__description.rte ul,
  .mfw-brand-hero__description.rte ol {
    margin-top: 0.75rem;
  }

  .mfw-brand-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.75rem;
    border: 0;
    border-radius: 6px;
    background: var(--mfw-brand-yellow);
    font-family: var(--mfw-brand-btn-font);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--mfw-brand-bg);
    cursor: pointer;
    transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
  }

  .mfw-brand-hero__btn:hover,
  .mfw-brand-hero__btn:focus-visible {
    background: #fff;
    color: var(--mfw-brand-bg);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 28px rgba(230, 194, 0, 0.28);
    outline: none;
  }

  @media screen and (min-width: 750px) {
    .mfw-brand-hero {
      min-height: var(--mfw-brand-min-height, 560px);
      padding: 4rem 0;
    }

    .mfw-brand-hero--align-left .mfw-brand-hero__panel {
      text-align: left;
    }

    .mfw-brand-hero--align-right .mfw-brand-hero__panel {
      text-align: right;
    }

    .mfw-brand-hero--align-right .mfw-brand-hero__btn {
      margin-left: auto;
    }
  }

  @media screen and (max-width: 749px) {
    .mfw-brand-hero__inner {
      justify-content: center;
    }

    .mfw-brand-hero__panel {
      text-align: center;
      width: 100%;
      max-width: 520px;
    }

    .mfw-brand-hero__logo-img {
      margin: 0 auto;
      object-position: center;
    }

    .mfw-brand-hero__btn {
      display: flex;
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mfw-brand-hero__panel {
      animation: none;
      opacity: 1;
      transform: none;
    }

    .mfw-brand-hero:hover .mfw-brand-hero__image {
      transform: none;
    }

    .mfw-brand-hero__btn:hover,
    .mfw-brand-hero__btn:focus-visible {
      transform: none;
    }
  }
/* END_SECTION:mfw-brand-hero */

/* START_SECTION:mfw-built-around-you (INDEX:27) */
.shopify-section.mfw-built-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mfw-built {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--mfw-built-bg, #080f0e);
    padding-top: var(--mfw-built-padding-top, 64px);
    padding-bottom: var(--mfw-built-padding-bottom, 64px);
  }

  .mfw-built__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-built__picture,
  .mfw-built__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mfw-built__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: var(--mfw-built-overlay-color, #080f0e);
    opacity: var(--mfw-built-overlay, 0.85);
    pointer-events: none;
  }

  .mfw-built__container {
    position: relative;
    z-index: 2;
    max-width: var(--mfw-built-content-max, 1400px);
    margin: 0 auto;
  }

  .mfw-built__header {
    margin-bottom: 3rem;
    text-align: center;
  }

  .mfw-built__eyebrow {
    margin: 0 0 1rem;
    font-family: var(--mfw-built-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mfw-built-eyebrow-color, #1f7dbd);
  }

  .mfw-built__heading {
    margin: 0;
    font-family: var(--mfw-built-heading-font, var(--font-heading, 'League Gothic', sans-serif));
    font-size: var(--mfw-built-heading-size-mobile, 2.5rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: linear-gradient(
      90deg,
      var(--mfw-built-gradient-start, #fff4cc) 0%,
      var(--mfw-built-gradient-end, #838383) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .mfw-built__heading-divider {
    display: block;
    width: 3.5rem;
    height: 3px;
    margin: 1.25rem auto 1.5rem;
    border-radius: 2px;
    background-color: var(--mfw-built-accent, #1f7dbd);
  }

  .mfw-built__description {
    max-width: 42rem;
    margin: 0 auto;
    font-family: var(--mfw-built-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
    font-weight: 400;
    line-height: 1.6;
    color: var(--mfw-built-desc-color, #b8b8b8);
  }

  .mfw-built__steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
  }

  .mfw-built__step {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .mfw-built__step-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
  }

  .mfw-built__step-number {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    min-height: 4.5rem;
  }

  .mfw-built__step-number-img {
    width: auto;
    max-width: 4.5rem;
    height: auto;
    max-height: 4.5rem;
    object-fit: contain;
  }

  .mfw-built__step-number-fallback {
    font-family: var(--mfw-built-heading-font, var(--font-heading, 'League Gothic', sans-serif));
    font-size: clamp(3rem, 8vw, 4.5rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    color: transparent;
    -webkit-text-stroke: 2px var(--mfw-built-accent, #1f7dbd);
    text-stroke: 2px var(--mfw-built-accent, #1f7dbd);
    paint-order: stroke fill;
  }

  .mfw-built__step-title-wrap {
    flex: 1 1 auto;
    min-width: 0;
  }

  .mfw-built__step-title {
    margin: 0 0 0.5rem;
    font-family: var(--mfw-built-step-title-font, var(--font-heading, 'League Gothic', sans-serif));
    font-size: var(--mfw-built-step-title-size-mobile, 1.5rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .mfw-built__step-underline,
  .mfw-built__feature-underline {
    display: block;
    width: 2.75rem;
    height: 3px;
    border-radius: 2px;
    background-color: var(--mfw-built-accent, #1f7dbd);
  }

  .mfw-built__step-media {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
  }

  .mfw-built__step-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
  }

  .mfw-built__step-desc {
    margin: 0;
    font-family: var(--mfw-built-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
    color: var(--mfw-built-desc-color, #b8b8b8);
  }

  .mfw-built__feature-bar {
    border: 2px solid var(--mfw-built-bar-border, #1f7dbd);
    border-radius: var(--mfw-built-bar-radius, 12px);
    background-color: var(--mfw-built-bar-bg, #1e1e1e);
    padding: 1.75rem 1.25rem;
  }

  .mfw-built__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .mfw-built__feature {
    padding: 0;
  }

  .mfw-built__feature-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    max-width: 100%;
  }

  .mfw-built__feature-icon-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    color: var(--mfw-built-accent, #1f7dbd);
  }

  .mfw-built__feature-icon-img {
    width: 3.25rem;
    height: 3.25rem;
    object-fit: contain;
  }

  .mfw-built__feature-icon-svg {
    display: flex;
    width: 3.25rem;
    height: 3.25rem;
  }

  .mfw-built__feature-icon-svg svg {
    width: 100%;
    height: 100%;
  }

  .mfw-built__feature-content {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  .mfw-built__feature-title {
    margin: 0 0 0.4rem;
    font-family: var(--mfw-built-step-title-font, var(--font-heading, 'League Gothic', sans-serif));
    font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .mfw-built__feature-underline {
    margin: 0 0 0.65rem;
  }

  .mfw-built__feature-desc {
    margin: 0;
    font-family: var(--mfw-built-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--mfw-built-desc-color, #b8b8b8);
  }

  @media screen and (min-width: 750px) {
    .mfw-built__heading {
      font-size: var(--mfw-built-heading-size, 3.5rem);
    }

    .mfw-built__step-title {
      font-size: var(--mfw-built-step-title-size, 2rem);
    }

    .mfw-built__steps {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem 1.5rem;
    }

    .mfw-built__features {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem 1.25rem;
    }

    .mfw-built__feature-bar {
      padding: 1.75rem 1.5rem;
    }
  }

  @media screen and (min-width: 990px) {
    .mfw-built__steps {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem 1.75rem;
    }

    .mfw-built__features {
      grid-template-columns: repeat(4, 1fr);
      gap: 1.25rem;
      align-items: stretch;
    }

    .mfw-built__feature {
      padding: 0 0.75rem;
      min-height: 7rem;
    }

    .mfw-built__feature-inner {
      height: 100%;
    }
  }
/* END_SECTION:mfw-built-around-you */

/* START_SECTION:mfw-faq-accordion (INDEX:30) */
.main-content:has(.mfw-faq) {
    padding-top: 0;
    background-color: #080f0e;
  }

  .shopify-section.mfw-faq-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mfw-faq {
    position: relative;
    overflow: hidden;
    background-color: var(--mfw-faq-bg, #080f0e);
    padding-top: var(--mfw-faq-padding-top, 72px);
    padding-bottom: var(--mfw-faq-padding-bottom, 72px);
  }

  .mfw-faq__bottom-rule {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 2px;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      transparent 0%,
      var(--mfw-faq-accent, #e6c200) 18%,
      var(--mfw-faq-accent, #e6c200) 82%,
      transparent 100%
    );
    box-shadow: 0 0 18px rgba(230, 194, 0, 0.35);
  }

  .mfw-faq__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-faq__bg-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mfw-faq__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(8, 15, 14, 0.92) 0%, rgba(8, 15, 14, 0.88) 100%),
      var(--mfw-faq-overlay-color, #080f0e);
    opacity: var(--mfw-faq-overlay, 0.9);
    pointer-events: none;
  }

  .mfw-faq__inner {
    position: relative;
    z-index: 2;
    max-width: var(--mfw-faq-content-max, 960px);
    margin: 0 auto;
    box-sizing: border-box;
  }

  .mfw-faq__header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }

  .mfw-faq__header-copy {
    text-align: center;
  }

  .mfw-faq__eyebrow {
    margin: 0 0 0.75rem;
    font-family: var(--mfw-faq-body-font, 'Montserrat', sans-serif);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mfw-faq-eyebrow, #e6c200);
  }

  .mfw-faq__heading {
    margin: 0;
    font-family: var(--mfw-faq-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mfw-faq-heading, #ffffff);
  }

  .mfw-faq__rule {
    display: block;
    width: min(220px, 55%);
    height: 2px;
    margin: 1rem auto 0;
    background: linear-gradient(90deg, transparent, var(--mfw-faq-accent, #e6c200), transparent);
  }

  .mfw-faq__expand-all {
    position: relative;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: var(--mfw-faq-body-font, 'Montserrat', sans-serif);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mfw-faq-accent, #e6c200);
    cursor: pointer;
    white-space: nowrap;
    justify-self: center;
    pointer-events: auto;
  }

  .mfw-faq__expand-all:hover,
  .mfw-faq__expand-all:focus-visible {
    color: #ffffff;
    outline: none;
  }

  .mfw-faq__expand-all-icon {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
  }

  .mfw-faq__list {
    display: grid;
    gap: 0.75rem;
  }

  .mfw-faq__item {
    border: 1px solid var(--mfw-faq-item-border, rgba(255, 255, 255, 0.08));
    border-radius: var(--mfw-faq-item-radius, 10px);
    background: var(--mfw-faq-item-bg, #0e1211);
    overflow: hidden;
    transition: border-color 0.25s ease;
  }

  .mfw-faq__item[open] {
    border-color: rgba(230, 194, 0, 0.22);
  }

  .mfw-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.125rem 1.25rem;
    font-family: var(--mfw-faq-body-font, 'Montserrat', sans-serif);
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--mfw-faq-question, #ffffff);
    cursor: pointer;
    list-style: none;
  }

  .mfw-faq__question::-webkit-details-marker {
    display: none;
  }

  .mfw-faq__question-text {
    flex: 1 1 auto;
    min-width: 0;
  }

  .mfw-faq__toggle {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    transition: color 0.2s ease;
  }

  .mfw-faq__toggle-minus {
    display: none;
    color: var(--mfw-faq-accent, #e6c200);
  }

  .mfw-faq__item[open] .mfw-faq__toggle-plus {
    display: none;
  }

  .mfw-faq__item[open] .mfw-faq__toggle-minus {
    display: inline;
  }

  .mfw-faq__answer {
    padding: 0 1.25rem 1.125rem;
    font-family: var(--mfw-faq-body-font, 'Montserrat', sans-serif);
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--mfw-faq-answer, #b8b8b8);
  }

  .mfw-faq__answer.rte,
  .mfw-faq__answer.rte p,
  .mfw-faq__answer.rte li,
  .mfw-faq__answer.rte span,
  .mfw-faq__answer.rte strong,
  .mfw-faq__answer.rte em {
    color: var(--mfw-faq-answer, #b8b8b8);
  }

  .mfw-faq__answer.rte a:not(.btn) {
    color: var(--mfw-faq-accent, #e6c200);
    border-bottom-color: currentColor;
  }

  .mfw-faq__answer p {
    margin: 0;
    color: inherit;
  }

  .mfw-faq__answer p + p {
    margin-top: 0.75rem;
  }

  @media screen and (min-width: 990px) {
    .mfw-faq__header {
      grid-template-columns: 1fr auto 1fr;
      gap: 1.5rem 2rem;
    }

    .mfw-faq__header-copy {
      grid-column: 2;
      grid-row: 1;
    }

    .mfw-faq__expand-all {
      grid-column: 3;
      grid-row: 1;
      justify-self: end;
      align-self: end;
      margin-bottom: 0.35rem;
    }
  }

  @media screen and (max-width: 749px) {
    .mfw-faq__header {
      margin-bottom: 1.75rem;
    }

    .mfw-faq__question {
      padding: 1rem 1rem;
      font-size: 0.875rem;
    }

    .mfw-faq__answer {
      padding: 0 1rem 1rem;
      font-size: 0.8125rem;
    }
  }
/* END_SECTION:mfw-faq-accordion */

/* START_SECTION:mfw-fitment-contact (INDEX:31) */
.shopify-section.mfw-fitment-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mfw-fitment {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--mfw-fit-bg, #080f0e);
    padding-top: var(--mfw-fit-padding-top, 64px);
    padding-bottom: var(--mfw-fit-padding-bottom, 64px);
  }

  .mfw-fitment__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-fitment__picture,
  .mfw-fitment__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mfw-fitment__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: var(--mfw-fit-overlay-color, #080f0e);
    opacity: var(--mfw-fit-overlay, 0.85);
    pointer-events: none;
  }

  .mfw-fitment__container {
    position: relative;
    z-index: 2;
    max-width: var(--mfw-fit-content-max, 1400px);
    margin: 0 auto;
    box-sizing: border-box;
  }

  /* Match theme .page-width gutters (do not override with smaller padding) */
  .mfw-fitment__container.page-width {
    padding-left: 30px;
    padding-right: 30px;
  }

  @media screen and (min-width: 750px) {
    .mfw-fitment__container.page-width {
      padding-left: 68px;
      padding-right: 68px;
    }
  }

  .mfw-fitment__main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .mfw-fitment__eyebrow {
    margin: 0 0 0.75rem;
    font-family: var(--mfw-fit-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mfw-fit-eyebrow-color, #1f7dbd);
  }

  .mfw-fitment__rule {
    display: block;
    width: 3.5rem;
    height: 3px;
    margin: 0 0 1.25rem;
    border-radius: 2px;
    background-color: var(--mfw-fit-accent, #1f7dbd);
  }

  .mfw-fitment__rule--short {
    width: 2.5rem;
    margin-bottom: 1rem;
  }

  .mfw-fitment__heading {
    margin: 0 0 1rem;
    font-family: var(--mfw-fit-heading-font, 'League Gothic', sans-serif);
    font-size: var(--mfw-fit-heading-size-mobile, 3.5rem);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--mfw-fit-heading-color, #ffffff);
  }

  .mfw-fitment__heading-line {
    display: block;
  }

  .mfw-fitment__description {
    margin: 0 0 1.75rem;
    max-width: 28rem;
    font-family: var(--mfw-fit-body-font, 'Montserrat', sans-serif);
    font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
    font-weight: 400;
    line-height: 1.6;
    color: var(--mfw-fit-desc-color, #d8d8d8);
  }

  .mfw-fitment__team {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.25rem;
  }

  .mfw-fitment__avatars {
    display: flex;
    flex-shrink: 0;
    align-items: center;
  }

  .mfw-fitment__avatar {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 2px solid var(--mfw-fit-accent, #1f7dbd);
    object-fit: cover;
    background-color: #1a1a1a;
    color: var(--mfw-fit-accent, #1f7dbd);
  }

  .mfw-fitment__avatar + .mfw-fitment__avatar {
    margin-left: -0.85rem;
  }

  .mfw-fitment__avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .mfw-fitment__avatar--placeholder svg {
    width: 1.75rem;
    height: 1.75rem;
  }

  .mfw-fitment__team-title {
    margin: 0 0 0.25rem;
    font-family: var(--mfw-fit-heading-font, 'League Gothic', sans-serif);
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .mfw-fitment__team-text {
    margin: 0;
    font-family: var(--mfw-fit-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--mfw-fit-desc-color, #b8b8b8);
  }

  .mfw-fitment__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .mfw-fitment__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 1.75rem 1.5rem;
    border: 2px solid var(--mfw-fit-card-border, #1f7dbd);
    border-radius: 12px;
    background-color: var(--mfw-fit-card-bg, rgba(14, 18, 17, 0.92));
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .mfw-fitment__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(31, 125, 189, 0.28);
  }

  .mfw-fitment__card-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    border: 2px solid var(--mfw-fit-accent, #1f7dbd);
    color: var(--mfw-fit-accent, #1f7dbd);
    background: transparent;
  }

  .mfw-fitment__card-icon-wrap--filled {
    background-color: var(--mfw-fit-accent, #1f7dbd);
    color: #ffffff;
  }

  .mfw-fitment__card-icon-img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
  }

  .mfw-fitment__card-icon-svg {
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
  }

  .mfw-fitment__card-icon-svg svg {
    width: 100%;
    height: 100%;
  }

  .mfw-fitment__card-title {
    margin: 0 0 0.65rem;
    font-family: var(--mfw-fit-heading-font, 'League Gothic', sans-serif);
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }

  .mfw-fitment__card-divider {
    display: block;
    width: 2.75rem;
    height: 3px;
    margin: 0 auto 1rem;
    border-radius: 2px;
    background-color: var(--mfw-fit-accent, #1f7dbd);
  }

  .mfw-fitment__card-desc {
    margin: 0 0 1.25rem;
    font-family: var(--mfw-fit-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    line-height: 1.5;
    text-align: center;
    color: var(--mfw-fit-desc-color, #a8a8a8);
  }

  .mfw-fitment__card-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 0.35rem;
    font-family: var(--mfw-fit-body-font, 'Montserrat', sans-serif);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: var(--mfw-fit-accent, #1f7dbd);
  }

  .mfw-fitment__card-info-icon,
  .mfw-fitment__card-info-icon-img {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
  }

  .mfw-fitment__card-info-icon-img {
    object-fit: contain;
  }

  .mfw-fitment__card-support {
    margin: 0 0 1.5rem;
    font-family: var(--mfw-fit-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    line-height: 1.4;
    text-align: center;
    color: var(--mfw-fit-desc-color, #9a9a9a);
  }

  .mfw-fitment__card-info.mfw-fitment__card-info--plain-line {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }

  .mfw-fitment__card-support.mfw-fitment__card-support--accent-line {
    margin-top: 0.15rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--mfw-fit-accent, #1f7dbd);
  }

  .mfw-fitment__card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    margin-top: auto;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: var(--mfw-fit-heading-font, 'League Gothic', sans-serif);
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  }

  button.mfw-fitment__card-btn {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
  }

  .mfw-fitment__card-btn.mfw-fitment__card-btn--filled {
    color: #ffffff;
    border-bottom: none;
    background-color: var(--mfw-fit-accent, #1f7dbd);
    border: 2px solid var(--mfw-fit-accent, #1f7dbd);
  }

  .mfw-fitment__card-btn.mfw-fitment__card-btn--filled span {
    color: #ffffff;
  }

  .mfw-fitment__card-btn.mfw-fitment__card-btn--filled:hover,
  .mfw-fitment__card-btn.mfw-fitment__card-btn--filled:focus-visible {
    color: #ffffff;
    transform: translateY(-1px);
    filter: brightness(1.05);
  }

  .mfw-fitment__card-btn.mfw-fitment__card-btn--filled:hover span,
  .mfw-fitment__card-btn.mfw-fitment__card-btn--filled:focus-visible span {
    color: #ffffff;
  }

  .mfw-fitment__card-btn--outline {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid var(--mfw-fit-accent, #1f7dbd);
  }

  .mfw-fitment__card-btn--outline:hover,
  .mfw-fitment__card-btn--outline:focus-visible {
    background-color: rgba(31, 125, 189, 0.15);
    transform: translateY(-1px);
  }

  .mfw-fitment__card-btn:focus {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
  }

  .mfw-fitment__card-btn-icon {
    display: flex;
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
  }

  .mfw-fitment__card-btn-icon svg {
    width: 100%;
    height: 100%;
  }

  .mfw-fitment__card-btn-icon-img {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    object-fit: contain;
  }

  .mfw-fitment__feature-bar {
    border: 2px solid var(--mfw-fit-bar-border, #1f7dbd);
    border-radius: 12px;
    background-color: var(--mfw-fit-bar-bg, #1e1e1e);
    padding: 1.5rem 1.25rem;
  }

  .mfw-fitment__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: stretch;
  }

  .mfw-fitment__feature {
    min-width: 0;
  }

  .mfw-fitment__feature-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.875rem;
    height: 100%;
    max-width: 100%;
  }

  .mfw-fitment__feature-icon-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    color: var(--mfw-fit-accent, #1f7dbd);
  }

  .mfw-fitment__feature-icon-img {
    width: 3.25rem;
    height: 3.25rem;
    object-fit: contain;
  }

  .mfw-fitment__feature-icon-svg {
    display: flex;
    width: 3.25rem;
    height: 3.25rem;
  }

  .mfw-fitment__feature-icon-svg svg {
    width: 100%;
    height: 100%;
  }

  .mfw-fitment__feature-content {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  .mfw-fitment__feature-title {
    margin: 0 0 0.25rem;
    font-family: var(--mfw-fit-heading-font, 'League Gothic', sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .mfw-fitment__feature-desc {
    margin: 0;
    font-family: var(--mfw-fit-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.45;
    color: #ffffff;
  }

  @media screen and (max-width: 749px) {
    .mfw-fitment__card-btn {
      width: 100%;
    }

    .mfw-fitment__team {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  @media screen and (min-width: 750px) {
    .mfw-fitment__heading {
      font-size: var(--mfw-fit-heading-size, 5.75rem);
    }

    .mfw-fitment__cards {
      grid-template-columns: repeat(2, 1fr);
    }

    .mfw-fitment__features {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.25rem 1.5rem;
    }

    .mfw-fitment__feature-bar {
      padding: 1.5rem 1.5rem;
    }

    .mfw-fitment__feature-title {
      font-size: 0.9375rem;
    }
  }

  @media screen and (min-width: 990px) {
    .mfw-fitment__main {
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
      gap: 2.5rem 2rem;
      align-items: start;
    }

    .mfw-fitment__cards {
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }

    .mfw-fitment__features {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.5rem 1.25rem;
      align-items: center;
    }

    .mfw-fitment__feature-bar {
      padding: 1.625rem 2rem;
    }

    .mfw-fitment__feature-inner {
      gap: 1rem;
    }

    .mfw-fitment__feature-icon-wrap {
      width: 3.5rem;
      height: 3.5rem;
    }

    .mfw-fitment__feature-icon-img,
    .mfw-fitment__feature-icon-svg {
      width: 3.5rem;
      height: 3.5rem;
    }

    .mfw-fitment__feature-title {
      font-size: 1.0625rem;
      margin-bottom: 0.35rem;
    }

    .mfw-fitment__feature-desc {
      font-size: 0.8125rem;
    }
  }
/* END_SECTION:mfw-fitment-contact */

/* START_SECTION:mfw-reviews-romw (INDEX:34) */
.shopify-section.mfw-romw-reviews-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mfw-romw-reviews {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--mfw-romw-bg, #080f0e);
    padding-top: var(--mfw-romw-padding-top, 64px);
    padding-bottom: var(--mfw-romw-padding-bottom, 64px);
  }

  .mfw-romw-reviews__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-romw-reviews__picture,
  .mfw-romw-reviews__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mfw-romw-reviews__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: var(--mfw-romw-overlay-color, #080f0e);
    opacity: var(--mfw-romw-overlay, 0.88);
    pointer-events: none;
  }

  .mfw-romw-reviews__container {
    position: relative;
    z-index: 2;
    max-width: var(--mfw-romw-content-max, 1200px);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mfw-romw-reviews__header {
    margin-bottom: 2.5rem;
    text-align: center;
  }

  .mfw-romw-reviews__eyebrow {
    margin: 0 0 0.75rem;
    font-family: var(--mfw-romw-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mfw-romw-eyebrow-color, #e6c200);
  }

  .mfw-romw-reviews__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.06em;
    width: 100%;
    max-width: 16em;
    margin: 0 auto;
    font-family: var(--mfw-romw-heading-font, 'League Gothic', sans-serif);
    font-size: var(--mfw-romw-heading-size-mobile, 2rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: var(--mfw-romw-heading-color, #ffffff);
  }

  .mfw-romw-reviews__heading-line {
    display: block;
  }

  .mfw-romw-reviews__divider {
    display: block;
    width: 3.5rem;
    height: 3px;
    margin: 1.25rem auto 1.25rem;
    border-radius: 2px;
    background-color: var(--mfw-romw-accent, #e6c200);
  }

  .mfw-romw-reviews__subtitle {
    max-width: 40rem;
    margin: 0 auto;
    font-family: var(--mfw-romw-body-font, 'Montserrat', sans-serif);
    font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
    line-height: 1.6;
    color: var(--mfw-romw-subtitle-color, #d0d0d0);
  }

  .mfw-romw-reviews__widget-area {
    margin-bottom: 2.5rem;
    width: 100%;
    overflow: hidden;
  }

  .mfw-romw-reviews__widget {
    width: 100%;
    max-width: 100%;
    min-height: 320px;
  }

  .mfw-romw-reviews__widget iframe {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 320px;
    border: 0;
    background: transparent;
  }

  .mfw-romw-reviews__placeholder {
    padding: 2rem;
    text-align: center;
    border: 1px dashed var(--mfw-romw-card-border, #e6c200);
    border-radius: var(--mfw-romw-card-radius, 12px);
    color: var(--mfw-romw-subtitle-color, #d0d0d0);
    font-family: var(--mfw-romw-body-font, 'Montserrat', sans-serif);
    font-size: 0.875rem;
  }

  .mfw-romw-reviews__css-guide {
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    border: 1px solid var(--mfw-romw-accent, #e6c200);
    border-radius: 8px;
    background: rgba(30, 30, 30, 0.95);
    color: #f0f0f0;
    font-family: var(--mfw-romw-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
  }

  .mfw-romw-reviews__css-guide summary {
    cursor: pointer;
    font-weight: 600;
    color: var(--mfw-romw-accent, #e6c200);
  }

  .mfw-romw-reviews__css-guide-text {
    margin: 0.75rem 0;
    line-height: 1.5;
  }

  .mfw-romw-reviews__css-guide-code {
    width: 100%;
    min-height: 12rem;
    padding: 0.75rem;
    border: 1px solid #444;
    border-radius: 6px;
    background: #111;
    color: #e8e8e8;
    font-family: ui-monospace, monospace;
    font-size: 0.75rem;
    line-height: 1.45;
    resize: vertical;
  }

  .mfw-romw-reviews__cta {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--mfw-romw-cta-bar-border, #e6c200);
    border-radius: 12px;
    background-color: var(--mfw-romw-cta-bar-bg, #1e1e1e);
  }

  .mfw-romw-reviews__cta-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-romw-reviews__cta-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mfw-romw-reviews__cta-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: var(--mfw-romw-cta-bar-bg, #1e1e1e);
    opacity: var(--mfw-romw-cta-overlay, 0.65);
    pointer-events: none;
  }

  .mfw-romw-reviews__cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.75rem 1.5rem;
  }

  .mfw-romw-reviews__cta-text {
    flex: 1 1 16rem;
    min-width: 0;
  }

  .mfw-romw-reviews__cta-heading {
    margin: 0 0 0.35rem;
    font-family: var(--mfw-romw-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .mfw-romw-reviews__cta-desc {
    margin: 0;
    font-family: var(--mfw-romw-body-font, 'Montserrat', sans-serif);
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--mfw-romw-subtitle-color, #d0d0d0);
  }

  .mfw-romw-reviews__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 12px 28px;
    border-radius: 8px;
    font-family: 'Oswald', var(--font-accent, sans-serif);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--mfw-romw-cta-text, #ffffff);
    background-color: var(--mfw-romw-cta-bg, #e6c200);
    border: 2px solid var(--mfw-romw-cta-bg, #e6c200);
    transition: transform 0.2s ease, filter 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
  }

  .mfw-romw-reviews__cta-btn:hover,
  .mfw-romw-reviews__cta-btn:focus-visible {
    color: #333333;
    transform: translateY(-2px);
    filter: brightness(1.05);
  }

  .mfw-romw-reviews__cta-btn:focus {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
  }

  .mfw-romw-reviews__cta-arrow {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
  }

  @media screen and (min-width: 750px) {
    .mfw-romw-reviews__heading {
      font-size: var(--mfw-romw-heading-size, 2.75rem);
    }
  }

  @media screen and (max-width: 749px) {
    .mfw-romw-reviews__cta-inner {
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      gap: 1.25rem;
      text-align: center;
    }

    .mfw-romw-reviews__cta-text {
      flex: 0 0 auto;
    }

    .mfw-romw-reviews__cta-btn {
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
    }
  }
/* END_SECTION:mfw-reviews-romw */

/* START_SECTION:mfw-shop-by-vehicle (INDEX:35) */
.shopify-section.mfw-sbv-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-content:has(.mfw-sbv) {
    padding-top: 0;
    background-color: var(--mfw-sbv-bg, #080f0e);
  }

  .mfw-sbv {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--mfw-sbv-bg, #080f0e);
    padding-top: var(--mfw-sbv-padding-top, 64px);
    padding-bottom: var(--mfw-sbv-padding-bottom, 64px);
  }

  .mfw-sbv__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-sbv__picture,
  .mfw-sbv__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mfw-sbv__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: var(--mfw-sbv-overlay-color, #080f0e);
    opacity: var(--mfw-sbv-overlay, 0.85);
    pointer-events: none;
  }

  .mfw-sbv__container {
    position: relative;
    z-index: 2;
    max-width: var(--mfw-sbv-content-max, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
  }

  .mfw-sbv__header {
    margin-bottom: 1.5rem;
  }

  .mfw-sbv__title {
    margin: 0;
    font-family: var(--mfw-sbv-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mfw-sbv-title-color, #ffffff);
  }

  .mfw-sbv__title-rule {
    display: block;
    width: min(280px, 70%);
    height: 3px;
    margin-top: 1rem;
    background: linear-gradient(90deg, var(--mfw-sbv-accent, #e6c200), transparent);
  }

  .mfw-sbv__content {
    margin: 0 0 2.5rem;
    font-family: var(--mfw-sbv-body-font, 'Montserrat', sans-serif);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--mfw-sbv-body-color, rgba(255, 255, 255, 0.82));
  }

  .mfw-sbv__content p,
  .mfw-sbv__content li {
    color: inherit;
  }

  .mfw-sbv__content a {
    color: var(--mfw-sbv-accent, #e6c200);
  }

  .mfw-sbv__categories {
    display: grid;
    gap: 3.5rem;
  }

  .mfw-sbv__category-header {
    margin-bottom: 1.5rem;
  }

  .mfw-sbv__category-title {
    margin: 0;
    font-family: var(--mfw-sbv-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(1.875rem, 4vw, 2.75rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mfw-sbv-category-color, #ffffff);
  }

  .mfw-sbv__category-rule {
    display: block;
    width: min(120px, 30%);
    height: 3px;
    margin-top: 0.875rem;
    border-radius: 2px;
    background: #e6c200;
  }

  .mfw-sbv__cards {
    display: grid;
    grid-template-columns: repeat(var(--mfw-sbv-cols-mobile, 2), minmax(0, 1fr));
    gap: 1.125rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mfw-sbv__card-item {
    display: flex;
    min-width: 0;
  }

  .mfw-sbv__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(230, 194, 0, 0.28);
    border-radius: var(--mfw-sbv-card-radius, 14px);
    background: var(--mfw-sbv-card-bg, #000000);
    color: var(--mfw-sbv-card-text, #ffffff);
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }

  .mfw-sbv__card:hover,
  .mfw-sbv__card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(230, 194, 0, 0.55);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    outline: none;
  }

  .mfw-sbv__card-media {
    position: relative;
    flex-shrink: 0;
    aspect-ratio: 5 / 4;
    overflow: hidden;
    background: #080f0e;
  }

  .mfw-sbv__card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
  }

  .mfw-sbv__card:hover .mfw-sbv__card-image,
  .mfw-sbv__card:focus-visible .mfw-sbv__card-image {
    transform: scale(1.04);
  }

  .mfw-sbv__card-media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.55) 72%, rgba(0, 0, 0, 0.95) 100%);
    pointer-events: none;
  }

  .mfw-sbv__card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: rgba(230, 194, 0, 0.55);
    background: linear-gradient(180deg, #101615 0%, #000000 100%);
  }

  .mfw-sbv__card-placeholder svg {
    width: 3rem;
    height: 3rem;
  }

  .mfw-sbv__card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
    padding: 1.375rem 1.375rem 1.625rem;
    background: var(--mfw-sbv-card-bg, #000000);
  }

  .mfw-sbv__card-eyebrow {
    margin: 0 0 0.35rem;
    font-family: var(--mfw-sbv-body-font, 'Montserrat', sans-serif);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .mfw-sbv__card-title {
    margin: 0;
    font-family: var(--mfw-sbv-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .mfw-sbv__card-rule {
    display: block;
    width: 100%;
    height: 2px;
    margin: 0.875rem 0 0;
    background: #e6c200;
  }

  .mfw-sbv__card-desc {
    margin: 0.875rem 0 0;
    font-family: var(--mfw-sbv-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
  }

  .mfw-sbv__card-action {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    padding-top: 1.375rem;
    font-family: var(--mfw-sbv-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e6c200;
    transition: gap 0.2s ease;
  }

  .mfw-sbv__card-action-text {
    text-decoration: underline;
    text-decoration-color: #e6c200;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
  }

  .mfw-sbv__card-action-arrow {
    font-size: 1rem;
    line-height: 1;
    color: #e6c200;
    transition: transform 0.2s ease;
  }

  .mfw-sbv__card:hover .mfw-sbv__card-action,
  .mfw-sbv__card:focus-visible .mfw-sbv__card-action {
    gap: 0.55rem;
  }

  .mfw-sbv__card:hover .mfw-sbv__card-action-arrow,
  .mfw-sbv__card:focus-visible .mfw-sbv__card-action-arrow {
    transform: translateX(2px);
  }

  @media screen and (min-width: 750px) {
    .mfw-sbv__cards {
      grid-template-columns: repeat(var(--mfw-sbv-cols-tablet, 3), minmax(0, 1fr));
      gap: 1.375rem;
    }

    .mfw-sbv__card-body {
      padding: 1.5rem 1.5rem 1.75rem;
    }
  }

  @media screen and (min-width: 990px) {
    .mfw-sbv__cards {
      grid-template-columns: repeat(var(--mfw-sbv-cols-desktop, 4), minmax(0, 1fr));
      gap: 1.625rem;
    }
  }

  @media screen and (max-width: 479px) {
    .mfw-sbv__cards {
      grid-template-columns: repeat(var(--mfw-sbv-cols-mobile, 1), minmax(0, 1fr));
    }
  }
/* END_SECTION:mfw-shop-by-vehicle */

/* START_SECTION:mfw-sponsorship-application (INDEX:36) */
.shopify-section.mfw-sp-application-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mfw-sp-application__anchor {
    display: block;
    position: relative;
    top: -96px;
    height: 0;
    width: 0;
    overflow: hidden;
    scroll-margin-top: 96px;
  }

  .mfw-sp-application {
    position: relative;
    overflow: hidden;
    background-color: var(--mfw-spa-bg, #080f0e);
    scroll-margin-top: 96px;
    padding-top: var(--mfw-spa-padding-top, 72px);
    padding-bottom: var(--mfw-spa-padding-bottom, 72px);
  }

  .mfw-sp-application__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-sp-application__bg-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mfw-sp-application__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(8, 15, 14, 0.9) 0%, rgba(8, 15, 14, 0.82) 100%),
      var(--mfw-spa-overlay-color, #080f0e);
    opacity: var(--mfw-spa-overlay, 0.85);
    pointer-events: none;
  }

  .mfw-sp-application__inner {
    position: relative;
    z-index: 2;
    max-width: var(--mfw-spa-content-max, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
  }

  .mfw-sp-application__header {
    margin: 0 auto 2.5rem;
    max-width: 42rem;
    text-align: center;
  }

  .mfw-sp-application__eyebrow {
    margin: 0 0 0.75rem;
    font-family: var(--mfw-spa-body-font, 'Montserrat', sans-serif);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mfw-spa-eyebrow, #e6c200);
  }

  .mfw-sp-application__heading {
    margin: 0;
    font-family: var(--mfw-spa-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mfw-spa-heading, #ffffff);
  }

  .mfw-sp-application__rule {
    display: block;
    width: min(180px, 50%);
    height: 2px;
    margin: 1rem auto 1.25rem;
    background: linear-gradient(90deg, transparent, var(--mfw-spa-accent, #e6c200), transparent);
  }

  .mfw-sp-application__subheading {
    margin: 0 auto;
    max-width: 36rem;
    font-family: var(--mfw-spa-body-font, 'Montserrat', sans-serif);
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    line-height: 1.6;
    color: var(--mfw-spa-subheading, rgba(255, 255, 255, 0.88));
  }

  .mfw-sp-application__form-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .mfw-sp-application__form-card {
    width: 100%;
    max-width: min(840px, 100%);
    padding: 0;
    border: 1px solid var(--mfw-spa-card-border, #e6c200);
    border-radius: var(--mfw-spa-card-radius, 12px);
    background: var(--mfw-spa-card-bg, #0e1211);
    box-shadow:
      0 0 0 1px rgba(230, 194, 0, 0.08),
      0 12px 40px rgba(0, 0, 0, 0.45),
      0 0 32px rgba(230, 194, 0, 0.12);
    box-sizing: border-box;
  }

  .mfw-sp-application__form-embed {
    width: 100%;
    padding-top: 1.5rem;
    background: var(--mfw-spa-card-bg, #0e1211);
    border-radius: inherit;
    line-height: 0;
    box-sizing: border-box;
  }

  .mfw-sp-application__form-embed iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: var(--mfw-spa-iframe-h, 1035px);
    min-height: var(--mfw-spa-iframe-h, 1035px);
    margin: 0;
    padding: 0;
    border: 0;
    background: var(--mfw-spa-card-bg, #0e1211);
    border-radius: calc(var(--mfw-spa-card-radius, 12px) - 1px);
    vertical-align: top;
  }

  @media screen and (min-width: 990px) {
    .mfw-sp-application__form-card {
      max-width: min(900px, 100%);
    }
  }

  @media screen and (max-width: 749px) {
    .mfw-sp-application__header {
      margin-bottom: 1.75rem;
    }

    .mfw-sp-application__form-card {
      border-radius: calc(var(--mfw-spa-card-radius, 12px) - 2px);
    }

    .mfw-sp-application__form-embed {
      padding-top: 1rem;
    }

    .mfw-sp-application__form-embed iframe {
      height: var(--mfw-spa-iframe-h-mobile, 1035px);
      min-height: var(--mfw-spa-iframe-h-mobile, 1035px);
    }
  }
/* END_SECTION:mfw-sponsorship-application */

/* START_SECTION:mfw-sponsorship-benefits (INDEX:37) */
.shopify-section.mfw-sp-benefits-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mfw-sp-benefits {
    position: relative;
    overflow: hidden;
    background-color: var(--mfw-spb-bg, #080f0e);
    padding-top: var(--mfw-spb-padding-top, 72px);
    padding-bottom: var(--mfw-spb-padding-bottom, 72px);
  }

  .mfw-sp-benefits__top-rule {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    display: block;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--mfw-spb-accent, #e6c200), transparent);
    opacity: 0.85;
  }

  .mfw-sp-benefits__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-sp-benefits__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mfw-sp-benefits__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      radial-gradient(circle at 50% 0%, rgba(230, 194, 0, 0.04), transparent 42%),
      linear-gradient(180deg, rgba(8, 15, 14, 0.15) 0%, rgba(8, 15, 14, 0.55) 100%),
      var(--mfw-spb-overlay-color, #080f0e);
    opacity: var(--mfw-spb-overlay, 0.9);
    pointer-events: none;
  }

  .mfw-sp-benefits::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0.35;
    background-image:
      radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.03) 0, transparent 28%),
      radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.02) 0, transparent 24%),
      repeating-linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.015) 0,
        rgba(255, 255, 255, 0.015) 1px,
        transparent 1px,
        transparent 5px
      );
  }

  .mfw-sp-benefits__inner {
    position: relative;
    z-index: 3;
    max-width: var(--mfw-spb-content-max, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
  }

  .mfw-sp-benefits__header {
    margin: 0 auto 2.75rem;
    max-width: 720px;
    text-align: center;
  }

  .mfw-sp-benefits__eyebrow {
    margin: 0 0 0.5rem;
    font-family: var(--mfw-spb-body-font, 'Montserrat', sans-serif);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mfw-spb-eyebrow-color, #e6c200);
  }

  .mfw-sp-benefits__heading {
    margin: 0;
    font-family: var(--mfw-spb-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mfw-spb-heading-color, #ffffff);
  }

  .mfw-sp-benefits__rule {
    display: block;
    width: 72px;
    height: 2px;
    margin: 1rem auto 0;
    background: var(--mfw-spb-accent, #e6c200);
  }

  .mfw-sp-benefits__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mfw-sp-benefits__card {
    min-width: 0;
  }

  .mfw-sp-benefits__card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    min-height: 100%;
    padding: 2rem 1.5rem 2.125rem;
    text-align: center;
    border: 1px solid var(--mfw-spb-card-border, rgba(230, 194, 0, 0.45));
    border-radius: var(--mfw-spb-card-radius, 12px);
    background: var(--mfw-spb-card-bg, rgba(0, 0, 0, 0.72));
    box-shadow:
      0 0 0 1px rgba(230, 194, 0, 0.08),
      0 0 24px rgba(230, 194, 0, 0.08),
      0 12px 32px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }

  .mfw-sp-benefits__card:hover .mfw-sp-benefits__card-inner,
  .mfw-sp-benefits__card:focus-within .mfw-sp-benefits__card-inner {
    transform: translateY(-4px);
    border-color: rgba(230, 194, 0, 0.75);
    box-shadow:
      0 0 0 1px rgba(230, 194, 0, 0.16),
      0 0 32px rgba(230, 194, 0, 0.14),
      0 18px 40px rgba(0, 0, 0, 0.42);
  }

  .mfw-sp-benefits__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: calc(var(--mfw-spb-icon-size, 48px) + 16px);
    min-height: calc(var(--mfw-spb-icon-size, 48px) + 16px);
    margin-bottom: 1.25rem;
    color: var(--mfw-spb-accent, #e6c200);
  }

  .mfw-sp-benefits__icon-wrap--custom {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .mfw-sp-benefits__icon-image {
    display: block;
    width: auto;
    height: auto;
    max-width: var(--mfw-spb-icon-size, 48px);
    max-height: var(--mfw-spb-icon-size, 48px);
    object-fit: contain;
    object-position: center;
  }

  .mfw-sp-benefits__icon-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--mfw-spb-icon-size, 48px);
    height: var(--mfw-spb-icon-size, 48px);
    color: var(--mfw-spb-accent, #e6c200);
  }

  .mfw-sp-benefits__icon-fallback svg {
    width: 100%;
    height: 100%;
  }

  .mfw-sp-benefits__card-title {
    margin: 0 0 0.875rem;
    font-family: var(--mfw-spb-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mfw-spb-card-text, #ffffff);
  }

  .mfw-sp-benefits__card-desc {
    margin: 0;
    font-family: var(--mfw-spb-body-font, 'Montserrat', sans-serif);
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--mfw-spb-card-desc, rgba(255, 255, 255, 0.72));
  }

  @media screen and (min-width: 750px) {
    .mfw-sp-benefits__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.375rem;
    }
  }

  @media screen and (min-width: 990px) {
    .mfw-sp-benefits__grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.5rem;
    }

    .mfw-sp-benefits__card-inner {
      padding: 2.125rem 1.375rem 2.25rem;
    }
  }
/* END_SECTION:mfw-sponsorship-benefits */

/* START_SECTION:mfw-sponsorship-hero (INDEX:38) */
.shopify-section.mfw-sp-hero-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-content:has(.mfw-sp-hero) {
    padding-top: 0;
  }

  .mfw-sp-hero {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: var(--mfw-sp-min-height-mobile, 560px);
    overflow: hidden;
    background-color: var(--mfw-sp-primary, #080f0e);
    padding-top: var(--mfw-sp-padding-top, 48px);
    padding-bottom: var(--mfw-sp-padding-bottom, 48px);
  }

  .mfw-sp-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-sp-hero__picture,
  .mfw-sp-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mfw-sp-hero__placeholder {
    width: 100%;
    height: 100%;
    background:
      radial-gradient(circle at 70% 40%, rgba(31, 125, 189, 0.18), transparent 45%),
      radial-gradient(circle at 20% 80%, rgba(230, 194, 0, 0.1), transparent 40%),
      linear-gradient(135deg, #0a1211 0%, #080f0e 55%, #050807 100%);
  }

  .mfw-sp-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #080f0e;
    opacity: var(--mfw-sp-overlay, 0.35);
    pointer-events: none;
  }

  .mfw-sp-hero__gradient {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
      90deg,
      rgba(8, 15, 14, var(--mfw-sp-left-gradient, 0.92)) 0%,
      rgba(8, 15, 14, calc(var(--mfw-sp-left-gradient, 0.92) * 0.72)) 34%,
      rgba(8, 15, 14, calc(var(--mfw-sp-left-gradient, 0.92) * 0.28)) 58%,
      rgba(8, 15, 14, 0) 78%
    );
    pointer-events: none;
  }

  .mfw-sp-hero__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .mfw-sp-hero__content {
    max-width: var(--mfw-sp-content-max, 560px);
  }

  .mfw-sp-hero__eyebrow {
    margin: 0 0 0.875rem;
    font-family: var(--mfw-sp-body-font, 'Montserrat', sans-serif);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mfw-sp-eyebrow-color, #e6c200);
  }

  .mfw-sp-hero__heading {
    margin: 0;
    font-family: var(--mfw-sp-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(2.75rem, 8vw, 5.5rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--mfw-sp-heading-color, #ffffff);
  }

  .mfw-sp-hero__heading-line {
    display: block;
  }

  .mfw-sp-hero__heading-line--accent {
    color: var(--mfw-sp-accent, #e6c200);
  }

  .mfw-sp-hero__rule {
    display: block;
    width: min(280px, 72%);
    height: 2px;
    margin: 1.125rem 0 1.25rem;
    background: linear-gradient(90deg, var(--mfw-sp-accent, #e6c200), rgba(230, 194, 0, 0.12));
  }

  .mfw-sp-hero__description {
    margin: 0 0 1.75rem;
    font-family: var(--mfw-sp-body-font, 'Montserrat', sans-serif);
    font-size: clamp(0.9375rem, 2.2vw, 1.0625rem);
    font-weight: 500;
    line-height: 1.65;
    color: var(--mfw-sp-description-color, rgba(255, 255, 255, 0.88));
  }

  .mfw-sp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.875rem;
  }

  .mfw-sp-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 50px;
    padding: 0.875rem 1.5rem;
    border-radius: 4px;
    font-family: var(--mfw-sp-button-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }

  .mfw-sp-hero__btn--primary {
    background: var(--mfw-sp-accent, #e6c200);
    color: #080f0e;
    border: 2px solid var(--mfw-sp-accent, #e6c200);
  }

  .mfw-sp-hero__btn--primary:hover,
  .mfw-sp-hero__btn--primary:focus-visible {
    background: #ffffff;
    border-color: #ffffff;
    color: #080f0e;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    outline: none;
  }

  .mfw-sp-hero__btn--secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid var(--mfw-sp-accent, #e6c200);
  }

  .mfw-sp-hero__btn--secondary:hover,
  .mfw-sp-hero__btn--secondary:focus-visible {
    background: rgba(230, 194, 0, 0.12);
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-1px);
    outline: none;
  }

  .mfw-sp-hero__btn[aria-disabled='true'] {
    opacity: 0.65;
    pointer-events: none;
  }

  .mfw-sp-hero__btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  .mfw-sp-hero__btn-icon svg {
    width: 1rem;
    height: 1rem;
  }

  @media screen and (min-width: 750px) {
    .mfw-sp-hero {
      min-height: var(--mfw-sp-min-height-desktop, 760px);
      padding-top: var(--mfw-sp-padding-top, 64px);
      padding-bottom: var(--mfw-sp-padding-bottom, 64px);
    }
  }

  @media screen and (max-width: 749px) {
    .mfw-sp-hero__gradient {
      background: linear-gradient(
        180deg,
        rgba(8, 15, 14, calc(var(--mfw-sp-left-gradient, 0.92) + 0.04)) 0%,
        rgba(8, 15, 14, calc(var(--mfw-sp-left-gradient, 0.92) * 0.82)) 42%,
        rgba(8, 15, 14, calc(var(--mfw-sp-left-gradient, 0.92) * 0.45)) 100%
      );
    }

    .mfw-sp-hero__actions {
      flex-direction: column;
      align-items: stretch;
    }

    .mfw-sp-hero__btn {
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: no-preference) {
    html:has(.mfw-sp-hero) {
      scroll-behavior: smooth;
    }
  }
/* END_SECTION:mfw-sponsorship-hero */

/* START_SECTION:mfw-sponsorship-who-we-sponsor (INDEX:39) */
.shopify-section.mfw-sp-sponsor-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mfw-sp-sponsor__anchor {
    display: block;
    position: relative;
    height: 0;
    width: 0;
    overflow: hidden;
    scroll-margin-top: 96px;
  }

  .mfw-sp-sponsor {
    position: relative;
    overflow: hidden;
    background-color: var(--mfw-sws-bg, #080f0e);
    padding-top: var(--mfw-sws-padding-top, 72px);
    padding-bottom: var(--mfw-sws-padding-bottom, 72px);
    scroll-margin-top: 96px;
  }

  .mfw-sp-sponsor__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-sp-sponsor__bg-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mfw-sp-sponsor__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(8, 15, 14, 0.92) 0%, rgba(8, 15, 14, 0.72) 42%, rgba(8, 15, 14, 0.55) 100%),
      var(--mfw-sws-overlay-color, #080f0e);
    opacity: var(--mfw-sws-overlay, 0.85);
    pointer-events: none;
  }

  .mfw-sp-sponsor__inner {
    position: relative;
    z-index: 2;
    max-width: var(--mfw-sws-content-max, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
  }

  .mfw-sp-sponsor__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
  }

  .mfw-sp-sponsor__left {
    display: flex;
    flex-direction: column;
  }

  .mfw-sp-sponsor__eyebrow {
    margin: 0 0 0.75rem;
    font-family: var(--mfw-sws-body-font, 'Montserrat', sans-serif);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mfw-sws-eyebrow, #e6c200);
  }

  .mfw-sp-sponsor__heading {
    margin: 0;
    max-width: 100%;
    font-family: var(--mfw-sws-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(3.5rem, 9vw, 6.5rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--mfw-sws-heading, #ffffff);
  }

  .mfw-sp-sponsor__heading-line {
    display: block;
  }

  .mfw-sp-sponsor__rule {
    display: block;
    width: min(260px, 70%);
    height: 3px;
    margin: 1.125rem 0 1.75rem;
    background: linear-gradient(90deg, var(--mfw-sws-yellow, #e6c200), rgba(230, 194, 0, 0.12));
  }

  .mfw-sp-sponsor__checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1rem;
    max-width: 34rem;
  }

  .mfw-sp-sponsor__checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
  }

  .mfw-sp-sponsor__check-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.15rem;
    color: var(--mfw-sws-yellow, #e6c200);
  }

  .mfw-sp-sponsor__check-icon svg {
    width: 100%;
    height: 100%;
  }

  .mfw-sp-sponsor__check-icon-image {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
  }

  .mfw-sp-sponsor__check-text {
    font-family: var(--mfw-sws-body-font, 'Montserrat', sans-serif);
    font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
    line-height: 1.5;
    color: var(--mfw-sws-text, #ffffff);
  }

  .mfw-sp-sponsor__requirements-card {
    padding: 1.75rem 1.5rem 1.5rem;
    border: 2px solid var(--mfw-sws-card-border, #1f7dbd);
    border-radius: var(--mfw-sws-card-radius, 12px);
    background: var(--mfw-sws-card-bg, rgba(0, 0, 0, 0.55));
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  }

  .mfw-sp-sponsor__requirements-heading {
    margin: 0 0 1.25rem;
    font-family: var(--mfw-sws-heading-font, 'League Gothic', sans-serif);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: var(--mfw-sws-blue, #1f7dbd);
  }

  .mfw-sp-sponsor__requirements {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mfw-sp-sponsor__requirement {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.875rem 1rem;
    align-items: start;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(31, 125, 189, 0.35);
  }

  .mfw-sp-sponsor__requirement:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .mfw-sp-sponsor__requirement-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--mfw-sws-blue, #1f7dbd);
  }

  .mfw-sp-sponsor__requirement-icon svg {
    width: 100%;
    height: 100%;
  }

  .mfw-sp-sponsor__requirement-icon-image {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
  }

  .mfw-sp-sponsor__requirement-title {
    margin: 0 0 0.35rem;
    font-family: var(--mfw-sws-heading-font, 'League Gothic', sans-serif);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--mfw-sws-text, #ffffff);
  }

  .mfw-sp-sponsor__requirement-desc {
    margin: 0;
    font-family: var(--mfw-sws-body-font, 'Montserrat', sans-serif);
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--mfw-sws-muted, rgba(255, 255, 255, 0.72));
  }

  @media screen and (min-width: 990px) {
    .mfw-sp-sponsor__grid {
      grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
      gap: 3rem;
      align-items: center;
    }

    .mfw-sp-sponsor__heading {
      font-size: clamp(4.75rem, 6.5vw, 7.5rem);
      max-width: 12ch;
    }

    .mfw-sp-sponsor__rule {
      margin: 1.25rem 0 2rem;
    }

    .mfw-sp-sponsor__checklist {
      gap: 1.125rem;
      max-width: 28rem;
    }

    .mfw-sp-sponsor__requirements-card {
      padding: 2rem 1.75rem 1.75rem;
    }
  }

  @media screen and (max-width: 749px) {
    .mfw-sp-sponsor__overlay {
      background:
        linear-gradient(180deg, rgba(8, 15, 14, 0.94) 0%, rgba(8, 15, 14, 0.82) 100%),
        var(--mfw-sws-overlay-color, #080f0e);
    }

    .mfw-sp-sponsor__heading {
      font-size: clamp(3.25rem, 14vw, 4.75rem);
    }

    .mfw-sp-sponsor__rule {
      width: min(200px, 65%);
      margin: 1rem 0 1.5rem;
    }

    .mfw-sp-sponsor__checklist {
      max-width: none;
      gap: 0.875rem;
    }

    .mfw-sp-sponsor__requirements-card {
      padding: 1.5rem 1.125rem 1.125rem;
    }
  }
/* END_SECTION:mfw-sponsorship-who-we-sponsor */

/* START_SECTION:mfw-top-collections (INDEX:41) */
.shopify-section.mfw-top-collections-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mfw-collections {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--mfw-collections-bg, #080f0e);
    padding-top: var(--mfw-collections-padding-top, 64px);
    padding-bottom: var(--mfw-collections-padding-bottom, 64px);
  }

  .mfw-collections__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-collections__picture,
  .mfw-collections__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mfw-collections__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: var(--mfw-collections-overlay-color, #080f0e);
    opacity: var(--mfw-collections-overlay, 0.8);
    pointer-events: none;
  }

  .mfw-collections__container {
    position: relative;
    z-index: 2;
    max-width: var(--mfw-collections-content-max, 1400px);
    margin: 0 auto;
  }

  .mfw-collections__header {
    margin-bottom: 2.5rem;
    text-align: center;
  }

  .mfw-collections__heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.28em;
    margin: 0 0 0.75rem;
    font-family: var(--mfw-collections-heading-font, var(--font-heading, 'League Gothic', sans-serif));
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mfw-collections-heading-color, #ffffff);
  }

  .mfw-collections__heading-accent {
    color: var(--mfw-collections-accent, #e6c200);
  }

  .mfw-collections__subtitle {
    margin: 0;
    font-family: var(--mfw-collections-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mfw-collections-subtitle-color, #ffffff);
  }

  .mfw-collections__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .mfw-collections__card {
    margin: 0;
    min-height: 260px;
  }

  .mfw-collections__card-link-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
    overflow: hidden;
    border: 2px solid var(--mfw-collections-card-border, #e6c200);
    border-radius: var(--mfw-collections-card-radius, 12px);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }

  .mfw-collections__card-link-wrap:focus {
    outline: 2px solid var(--mfw-collections-accent, #e6c200);
    outline-offset: 3px;
  }

  .mfw-collections__card-link-wrap:focus:not(:focus-visible) {
    outline: none;
  }

  .mfw-collections__card-link-wrap:focus-visible {
    outline: 2px solid var(--mfw-collections-accent, #e6c200);
    outline-offset: 3px;
  }

  .mfw-collections__card-media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .mfw-collections__card-image,
  .mfw-collections__card-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
  }

  .mfw-collections__card-placeholder {
    display: block;
    background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
  }

  .mfw-collections__card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgba(8, 15, 14, calc(0.1 + var(--mfw-collections-card-overlay, 0.45) * 0.3)) 0%,
      rgba(8, 15, 14, calc(0.35 + var(--mfw-collections-card-overlay, 0.45) * 0.5)) 45%,
      rgba(8, 15, 14, calc(0.65 + var(--mfw-collections-card-overlay, 0.45) * 0.35)) 100%
    );
    pointer-events: none;
  }

  .mfw-collections__card-content {
    position: relative;
    z-index: 2;
    padding: 1.25rem 1.5rem 1.5rem;
    text-align: left;
  }

  .mfw-collections__card-title {
    margin: 0 0 0.35rem;
    font-family: var(--mfw-collections-heading-font, var(--font-heading, 'League Gothic', sans-serif));
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .mfw-collections__card-desc {
    margin: 0 0 0.65rem;
    font-family: var(--mfw-collections-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
  }

  .mfw-collections__card-cta {
    display: inline-block;
    font-family: var(--mfw-collections-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mfw-collections-accent, #e6c200);
    transition: transform 0.25s ease;
  }

  .mfw-collections__card-link-wrap:hover,
  .mfw-collections__card-link-wrap:focus-visible {
    border-color: var(--mfw-collections-accent, #e6c200);
    box-shadow: 0 0 0 1px var(--mfw-collections-accent, #e6c200),
      0 0 24px rgba(230, 194, 0, 0.35);
  }

  .mfw-collections__card-link-wrap:hover .mfw-collections__card-image,
  .mfw-collections__card-link-wrap:focus-visible .mfw-collections__card-image {
    transform: scale(1.06);
  }

  .mfw-collections__card-link-wrap:hover .mfw-collections__card-cta,
  .mfw-collections__card-link-wrap:focus-visible .mfw-collections__card-cta {
    transform: translateX(4px);
  }

  .mfw-collections__footer {
    margin-top: 2.5rem;
    text-align: center;
  }

  .mfw-collections__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 32px;
    border-radius: 999px;
    font-family: var(--mfw-collections-button-font, var(--font-accent, 'Oswald', sans-serif));
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--mfw-collections-btn-text, #ffffff);
    background-color: var(--mfw-collections-btn-bg, #e6c200);
    border: 2px solid var(--mfw-collections-btn-bg, #e6c200);
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  }

  .mfw-collections__btn:hover,
  .mfw-collections__btn:focus-visible {
    color: var(--mfw-collections-btn-hover-text, #333333);
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 8px 24px rgba(230, 194, 0, 0.35);
  }

  .mfw-collections__btn:focus {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
  }

  @media screen and (min-width: 750px) {
    .mfw-collections__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.25rem;
    }

    .mfw-collections__card--large,
    .mfw-collections__card--small {
      grid-column: span 1;
      min-height: 280px;
    }
  }

  @media screen and (min-width: 990px) {
    .mfw-collections__grid {
      grid-template-columns: repeat(6, 1fr);
      gap: 1.25rem;
    }

    .mfw-collections__card--large {
      grid-column: span 3;
      min-height: 300px;
    }

    .mfw-collections__card--small {
      grid-column: span 2;
      min-height: 320px;
    }
  }

  .mfw-collections__products {
    margin-top: 3.5rem;
    padding-top: 0.5rem;
  }

  .mfw-collections__products--follows {
    margin-top: 3rem;
    padding-top: 0;
  }

  .mfw-collections__products-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
    text-align: left;
  }

  .mfw-collections__products-heading-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
  }

  .mfw-collections__products-eyebrow {
    margin: 0;
    font-family: var(--mfw-collections-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--mfw-products-accent, #e6c200);
  }

  .mfw-collections__products-heading {
    margin: 0;
    font-family: var(--mfw-collections-heading-font, var(--font-heading, 'League Gothic', sans-serif));
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mfw-products-heading-color, #ffffff);
  }

  .mfw-collections__products-view-all {
    flex-shrink: 0;
    font-family: var(--mfw-collections-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--mfw-products-accent, #e6c200);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .mfw-collections__products-view-all:hover,
  .mfw-collections__products-view-all:focus-visible {
    opacity: 0.85;
    transform: translateX(3px);
    outline: none;
  }

  .mfw-collections__carousel-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    z-index: 3;
  }

  .mfw-collections__carousel-track {
    --mfw-products-carousel-gap: 1rem;
    display: flex;
    flex: 1;
    align-items: stretch;
    gap: var(--mfw-products-carousel-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.35rem 0.15rem 0.75rem;
    min-width: 0;
  }

  .mfw-collections__carousel-track::-webkit-scrollbar {
    display: none;
  }

  .mfw-collections__carousel-track:focus {
    outline: none;
  }

  .mfw-collections__carousel-track:focus-visible {
    outline: 2px solid var(--mfw-products-accent, #e6c200);
    outline-offset: 4px;
  }

  .mfw-collections__carousel-btn {
    position: relative;
    z-index: 5;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    pointer-events: auto;
    touch-action: manipulation;
    border: 1px solid rgba(230, 194, 0, 0.55);
    border-radius: 999px;
    background: rgba(8, 15, 14, 0.65);
    color: var(--mfw-products-accent, #e6c200);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }

  .mfw-collections__carousel-btn svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
  }

  .mfw-collections__carousel-btn svg path,
  .mfw-collections__carousel-btn svg .cls-1 {
    fill: currentColor;
  }

  .mfw-collections__carousel-btn:hover,
  .mfw-collections__carousel-btn:focus-visible {
    background: rgba(230, 194, 0, 0.12);
    border-color: var(--mfw-products-accent, #e6c200);
    box-shadow: 0 0 18px rgba(230, 194, 0, 0.35);
    outline: none;
    transform: translateY(-1px);
  }

  .mfw-collections__product-card {
    display: flex;
    flex: 0 0 calc(100% - 2.5rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-width: 0;
  }

  .mfw-collections__product-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--mfw-products-card-bg, #111514);
    border: 1px solid var(--mfw-products-card-border, #e6c200);
    border-radius: var(--mfw-products-card-radius, 10px);
    overflow: hidden;
    color: var(--mfw-products-card-text, #ffffff);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  }

  .mfw-collections__product-card:hover .mfw-collections__product-card-inner,
  .mfw-collections__product-card:focus-within .mfw-collections__product-card-inner {
    transform: translateY(-6px);
    border-color: var(--mfw-products-accent, #e6c200);
    box-shadow:
      0 0 0 1px rgba(230, 194, 0, 0.45),
      0 14px 36px rgba(0, 0, 0, 0.45),
      0 0 28px rgba(230, 194, 0, 0.22);
  }

  .mfw-collections__product-media {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 100%;
    text-decoration: none;
    color: inherit;
  }

  .mfw-collections__product-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    padding: 0.3rem 0.55rem;
    border-radius: 4px;
    background: var(--mfw-products-accent, #e6c200);
    color: #080f0e;
    font-family: var(--mfw-collections-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
  }

  .mfw-collections__product-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
    overflow: hidden;
  }

  .mfw-collections__product-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.4s ease;
  }

  .mfw-collections__product-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
  }

  .mfw-collections__product-placeholder-svg {
    width: 70%;
    height: auto;
    opacity: 0.35;
  }

  .mfw-collections__product-card:hover .mfw-collections__product-image,
  .mfw-collections__product-card:focus-within .mfw-collections__product-image {
    transform: scale(1.06);
  }

  .mfw-collections__product-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 1rem 1.1rem;
    flex: 1 1 auto;
    min-height: 0;
  }

  .mfw-collections__product-info {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    flex-shrink: 0;
  }

  .mfw-collections__product-actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: auto;
    flex-shrink: 0;
    width: 100%;
  }

  .mfw-collections__product-title {
    margin: 0;
    height: calc(1.125rem * 1.15 * 2);
    font-family: var(--mfw-collections-heading-font, var(--font-heading, 'League Gothic', sans-serif));
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    overflow: hidden;
  }

  .mfw-collections__product-title a {
    display: -webkit-box;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
  }

  .mfw-collections__product-title a:hover,
  .mfw-collections__product-title a:focus-visible {
    color: var(--mfw-products-accent, #e6c200);
    outline: none;
  }

  .mfw-collections__product-variant {
    margin: 0;
    height: calc(0.75rem * 1.4 * 2);
    font-family: var(--mfw-collections-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.68);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .mfw-collections__product-variant--empty {
    visibility: hidden;
  }

  .mfw-collections__product-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.45rem;
    min-height: 1.35rem;
    margin: 0;
  }

  .mfw-collections__product-price {
    font-family: var(--mfw-collections-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--mfw-products-card-text, #ffffff);
  }

  .mfw-collections__product-compare {
    font-family: var(--mfw-collections-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.8125rem;
    font-weight: 500;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.5);
  }

  .mfw-collections__product-form {
    margin: 0;
    width: 100%;
  }

  .mfw-collections__product-cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
  }

  .mfw-collections__product-cart-row--sold-out {
    opacity: 0.85;
  }

  .mfw-collections__sold-out-label {
    font-family: var(--mfw-collections-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
  }

  .mfw-collections__product-qty {
    display: inline-flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    max-width: 148px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
  }

  .mfw-collections__qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--mfw-products-card-text, #ffffff);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .mfw-collections__qty-btn:hover:not(:disabled),
  .mfw-collections__qty-btn:focus-visible:not(:disabled) {
    background: rgba(230, 194, 0, 0.14);
    color: var(--mfw-products-accent, #e6c200);
    outline: none;
  }

  .mfw-collections__qty-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }

  .mfw-collections__qty-input {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    color: var(--mfw-products-card-text, #ffffff);
    font-family: var(--mfw-collections-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: center;
    -moz-appearance: textfield;
    appearance: textfield;
  }

  .mfw-collections__qty-input::-webkit-outer-spin-button,
  .mfw-collections__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .mfw-collections__qty-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.06);
  }

  .mfw-collections__product-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: var(--mfw-products-btn-bg, #e6c200);
    color: var(--mfw-products-btn-text, #080f0e);
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }

  .mfw-collections__product-cart-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  .mfw-collections__product-cart-btn svg path {
    fill: currentColor;
  }

  .mfw-collections__product-cart-btn:hover:not(:disabled),
  .mfw-collections__product-cart-btn:focus-visible:not(:disabled) {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(230, 194, 0, 0.28);
    outline: none;
  }

  .mfw-collections__product-cart-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
  }

  .mfw-collections__product-cart-btn.is-loading {
    opacity: 0.75;
    pointer-events: none;
  }

  .mfw-collections__product-cart-btn.is-added {
    background: #3d8b5f;
    color: #ffffff;
  }

  .mfw-collections__product-cart-btn.is-error {
    background: #b33a3a;
    color: #ffffff;
  }

  .mfw-collections__product-card--placeholder .mfw-collections__product-variant {
    color: rgba(255, 255, 255, 0.55);
  }

  .mfw-cart-toast {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 9999;
    width: min(360px, calc(100vw - 2rem));
    opacity: 0;
    visibility: hidden;
    transform: translateX(1.25rem);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }

  .mfw-cart-toast.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
  }

  .mfw-cart-toast__inner {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1rem 1rem 1.1rem;
    background: #111514;
    border: 1px solid #e6c200;
    border-radius: 10px;
    box-shadow:
      0 0 0 1px rgba(230, 194, 0, 0.25),
      0 16px 40px rgba(0, 0, 0, 0.45);
  }

  .mfw-cart-toast__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(230, 194, 0, 0.14);
    color: #e6c200;
  }

  .mfw-cart-toast__icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }

  .mfw-cart-toast__body {
    flex: 1;
    min-width: 0;
  }

  .mfw-cart-toast__message {
    margin: 0 0 0.65rem;
    font-family: var(--font-body, 'Montserrat', sans-serif);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.45;
    color: #ffffff;
  }

  .mfw-cart-toast__actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .mfw-cart-toast__cart-btn,
  .mfw-cart-toast__cart-btn:link,
  .mfw-cart-toast__cart-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.4rem 0.9rem;
    border-radius: 6px;
    background: #e6c200;
    color: #080f0e;
    font-family: var(--font-accent, 'Oswald', sans-serif);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease, filter 0.2s ease, transform 0.2s ease;
  }

  .mfw-cart-toast__cart-btn:hover,
  .mfw-cart-toast__cart-btn:focus,
  .mfw-cart-toast__cart-btn:focus-visible {
    color: #333333;
    background: #e6c200;
    filter: brightness(1.06);
    transform: translateY(-1px);
    outline: none;
    text-decoration: none;
  }

  .mfw-cart-toast__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .mfw-cart-toast__close:hover,
  .mfw-cart-toast__close:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    outline: none;
  }

  @media screen and (max-width: 749px) {
    .mfw-cart-toast {
      top: 0.85rem;
      right: 0.85rem;
      left: 0.85rem;
      width: auto;
    }
  }

  @media screen and (min-width: 750px) {
    .mfw-collections__carousel-track {
      --mfw-products-carousel-gap: 1.15rem;
    }

    .mfw-collections__product-card {
      flex-basis: calc((100% - var(--mfw-products-carousel-gap)) / 2);
    }
  }

  @media screen and (min-width: 990px) {
    .mfw-collections__products {
      margin-top: 4rem;
    }

    .mfw-collections__carousel-track {
      --mfw-products-carousel-gap: 1.25rem;
    }

    .mfw-collections__product-card {
      flex-basis: calc(
        (100% - (var(--mfw-products-per-row-desktop, 4) - 1) * var(--mfw-products-carousel-gap)) /
          var(--mfw-products-per-row-desktop, 4)
      );
    }
  }

  @media screen and (max-width: 749px) {
    .mfw-collections__products-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.75rem;
    }

    .mfw-collections__carousel-wrap {
      gap: 0.5rem;
    }

    .mfw-collections__carousel-btn {
      width: 36px;
      height: 36px;
    }
  }
/* END_SECTION:mfw-top-collections */

/* START_SECTION:mfw-trust-badges (INDEX:42) */
.shopify-section.mfw-trust-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .shopify-section.mfw-hero-section + .shopify-section.mfw-trust-section {
    margin-top: 0;
  }

  .mfw-trust {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--mfw-trust-bg, #080f0e);
    margin-top: 0;
    padding-top: var(--mfw-trust-padding-top, 64px);
    padding-bottom: var(--mfw-trust-padding-bottom, 64px);
    --trust-icon-size: var(--mfw-trust-icon-size-mobile, 48px);
  }

  .mfw-trust__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .mfw-trust__picture,
  .mfw-trust__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mfw-trust__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: var(--mfw-trust-overlay-color, #080f0e);
    opacity: var(--mfw-trust-overlay, 0.75);
    pointer-events: none;
  }

  .mfw-trust__container {
    position: relative;
    z-index: 2;
  }

  .mfw-trust__heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.28em;
    margin: 0 0 2.5rem;
    font-family: var(--mfw-trust-heading-font, var(--font-heading, 'League Gothic', sans-serif));
    font-size: var(--mfw-trust-heading-size-mobile, 28px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    word-spacing: normal;
    white-space: normal;
    color: var(--mfw-trust-heading-color, #f5f5f5);
  }

  .mfw-trust__heading-part {
    display: inline-block;
    color: inherit;
  }

  .mfw-trust__heading-accent {
    display: inline-block;
    color: var(--mfw-trust-heading-accent, #e6c200);
  }

  .mfw-trust__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: start;
  }

  .mfw-trust__item {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
  }

  .mfw-trust__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    height: 100%;
  }

  .mfw-trust__icon-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: calc(var(--trust-icon-size) * var(--mfw-trust-icon-slot-scale, 100) / 100);
    margin: 0 0 1rem;
    flex-shrink: 0;
  }

  .mfw-trust__icon-wrap {
    --trust-icon-block-scale: 100;
    --trust-icon-block-width-scale: 100;
    --trust-icon-block-height: calc(var(--trust-icon-size) * var(--trust-icon-block-scale) / 100);
    --trust-icon-block-width: calc(var(--trust-icon-size) * var(--trust-icon-block-scale) * var(--trust-icon-block-width-scale) / 10000);
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--trust-icon-block-width);
    height: var(--trust-icon-block-height);
    max-width: 100%;
    max-height: calc(var(--trust-icon-size) * var(--mfw-trust-icon-slot-scale, 100) / 100);
    margin: 0;
    color: var(--mfw-trust-icon-color, #e6c200);
  }

  .mfw-trust__icon-img {
    width: var(--trust-icon-block-width);
    height: var(--trust-icon-block-height);
    max-width: 100%;
    max-height: calc(var(--trust-icon-size) * var(--mfw-trust-icon-slot-scale, 100) / 100);
    object-fit: contain;
  }

  .mfw-trust__icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--trust-icon-block-width);
    height: var(--trust-icon-block-height);
    max-width: 100%;
    max-height: calc(var(--trust-icon-size) * var(--mfw-trust-icon-slot-scale, 100) / 100);
  }

  .mfw-trust__icon-svg svg {
    width: var(--trust-icon-block-width);
    height: var(--trust-icon-block-height);
    max-width: 100%;
    max-height: calc(var(--trust-icon-size) * var(--mfw-trust-icon-slot-scale, 100) / 100);
    object-fit: contain;
  }

  .mfw-trust__card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1 1 auto;
  }

  .mfw-trust__title {
    margin: 0 0 0.5rem;
    min-height: 2.75em;
    line-height: 1.25;
    text-align: center;
    font-family: var(--mfw-trust-title-font, var(--font-accent, 'Oswald', sans-serif));
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--mfw-trust-title-color, #ffffff);
  }

  .mfw-trust__accent-line {
    display: block;
    width: 2.5rem;
    height: 3px;
    margin: 0 auto 0.75rem;
    border-radius: 2px;
    background-color: var(--mfw-trust-line-color, #1f7dbd);
  }

  .mfw-trust__description {
    margin: 0;
    font-family: var(--mfw-trust-body-font, var(--font-body, 'Montserrat', sans-serif));
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.55;
    color: var(--mfw-trust-desc-color, rgba(255, 255, 255, 0.85));
  }

  @media screen and (min-width: 750px) {
    .mfw-trust {
      --trust-icon-size: var(--mfw-trust-icon-size, 56px);
    }

    .mfw-trust__heading {
      font-size: var(--mfw-trust-heading-size, 36px);
    }

    .mfw-trust__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2.5rem 2rem;
    }

    .mfw-trust__card {
      max-width: 18rem;
    }
  }

  @media screen and (min-width: 990px) {
    .mfw-trust__grid {
      grid-template-columns: repeat(5, 1fr);
      gap: 1.5rem 0;
      align-items: start;
    }

    .mfw-trust__card {
      max-width: 13.5rem;
      padding: 0 1rem;
    }

    .mfw-trust__grid--dividers .mfw-trust__item:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 10%;
      right: 0;
      width: 1px;
      height: 80%;
      background-color: var(--mfw-trust-divider-color, rgba(255, 255, 255, 0.2));
    }
  }
/* END_SECTION:mfw-trust-badges */

/* START_SECTION:mfw-ymm-selector (INDEX:43) */
#shopify-section-{{ section.id }} .mfw-ymm {
    background: var(--mfw-ymm-bg);
    padding: var(--mfw-ymm-padding-top) 0 var(--mfw-ymm-padding-bottom);
    color: var(--mfw-ymm-primary);
  }

  #shopify-section-{{ section.id }} .mfw-ymm__container {
    max-width: var(--mfw-ymm-content-max);
    margin: 0 auto;
    padding: 0 24px;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__header {
    margin-bottom: 28px;
    text-align: center;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__heading {
    margin: 0 0 12px;
    font-family: var(--mfw-ymm-heading-font);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mfw-ymm-heading-color);
  }

  #shopify-section-{{ section.id }} .mfw-ymm__subheading {
    margin: 0 auto;
    max-width: 720px;
    font-family: var(--mfw-ymm-body-font);
    font-size: 16px;
    line-height: 1.6;
    color: var(--mfw-ymm-subheading-color);
  }

  #shopify-section-{{ section.id }} .mfw-ymm__form {
    width: 100%;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__fields {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
    gap: 16px;
    align-items: end;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__field {
    min-width: 0;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__label {
    display: block;
    margin-bottom: 8px;
    font-family: var(--mfw-ymm-body-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E6C200;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__select {
    width: 100%;
    min-height: 48px;
    padding: 10px 36px 10px 14px;
    border: 1px solid var(--mfw-ymm-field-border);
    border-radius: 0;
    background-color: var(--mfw-ymm-field-bg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23080F0E' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 10px 6px;
    color: var(--mfw-ymm-field-text);
    font-family: var(--mfw-ymm-body-font);
    font-size: 15px;
    line-height: 1.4;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__select:focus {
    outline: none;
    border-color: var(--mfw-ymm-accent);
    box-shadow: 0 0 0 2px rgba(230, 194, 0, 0.25);
  }

  #shopify-section-{{ section.id }} .mfw-ymm__select:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__action {
    display: flex;
    align-items: flex-end;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__button {
    min-height: 48px;
    padding: 12px 24px;
    border: 0;
    border-radius: 0;
    background: var(--mfw-ymm-button-bg);
    color: var(--mfw-ymm-button-text);
    font-family: var(--mfw-ymm-button-font);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__button:hover:not(:disabled),
  #shopify-section-{{ section.id }} .mfw-ymm__button:focus-visible:not(:disabled) {
    background: var(--mfw-ymm-button-hover-bg);
    color: var(--mfw-ymm-button-hover-text);
    outline: none;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__error {
    margin: 16px 0 0;
    font-family: var(--mfw-ymm-body-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--mfw-ymm-error-color);
  }

  #shopify-section-{{ section.id }} .mfw-ymm__error[hidden] {
    display: none;
  }

  #shopify-section-{{ section.id }} .mfw-ymm__empty {
    margin: 20px 0 0;
    text-align: center;
    font-family: var(--mfw-ymm-body-font);
    font-size: 14px;
    color: var(--mfw-ymm-subheading-color);
  }

  @media screen and (max-width: 989px) {
    #shopify-section-{{ section.id }} .mfw-ymm__fields {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    #shopify-section-{{ section.id }} .mfw-ymm__action {
      width: 100%;
    }

    #shopify-section-{{ section.id }} .mfw-ymm__button {
      width: 100%;
    }
  }
/* END_SECTION:mfw-ymm-selector */