/** Shopify CDN: Minification failed

Line 41:73 Unterminated string token
Line 49:73 Unterminated string token
Line 85:1 Expected ")" to go with "("

**/
.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}

.list-menu--disclosure:focus {
  outline: none;
}

.list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.list-menu__item--active:hover {
  text-decoration-thickness: 0.2rem;
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}
/* FONT FREDOKA - STILE MENU DESKTOP DEFINITIVO */
@font-face {
  font-family: 'Fredoka';
  src: url('{{ "fredoka-latin-500.woff2" | asset_url }}) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fredoka';
  src: url('{{ "fredoka-latin-600.woff2" | asset_url }}) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.header__menu-item,
.header__inline-menu .link {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #4a1c2b !important;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.7);
  text-transform: none !important;
}
/* FIX DEFINITIVO MENU MOBILE */

.menu-drawer__menu-item, 
.menu-drawer__account-item {
  font-family: 'Fredoka', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  color: white !important;
  text-shadow: 1px 1px 0 #000 !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .menu-drawer__menu-item,
  .menu-drawer__account-item {
    font-size: 1.3rem !important;
  }
}