/** Shopify CDN: Minification failed

Line 39:12 Expected identifier but found whitespace
Line 39:14 Unexpected "{"
Line 39:23 Expected ":"
Line 352:12 Expected identifier but found whitespace
Line 352:14 Unexpected "{"
Line 352:23 Expected ":"
Line 356:12 Expected identifier but found whitespace
Line 356:14 Unexpected "{"
Line 356:23 Expected ":"
Line 496:14 Expected identifier but found whitespace
... and 22 more hidden warnings

**/
   .site-header {
      width: 100%;
      /* transparent by default (for index) */
      background: transparent;
      position: fixed;
      z-index: 99999 !important;
    }


    .header-top {
      position: relative; /* make container relative for absolute centering */
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.7rem 2.5rem;
    }

    .mobile-menu-toggle {
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      align-self: center;
      color: {{ section.settings.home_color }};
    }

    .menu-icon {
      width: auto;
      height: 25px;
    }
    .site-title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      gap: 0.8rem;
      z-index: 1;
    }


    .header-bottom {
      text-align: center;
      font-size: 1.1rem;
      padding-bottom: 0.5rem;
      color: white;
      font-family: 'Public Sans';
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      letter-spacing: 0.7px;
    }
    .header-location,
    .header-separator,
    .header-datetime {
      margin: 0 0.25rem;
    }

    .mobile-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 30vw;
      height: 100%;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      z-index: 9999999 !important;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 1rem;
      background: #181818b3;
      padding-bottom: 12rem;
      backdrop-filter: blur(5px);
    }
    .mobile-menu.active {
      transform: translateX(0);
    }
    .mobile-menu-header {
      display: flex;
      justify-content: flex-end;
      color: white;
    }

    .js-close-menu {
      background: none;
      border: none;
      font-size: 2rem;
      cursor: pointer;
      color: white;
    }

    .js-close-menu path {
      color: white;
    }

    .mobile-menu-list {
      list-style: none;
      padding: 0;
      margin: 1rem 0;
      flex: 1;
    }

    .parent-item {
      color: white;
      cursor: pointer;
      font-family: 'Public Sans';
    }

    .mobile-newsletter {
      padding-top: 1rem;
      margin-bottom: 1rem;
    }
    .mobile-newsletter form {
      display: flex;
      border-bottom: 1px solid white;
    }



      .mobile-newsletter input {
        flex: 1;
        border: none;
        margin-right: 0.5rem;
        padding: 0.5rem;
        background-color: transparent;
        color: white !important;
      }

      .mobile-newsletter input::placeholder {
        color: white !important;
      }
      
      /* Remove any focus animation */
      .mobile-newsletter input:focus {
        outline: none;
        box-shadow: none;
      }

    .mobile-newsletter button {
      background: none;
      border: none;
      color: white;
      cursor: pointer;
      font-size: 1.4rem;
      padding: 0.5rem;
    }

    .mobile-client-services {
      margin-top: 1rem;
      font-size: 1.2rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 1px;
    }

    .menu-columns {
      display: flex;
      gap: 0;
      padding-left: 20px;
      padding-right: 60px;
    }
    .mobile-menu-list {
      list-style: none;
      padding: 0;
      margin: 1rem 0;
      flex: 1;
    }
    .mobile-menu-list li {
      margin-bottom: 3rem;
    }
    .mobile-menu-list a {
      text-decoration: none;
      color: white;
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 200 !important;
      line-height: normal;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .child-col {
      flex: 1;
    }
    .child-menu {
      list-style: none;
      padding: 0;
      margin: 1rem 0;
    }
    .child-menu li {
      margin-bottom: 1rem;
      cursor: pointer;
    }
    .child-menu a {
      text-decoration: none;
      color: white;
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 200 !important;
      line-height: normal;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    /* Search overlay */
    .search-overlay {
      width: 100%;
      transition: transform 0.3s ease;
      padding: 1rem 0;
      opacity: 0;
      display: none;
      transition: transform 0.3s ease, opacity 0.5s ease;
    }

    /* 2) Shown state */
    .search-overlay.active {
      display: block;
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
      height: 100dvh;
      background: white;
      padding-top: 9rem;
    }

    .search-overlay.active ~ .header-top {
      background: #181818b3;
    }

    .header-top.search-active {
      background: white !important;
    }


    /* Minimal reset so it spans full width */
    .search-form {
      display: flex;
      max-width: 900px;
      width: 100%;
      margin: 0 auto;
      background-color: transparent !important;
      color: black;
    }

    .recommendations-container {
      display: flex;
      max-width: 900px;
      width: 100%;
      font-size: 0.9rem;
      text-transform: uppercase;
    }

    .internal-search-form {
      display: flex;
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      color: black;
      border-bottom: 1px solid #C4C4C4;
    }

    .search-form input[type='search'] {
      flex: 1;
      border: none;
      padding: 0.75rem;
      background-color: transparent !important;
      color: black;
    }

    .search-form input[type='search']::placeholder {
      color: #636363;
      opacity: 1; /* optional, ensures full opacity */
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-weight: 300;
    }

    .search-form button[type='submit'] {
      border: none;
      background: none;
      padding: 0 1rem;
      text-transform: uppercase;
      cursor: pointer;
      color: black;
    }
    /* Close-button inside the form */
    .search-close {
      border: none;
      background: none;
      font-size: 1.5rem;
      line-height: 1;
      padding: 0 1rem;
      cursor: pointer;
    }

    /* Chrome, Safari, Edge, Opera */
  .search-form input[type="search"]::-webkit-search-decoration,
  .search-form input[type="search"]::-webkit-search-cancel-button,
  .search-form input[type="search"]::-webkit-search-results-decoration,
  .search-form input[type="search"]::-webkit-search-results-button {
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  /* Internet Explorer & Edge Legacy */
  .search-form input[type="search"]::-ms-clear,
  .search-form input[type="search"]::-ms-reveal {
    display: none !important;
    width: 0;
    height: 0;
  }


    .navigation-bottom {
      padding-left: 20px;
      display: flex;
      flex-direction: column;
      gap: 0rem;
      padding-right: 100px;
    }

    .header-icons {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 2rem;
    }

    .search-display, .account-icon {
      color: {{ section.settings.home_color }};
    }

    .header__icon {
      color: {{ section.settings.home_color }};
    }

    .icon.account-icon,.search-display {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    @media screen and (max-width: 900px) {

      .site-logo-img {
        width: 100px;
      }

      .header-bottom {
        display: none;
      }

      .header-top {
        padding: 0.5rem 1rem;
      }

      .mobile-menu {
        width: 80vw;
      }

      .search-overlay.active {
        padding: 1rem 2rem;
      }

      .icon.account-icon {
        display: none;
      }

      .mobile-menu-list a {
        font-size: 1.4rem;
      }

      .child-menu a {
        font-size: 1.4rem;
      }

      .menu-columns {
        padding-left: 25px;
      }

      .header-icons {
        gap: 1rem;
      }
    }

header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
  }

  .menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }

  .header-info-nav ul {
    display: flex;
    flex-direction: column;
    gap: 1rem:
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header-info-nav li {
    list-style: none;
    text-decoration: none;
    color: white;
    margin-bottom: 0.5rem;
  }

  .header-info-nav a {
    text-decoration: none;
    color: white;
  }

  .mobile-menu-top {
    display: flex;
    flex-direction: column;
    gap: 6rem;
  }

  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }

  .search-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 3rem;
  }

  .search-info-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 2rem;
  }

    .header {
      padding: {{ section.settings.padding_top | times: 0.5 | round: 0 }}px 3rem {{ section.settings.padding_bottom | times: 0.5 | round: 0 }}px 3rem;
    }

    .section-header {
      position: sticky; /* This is for fixing a Safari z-index issue. PR #2147 */
      margin-bottom: {{ section.settings.margin_bottom | times: 0.75 | round: 0 }}px;
    }


    @media screen and (min-width: 750px) {
      .section-header {
        margin-bottom: {{ section.settings.margin_bottom }}px;
      }
    }

    @media screen and (min-width: 990px) {
      .header {
        padding-top: {{ section.settings.padding_top }}px;
        padding-bottom: {{ section.settings.padding_bottom }}px;
      }

      .site-logo-img {
        width: 100px;
      }

    }

    .search-form input[type="search"],
  .search-form input[type="search"]:focus,
  .search-form input[type="search"]:active {
    transition: none !important;
    animation: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .search-form input[type="search"]:hover {
    transition: none !important;
  }

.shipping-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: white;
  font-size: 1.2rem;
  padding: 10px 0;
}

.shipping-arrow {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
}
