/** Shopify CDN: Minification failed

Line 202:0 Unexpected "}"

**/
.list-menu__item.link {
  /*font-size: inherit;*/
}
.list-menu__item.link .header__active-menu-item {
  text-decoration: none;
  color: #c89349;
}
.list-menu__item.link .icon {
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
}
.list-menu__item.link:hover path,
.list-menu__item.link:hover span,
.list-menu__item.link[aria-expanded="true"],
.menu-drawer__menu-item.link:hover {
  background: 0 0;
  color: #c89349;
  text-decoration: none;
  fill: #c89349;
  transition: all 0.25s ease-in-out;
}
.list-menu__item.link[aria-expanded="true"] .icon {
  top: 40%;
}
.mega-menu .mega-menu__content[has-images] {
  padding-top: 0;
  padding-bottom: 0;
}
.mega-menu__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mega-menu__list {
  column-count: 2;
  padding-left: 0;
}
.mega-menu__list .mega-menu__link {
  /*font-size: inherit;*/
  font-weight: inherit;
  color: #000;
  transition: all 0.25s ease-in-out;
}
.mega-menu__list .mega-menu__link:hover {
  text-decoration: none;
  color: #c89349;
}
.mega-menu__images-list .mega-menu__images-list-grid {
  display: grid;
  grid-template-columns: 1fr 0fr;
  column-gap: 20px;
}
.mega-menu__images-list .mega-menu__images-list--item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: var(--mega-overlay);
  z-index: 2;
}
.mega-menu__images-list .mega-menu__images-list--item {
  position: relative;
  overflow: hidden;
}
.mega-menu__images-list .mega-menu__images-list--item a {
  text-decoration: none;
}
.mega-menu__images-list .mega-menu__images-list--item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.mega-menu__images-list .mega-menu__images-list--item .mega-menu__text-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
.mega-menu__images-list
  .mega-menu__images-list--item
  .mega-menu__text-wrapper
  div {
  color: inherit;
  font-weight: 400;
}
.mega-menu__images-list
  .mega-menu__images-list--item
  .mega-menu__text-wrapper
  div:first-child {
  font-weight: 700;
}
.mega-menu__images-list .mega-menu__images-list--item:hover img {
  transform: scale(1.2);
}
.mega-menu__images-list
  .mega-menu__images-list--item:hover
  .mega-menu__text-wrapper {
  text-decoration: underline;
}
#menu-drawer {
  border-top: 1px solid #d9d9d9;
}
#menu-drawer .menu-drawer__navigation {
  padding-top: 20px;
}
.menu-drawer {
  width: 100vw;
}
.menu-drawer .menu-drawer__menu {
  padding-inline: 25px;
}
.menu-drawer .menu-drawer__menu .menu-drawer__menu-item {
  padding: 20px 0;
}
.menu-drawer
  .menu-drawer__menu
  .menu-drawer__menu-item.menu-drawer__menu-item--active {
  color: #c89349;
  background-color: transparent;
}
.menu-drawer .menu-drawer__menu .menu-drawer__menu-item .icon-arrow {
  right: 0;
  height: 12px;
}
.menu-drawer .menu-drawer__menu li {
  border-bottom: 1px solid #d9d9d9;
}
.menu-drawer__account {
  padding-left: 0;
  padding-block: 20px;
  transition: all 0.25s ease-in-out;
}
.menu-drawer__account svg {
  transition: all 0.25s ease-in-out;
}
.menu-drawer__account svg path {
  transition: all 0.25s ease-in-out;
}
.menu-drawer__account:hover {
  color: #c89349;
}
.menu-drawer__account:hover svg path {
  fill: #c89349;
}
.menu-drawer__inner-submenu .menu-drawer__close-button {
  color: #6a6a6a;
  /*font-size: 16px;*/
}

.menu-drawer__close-button {
  font-size:1.5rem;
}

.menu-drawer__inner-submenu .menu-drawer__close-button path {
  fill: #6a6a6a;
}
.menu-drawer__inner-submenu .menu-drawer__menu li {
  font-size: 16px;
}
.menu-drawer__inner-submenu .menu-drawer__menu li .menu-drawer__menu-item {
  padding-block: 15px;
}
.menu-drawer__inner-submenu .menu-drawer__menu li:last-child {
  border: 0;
}

/* CSS for sale menu highlight */
/*#shopify-section-sections--16728604672237__header > sticky-header > header > nav > ul > li:nth-child(1) {
background-color: #c89349;
}

#Details-HeaderMenu-1 > summary > span {
color: #C89349;
font-weight: bold;
} */

#shopify-section-sections--16728604672237__header > sticky-header > header > nav > ul > li:nth-child(7) > a {
  color: #C89349;
  font-weight: bold;
}
}