/** Shopify CDN: Minification failed

Line 16:0 Unexpected "<"
Line 471:20 Unexpected "{"
Line 471:29 Expected ":"
Line 478:20 Unexpected "{"
Line 478:29 Expected ":"
Line 486:20 Unexpected "{"
Line 486:29 Expected ":"
Line 487:20 Unexpected "{"
Line 487:29 Expected ":"
Line 499:20 Unexpected "{"
... and 52 more hidden warnings

**/
<style>
  .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;
    }
  }

    /* Section Styles */
    .custom-contact-section {
      background: #F9F9F9;
      color: #333;
      padding: 50px 20px;
      text-align: center;
    }

    .custom-contact-container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 16px;
    }

    .custom-contact-title {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .custom-contact-subtitle {
      font-size: 16px;
      color: #666;
      margin-bottom: 40px;
    }

    .custom-contact-columns {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
    }

    .custom-contact-column {
      flex: 1;
      min-width: 250px;
      max-width: 300px;
      background: #FFF;
      padding: 20px;
      border-radius: 0px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .custom-contact-column h3 {
      font-size: 18px;
      color: #222;
      margin-bottom: 10px;
    }

    .custom-contact-column p {
      font-size: 14px;
      margin: 5px 0;
      line-height: 1.6;
    }

    .custom-highlight {
      color: #EC5800;
      font-weight: bold;
      text-decoration: none;
    }

    .custom-highlight:hover {
      text-decoration: underline;
    }

    .custom-social-link {
      color: #EC5800;
      text-decoration: none;
      font-weight: bold;
    }

    .custom-social-link:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .custom-contact-columns {
        flex-direction: column;
        gap: 20px;
      }

      .custom-contact-column {
        max-width: 100%;
      }
    }

  .faq-contact-section {
    width: 100%;
    background: #f9f9f9;
    padding: 32px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #111827;
  }

  .faq-contact-inner {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .faq-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
  }

  .faq-contact-card {
    background: #ffffff;
    border-radius: 0;
    padding: 26px 28px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #EC5800;
    text-align: left;
  }

  .faq-contact-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #111827;
  }

  .faq-contact-subtitle {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 16px;
    max-width: 460px;
  }

  .faq-button {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background-color: #EC5800;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #EC5800;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  }

  .faq-button:hover {
    background-color: #ffffff;
    color: #EC5800;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
    text-decoration: none;
  }

  .contact-line-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    max-width: 560px;
  }

  .contact-line-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 16px;
    color: #4b5563;
  }

  .contact-label {
    font-weight: 600;
    color: #111827;
  }

  .contact-email {
    color: #EC5800;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
  }

  .contact-email:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .faq-contact-section {
      padding: 24px 0;
    }

    .faq-contact-card {
      padding: 20px 16px;
    }

    .faq-contact-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .faq-contact-title {
      font-size: 20px;
    }

    .faq-contact-subtitle,
    .contact-line-item {
      font-size: 15px;
      max-width: 100%;
    }

    .faq-button {
      font-size: 14px;
      padding: 8px 18px;
    }

    .contact-line-grid {
      grid-template-columns: 1fr;
      gap: 12px;
      max-width: 100%;
    }
  }

  /* === ORDER TRACKING – TWO-COLUMN LAYOUT === */
  .track-form-section {
    padding: 40px 0 48px;
    font-family: inherit;
    background: #f9f9f9
  }

  .track-form-section .page-width {
    margin: 0 auto;
  }

  .track-form-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(380px, 1.3fr);
    gap: 24px;
    align-items: stretch;
  }

  @media (max-width: 900px) {
    .track-form-layout {
      grid-template-columns: 1fr;
    }
  }

  /* === LEFT INFO PANEL === */
  .track-form-info {
    background: #fff;
    border: 1px solid #EC5800;
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
  }

  .track-form-info-top {
    margin-bottom: 0;
  }

  .track-form-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .track-form-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .track-form-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .track-form-list li {
    margin-bottom: 6px;
  }

  .track-form-list li::before {
    content: "✔";
    margin-right: 6px;
    color: #EC5800; /* Wisent orange */
  }

  /* === RIGHT FORM CARD === */
  .track-form-card {
    border: 1px solid #EC5800;
    padding: 26px 28px 28px;
    background: #ffffff;
  }

  .track-form-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .track-form-card-subtitle {
    font-size: 13px;
    color: #555;
    margin-bottom: 18px;
  }

  .track-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
  }

  @media (max-width: 700px) {
    .track-form-grid {
      grid-template-columns: 1fr;
    }
  }

  .track-form-field {
    display: flex;
    flex-direction: column;
  }

  .track-form-field--full {
    grid-column: 1 / -1;
  }

  .track-form-field label {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .track-form-input,
  .track-form-textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    background-color: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }

  .track-form-input:focus,
  .track-form-textarea:focus {
    border-color: #EC5800;
    box-shadow: 0 0 0 1px rgba(236, 88, 0, 0.12);
  }

  .track-form-textarea {
    min-height: 120px;
    resize: vertical;
  }

  .track-form-actions {
    margin-top: 18px;
    text-align: left;
  }

  .track-form-submit {
    display: inline-block;
    border: none;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    background-color: #EC5800;
    color: #fff;
    transition: background-color 0.15s ease, transform 0.05s ease;
  }

  .track-form-submit:hover {
    background-color: #d85000;
  }

  .track-form-submit:active {
    transform: translateY(1px);
  }

  .track-form-success {
    margin-bottom: 14px;
    padding: 10px 12px;
    background: #e6f7ec;
    border: 1px solid #b7e2c3;
    font-size: 13px;
  }

  .track-form-errors {
    margin-bottom: 14px;
    padding: 10px 12px;
    background: #fdeaea;
    border: 1px solid #f3b8b8;
    font-size: 13px;
  }
</style>