/** Shopify CDN: Minification failed

Line 72:0 Unexpected "}"
Line 444:0 Unexpected "}"

**/
.corner-nav {
  position: fixed;
  top: 2.4rem;
  left: 2.4rem;
  z-index: 50;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 3.5rem;
}

.corner-nav a {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
  padding: 0.4rem 0;
}

.corner-nav .num {
  font-style: italic;
  font-size: 1.6rem;
  min-width: 1.05rem;
  text-align: right;
  transition: transform 0.35s ease;
}

.corner-nav .label {
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: letter-spacing 0.35s ease;
}

.corner-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.28rem;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.35s ease;
}

.corner-nav a:hover .label,
.corner-nav a.active .label {
  letter-spacing: 0.18em;
}

.corner-nav a:hover .num,
.corner-nav a.active .num {
  transform: translateX(2px);
}

.corner-nav a.active::after {
  width: 100%;
}

.corner-nav__dropdown a.active::after {
  width: 0 !important;
  display: none !important;
}
}
/* =========================================
   HEADER RIGHT LINKS — MATCH CORNER NAV
   ========================================= */

@media screen and (min-width: 990px) {

  .header__icons {
    display: flex !important;
    align-items: center !important;
    gap: 2.5rem !important;
  }

  .header__icons .header__search,
  .header__icons .desktop-localization-wrapper,
  .header__icons .header-account-link,
  .header__icons .header-cart-link {
    display: flex !important;
    align-items: baseline !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* SEARCH / ACCOUNT / CART */
  .header__icons .search-label,
  .header__icons .header-account-link,
  .header__icons .header-cart-link {
    font-family: inherit !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    font-weight: inherit !important;
  }

  /* Currency selector */
  .header__icons .localization-form,
  .header__icons .localization-form__select,
  .header__icons .disclosure__button {
    font-family: inherit !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    font-weight: inherit !important;
  }

  /* Remove Shopify's default icon sizing/spacing */
  .header__icons .header__icon {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Make SEARCH sit on exactly the same baseline */
  .header__icons .header__search {
    align-self: baseline !important;
  }

  .header__icons .header__search summary {
    display: flex !important;
    align-items: baseline !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
  }

  /* Uniform icon sizing */
  .header__icons .svg-wrapper,
  .header__icons .svg-wrapper svg {
    width: 1.8rem !important;
    height: 1.8rem !important;
  }

  .header__icons .header__search .search-label svg,
  .header__icons .header__search .search-label .svg-wrapper {
    width: 1.8rem !important;
    height: 1.8rem !important;
  }

.header__icons svg.icon-cart {
    width: 1.8rem !important;
    height: 1.8rem !important;
    min-width: 1.8rem !important;
    min-height: 1.8rem !important;
    max-width: 1.8rem !important;
    max-height: 1.8rem !important;
  }

  .header__icons .header-account-link .svg-wrapper,
  .header__icons .header-account-link .svg-wrapper svg {
    width: 1.8rem !important;
    height: 1.8rem !important;
    min-width: 1.8rem !important;
    min-height: 1.8rem !important;
  }

  
  
}


/* =========================================
   MOBILE HEADER ICONS
   ========================================= */

@media screen and (max-width: 989px) {

  /* Hide desktop corner navigation */
  .corner-nav {
    display: none !important;
  }

  /* Put search / account / cart at top right */
  .header__icons {
    position: absolute !important;
    top: 1.5rem !important;
    right: 1.5rem !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 1.2rem !important;

    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Search, account and cart */
  .header__icons .header__search,
  .header__icons .header-account-link,
  .header__icons .header-cart-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 2rem !important;
    height: 2rem !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  /* Remove text styling */
  .header__icons .search-label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; 
  }

  /* Icon sizes */
.header__icons .svg-wrapper,
.header__icons .svg-wrapper svg {
  width: 1.8rem !important;
  height: 1.8rem !important;
  
}

/* Cart needs a larger visual scale */
.header__icons .header-cart-link .svg-wrapper,
.header__icons .header-cart-link .svg-wrapper svg {
  width: 1.8rem !important;
  height: 1.8rem !important;
}

/* Move the actual cart icon down */
.header__icons .header-cart-link .svg-wrapper {
  transform: translateY(0ghrea) !important;
}


  /* Remove desktop search close icon */
  .header__icons .header__search .header__icon-close {
    display: none !important;
  }

  /* Keep the search summary compact */
  .header__icons .header__search summary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 2rem !important;
    height: 2rem !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  /* Remove Shopify's default icon button spacing */
  .header__icons .header__icon {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

    /* FORCE MOBILE SEARCH ICON TO SHOW */
  .header__icons .header__search {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header__icons .header__search > details {
    display: block !important;
  }

  .header__icons .header__search > details > summary {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header__icons .header__search .search-label {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header__icons .header__search .search-label .svg-wrapper {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header__icons .header__search .search-label svg {
    display: block !important;
    width: 1.8rem !important;
    height: 1.8rem !important;
  }

 /* MOBILE ICON COLOR — KEEP ORIGINAL WEIGHT */
.header__icons .header-account-link svg *,
.header__icons .header-cart-link svg * {
  fill: currentColor !important;
  stroke: none !important;
}

.header__icons .header-account-link,
.header__icons .header-cart-link {
  color: rgb(var(--color-foreground)) !important;
}
  
}

/* =========================================
   DESKTOP SEARCH — FLOATING DROPDOWN
   ========================================= */

@media screen and (min-width: 990px) {

  /* Search itself stays exactly where it is */
  .header__icons .header__search {
    position: relative !important;
    display: block !important;
    flex: 0 0 auto !important;
    align-self: center !important;
  }

  /* Do NOT let the opened search change header height */
  .header__icons .header__search > details {
    position: static !important;
  }

  /* Floating search box */
  .header__icons .header__search .search-modal {
    position: absolute !important;

    top: calc(100% + 1.2rem) !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;

    width: 360px !important;
    max-width: 360px !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;

    overflow: visible !important;

    background: rgb(var(--color-background)) !important;
    border: 1px solid rgba(var(--color-foreground), 0.25) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;

    z-index: 1000 !important;
  }

  /* Remove Shopify's full-screen modal behaviour */
  .header__icons .header__search .modal-overlay {
    display: none !important;
  }

  /* Search box contents */
  .header__icons .header__search .search-modal__content {
    position: relative !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 1.5rem !important;

    box-sizing: border-box !important;

    display: block !important;
  }

  .header__icons .header__search .search-modal__form {
    width: 100% !important;
    margin: 0 !important;
  }

  .header__icons .header__search .field {
    width: 100% !important;
    margin: 0 !important;
  }

  .header__icons .header__search .field__input {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Hide ONLY the unwanted modal close X */
  .header__icons .header__search .search-modal__close-button {
    display: none !important;
  }

  .header__icons .header__search .header__icon-close {
    display: none !important;
  }

  /* Keep header icons from clipping the dropdown */
  .header__icons {
    overflow: visible !important;
  }
}

@media screen and (min-width: 990px) {
  .header__inline-menu,
  .header-menu,
  nav.header__inline-menu {
    display: none !important;
  }
}

.header__heading-logo {
    width: 60px !important;  /* decrease for smaller logo */
    max-width: 60px !important;
  }

  .header {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    min-height: unset !important;
  }
  
}