/** Shopify CDN: Minification failed

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

**/
.section-header {
  position: relative;
  width: 100%;
  z-index: 45;
}
.section-header .container {
  position: relative;
}
.header-index.is-overlayed {
  padding: var(--gutter-width) 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 45;
  transition: .5s ease all;
}
.header-index.header-sticky.is-sticky {
  position: fixed;
  width: 100%;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 45;
  transition: .5s ease all;
  transform: translateY(-100%);
}
.header-index.is-sticky.sticky-header-visible {
  transform: translateY(0);
}
.section-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--gutter-width);
  background: var(--bg-color);
  position: relative;
}
.section-header .header-wrapper.header-position-left .nav-wrapper {
  order: -1;
}
.section-header .header-wrapper.header-position-left > * {
  flex: 1;
}
.section-header .header-wrapper.header-position-left .logo-wrapper {
  text-align: center;
}
.section-header .logo-wrapper img {
  width: 100%;
  max-width: var(--logo-width);
}
.section-header .logo-wrapper a {
  text-decoration: none;
}
.section-header .logo-wrapper .h3 {
  margin: 0;
}
.section-header .actions-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section-header .actions-wrapper > .header-action {
  margin-left: 15px;
  text-decoration: none;
  transition: all 0.5s ease;
  position: relative;
}
.section-header .actions-wrapper > .action-cart [data-cart-count] {
  background: var(--s-btn-bg);
  color: var(--s-btn-txt);
  font-size: 75%;
  line-height: 1;
  position: absolute;
  display: inline-flex;
  min-width: 15px;
  height: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 3px;
  right: -5px;
  white-space: nowrap;
  top: -5px;
}
.section-header a.is-active {
  color: var(--color-link);
}
.section-header .nav-wrapper .nav-dept-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section-header .header-wrapper.header-position-left .nav-wrapper .nav-dept-1 {
  justify-content: flex-start;
}
.section-header .nav-wrapper .nav-dept-1 > li {
  padding: 0 var(--gutter-width);
}
.section-header .nav-wrapper a.btn-link-effect svg {
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 3px;
  vertical-align: middle;
  color: var(--p-btn-bg);
}
.section-header .nav-dept-1 > li.has-child:not(.is-megamenu) {
  position: relative;
}
.section-header li.has-child > .nav-dept-2 {
  position: absolute;
  background: #FFF;
  left: 0;
  width: 100%;
  min-width: 240px;
  display: block;
  padding: var(--gutter-width) 0;
  max-height: 75vh;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: .5s ease all;
  transform-origin: top;
}
.header-wrapper .actions-wrapper a.action-search svg path{
  stroke: var(--color-link);
}
.header-index button.disclosure__button
{
  border-bottom: 0;
}
@media not all and (hover: none) {
  .section-header .nav-dept-1 > li.has-child:focus-within > .nav-dept-2,
  .section-header .nav-dept-1 > li.has-child:hover > .nav-dept-2 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .section-header .actions-wrapper,
  .section-header .logo-wrapper {
    min-width: 150px;
  }
  .section-header .actions-wrapper>.header-action:hover {
    color: var(--p-btn-bg);
    transform: scale(1.1);
  }

  .header-wrapper .actions-wrapper a.action-search:hover svg path {
    stroke: var(--p-btn-bg);
  }

  .section-header .actions-wrapper>.floor-view-wishlist-bottom-btn:hover svg {
    fill: var(--p-btn-bg);
  }
}
.section-header li.has-child > .nav-dept-2 > li {
  padding: 0 var(--gutter-width);
}
.section-header li.has-child > .nav-dept-2 li.has-child > a {
  font-weight: var(--weight-semibold);
}
.section-header li.has-child > .nav-dept-2 > li.has-child .nav-dept-3 {
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid var(--input_border);
  margin-bottom: 15px;
  font-size: 90%;
}
.section-header li.is-megamenu .mega-menu-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px var(--gutter-width);
  background: var(--bg-color);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: .25s ease all;
  z-index: 45;
}
.section-header .mag-wishlist-header-count {
    background: var(--s-btn-bg);
    color: var(--s-btn-txt);
    font-size: 75%;
    line-height: 1;
    position: absolute;
    display: inline-flex;
    min-width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 3px;
    right: -8px;
    white-space: nowrap;
    top: -5px;
}
@media not all and (hover: none) {
  .section-header li.is-megamenu:focus-within .mega-menu-wrapper,
  .section-header li.is-megamenu:hover .mega-menu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.section-header li.is-megamenu .mega-nav-wrapper {
  flex: 1 1 50%;
}
.section-header li.is-megamenu .mega-promo-wrapper {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-header li.is-megamenu .promo-img {
  width: 100%;
  max-width: calc(100% / 3);
  padding: 15px;
  text-align: center;
}
.section-header li.is-megamenu .promo-img a {
  text-decoration: none;
}
.section-header li.is-megamenu .promo-img span {
  margin-top: 15px;
  display: inline-block;
}
.section-header li.is-megamenu .nav-dept-2 {
  display: block;
  position: relative;
}
.section-header li.is-megamenu .nav-dept-2 > li {
  margin-bottom: 15px;
  width: calc(100% / 3);
  padding: 0 15px;
  float: left;
}
.section-header li.is-megamenu .nav-dept-2 > li.has-child > a {
  display: block;
  font-weight: var(--weight-semibold);
  border-bottom: 1px solid currentColor;
  margin-bottom: 10px;
}
.section-header .hamburger {
  position: relative;
  background-color: transparent;
  border: 0;
  width: 24px;
  height: 23px;
  padding: 0;
}
.section-header .hamburger span {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  display: inline-block;
  background-color: var(--color-link);
}
.section-header .hamburger span:first-child {
  top: 2px;
  transition: 0.2s ease all .3s;
}
.section-header .hamburger span:nth-child(2) {
  top: 9px;
  transition: 0.25s ease all .5s;
}
.section-header .hamburger span:nth-child(3) {
  top: 16px;
  transition: 0.2s ease all 0s;
}
.section-header .hamburger.active span:first-child {
  transform: rotate(45deg);
  top: 10px;
  transition: 0.2s ease all 0.3s;
}
.section-header .hamburger.active span:nth-child(2) {
  transform: scale(0,1);
  transition: 0.2s ease all;
}
.section-header .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
  transition: .2s ease all .5s;
}
.section-header .menu-dropdown {
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 0.5rem;
}
.section-header .menu-dropdown svg {
  width: 1rem;
  height: 1rem;
  transition: 0.2s all ease-in-out;
}
.section-header li.has-child>.nav-dept-2{
  z-index: 2;
}
.section-header .nav-dept-3 li .collection-image{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}
.section-header .nav-dept-3 li {
    display: flex;
    gap: 15px;
    align-items: center;
}

@media (min-width: 992px) {
  .section-header .hamburger,
  .section-header .action-user-wrapper,
  .section-header .menu-dropdown { 
    display: none;
  }
  .section-header li.is-megamenu .nav-dept-2>li.has-child .megamenu__title {
    font-weight: var(--weight-bold);
    border-bottom: 1px solid currentColor;
    display: block;
    padding-bottom: 5px;
}

.section-header .nav-dept-3 {
    padding: 0;
    margin-top: 1rem;
}

.section-header .nav-dept-3 li {
    margin-bottom: 1rem;
}
.section-header li.is-megamenu .mega-menu-wrapper{
  box-shadow: -2px 14px 10px #0003;
}
}
@media (max-width: 991px) {
  .section-header .nav-dept-3 li{
    margin-bottom:5px;
  }
  .section-header .actions-wrapper>.header-action:nth-last-of-type(1) {
    padding-top: 1px;
  }
  .section-header .actions-wrapper > a.action-user {
    display: none;
  }
  .section-header .actions-wrapper > a.action-user.floor-view-wishlist-bottom-btn {
    display: block;
    padding-top: 1px;
  }
  .section-header .header-wrapper{
    padding: var(--gutter-width);
  }
  .section-header .header-wrapper.header-position-left .logo-wrapper {
    text-align: left;
  }
  .section-header .nav-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 4px #0003;
    background: var(--bg-color);
  }
  .section-header .nav-wrapper .nav-dept-1 {
    padding: var(--gutter-width);
    display: block;
    max-height: 75vh;
    overflow: auto;
    }
  .section-header .nav-wrapper .nav-dept-1 > li {
    padding: 8px 0;
    border-bottom: 1px solid var(--input_border);
  }
  .section-header .nav-wrapper .nav-dept-1 > li:last-child {
    border: 0;
  }
  .section-header .has-child > a svg {
    display: none;
  }
  .section-header .has-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .section-header .has-child > ul,
  .section-header .has-child > div {
    width: 100%;
  }
  .section-header .nav-wrapper {
    height: 0;
    overflow: hidden;
    transform: scale(1,0);
    opacity: 0;
    transition: .5s ease all;
    transform-origin: top;
  }
  body.menu-open .section-header .nav-wrapper {
    height: auto;
    transform: scale(1,1);
    opacity: 1;
  }
  .section-header li.is-megamenu > .mega-menu-wrapper,
  .section-header li.has-child > .nav-dept-2,
  .section-header li.has-child > .nav-dept-3 {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 5px 0;
  } 
  .section-header li.is-megamenu.active > .mega-menu-wrapper,
  .section-header li.has-child.active > .nav-dept-2,
  .section-header li.has-child.active > .nav-dept-3 {
    display: block;
  }
  .section-header li.is-megamenu .nav-dept-2 > li {
    width: 100%;
    margin: 0;
    padding: 0 0 0 10px;
    float: none;
  }
  .section-header li.is-megamenu .nav-dept-2 > li.has-child > a {
    border: 0;
  }
  .section-header li.is-megamenu .mega-promo-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
  }
  .section-header li.is-megamenu .promo-img {
    min-width: 40%;
    width: 40%;
    max-width: 100%;
    padding: 0;
    margin-right: 15px;
  }
  .section-header li.has-child > .nav-dept-2 > li {
    padding: 0 0 0 10px;
  }
  .section-header li.active > .menu-dropdown svg {
    transform: rotate(180deg);
    transition: 0.2s all ease-in-out;
  }
  .action-user-wrapper a {
    width: 100%;
  }
  .section-header li.is-megamenu .nav-dept-2 > li.has-child > a {
    margin-bottom: 0;
  }
  .section-header li.has-child > .nav-dept-3 {
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid var(--input_border);
    margin-bottom: 15px;
    font-size: 90%;
  } 
}
@media screen and (max-width:425px){
  .logo-wrapper {
      margin:0 0 10px 0;
  }
  .section-header .actions-wrapper>.header-action{
    width:24px;
  }
  .section-header .actions-wrapper>.header-action{
    margin-left: 10px;
  }
  .header-index.is-overlayed{
    padding-top: 0;
  }
  .section-header .container {
    padding: 0;
  }
  .section-header .mag-wishlist-header-count{
    right: -5px;
    top: -6px;
  }
}
.header-action.action-phone {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
  color: inherit;
  text-decoration: none;
}

.header-action.action-phone {
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem;
}
.header-action.action-phone {
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem;
  /* force it to pick up your header link-colour variable */
  color: var(--link-color);
  text-decoration: none;
}

.header-action.action-phone svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  /* make sure the SVG uses the link colour */
  fill: currentColor;
}
.header-action.action-phone svg {
  /* remove any fills… */
  fill: none !important;
  /* …and draw strokes in the link colour */
  stroke: currentColor !important;
}

.header-action.action-phone svg path,
.header-action.action-phone svg circle,
.header-action.action-phone svg polyline {
  fill: none !important;
  stroke: currentColor !important;
}
/* make the phone icon a bit larger */
.header-action.action-phone svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
  /* ensure it inherits your link colour */
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
/* nudge phone-icon right & up */
.header-action.action-phone svg {
  transform: translate(5px, -5px) !important;
}

/* double-check that your phone wrapper is centering its contents */
.header-action.action-phone {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
/* mobile: hide the number */
.phone-number {
  display: none;
}

/* desktop: show number, give it some spacing */
@media (min-width: 992px) {
  .phone-number {
    display: inline;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    color: var(--link-color);
  }
}
.phone-number {
  display: none;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .phone-number {
    display: inline;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    color: var(--link-color);
  }
}
@media (max-width: 600px) {
  .phone-number {
    display: none;
  }
}
  @media (hover: none) {
  .phone-number {
    display: none;
  }
}