/** Shopify CDN: Minification failed

Line 470:20 Unexpected "{"
Line 470:29 Expected ":"
Line 477:20 Unexpected "{"
Line 477:29 Expected ":"
Line 485:20 Unexpected "{"
Line 485:29 Expected ":"
Line 486:20 Unexpected "{"
Line 486:29 Expected ":"
Line 498:20 Unexpected "{"
Line 498:29 Expected ":"
... and 50 more hidden warnings

**/
  .wisent-header-shell {
    position: relative;
    z-index: 30;
    background: #fff;
    border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  }

  .wisent-header {
    min-height: 8.4rem;
  }

  .wisent-header--desktop {
    display: grid;
    grid-template-columns: max-content minmax(0, 56rem) 1fr;
    align-items: center;
    column-gap: 3.2rem;
  }

  .wisent-header--mobile {
    display: none;
  }

  .wisent-header__brand {
    display: inline-flex;
    align-items: center;
    color: #111827;
    text-decoration: none;
  }

  .wisent-header__brand-image {
    display: block;
    width: auto;
    max-width: 10rem;
    height: auto;
  }

  .wisent-header__brand-text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
  }

  .wisent-header__search {
    position: relative;
    width: 100%;
    max-width: 56rem;
    justify-self: start;
  }

  .wisent-header__search-form {
    position: relative;
    min-height: 4.6rem;
    background: #fff;
    border: 1px solid #d9dde3;
    border-radius: 10px;
    overflow: hidden;
  }

  .wisent-header__search-input {
    width: 100%;
    height: 4.6rem;
    border: 0;
    outline: 0;
    background: transparent;
    padding-left: 1.8rem;
    padding-right: 8.8rem;
    color: #111827;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1.5rem;
  }

  .wisent-header__search-input::placeholder {
    color: #7b8190;
    opacity: 1;
  }

  .wisent-header__search-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 40;
    width: 4.8rem;
    height: 100%;
    border: 0;
    border-left: 1px solid #d9dde3;
    background: #EC5800;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .wisent-header__search-button:hover {
    background: #d94f00;
  }

  .wisent-header__search-form .reset__button {
    position: absolute;
    top: 50%;
    right: 4.8rem;
    transform: translateY(-50%);
    z-index: 40;
    width: 4rem;
    height: 4rem;
    border: 0;
    background: transparent;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .wisent-header__search-form .reset__button.hidden {
    display: none;
  }

  .wisent-header__search-button:focus-visible,
  .wisent-mobile-drawer > summary:focus-visible,
  .wisent-mobile-drawer__close:focus-visible,
  .wisent-header__mobile-icon:focus-visible,
  .wisent-header__action:focus-visible {
    outline: 2px solid #111827;
    outline-offset: 2px;
  }

  .wisent-header__action-icon .svg-wrapper,
  .wisent-header__mobile-icon .svg-wrapper,
  .wisent-mobile-drawer__icon.svg-wrapper,
  .wisent-mobile-drawer__close .svg-wrapper,
  .wisent-header__search-button .svg-wrapper,
  .wisent-header__search-form .reset__button .svg-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .wisent-header__action-icon .svg-wrapper svg,
  .wisent-header__mobile-icon .svg-wrapper svg,
  .wisent-mobile-drawer__icon.svg-wrapper svg,
  .wisent-mobile-drawer__close .svg-wrapper svg,
  .wisent-header__search-button .svg-wrapper svg,
  .wisent-header__search-form .reset__button .svg-wrapper svg {
    width: 2rem;
    height: 2rem;
    display: block;
  }

  .wisent-header__search .predictive-search {
    top: calc(100% + 8px);
    left: 0;
    right: auto;
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.12);
    overflow: hidden auto;
    z-index: 40;
  }

  .wisent-header__actions {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    justify-self: end;
    padding-right: 20px;
  }

  .wisent-header__action {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #111827;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
  }

  .wisent-header__action--cart {
    position: relative;
    padding-left: 1.6rem;
  }

  .wisent-header__action--cart::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 1.4rem;
    line-height: 1;
  }

  .wisent-header__action-icon {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
  }

  .wisent-header__action-label {
    font-size: 1.4rem;
    color: #111827;
  }

  .wisent-header__cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.8rem;
    height: 1.8rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
  }

  .wisent-mobile-drawer {
    position: static;
  }

  .wisent-mobile-drawer > summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    color: #111827;
  }

  .wisent-mobile-drawer > summary::-webkit-details-marker {
    display: none;
  }

  .wisent-mobile-drawer__icon {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
  }

  .wisent-mobile-drawer__overlay {
    display: none;
  }

  .wisent-mobile-drawer__panel {
    position: fixed;
    top: 0;
    left: 0;
    width: min(100vw, 42rem);
    height: 100dvh;
    background: #fff;
    z-index: 60;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    border-right: 1px solid rgba(17, 24, 39, 0.08);
  }

  .wisent-mobile-drawer[open] .wisent-mobile-drawer__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(17, 24, 39, 0.24);
  }

  .wisent-mobile-drawer[open] .wisent-mobile-drawer__panel {
    transform: translateX(0);
  }

  .wisent-mobile-drawer__top {
    min-height: 6.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.8rem;
    border-bottom: 1px solid #e5e7eb;
  }

  .wisent-mobile-drawer__title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #60708a;
  }

  .wisent-mobile-drawer__close {
    border: 0;
    background: transparent;
    color: #111827;
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .wisent-mobile-drawer__nav {
    border-bottom: 1px solid #e5e7eb;
  }

  .wisent-mobile-drawer__item {
    border-bottom: 1px solid #e5e7eb;
  }

  .wisent-mobile-drawer__item:last-child {
    border-bottom: 0;
  }

  .wisent-mobile-drawer__link,
  .wisent-mobile-drawer__summary {
    min-height: 5.6rem;
    padding: 0 1.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111827;
    text-decoration: none;
    font-size: 1.5rem;
    background: transparent;
  }

  .wisent-mobile-drawer__summary {
    cursor: pointer;
    list-style: none;
  }

  .wisent-mobile-drawer__summary::-webkit-details-marker {
    display: none;
  }

  .wisent-mobile-drawer__arrow {
    width: 1.8rem;
    height: 1.8rem;
    flex: 0 0 1.8rem;
    color: #111827;
  }

  .wisent-mobile-drawer__subnav {
    padding: 0 0 0.8rem;
    background: #fafafa;
  }

  .wisent-mobile-drawer__sublink {
    display: block;
    padding: 1.2rem 1.8rem 1.2rem 3rem;
    color: #111827;
    text-decoration: none;
    font-size: 1.4rem;
  }

  .wisent-mobile-drawer__account {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.8rem;
    color: #111827;
    text-decoration: none;
    font-size: 1.5rem;
    border-top: 1px solid #e5e7eb;
  }

  .wisent-mobile-drawer__support {
    padding: 3rem 1.8rem 4rem;
    border-top: 1px solid #e5e7eb;
  }

  .wisent-mobile-drawer__support-title {
    margin: 0 0 1.6rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
  }

  .wisent-mobile-drawer__support-link {
    display: block;
    margin: 0 0 1.4rem;
    font-size: 1.5rem;
    color: #111827;
    text-decoration: none;
  }

  .wisent-mobile-drawer__support-link:last-child {
    margin-bottom: 0;
  }

  .wisent-header__mobile-actions {
    display: inline-flex;
    align-items: center;
    gap: 1.4rem;
    justify-self: end;
    white-space: nowrap;
  }

  .wisent-header__mobile-actions > * {
    flex: 0 0 auto;
  }

  .wisent-header__mobile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    color: #111827;
    text-decoration: none;
  }

  @media screen and (max-width: 1180px) {
    .wisent-header--desktop {
      grid-template-columns: max-content minmax(34rem, 1fr) 1fr;
      column-gap: 2.4rem;
    }

    .wisent-header__action-label {
      display: none;
    }
  }

  @media screen and (max-width: 1024px) {
    .wisent-header--desktop {
      display: none;
    }

    .wisent-header--mobile {
      min-height: 6.8rem;
      display: grid;
      grid-template-columns: 4rem 1fr auto;
      align-items: center;
      column-gap: 1.2rem;
    }

    .wisent-header__brand--mobile {
      justify-self: center;
    }

    .wisent-header__brand--mobile .wisent-header__brand-image {
      max-width: 10rem;
    }
  }

  #shopify-section-{{ section.id }} .wisent-nav {
    position: relative;
    z-index: 2;
    background: #f5f5f6;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
  }

  #shopify-section-{{ section.id }} .wisent-nav__inner {
    position: relative;
    min-height: 5.4rem;
    display: flex;
    align-items: center;
    gap: 3.2rem;
  }

  #shopify-section-{{ section.id }} .wisent-nav__item,
  #shopify-section-{{ section.id }} .wisent-nav__link {
    position: static;
    display: inline-flex;
    align-items: center;
    min-height: 5.4rem;
    color: rgb(var(--color-foreground));
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 1;
  }

  #shopify-section-{{ section.id }} .wisent-nav__trigger {
    min-height: 5.4rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgb(var(--color-foreground));
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font: inherit;
    cursor: pointer;
  }

  #shopify-section-{{ section.id }} .wisent-nav__caret {
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 1.2rem;
    transition: transform 0.2s ease;
  }

  #shopify-section-{{ section.id }} .wisent-nav__item:hover .wisent-nav__caret,
  #shopify-section-{{ section.id }} .wisent-nav__item:focus-within .wisent-nav__caret {
    transform: rotate(180deg);
  }

  #shopify-section-{{ section.id }} .wisent-nav__trigger:hover,
  #shopify-section-{{ section.id }} .wisent-nav__link:hover {
    color: #EC5800;
  }

  #shopify-section-{{ section.id }} .wisent-nav__trigger:focus-visible,
  #shopify-section-{{ section.id }} .wisent-nav__link:focus-visible,
  #shopify-section-{{ section.id }} .wisent-nav__dropdown-link:focus-visible,
  #shopify-section-{{ section.id }} .wisent-nav__button:focus-visible {
    outline: 2px solid rgb(var(--color-foreground));
    outline-offset: 2px;
  }

  #shopify-section-{{ section.id }} .wisent-nav__mega {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    display: none;
    background: #f5f5f6;
    border-top: 2px solid #EC5800;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
  }

  #shopify-section-{{ section.id }} .wisent-nav__item:hover .wisent-nav__mega,
  #shopify-section-{{ section.id }} .wisent-nav__item:focus-within .wisent-nav__mega {
    display: block;
  }

  #shopify-section-{{ section.id }} .wisent-nav__mega-inner {
    padding-top: 2.4rem;
    padding-bottom: 1.8rem;
  }

  #shopify-section-{{ section.id }} .wisent-nav__mega-grid {
    display: grid;
    gap: 1.6rem 3.2rem;
  }

  #shopify-section-{{ section.id }} .wisent-nav__mega-grid--categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #shopify-section-{{ section.id }} .wisent-nav__mega-grid--brands {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #shopify-section-{{ section.id }} .wisent-nav__dropdown-link {
    display: block;
    color: rgb(var(--color-foreground));
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.45;
  }

  #shopify-section-{{ section.id }} .wisent-nav__dropdown-link:hover {
    color: #EC5800;
  }

  #shopify-section-{{ section.id }} .wisent-nav__mega-footer {
    margin-top: 1.4rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(var(--color-foreground), 0.08);
    display: flex;
    justify-content: flex-start;
  }

  #shopify-section-{{ section.id }} .wisent-nav__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0 1.2rem;
    border: 1px solid rgba(var(--color-foreground), 0.14);
    border-radius: 6px;
    background: #f5f5f6;
    color: rgb(var(--color-foreground));
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1;
    transition: border-color 0.2s ease, color 0.2s ease;
  }

  #shopify-section-{{ section.id }} .wisent-nav__button:hover {
    border-color: #EC5800;
    color: #EC5800;
  }

  @media screen and (max-width: 1200px) {
    #shopify-section-{{ section.id }} .wisent-nav__inner {
      gap: 2.4rem;
    }

    #shopify-section-{{ section.id }} .wisent-nav__mega-grid--categories {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #shopify-section-{{ section.id }} .wisent-nav__mega-grid--brands {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 1024px) {
    #shopify-section-{{ section.id }} .wisent-nav {
      display: none;
    }
  }