/** Shopify CDN: Minification failed

Line 193:28 Expected ":"

**/
.mobile-menu .tabs-nav  {
    display: flex;
}
  .mobile-menu  .tabs-nav li {
    width: 100%;
  }
  .mobile-menu .tabs-nav li:first-child a {
    border-right: 0;
    border-top-left-radius: 0px;
  }
  .mobile-menu .tabs-nav li:last-child a {
    border-top-right-radius: 0px;
  }
  .mobile-menu a {
    padding: 12px 0;
    width: 100%;
    color: #0C1214;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .mobile-menu .tab-active a {
    border-bottom: 2px solid #0C1214;
    cursor: default;
    font-weight: 600;
  }
  .mobile-menu .tabs-stage {
    padding: 8px 8px 168px;
    position: relative;
    top: -1px;
  }

.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    overflow: scroll;
    display: none;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0px 5px 12px 0px, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px;
}
.reveal-mobile-nav .mobile-navigation-drawer ,.page-shade, .header-shade{
    display: none !important;
}
.logo-area__left svg.icon.feather.feather-x ,
.reveal-mobile-nav svg.icon.feather.feather-menu {
    display: none;
}
.reveal-mobile-nav .logo-area__left svg.icon.feather.feather-x,
.reveal-mobile-nav .mobile-menu   {
    display: block;
}
.logo-area .mobile-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-top ul li {
    display: flex;
    align-items: center;
    border-radius: 0px;
    background-position: 100%;
    background-size: cover;
    background-color: #f5f1eb;
    padding: 0 16px;
    width: 100%;
    height: 100px;
    margin-bottom: 8px;
}
.mobile-menu-top ul li a {
    font-weight: 600; 
    font-size: 17px;
    text-align: left;
    line-height: 1.875rem;
    text-transform: capitalize;
    letter-spacing: .01875rem;
}
.mobile-menu-top {
  margin-bottom: 2rem;
}
.mobile-menu-middle-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.mobile-menu-middle-header-left h2 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: .01875rem;
  margin: 0;
}
.mobile-menu-middle-header-left span {
  font-weight: 300;
  font-size: .75rem;  
  color: #131313;
  line-height: 1.125rem;
  letter-spacing: .01875rem;
}
.mobile-menu-middle-header > span {
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.375rem;
  color: #131313;
  letter-spacing: .01875rem;
}
.mobile-menu-middle-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  padding-inline-end: 8px;
  margin-bottom: 10px;
  width: 100%;
  text-decoration: none;
  border: 0;
}
.mobile-menu-middle-img img {
  -webkit-margin-start: 8px;
  margin-inline-start: 8px;
  border-radius: 30px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.mobile-menu-middle-content h3 {
  color: #0C1214;
  font-weight: 400;
  margin: 0;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: .01875rem;
}
.mobile-menu-middle-content span {
  color: #757575;
  font-weight: 300;
  display: block;
  text-align: left;
  font-size: .75rem;
  line-height: 1.125rem;
  font-family: var(--mango-primary-font);
  letter-spacing: .01875rem;
}
.mobile-menu-middle-item {
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-menu-middle {
  margin-bottom: 20px;
}
.mobile-menu-bottom ul li a {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0C1214;
  font-weight: 300;
  font-size: .875rem;
}
.mobile-menu-bottom ul li a svg {
  fill: #757575;
}
.mobile-menu.small {
  top: 44px;
}
.logo-area .mobile-nav-toggle {
  display: none;
}
@media screen and (max-width: 768px) {

  .logo-area .mobile-nav-toggle {
  display: flex;
}
}

a, .link {
  font-size: 16px; important!
}