/** Shopify CDN: Minification failed

Line 8:20 Unexpected "<"
Line 16:12 Unexpected "<"

**/

.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


h2, h1, .h1, .h1 span, .h3 ,.h2,  h3, .h4, .h4 a, .header__linklist a, .product-item-meta__title, .site-nav__title, .h6, h4, h6, .ai-ingredient-tab-aqnq1sehqae04zdawcaigenblock198ca1ayfqhip, .sub-heading span, .footer__item-title.sub-heading {
  font-family: 'Cormorant Garamond', serif !important;
}


/* body, p, span, a, li, .footer__item-description, .info-content-text,  h5, .h5, blockquote, .footer__item-title {
  font-family: 'Montserrat', sans-serif !important;
} */
.ai-ingredient-tab-aqnq1sehqae04zdawcaigenblock198ca1ayfqhip{
  font-size: 24px !important;
}

.h3, .h0{
  font-size: 36px;
  letter-spacing: 2px;
}
.h4{
  font-size: 24px;
  letter-spacing: 2px;
}
.h2{
  font-size: 36px;
  letter-spacing: 2px;
}

.h5 a{
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 20px;
  letter-spacing: 1px;
}
.breadcrumb-wp h1{
  font-size: 30px;
  line-height: 40px;
}
.ap-productmeta__title{
  font-size: 24px;
  letter-spacing: 1px;
}

.footer__item-menu li a:hover{
  
  text-underline-offset: 10px;
}

p, .article-item-description{
  font-size: 18px;
}
.cc-info-text{
  font-size: 18px;
}
/* ==========================================================================
   TABLET RESPONSIVE 
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .h3, .h0, .h2 {
    font-size: 30px !important; 
    letter-spacing: 1px !important;
  }
  .h4 {
    font-size: 22px !important; 
  }
  .breadcrumb-wp h1 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .ap-productmeta__title {
    font-size: 22px !important;
  }
  .info-content-text, .linklist__item a, .footer__item-description, .h5 a {
    font-size: 18px !important; 
  }
  p, .article-item-description, .cc-info-text {
    font-size: 16px !important;
  }
}

/* ==========================================================================
   MOBILE RESPONSIVE 
   ========================================================================== */
@media screen and (max-width: 767px) {
  .h3, .h0, .h2 {
    font-size: 24px !important; 
    letter-spacing: 0.5px !important;
    line-height: 1.3 !important;
  }
  .h4 {
    font-size: 18px !important;
    letter-spacing: 0.5px !important;
  }
  .breadcrumb-wp h1 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .ap-productmeta__title {
    font-size: 18px !important;
    letter-spacing: 0.5px !important;
  }
  .info-content-text, .linklist__item a, .footer__item-description, .h5 a {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  p, .article-item-description, .cc-info-text {
    font-size: 14px !important; 
    line-height: 22px !important;
  }
  .button span {
    letter-spacing: 0.5px !important;
  }
}

.subheading {
  /* font-weight: 600; */
  font-size: 28px;
}
.mainheading {
  /* font-weight: 700; */
  font-size: 36px;
}
.descritionheading {
  /* font-weight: 400; */
  font-size: 28px;
}


@media screen and (max-width: 768px) {
  .subheading {
    font-size: 22px;
  }
  
  .mainheading {
    font-size: 32px;
  }
  
  .descritionheading {
    font-size: 20px;
  }

  
}



@media screen and (max-width: 480px) {
  .subheading {
    font-size: 18px;
    letter-spacing: 1px; 
  }
  
  .mainheading {
    font-size: 26px; 
    line-height: 1.3; 
  }
  
  .descritionheading {
    font-size: 16px;
    line-height: 1.4;
  }
}





.header-wishlist, .btn-wishlist{ 

display: none;
}

div[title="Add to Wishlist"]{
    display: none !important;
}
/* body{
  
  background-color: #F6F3EB;
 } */
 #shopify-section-template--20087806165128__rich_text_iqXGdD, #shopify-section-template--20087806165128__rich_text_zdnBFi{
  background-color: #faf8f3;
}
.h-100{
  border-radius: 20px;
}
.header_wrapper {
  position: relative;
  align-items: center;
  border-top: 0px solid var(--header-border-color);
  border-bottom: 0px solid var(--header-border-color);
  /* padding: 40px 0; */
}

.user,
.header {
  position: relative;
}

.user-block {
  width: 12rem;
  z-index: 999;
  background-color: #fff;
  color: #666;
  padding: 1rem;
  position: absolute;
  font-size: 14px;
  top: 100%;
  right: 0;
  border: 0.1rem solid #eaeaea;
  box-shadow: 0 0 3rem #0000000d;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  margin: 0;
}

.user:hover .user-block {
  opacity: 1;
  visibility: visible;
  top: 100%;
  display: block;
}

.user-icon {
  cursor: pointer;
}

[dir="ltr"] .header__linklist-item:not(:last-child) {
  margin-right: 7px;
}

.user-block a:hover {
  color: var(--primary);
}

.mega-menu__inner {
  padding-top: 30px;
}

.header-1 .tap-area:before {
  display: none;
}


@media (min-width: 1200px) {
  .header__logo {
    /* flex: 0 1; */
  }
  .header__inline-wrapper {

  }
  .header__secondary-links {

  }
  ul.header__linklist{
    /* justify-content: center; */
  }
  .header__logo-link, .header__logo-image{
    margin:  auto;
  }
  .header-1 .header__icon-list {
    width: 100%;
    justify-content: end;
    display: flex;
  }
  .header-icon {
    flex: none;
  }
}
@media (max-width: 1199px) {
  .header__inline-wrapper,
  .header__logo,
  .header__secondary-links {
    width: 33.333%;
  }
  .header__inline-wrapper {
    order: 0;
    margin: 0;
  }
  .header__logo {
    order: 1;
  }
  .header__secondary-links {
    order: 2;
  }
  button.mobile-nav__link,
  .vertical-nav__link-1,
  .header__linklist-link {
    padding: 14px 0;
  }
  .header__icon-wrapper {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .header_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__logo-image {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .header__secondary-links {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header__inline-wrapper,
  .header__secondary-links {
    width: 50%;
  }
  .header__secondary-links {
    padding-right: 0;
  }
  .header__logo {
    width: 100%;
  }
  .header__inline-wrapper {
    order: 1;
  }
  .header__logo {
    order: 0;
  }
  .header__secondary-links {
    order: 2;
  }
  .header_wrapper {
      flex-wrap: wrap;
  }
  .header__logo-link {
      margin: auto;
  }
  .icon-header-wishlist {
      display: none;
  }
}


