/** Shopify CDN: Minification failed

Line 33:0 Unexpected "}"

**/
/* Spacer/divider menu item */
a#HeaderDrawer-untitled {
  pointer-events: none;
  cursor: default;
  color: transparent !important;
  height: 1.5rem;
  display: block;
  padding: 0 !important;
}

a#HeaderDrawer-untitled:hover {
  color: transparent !important;
  background: none !important;
  opacity: 1 !important;
}

/* Shop heading label */
.drawer-nav-heading {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
  padding: 1.5rem 1.5rem 0.5rem;
  margin: 0;
  pointer-events: none;
  cursor: default;
}
}

.menu-drawer__navigation {
  padding-top: 0;
}

.menu-drawer__navigation-container {
  display: block !important;
}
/* Remove gray hover on drawer menu items */
.menu-drawer__menu-item:hover,
.menu-drawer__menu-item a:hover {
  background: none !important;
  color: inherit !important;
}

/* Remove gray stripe behind Instagram icon */
.menu-drawer__utility-links .list-social__link:hover {
  background: none !important;
}

.list-social__link {
  background: none !important;
}
/* Remove gray background behind Instagram icon */
.menu-drawer__utility-links {
  background-color: transparent !important;
}