/** Shopify CDN: Minification failed

Line 68:12 Expected identifier but found whitespace
Line 69:6 Unexpected "{"
Line 70:14 Expected ":"

**/
.nav-logo {
  margin-top: -5px;
}

.material-icons-outlined.account-icon {
  position: relative;
}

.material-symbols-outlined.logged-in {
  font-size: 16px;
  position: absolute;
  top: -4px;
  right: -8px;
  color: green;
  background: white;
  border-radius: 30px;
}

.icon-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

.icon-nav .nav-icon  {
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.cart-icon {
  margin-bottom: 2px;
  /*visualy center*/
}

.icon-nav .nav-icon:hover {
  background: #f3f4f6;
}

.icon-nav .nav-icon:active {
  background: #707070;
}

.pre-branding-container {
  display: none;
}

.logo-image {
  display: block;

  max-width: {
      {
      settings.logo_max_width
    }
  }

}

.nav-icon {
  z-index: 8;
}



.cart-item-quantity {
  color: #000000;
  
  font-family: 'Avenir', 'Nunito Sans', sans-serif;
  font-size: 10px;
  margin-left: 17px;
  margin-top: -24px;
  position: absolute;
  margin-bottom: 0;
  line-height: 100%;
}

.large-cart {
  margin-left: 15px;
  letter-spacing: -2px;
}

.icon-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.user-checked {
  padding-left: 5px;
}

.icon-button .material-symbols-rounded {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.icon-button.active .material-symbols-rounded {
  transform: rotate(90deg);
  /* Example rotation */
}

.nav-logo, #menu-toggle {
  z-index: 10;
  position: relative;
}
.main-header-bar {
  background-color: var(--color-foam);
}