/** Shopify CDN: Minification failed

Line 198:1 Expected "}" to go with "{"

**/
.shopify-section--header .header__wrapper {
  backdrop-filter: none;
}
.header.header-filled .header-desktop-navigation {
  display: none;
}
.header-desktop-navigation {
    background: #0b2847;
    padding: 10px 0;
    padding-inline-start: max(3rem, 50% - var(--container-max-width) / 2);
    padding-inline-end: max(3rem, 50% - var(--container-max-width) / 2);
    position: relative;
    z-index: -1;
}
.header-desktop-navigation ul li a, .header-desktop-navigation ul li button {
  color: #ffffff;
}
.header__icon-list button.text-with-icon span {
  font-size: 15px;
}
button.st-wishlist-details-button {
  margin-right: -7px !important;
}
button.st-wishlist-details-button .st-number {
  font-size: 12px;
  line-height: 0 !important;
  height: 16px !important;
  right: -5px !important;
  top: 12px !important;
  width: 16px !important;
}
.header__wrapper .header__icon-list {
  gap: 15px;
}
.header-search-bar {
    width: 100%;
    min-width: 600px;
}
.header-search-bar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    line-height: 0;
    border: 1px solid #ffffff;
    padding: 0px 0px 0px 15px;
    border-radius: 30px;
    background: #ffffff;
}
.header-search-bar-text {
    font-size: 16px;
    opacity: 0.8;
    color: #000000;
}
.header-search-bar-icon {
    background: #fcb316;
    padding: 15px;
    margin-top: -1.2px;
    margin-bottom: -1px;
    margin-right: -1.5px;
    border-radius: 0 30px 30px 0;
}
.header-desktop-navigation .nav-item.dropdown {
    position: absolute;
    bottom: 0;
    right: 8vw;
    top: 22%;
}
.header-desktop-navigation .nav-item.dropdown a.bold {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 5px;
}
.need-help.dropdown .header-dropdown-menu {
    margin-top: 0;
    min-width: 280px;
    box-shadow: 0 -3px 14px 0 rgba(106, 106, 106, .19);
    border: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    left: auto !important;
    top: 100% !important;
    background: #ffffff;
    border-radius: 8px;
}
.need-help.dropdown .header-dropdown-menu::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
    position: absolute;
    top: -7px;
    right: 10px;
    content: "";
}

.need-help.dropdown .header-dropdown-menu .dropdown-item {
    padding: 15px 15px;
    font-size: 17px;
    color: #000;
    line-height: normal;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.need-help.dropdown .header-dropdown-menu .dropdown-item:hover {
  background: #123e6d;
  color: #fff;
}
.need-help.dropdown .header-dropdown-menu .dropdown-item:hover svg path {
  fill: #fff;
}
.header__secondary-nav .bacurr-cur-blocker .baDropdownStyle {
  position: unset !important;
}
.template-password #shopify-chat {
    display: none !important;
}
/* .header__secondary-nav .bacurr-cur-blocker .baDropdownStyle .bacurr-choiceDesign {
  background: transparent !important;
}
.header__secondary-nav .bacurr-cur-blocker .baDropdownStyle.barcurr-showCurrencyOnly .ba-chosen {
  color: #ffffff !important;
}
.header__secondary-nav .bacurr-cur-blocker .baDropdownStyle .bacurr-choiceDesign:after {
  border-top: 6px solid #ffffff !important;
} */

@media screen and (min-width: 1000px){
  .header__wrapper .gt_container-gpzox2 .gt_switcher .gt_selected a {
    border: none !important;
    width: 100px !important;
    color: #ffffff !important;
    font-size: 0;
  }
  .header__wrapper .gt_container-gpzox2 .gt_switcher .gt_selected a::after {
    content: none !important;
  }
  .header__wrapper .gt_container-gpzox2 .gt_switcher .gt_selected a:hover {
    background: transparent !important;
  }
  .header__wrapper .gt_container-gpzox2 .gt_switcher .gt_selected {
    background: transparent !important;
  }
  .header__wrapper .gt_switcher {
    width: 40px !important;
  }
  .header__wrapper .header__secondary-nav {
    gap: 5px;
  }
}
@media screen and (max-width: 1440px){
  .header-search-bar {
    min-width: 500px;
  }
}
@media screen and (max-width: 1200px){
  .header-search-bar {
    min-width: 400px;
  }
}
@media screen and (max-width: 1149px){
  .header-desktop-navigation {
    display: none;
  }
  .header-search-bar {
    display: none;
  }
}
@media screen and (max-width: 999px){
  .header__secondary-nav .gt_switcher {
    display: none;
  }
  #header-sidebar-menu .baDropdownStyle {
    position: unset !important;
  }
  #header-sidebar-menu .baDropdownStyle.top_right .bacurr-dropdown-choices {
    left: 0 !important;
  }
}



body.zoom-image--enabled.template-password div#smile-ui-lite-launcher-frame-container {
    display: none;

body.zoom-image--enabled.template-password .baDropdownStyle.top_right {
    display: none !important;
}