/** Shopify CDN: Minification failed

Line 398:5 Unexpected "/"
Line 437:0 Unexpected "}"

**/
.menu_link-1 img.elixirs{
  display: none;
}
.header__icon:hover .icon, .modal__close-button:hover .icon {
    transform: scale(1);
}
.menu_link-2 img.gummies{
  display: none;
}
.header--middle-center:not(.drawer-menu){
    /* max-width: 100%; */
    grid-template-areas: " heading navigation icons ";
    grid-template-columns: max-content auto max-content;
    column-gap: 2rem;
    gap: 0;
}
.header__inline-menu li > a > span {
  display: none;
}
.header__heading {
  justify-self: start !important;
}
header-drawer {
    justify-self: start;
}
.header__inline-menu {
    justify-self: center;
}
.header__icon--account path,
.header__icon--cart path{
  /* fill: #034872; */
}
.header__icon,
.header-right-button {
  text-decoration: none;
  text-transform: lowercase;
  font-family: poppins-semibold, poppins, sans-serif;
  font-weight: 600;
  letter-spacing: 0em;
  font-size: 13px;
  /* color: rgb(3,72,114); */
}
a.header__icon.header__icon--account.link.focus-inset.small-hide svg {
  margin-inline: 10px;
}
a#cart-icon-bubble svg {
  /* width: 30px; */
  margin-inline: 10px;
}
.cart-count-bubble {
  background-color: unset;
  color: #1b0177;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
}
.header__icon:not(.header__icon--summary) {
    display: flex!important;
    align-items: center;
    justify-content: center;
    /* width: max-content; */
    /* color: rgb(3,72,114); */
}
/* .header__icons {
    display: flex;
    grid-area: icons;
    justify-self: end;
    padding-right: .8rem;
    align-items: center;
} */
.header__icon:not(.header__icon--summary) span.login-visually-hidden {
  display: contents;
}
.header-right-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  border-radius: 20px;
  margin: 5px 15px;
  transition: 0.5s ease;
}
/* .header-right-button {
  text-decoration: none;
  text-transform: lowercase;
  font-family: poppins-semibold, poppins, sans-serif;
  font-weight: 600;
  letter-spacing: 0em;
  font-size: 13px;
  color: #1b0177;
  padding: 5px 30px;
  border-radius: 20px;
  transition: 0.5s ease;
} */
.header-right-button:hover {
  background-color: #68d4d2;
  color: #ffffff;
}

.scrolled-past-header sticky-header {
  background: #ffffff;
  transition: 0.1s;
}

.section-header.shopify-section-group-header-group {
  z-index: 50;
}

@media screen and (min-width: 990px) {
    .header--middle-center .header__heading-link, .header--middle-center .header__heading, .header--top-center .header__heading-link, .header--top-center .header__heading {
      justify-self: start;
      text-align: center;
  }
  .header:not(.drawer-menu).page-width {
      padding-left: 0;
      padding-right: 0;
  }  
  .header__inline-menu ul {
    padding: 0;
    margin: 0;
  }
  .menu__child a{
    display: flex;
    align-items: center;
    gap: 1rem;
    border-right: 1px solid #0000005e;    
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .menu__child li:last-child a{
    border-right: 0;    
  }
  .menu__child img{
    width: 70px;
    height: 70px;
    object-fit: cover;    
  }
  .header__inline-menu ul li {
    list-style-type: none;
    transition: visiblity 0.4s ;
  }
  .header__inline-menu a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 0;
  }
  .header__inline-menu .p_menu::after{
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #000;
        transition: width .4s;  
  }  
  .header__inline-menu .p_menu:hover::after{
        width: 100%;
        transition: width .4s; 
  }  
  
  .header__inline-menu li:hover > a {
    /* font-weight: 600; */
  }
  .header__inline-menu a span {
    display: inline-block;
    transition: all 0.8s;
  }
  .header__inline-menu li:hover > a > span {
    color: #076f6e;
    transform: rotate(-180deg);
  }
  .menu__parent {
    display: flex;
    align-items: center;
    position: relative;
  }
  .menu__parent > li {
    /* position: relative; */
    padding: 0 20px;
  }
  .menu__child {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f3;
    z-index: 9;
    text-align: center;
    border-radius: 12px;
    padding: 5px!important;
    width: 120%;
    border: 1px solid #0000001f;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    transform: translate(-66px);
  }
  .menu__child > li {
    position: relative;
    border-radius: 100px;
    background: inherit;
    border: 0;
    padding: 9px 15px;
    margin-bottom: 12px;
  }
  .menu__child > li:not(:last-child) {
    margin-bottom: 0;
  }
  .menu__parent > li:hover > .menu__child {
    visibility: visible;
  }
  .menu__grandchild {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9;
    text-align: center;
    border-radius: 20px;
    padding: 5px !important;
    min-width: 170px;
    border: 1px solid #c9c8fb;
  }
  .menu__grandchild > li {
    border-radius: 100px;
    background: #ffffff;
    border: 0px solid rgb(201, 200, 251);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .menu__grandchild > li:not(:last-child) {
    margin-bottom: 0;
  }
  .menu__child > li:hover > .menu__grandchild {
    display: block;
  }
}
@media only screen and (max-width: 989px) {
  
  .header__heading-logo {
      height: auto;
      max-width: 90px;
      width: 100%;
  }  
  .menu-drawer {
    width: 100%;
    right: 100%;
    left: 0;
    transform: translate(-100%);
    z-index: 999;
  }    
  .header__icon:not(.header__icon--summary) span.visually-hidden {
    display: none;
  }
  .menu-drawer__inner-container {
    position: relative;
    height: 100%;
    width: 100%;
    background: #f1f2f2;
  }  
  .header--has-account:where(:not(.header--has-social):not(.header--has-localizations)) .menu-drawer__utility-links {
      display: none;
  }  
  header-drawer {
    /* justify-self: end; */
    margin-left: 0;
  } 

  .header.page-width {
    grid-template-areas: "heading icons navigation";
    grid-template-columns: auto max-content max-content;
  }  
  .header-right-button {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  /* Mobile Drop Down Menu */
  .header__icon--menu .icon.icon-hamburger {
    width: 21px;
    height: 15px;
    fill: #000;
    stroke: #000;
  }
.header__icon, .header__icon--cart .icon {
    height: 4rem;
    width: 3.4rem;
    padding: 0;
}  
  a#cart-icon-bubble svg {
    /* width: 30px; */
    margin-inline: 0px;
    /* width: 30px; */
    margin-inline: 0px;
    width: 19px;
    height: auto;    
  }  
  .header__heading-logo {
      filter: brightness(0.5);
  }  
  .header__icon--menu .icon.icon-hamburger path {
      stroke: #000;
  }
  .header__icon--menu .icon.icon-close {
    width: 16px;
    height: 16px;
    fill: #034872;
    stroke: #034872;  
  }
  .header__icon--menu .icon.icon-close path {
      stroke: #000;
  }
  .menu-drawer__navigation-custom ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  ul.parent-m > li {
    /* padding: 16px 0 12px !important; */
  }
  /* ul.parent-m>li {
      margin: auto;
      width: max-content;
  } */
  ul.parent-m li a ,
  ul.child-m li a {
    text-decoration: none;
    text-align: start;
    color: #111;
    font-size: 16px;
    line-height: normal;
  }
  ul.child-m {
    margin-top: 10px;
  }
  ul.child-m li a {
    width: 50%;
 }  
  /* ul.child-m > li {
    padding: 10px 0;
  } */
  ul.menu__grandchild {
    margin-top: 10px;
  }
  ul.menu__grandchild > li {
    padding: 10px 0;
  }
  .expand-icon-container {
    display: inline-block;
    /* padding: 10px 20px; */
  }
  .menu-drawer__navigation {
      padding: 3rem 3rem;
  }
  .has-sub-menu, .has-double-sub-menu {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      padding: 10px 0 10px 0;    
      cursor: pointer;    
   }

/*............ attention Incase of activation of 2nd menu  css starts ...........................................*/
  .sm-1{
    border-bottom: 1px solid #b9b9b9;  
    font-size: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 124.9%;
    /* border-bottom: 1px solid #b9b9b9; */
    position: relative;    
  }  
  /* .sm-1,.sm-2{
    border-bottom: 1px solid #b9b9b9;  
    font-size: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 124.9%;
    /* border-bottom: 1px solid #b9b9b9; */
    position: relative;    
  } */
/*............ attention Incase of activation of 2nd menu  css Ends...........................................*/
  .has-double-sub-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .expand-icon-container-wrapper {
    display: flex;
    align-items: center;
    position: relative;
  }

  .parent-m ul {
    display: none;
  }
  .down__arrow {
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.5s;
  }
  .hdsm-1 .elixirs,
  .hdsm-2 .gummies{
    display: none;
  }
  .hdsm img{
    width: 70px;
    height: auto;
    object-fit: cover;
  }
  .open
    > div
    > .expand-icon-container
    > .expand-icon-container-wrapper
    > .down__arrow {
    opacity: 1;
    transform: rotate(90deg);
    transition: all 0.5s;
  }
}
