/** Shopify CDN: Minification failed

Line 758:0 Unexpected "}"

**/
/* listicle profile */
.page-width.listicle-custom-container {
    max-width: 788px;
   padding: 0 20px !important;
}
.listicle-profile-wrapper .listicle-profile-title {
    font-family: "TT Norms Pro Bold";
    color: #5E6B5A;
  font-size: 43px;
      margin-top: 0;
}
.listicle-profile-wrapper .listicle-profile-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.listicle-profile-wrapper .listicle-profile-image {
    max-width: 50px;
    width: 100%;
}
.listicle-profile-wrapper .listicle-profile-image img{
    width: 100%;
    height: 100%;
  vertical-align: middle;
}
.listicle-profile-wrapper .listicle-profile-inline-wrapper {
    padding: 50px 0px;
    border-bottom: 1px solid #EBE2DB;
}
.listicle-profile-wrapper .listicle-profile-name .listicle-profile-title {
    margin: 0;
    font-size: 16px;
    font-family: "TT Norms Pro Bold";
   color: #000;
  line-height: 12px;
  letter-spacing: 0;
}
.listicle-profile-wrapper .listicle-profile-name .listicle-profile-date {
    margin: 0;
    font-size: 16px;
    font-family: "TT Norms Pro Regular";
  color: #000;
  line-height: 12px;
  letter-spacing: 0;
}
.listicle-profile-wrapper .listicle-profile-name {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.listicle-profile-wrapper .listicle-profile-detail-content * {
    font-family: "TT Norms Pro Regular";
        margin-top: 10px;
  font-size: 20px;
      margin-bottom: 0;
  line-height: 28px;
  color: #000;
  letter-spacing: 0;
  margin-top: 18px;
}
.listicle-profile-wrapper .listicle-profile-detail-content strong {
    font-size: 20px;
    padding-bottom: 0px;
    border-bottom: none;
    font-family: TT Norms Pro Bold;
    font-weight: 400;
    letter-spacing: 0;
}
.listicle-profile-wrapper .listicle-profile-detail-content ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    list-style: none;
}
.listicle-profile-wrapper .listicle-profile-detail-content ol li{
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
.listicle-profile-wrapper .page-width.listicle-profile-container {
    padding-left: 20px !important;
  padding-right: 20px !important;
}

  .listicle-profile-wrapper .listicle-profile-title {
    font-size: 36px;
}
  .listicle-profile-wrapper .listicle-profile-inline-wrapper {
    padding: 40px 0px;
    border-bottom: 1px solid #EBE2DB;
}
.listicle-profile-wrapper .listicle-profile-detail-content * {
    margin-top: 18px;
}
.listicle-profile-wrapper .listicle-profile-detail-content ol {
    gap: 7px;
}
.listicle-profile-wrapper .listicle-profile-detail-content * {
  font-size: 24px;
  line-height: 35px;
}
.listicle-profile-wrapper .listicle-profile-detail-content strong {
    font-size: 24px;
}
.listicle-profile-wrapper .listicle-profile-name .listicle-profile-date {
    font-size: 18px;
}
.listicle-profile-wrapper .listicle-profile-name .listicle-profile-title {
    font-size: 18px;
    line-height: 18px;
}
}


/* listicle image with text */
.listicle-image-with-text-main .listicle-image-m{
  display: none;
}
.listicle-image-with-text-main .listicle-image-with-text-wrapper {
    display: flex;
    gap: 70px;
    align-items: flex-start;
}
.listicle-image-with-text-main .listicle-title {
    font-size: 28px;
    font-family: "TT Norms Pro Bold";
  letter-spacing: 0;
  margin-top: -5px;
  margin-bottom: 21px;
}
.listicle-image-with-text-main .listicle-img {
    border-radius: 20px;
    width:270px;
}
.listicle-image-with-text-main .listicle-description * {
    font-size: 19px;
    line-height: 28px;
    font-family: "TT Norms Pro Regular";
   color: #000000;
      margin-bottom: 0;
  letter-spacing: 0;
}
.listicle-image-with-text-main .listicle-description strong{
font-family: "TT Norms Pro Bold";
    font-weight: normal;
  }
.listicle-image-with-text-main .listicle-description ol {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0;
    list-style: none;
}
@media only screen and (max-width: 768px) {
  .listicle-image-with-text-main .listicle-image-d{
  display: none;
}
  .listicle-image-with-text-main .listicle-image-m{
  display: block;
}
  .listicle-image-with-text-main .listicle-image-with-text-wrapper {
    gap: 0;
    flex-direction: column;
}
  .listicle-image-with-text-main .listicle-img {
    width: 100%;
}
.listicle-image-with-text-main .listicle-description * {
    font-size: 24px;
    line-height: 35px;
}
.listicle-image-with-text-main .listicle-description ol{
  margin-top: 30px;
}
}


/* Listicle Product Visual */
.listicle-product-visual-main .listicle-product-visual-wrapper {
    display: flex;
    width: 100%;
}
.listicle-product-visual-main .listicle-product-visual-image-wrapper{
  width: 45%;
}
.listicle-product-visual-main .listicle-product-visual-content-wrapper {
    width: 55%;
}
.listicle-product-visual-main .listicle-product-visual-image {
    width: 100%;
  height: 100%;
}
.listicle-product-visual-main .listicle-product-visual-content-wrapper {
    background: #5E6B5A;
    padding: 51px 54px;
}
.listicle-product-visual-main .listicle-product-visual-title {
  color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-family: "TT Norms Pro Bold";
    letter-spacing: 0;
  margin: 0 0 45px 0;
}
.listicle-product-visual-main .listicle-product-visual-content-main{
     width: 64%;
}
.listicle-product-visual-main .listicle-product-visual-btn {
    box-shadow: 0px 4px 4px 0px #0000001A;
    text-decoration: none;
    background: #B9A081;
    padding: 8px 65px 8px 65px;
    border-radius: 40px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    font-family: "TT Norms Pro Medium";  
    text-align: center;
}
.listicle-product-visual-main .listicle-product-visual-content * {
    font-family: "TT Norms Pro Regular";
    margin: 0;
    padding-top: 17px;
    color: white;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .listicle-product-visual-main .listicle-product-visual-content-main {
      width: 87%;
}
}
@media only screen and (max-width: 1024px) {
  .listicle-product-visual-main .listicle-product-visual-content-main {
      width: 100%;
}
}
@media only screen and (max-width: 991px) {
  .listicle-product-visual-main .listicle-product-visual-wrapper {
    flex-direction: column;
}
  .listicle-product-visual-main .listicle-product-visual-image-wrapper{
  width: 100%;
}
.listicle-product-visual-main .listicle-product-visual-content-wrapper {
    width: 100%;
}
  .listicle-product-visual-main .listicle-product-visual-content-wrapper {
    padding: 40px 20px 50px;
}
  .listicle-product-visual-main .listicle-product-visual-btn {
    padding: 8px 25px 8px;
     display: block;
}
  .listicle-product-visual-main .listicle-product-visual-title {
    margin: 0 0 80px;
}
.listicle-product-visual-main .listicle-product-visual-content * {
    font-size: 18px;
}
}
@media only screen and (max-width: 768px) {
.listicle-product-visual-btn-sticky {
  transition: opacity 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  /* transform: translateX(-50%); */
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  width: 100%;
  padding: 30px 20px;
}

/* Show the button: fade in */
.listicle-product-visual-btn-sticky.visible {
  opacity: 1;
  pointer-events: auto;
  background: #fff;
  padding: 30px 20px;
  width: 100%;
}

/* Hide the button: fade out */
.listicle-product-visual-btn-sticky.hide-down {
  opacity: 0;
  pointer-events: none;
  background: #fff;
  padding: 30px 20px;
  width: 100%;
}

/* When not fixed (desktop), reset */
.listicle-product-visual-btn-sticky:not(.fixed) {
  position: static !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  padding: 0;
}
}

/* copyright text */
.copyright-text-wrapper .copyright-content h3 {
    font-family: "TT Norms Pro Bold";
    font-size: 18px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
.copyright-text-wrapper .copyright-content * {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    font-family: "TT Norms Pro Regular";
}

/* custom menu drawer */
.section-header.shopify-section-group-header-group.menu-open{
    z-index: 11111111;
  }
@media only screen and (max-width: 990px) {
  /* details[open]>.header__icon--menu .icon-hamburger {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  } */
  .header__icon--menu[aria-expanded=true]:before{
    content: none;
  }
  .custom-mobile-menu.menu-drawer {
    position: fixed;
    top: 0;
    max-width: 534px;
    width: 100%;
    height: 100% !important;
    background: #F8F3EC;
  }
  
  .custom-mobile-menu.menu-drawer .custom-mobile-menu-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .custom-mobile-menu.menu-drawer .custom-mobile-menu-logo-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
  }
  .custom-mobile-menu.menu-drawer .custom-mobile-menu-logo-wrapper .header__heading-link {
    vertical-align: middle;
  }
  .custom-mobile-menu.menu-drawer .custom-mobile-menu-logo-wrapper .mobile-logo {
    max-width: 63px !important;
  }
  .custom-mobile-menu.menu-drawer .custom-mobile-menu-logo-wrapper .custom-mobile-menu-close {
    width: 25px;
    height: 25px; 
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: none;
    color: unset;
  }
  .custom-mobile-menu.menu-drawer .custom-mobile-menu-logo-wrapper .custom-mobile-menu-close svg {
    width: 100%;
  }
  .custom-mobile-menu .custom-best-product-wrapper {
    padding: 24px;
    border-width: 1px 0px 1px 0px;
    border-color: #5D6B59;
    border-style: solid;
    display: flex;
    gap: 20px;
    width: 100%;
  }
  .custom-mobile-menu .custom-best-product-image {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #5D6B59;
    object-fit: cover;
    vertical-align: middle;
  }
  .custom-mobile-menu .custom-best-product-title {
    font-family: TT Norms Pro Bold;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    color: #5D6B59;
    margin: 0;
  }
  .custom-best-product-content-wrapper a{
    text-decoration: none;
  }
  .custom-best-product-image-wrapper {
    width: 135px;
    height: 170px;
  }
  .custom-best-product-description {
    margin: 8px 0 16px;
  }
  .custom-best-product-description * {
    font-size: 18px;
    line-height: 27px;
    max-width: 80%;
    letter-spacing: 0;
    margin: 0 0 0 0;
    font-weight: 400;
    color: #241023;
  }
  .custom-best-product-content-wrapper {
    display: flex;
    flex-direction: column;
    /* gap: 18px; */
  }
  .custom-best-product-btn {
    padding: 8px 32px;
    width: fit-content;
    background: #5D6B59;
    font-family: TT Norms Pro Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 1.5px;
    border-radius: 40px;
    color: #FFFFFF;
  }
  .custom-mobile-menu-close svg path{
    fill: #5D6B59;
  }
  /* .menu-drawer-product-list-wrapper.menu-opening[open] .menu-drawer-product-list-icon {
    transform: rotate(0deg);
  } */
  .menu-drawer-product-list-wrapper .menu-drawer-product-list-icon{
    transition: all 0.3s ease;
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-drawer-product-list-wrapper .menu-drawer-product-list-icon.rotate-180 {
    transform: rotate(0deg);
  }
  .menu-drawer-product-list-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px 24px 0;
    justify-content: space-between;
  }
  .menu-drawer-product-list {
    /* padding: 24px; */
    border-bottom: 1px solid #5D6B59;
  }
  .menu-drawer-product-list-wrapper:not([open]) .menu-drawer-product-list-title{
    padding-bottom: 24px;
  }
  }
  .menu-drawer-product-list-heading {
    font-family: TT Norms Pro Bold;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #241023;
    font-weight: 700;
    margin: 0;
  }
  .menu-drawer-product-Accessories-list-wrapper {
    padding: 16px 24px 24px;
  }
  .menu-drawer-product-list-box-title {
    font-family: Outfit,sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #4F3130;
    margin: 0;
    width: 70%;
  }
  .menu-drawer-product-Accessories-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
  }
  .menu-drawer-product-list-box {
    width: calc(50% - 4px);
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #5D6B59;
    border-radius: 6px;
  }
  .menu-drawer-product-list-box-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 6px 0 0 6px;
    border-right: 1px solid #5D6B59
  }
  .menu-drawer-product-list-box-image-wrapper {
    width: 40%;
    height: 100%;
  }
  .menu-drawer-product-list-box-image-wrapper a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .menu-drawer-product-list-box-icon {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 12px;
  }
  .menu-drawer-product-list-all-btn {
    font-family: Outfit,sans-serif;
    font-weight: 400;
    color: #241023;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: underline;
    width: 100%;
  }
  .menu-drawer-product-list-all {
    margin-top: 16px;
    padding-top: 8px;
  }
  .custom-product-menu-list-wrapper {
    height: 100%;
    display: flex;
    gap: 44px;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 24px 32px 24px;
    flex: 1;
  }
  .custom-product-menu-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .custom-product-menu {
    font-family: TT Norms Pro Bold;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0;
    color: #241023;
    text-decoration: none;
  }
  .custom-mobile-menu.menu-drawer .header__heading, .header__heading-link{
    padding: 0;
  }
  .custom-product-cart-and-language-wrapper .header__icon--cart {
    margin-right: 0rem;
  }
  .custom-product-cart-and-language-wrapper .header__icon--cart svg {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .custom-mobile-cart-drawer-wrapper {
    position: relative;
    z-index: -1;
  }
  .custom-mobile-cart-drawer-wrapper .custom-mobile-cart-drawer {
    position: relative;
    z-index: 1;
  }
  .custom-mobile-cart-drawer-wrapper .header__icon--cart{
    position: relative;
    z-index: -1;
  }
  .custom-product-cart-and-language-wrapper {
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }
  .menu-drawer-product-list-content-wrapper {
    display: flex;
    text-decoration: none;
    width: 100%;
    justify-content: space-between;
    gap: 4px;
  }
  .custom-product-language-wrapper .disclosure__button {
    font-size: 14px;
    color: #4F3130 !important;
    background-color: transparent !important;
    border: 2px solid #5D6B59;
    font-weight: 500;
    opacity: 1;
    line-height: 130%;
    font-family: 'TT Norms Pro Medium';
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 8px 12px !important;
    height: 44px;
  }
  .custom-product-language-wrapper .disclosure__button span{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .custom-product-language-wrapper .disclosure__button svg{
    position: relative;
    inset: unset;
  }
  .custom-product-language-wrapper.footer__localization{
    padding: 0;
    max-width: 305px;
    width: 100%;
  }
  .custom-product-language-wrapper.footer__localization localization-form {
    width: 100%;
  }
  .custom-product-language-wrapper.footer__localization .localization-form {
    padding: 0;
    width: 100%;
  }
  .custom-product-cart-and-language-wrapper .disclosure__button[aria-expanded="true"] + .localization-overlay {
    display: block !important;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
  }
  .custom-product-cart-and-language-wrapper .disclosure__list-wrapper {
    position: fixed;
    margin: 0 !important;
    height: max-content;
    width: 100%;
    border-radius: 0;
    background-color: #f8f3ec;
    padding: 28px 24px;
    bottom: 100%;
    left: 0;
    transition: all .3s ease;
    z-index: 999;
    border: none;
    box-shadow: none;
    overflow: visible;
  }
  .custom-product-cart-and-language-wrapper .disclosure__list-wrapper:not([hidden]){
    bottom: -10px;
  }
  .close-localization {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    top: -20%;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    overflow: visible;
    border-radius: 50%;
    padding: 15px;
    background-color: #fff;
    cursor: pointer;
    color: #5D6B59;
  }
  .custom-product-cart-and-language-wrapper #DrawerCountryList{
    max-width: 100%;
    width: 100%;
    height: max-content;
    max-height: max-content;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .custom-product-cart-and-language-wrapper .disclosure__item .disclosure__link {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #4F3130;
    font-weight: 400;
    padding: 0;
  }
  .custom-product-cart-and-language-wrapper .disclosure__item .disclosure__link > span {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .custom-product-cart-and-language-wrapper .disclosure__item .disclosure__link.disclosure__link--active {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .custom-product-cart-and-language-wrapper .disclosure__item .disclosure__link.disclosure__link--active svg {
    width: 30px;
    height:30px;
  }
  .custom-product-cart-and-language-wrapper .back-button-localization-form {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #4F3130;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 78px;
  }
  li.countryList-title {
    color: #241023;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }
  .custom-mobile-cart-drawer .cart-count-bubble {
    background-color: #5d6b59;
    font-size: 1rem;
    color: #fff;
    opacity: 1;
    left: unset;
    right: -5px;
    bottom: -5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
    z-index: 1;
  }
}
/* custom menu drawer */

/* For Showing old menu */
.menu-drawer-container .old-mobile-menu {
  display: block;
}
.menu-drawer-container .custom-mobile-menu {
  display: none;
}
.header__icon--menu[aria-expanded=true]:before{
  content: "";
  height: 100vh;
}

/* For Showing New menu */
/* .menu-drawer-container .old-mobile-menu {
  display: none;
}
.menu-drawer-container .custom-mobile-menu {
  display: block;
}
.header__icon--menu[aria-expanded=true]:before{
  content: none;
} */

/* new product page start */
/* .whats-inside{
  background: #F8F3EC;
} */
.whats-inside .whats-inside-heading-wrapper {
  text-align: center;
}
.whats-inside .whats-inside-title {
    margin: 0 0 16px;
    font-family: TT Norms Pro Bold;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -1.92px;
}
.whats-inside .whats-inside-description * {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-family: "Outfit", sans-serif;
    margin-bottom: 40px;
    color: #4F3130;

}
.whats-inside-image-wrapper {
    width: 36%;
}
.whats-inside-box-content {
    width: 64%;
}
.whats-inside .whats-inside-box-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}
.whats-inside .whats-inside-box {
    display: flex;
    gap: 20px;
    width: 31%;
    align-items: center;
}
.whats-inside .whats-inside-box-title {
    margin: 0 0 8px 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #241023;
}
.whats-inside .whats-inside-box-description * {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: Outfit, sans-serif;
    margin: 0;
    color: #4F3130;
    letter-spacing: 0;
}
.whats-inside .whats-inside-image {
    border-radius: 12px;
    width: 100%;
    vertical-align: middle;
}

@media only screen and (min-width: 991px) and (max-width: 1220px) {
  .whats-inside .whats-inside-box {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
  .whats-inside .whats-inside-box {
    width: 47%;
  }
}
@media only screen and (max-width: 768px) {
  .whats-inside .whats-inside-box {
    width: 100%;
  }
  .whats-inside{
    padding: 0px 35px;
  }
  .whats-inside .whats-inside-description * {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 30px;
  }
  .page-width.whats-inside-container {
    padding: 0 !important;
}
.whats-inside .whats-inside-box-description * {
    font-size: 22px;
    line-height: 30px;
}
.whats-inside-image-wrapper {
    width: 45%;
}
.whats-inside-box-content {
    width: 55%;
}

}
.about-sc-product .image-with-text__grid {
    background: #EBE2DB;
    border-radius: 16px;
}
.about-sc-product .image-with-text__grid{
  gap: 40px !important;
}
.about-sc-product .image-with-text__media-item{
  width: 48% !important;
}
.about-sc-product .image-with-text__text-item{
  width: 48% !important; 
}
.about-sc-product .image-with-text__content{
  padding-left: 0 !important;
}
.about-sc-product .image-with-text__media img {
    border-radius: 16px 0 0 16px !important;
}
.about-sc-product .image-with-text__content{
  background: #EBE2DB !important;
  padding-right: 36px;
} 
.about-sc-product .image-with-text__text--caption * {
  color: #4F3130;
}
.about-sc-product .image-with-text__grid {
    padding-right: 43px;
}
.about-sc-product .image-with-text__text--caption{
  width: 99%;
  text-align: Start;
}
.about-sc-product .image-with-text__text.rte.body p {
    color: #241023 !important;
}
.sc-heading.desktop-hide.mobile-hide{
  display: none;
}
.about-sc-product  .image-with-text__heading * {
  font-family: TT Norms Pro Regular;
}
.about-sc-product  .image-with-text__heading strong {
  font-family: TT Norms Pro Bold;
}
.about-sc-product  .image-with-text__text--caption * {  
      font-weight: 500;
}
.about-sc.about-sc-product .image-with-text__text.rte.body * {
    line-height: 32px;
    font-size: 24px;
    letter-spacing: -0.96px;
}
.about-sc-product .page-width {
    max-width: 1350px;
}
.about-sc-product .main-button{
  padding: 18px 48px;
    max-width: 100%;
    width: fit-content;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .about-sc-product .subtitle--medium.subtitle p {
    padding-right: 25px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .about-sc-product .image-with-text__media-item{
  width: 100% !important;
}
.about-sc-product .image-with-text__text-item{
  width: 100% !important; 
}
.about-sc-product .image-with-text__grid {
    padding-right: 0;
}
.about-sc-product .image-with-text__media img {
    border-radius: 16px 16px 0px 0px !important;
}
.about-sc-product .image-with-text__content {
    padding: 0 48px 48px !important;
}
}
@media only screen and (max-width: 768px) {
  .about-sc-product .main-button {
    height: 100%;
}
  .about-sc-product .image-with-text__grid {
    padding-right: 0;
  }
  .about-sc-product .image-with-text__media img {
    border-radius: 16px 16px 0px 0px !important;
}
.about-sc-product .image-with-text__heading {
    margin-top: 0;
}
.about-sc-product .image-with-text__text-item  {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.about-sc-product .page-width{
  padding: 60px 35px !important; 
}
.about-sc-product.about-sc{
  padding: 0 !important;
}
.about-sc-product .image-with-text__media-item{
  width: 100% !important;
}
.about-sc-product .image-with-text__text-item{
  width: 100% !important; 
}
.about-sc-product .image-with-text__grid {
    gap: 0px!important;
}
.about-sc-product .h1 h2 {
    font-size: 40px !important; 
    line-height: 100% ;
    margin: 0 0 12px !important;
}
.about-sc-product .subtitle--medium.subtitle p {
    max-width: 46%;
    /* margin: 0 0 0 auto; */
}
.about-sc-product .image-with-text__content .image-with-text__text+.button{
  width: 100%;
  height: 100% !important;
}
/* .about-sc-product .image-with-text__media--large {
    height: 60rem;
} */

}
/* new product page end */

/* diffrent product css start */
.product-highlights {
    background: #5D6B59;
    padding: 96px 0;
    overflow: hidden;
}
.product-highlights .product-highlights-title {
    margin: 0 0 24px;
    color: #fff;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    font-family: "TT Norms Pro Regular";
    letter-spacing: -1.92px;
}
.product-highlights .product-highlights-title strong {
    font-family: "TT Norms Pro Bold";
}
.product-highlights .product-highlights-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}
.product-highlights .product-highlights-img {
    width: 100%;
}
.product-highlights .product-highlights-content-right-wrapper{
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 64px;
  text-align: start;
}
.product-highlights .product-highlights-img-wrapper{
  width: 40%;
}
.product-highlights-container.page-width {
    max-width: 1440px;
}
.product-highlights .product-highlights-content-left-wrapper{
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 64px;
  text-align: end;
}
.product-highlights .product-highlights-content-left-title * {
    font-size: 28px;
    line-height: 36px;
    text-align: right;
    font-family: TT Norms Pro Bold;
    color: #ffffff;
    margin: 0;
}
.product-highlights .product-highlights-content-right-title * {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    color: #ffffff;
    font-family: TT Norms Pro Bold;
    margin: 0;
}
.product-highlights .product-highlights-content-left-description * {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: Outfit, sans-serif;
    color: #ffffff;
    margin: 0;
}
.product-highlights .product-highlights-content-right-description * {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: Outfit, sans-serif;
    color: #ffffff;
    margin: 0;
}
.product-highlights .product-highlights-content-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.product-highlights .product-highlights-content-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.product-highlights .product-highlights-faq-wrapper{
  display: none;
}

/* .product-highlights .product-highlights-faq-section {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px 30px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    } */

   /* .product-highlights .product-highlights-faq-item { */
      /* border-bottom: 1px solid #ddd; */
      /* margin-bottom: 10px; */
    /* } */

  .product-highlights .product-highlights-faq-section {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
.product-highlights .product-highlights-faq-question {
  background: none;
  width: 100%;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  line-height: 36px;
  text-align: right;
  font-family: TT Norms Pro Bold;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}
.product-highlights .product-highlights-faq-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-highlights .product-highlights-faq-icon {
  font-size: 32px;
  line-height: 0;
  transition: transform 0.3s;
}

/* .product-highlights .product-highlights-faq-answer {
  display: none;
} */
.product-highlights .product-highlights-faq-answer * {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  font-family: Outfit, sans-serif;
  color: #fff;
  letter-spacing: 0;
}
.product-highlights .product-highlights-img-m {
    display: none;
}
/* .product-highlights-faq-item.active .product-highlights-faq-answer {
  display: block;
  transition: all 0.3s ease-in-out;
} */

@media only screen and (min-width: 1100px) and (max-width: 1498px) {
  .product-highlights-container.page-width {
    max-width: 100%;
  }
  .product-highlights .product-highlights-wrapper {
    gap: 20px;
}
.product-highlights .product-highlights-content-left-wrapper {
    width: 32%;
}
.product-highlights .product-highlights-img-wrapper {
    width: 36%;
}
.product-highlights .product-highlights-content-right-wrapper {
    width: 32%;
}
}


@media only screen and (max-width: 991px) {
  .product-highlights .product-highlights-content-left-wrapper{
    display: none;
  }
  .product-highlights .product-highlights-content-right-wrapper{
    display: none;
  }
  .product-highlights .product-highlights-faq-wrapper{
    display: block;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
 .product-highlights .product-highlights-wrapper {
    flex-direction: column;
    gap: 5px; 
  }
  .product-highlights .product-highlights-img-wrapper {
    width: 100%;
  }
  .product-highlights .product-highlights-faq-wrapper{
    width: 100%;
  }
  .product-highlights {
    padding: 48px 35px;
}

.product-highlights-container.page-width {
    padding: 0 !important;
}
.product-highlights .product-highlights-title {
    margin: 0 0 16px;
    font-size: 40px;
}
.product-highlights .product-highlights-faq-question {
    line-height: 32px;
    font-size: 28px;
    gap: 15px;
}
.product-highlights .product-highlights-img-m {
    display: block;
    width: 100%;
}
.product-highlights .product-highlights-img {
    display: none;
}
.product-highlights .product-highlights-faq-answer * {
    font-size: 22px;
    line-height: 30px;
}
}
/* diffrent product css end */

/* camparison table vitamin product start */

.product-camparison-main {
  background: #FFFFFF;
}
.product-camparison-main .product-camparison-container{
     padding: 100px 36px 100px;
    max-width: 1250px;
}
.product-camparison-main .product-camparison-heading {
       margin: 0 0 25px;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    font-family: TT Norms Pro Bold;
    letter-spacing: -1.92px;
    display: flex;
        flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.product-camparison-main .product-camparison-heading-vs {
    font-family: "Caveat", cursive;
    font-weight: 400;
}
.product-camparison-main .product-camparison-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-family: Outfit, sans-serif;
    max-width: 64%;
    margin: 0 auto 40px;
    color: #4F3130;
}
.product-camparison-main .product-camparison-table-inline {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid transparent;
    border-image-source: linear-gradient(90deg, rgba(185, 184, 156, 0) 0%, #B9B89C 50%, rgba(185, 184, 156, 0) 100%);
    border-image-slice: 1;
}
.product-camparison-main .product-camparison-table-left {
        width: 33.33%;
    padding: 20px;
    font-family: TT Norms Pro Bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #4f3130;
    display: flex;
    align-items: center;
}
.product-camparison-main .product-camparison-table-middle {
    width: 33.33%;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #EBE2DB;
}
.product-camparison-main .product-camparison-table-right {
    width: 33.33%;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.product-camparison-table-inline:first-child .product-camparison-table-middle {
    border-radius: 12px 12px 0 0;
}
.product-camparison-table-inline:last-child .product-camparison-table-middle {
    border-radius: 0px 0px 12px 12px;
}
.product-camparison-table-inline:last-child {
  border: none;
}
.product-camparison-main .product-camparison-table-middle-content {
     font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #241023;
}
.product-camparison-main .product-camparison-table-right-content {
   font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #4F3130;
    max-width: 300px;
    width: 100%;
}
.product-camparison-main .product-camparison-table-middle-icon,.product-camparison-main .product-camparison-table-right-icon {
    margin-top: 3px;
}
.product-camparison-main .product-camparison-table-middle-title,.product-camparison-main .product-camparison-table-right-title {
        font-family: TT Norms Pro Bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #241023;
    padding: 10px 20px;
    letter-spacing: -0.96px;
}
.product-camparison-main .product-camparison-table-right-title {
    text-align: start;
    padding: 10px 20px;
}
.product-camparison-main .product-camparison-table-middle-inner {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.product-camparison-main .product-camparison-table-right-inner {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .product-camparison-main .product-camparison-table-inline {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .product-camparison-main .product-camparison-table-left{
    width: 100%;
    justify-content: center;
    padding: 15px 16px;
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid transparent;
    border-image-source: linear-gradient(90deg, rgba(185, 184, 156, 0) 0%, #B9B89C 50%, rgba(185, 184, 156, 0) 100%);
    border-image-slice: 1;
  }
  .product-camparison-main .product-camparison-table-middle{
     width: 50%;
      padding: 8px 20px;
  }
  .product-camparison-main .product-camparison-table-right{
    width: 50%;
  }
  /* .product-camparison-main .product-camparison-table-middle-icon, 
  .product-camparison-main .product-camparison-table-right-icon{
    display: none;
  } */
   .product-camparison-table-middle-icon svg {
    height: 14px;
    width: 16px;
  }
  .product-camparison-table-right-icon svg {
    height: 26px;
    width: 26px;
  }
   .product-camparison-main .product-camparison-table-middle-inner {
    gap: 8px;
    flex-direction: column;
   }
  .product-camparison-main .product-camparison-table-right-inner {
    gap: 4px;
    flex-direction: column;
   }
   .product-camparison-main .product-camparison-table-middle {
    align-items: flex-start;
   }
   .product-camparison-main .product-camparison-table-right {
    padding: 8px 20px;
    align-items: flex-start;
    gap: 8px;
   }
  .product-camparison-main .product-camparison-description {
    max-width: 100%;
    margin: 0 auto 24px;
    font-size: 22px;
    line-height: 30px;
 }
 .product-camparison-table-inline:first-child .product-camparison-table-left{
  display: none;
 }
 .product-camparison-main .product-camparison-container {
    padding: 48px 35px 65px !important;
}
.product-camparison-main .product-camparison-table-middle-title, 
.product-camparison-main .product-camparison-table-right-title {
    font-size: 24px;
    line-height: 32px;
    text-align: start;
    padding: 4px;
}
.product-highlights .product-highlights-title,
.whats-inside .whats-inside-title,
.product-camparison-main .product-camparison-heading {
    font-size: 40px;
    line-height: 48px;
}
/* .product-camparison-main .product-camparison-table-middle-content {
    font-size: 16px;
    line-height: 24px;
}
.product-camparison-main .product-camparison-table-right-content {
    font-size: 16px;
    line-height: 24px;
} */
.product-camparison-main .product-camparison-heading {
    flex-direction: column;
    gap: 5px;
}
.product-camparison-main .product-camparison-heading-vs {
    font-size: 50px;
}
.product-camparison-main .product-camparison-table-middle-content {
    font-size: 22px;
    line-height: 30px;
}
.product-camparison-main .product-camparison-table-right-content {
    font-size: 22px;
    line-height: 30px;
}
.product-camparison-main .product-camparison-table-right-content {
    font-weight: 400;
}
}
/* camparison table vitamin product end */

/* product usage step slide start */
.product-usage-steps-main {
    background: #E2C9B3;
}
.product-usage-steps-main .product-usage-steps-container.page-width {
    padding: 120px 36px 96px; 
    max-width: 1300px;
    margin: 0 auto;
}
.product-usage-steps-main .product-usage-steps-title {
    margin: 0 0 16px;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    font-family: TT Norms Pro Bold;
    letter-spacing: -1.92px;
}
.product-usage-steps-main .product-usage-steps-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-family: Outfit, sans-serif;
    margin-bottom: 40px;
    color: #4f3130;
}
.product-usage-steps-main .swiper-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product-usage-steps-main .product-usage-steps-slider-wrapper {
    display: flex;
    gap: 52px;
    width: 100%;
}
.product-usage-steps-main .product-usage-steps-slider {
    width: 50%;
}
.product-usage-steps-main .product-usage-points-wrapper {
    width: 50%;
}
.product-usage-steps-main .product-step-img{
  width: 100%;
  border-radius: 16px;
}
.product-usage-steps-main .swiper-pagination-bullet{
  width: 24px;
  height: 4px;
  border-radius: 4px;
  background: #EBE2DB;
  opacity: 1;
}

.product-usage-steps-main .swiper-pagination-bullet-active{
  background: #5E6B5A;
}
.product-usage-steps-main .swiper-pagination {
    position: relative;
    margin-top: -10px;
}
.product-usage-steps-main .product-usage-points-icon {
    background: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.product-usage-steps-main .product-usage-points-box-heading {
  font-family: TT Norms Pro Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.96px;
  color: #241023;
  margin: 12px 0 0 0;
}
.product-usage-steps-main .product-usage-points-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
    justify-content: center;
}
.product-usage-steps-main .product-usage-points-box {
    cursor: pointer;
}
.product-usage-steps-main .product-usage-points-box.active .product-usage-points-icon {
    background: #5E6B5A;
}
.product-usage-steps-main .product-usage-points-box.active .product-usage-points-icon svg path{
    stroke: #fff;
} 
.product-usage-steps-main .product-usage-points-box .product-usage-points-icon svg path{
    stroke: #5E6B5A;
} 
.product-usage-steps-main .product-usage-buy-now {
  display: flex;
  justify-content: center;
  max-width: 402px;
  width: 100%;
  margin: 48px auto 0;
}
.product-usage-steps-main .product-usage-btn {
  cursor: pointer;
  font-family: 'TT Norms Pro Medium';
  font-weight: 500;
  font-size: 20px;
  /* line-height: 28px; */
  letter-spacing: 0;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
  .product-usage-steps-main .product-usage-steps-slider-wrapper {
    gap: 25px;
  }
  .product-usage-steps-main .product-usage-steps-slider-wrapper {
    gap: 25px;
  }
  .product-usage-steps-main .product-usage-points-box-heading {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .product-usage-steps-main .product-usage-steps-container.page-width {
    padding: 48px 35px !important;
  }
  .product-usage-steps-main .product-usage-steps-slider-wrapper {
    flex-direction: column;
  }
  .product-usage-steps-main .product-usage-steps-slider,
  .product-usage-steps-main .product-usage-points-wrapper {
    width: 100%;
  }
  .product-usage-steps-main .product-usage-steps-title {
    font-size: 40px;
  }
  .product-usage-steps-main .product-usage-steps-description {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 30px;
  }
  .product-usage-steps-main .swiper-pagination {
    margin-top: 2px;
  }
  .product-usage-steps-main .product-usage-steps-slider-wrapper {
    gap: 20px;
  }
  .product-usage-steps-main .product-usage-points-wrapper {
    gap: 40px;
  }
  .product-usage-steps-main .product-usage-points-box {
    padding-left: 12px;
  }
  .product-usage-steps-main .product-usage-buy-now {
    max-width: 100%;
    margin: 40px auto 0;
  }
  .product-usage-steps-main .product-usage-btn {
    font-size: 30px;
  }
}
/* product usage step slide end */

/* Product Information CSS Start */
#shopify-section-template--18108463251526__main {
  background-color: #f8f3ec;
}
/* Product Information CSS End */

/* FAQ Container */
.product-highlights-faq-item summary::-webkit-details-marker {
  display: none;
}

/* Icon lines transition */
.product-highlights-faq-icon line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.product-highlights-faq-item[open] .product-highlights-faq-icon line.vertical {
  opacity: 0;
  transform: scaleY(0);
}
.product-highlights-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.product-highlights-faq-item[open] .product-highlights-faq-answer {
  max-height: 200px;
}
.product-highlights .product-highlights-faq-item .minus-icon {
    display: none;
}
.product-highlights .product-highlights-faq-item[open] .plus-icon {
    display: none;
}
.product-highlights .product-highlights-faq-item[open] .minus-icon {
    display: block;
}