/** Shopify CDN: Minification failed

Line 267:12 Expected identifier but found whitespace
Line 267:13 Unexpected "5px"

**/
.article__center .reading-width {
  max-width: 100% !important;
  padding-inline: 20px;
}

.article__center {
  flex: 1;
  padding-block: 16px;
  background: #FBFBFE;
  border-radius: 12px;
  border: 1px solid var(--Primary-Onyx-Black-10, #E6E6E9);
}
.article_right {
  width: 22%;
  position: sticky;
  top: 20px;
  height: auto;
  /* max-height: calc(80vh - (120px - 57px)); */
  /* overflow-y: auto; */
  scrollbar-width: thin;
  border-radius: 12px;
} 
.blog_glossary_header h3 {
  font-family: Asul;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 12px 12px 24px;
  color: #222222;
}
.glossory_heading {
  position: relative;
  display: flex;
  flex-direction: row;
  /* padding-left: 1rem; */
  padding: 16px 12px;
  color: #79797A;
  line-height: 1.2;
  font-size: 16px;
  /* margin-bottom: 10px; */
  /* margin-bottom: 5px; */
  cursor: pointer;
  /* color: #b1a99e; */
  line-height: 1.6;
  font-weight: 700;
  /* padding-block: 6px; */
  transition: all .3s ease-in-out;
  border-top: 0.5px solid var(--Primary-Onyx-Black-10, #E6E6E9);
}
.glossory_subheading:last-child {
    margin-bottom: 8px;
}
/* .glossory_heading:first-child {
    border-color: transparent;
} */
/* .glossory_heading::before {
  content: "";
    height: 100%;
    webkit-align-content: 2px;
    width: ;
    display: block;
    background: #b1a99e;
    width: 1px;
    position: absolute;
    left: 0;
} */
.glossory_subheading {
  /* margin-bottom: 10px; */
  font-size: 14px;
  /* padding-left: 1rem; */
  line-height: 1.2;
  cursor: pointer;
  /* color: #b1a99e; */
  color: #79797A;
  line-height: 1.6;
  font-weight: 400;
  /* padding-block: 6px; */
  padding: 8px;
  margin-left: 15px;
  transition: all .3s ease-in-out;
}
.glossory_heading_item {
  /* margin-bottom:40px; */
}
.glossory_heading_item:last-child {
  margin: 0;
}
.blog_product_item_img {
  width: 80px;
  display: block;
/* height: 100px; */
  object-fit: contain;
  border-radius: 12px;
}
.blog__glossory {
  width: 22%;
  position: sticky;
  top: 20px;
  height: auto;
  max-height: calc(90vh - (120px - 57px));
  overflow-y: auto;
  scrollbar-width: thin;
  border-radius: 8px;
}
  .blog__glossory_inner {
    padding: 20px;
    box-sizing: border-box;
    background: #FBFBFE;
    padding-inline: 12px;
    padding-block: 16px;
    scrollbar-width: thin;
    border: 1px solid var(--Primary-Onyx-Black-10, #E6E6E9);
    border-radius: 8px;
}
  .article.js-article {
    display: flex;
    gap:20px;
    align-items: flex-start;
  }
.blog_metafields_wrapper {
  padding: 20px;
        box-sizing: border-box;
        background: #f4f4f4;
      padding-inline: 12px;
    padding-block: 16px;
  border-radius: 12px;
}
.blog_product_container {
    display: flex
;
    align-items: center;
    gap: 12px;
}
.blog_product_item_content {
    flex: 1;
}
/* .blog_product_item_content {
    display: flex;
    gap: 5px;
} */
a.product_title_blog {
    font-size: 14px;
    line-height: 1.6;
    display: block;
}
.blog_product_item:first-child {

  padding-bottom: 16px;
}
.blog_product_item:not(:first-child) {
  padding-top: 10px;
  position: relative;
  padding-block: 16px;
}
.blog_product_item:last-child {
padding-bottom:0;
}
.blog_product_item:not(:first-child):before {
  content: "";
    position: absolute;
    top: 5px;
    height: 1px;
    width: 40px;
    background-color: #c2784d;
    left: 92px;
    /* transform: translateX(-50%); */
}
.collection_info {
  padding-top: 20px;
    text-align: center;
}
.collection_btn {
  background: #a4764e;
    color: #fff;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 24px;
}
.collection_btn:hover {
  background: #8c6240;
  /* color: white; */
}
.blog_metafields_collection {
  padding-top:50px;
}
.collection_title_blog {
    font-size: 1.4rem;
    padding-bottom: 5px;
}
.colelction_blog_item {
  aspect-ratio: 1 / .7;
    object-fit: cover;
}
span.product_subtitle_blog {
    font-size: 14px;
    line-height: 1.6;
    display: block;
    color: #c2784d;
    letter-spacing: 0px;
}
/* .glossory__headings .active {
  background-color: #f9f3ec;
  color: #c2784d;
  border-left: 2px solid #c2784d;
} */
.glossory__headings .active {
  color: #75533B;
  background: #EEEBEB;
  border-radius: 10px;
  font-weight: 700;
}
.article__title h1 {
  font-size: 4rem;
}
.article__content p {
  color: #4E4E4E !important;
  font-size: 18px !important;
  line-height: 28px !important;
  letter-spacing: 0px;
}
.article-content h2{
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: normal;
  text-transform: capitalize;
}
.article-content ul {
    background: #F9F8F9;
    padding: 24px;
    border: 1px solid #E6E6E9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.article .rte ul>li:before, .article .styled-list>li:before {
    background-color: #82644F !important;
}
.article-content ul li {
    margin-bottom: 0px !important;
}
.article__tags .text-theme-light{
  padding: 4px 9px;
  border-radius: 8px;
  font-weight: 400;
  background: #EEEBEB;
  color: #75533B;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
}
.cta_btn_mobile , .cta_close{
  display: none;
}
/* .article__tags .text-theme-light {
    color: rgba(var(--text-color) / .6);
    background: #a4764e;
    /* color: #fff; */
    padding: 5px 30px;
    font-weight: 500;
    border-radius: 24px;
    font-weight: 500;
    background: #e5d8bc;
} */
@media (min-width:990px)  {
  .blog_metafields_wrapper {
    padding-block: 12px;
  }
  .blog_product_item:first-child {
    padding-bottom: 12px;
}
  .blog_product_item:not(:first-child) {
    padding-block: 12px;
}
  .blog_metafields_collection {
    padding-top: 20px;
}
   .blog_product_item_img {
    width: 50px;
    display: block;
    object-fit: contain;
    border-radius: 12px;
}
  .blog_product_item:not(:first-child):before {
    left: 62px;
}
  .colelction_blog_item img{
    /* height: 120px; */
    object-fit: cover;
    object-position: center center;
  }
  .blog_metafields_collection {
    padding-top: 20px;
}
  .blog_product_item:last-child {
    padding-bottom: 0 !important;
}
}
@media (max-width:989px) {
  .article.js-article {
    flex-wrap: wrap;
  }
  .article_right {
    width: 22%;
    /* position: sticky; */
    top: 20px;
    height: auto;
    max-height: unset;
    overflow-y: auto;
    width: calc(100% - 30% - 20px);
    margin-left: auto;
}
  .blog__glossory {
    width: 30%;

}

}
@media (max-width:768px) {
   .blog__glossory {
    width: 100%;
    max-height: 70%;
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    left: 0px;
    right: 0px;
    top: auto;
    transition: all .3s ease-in-out;
    z-index: 99;
    box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
  }

  .cta_btn_mobile {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
    background: #82644F;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100px;
    right: 20px;
    box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
  }
  .blog__glossory.active {
      transform: translateY(0);
      z-index: 999;
  }
  .blog__glossory_inner {
    border-top: 1px solid #0000001A;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  svg.cta_close {
    display: block;
    position: absolute;
    right: 20px;
    top: 40%;
    transform: translateY(-50%);
  }
  .blog_glossary_header {
    position: sticky;
    top: 0;
    padding: 20px 0;
    background: #fff;
    z-index: 9999;
  }
  body.overlay_active{
    transition: all .3s ease-in-out;
  }
  body.overlay_active::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  background: #00000080; /* semi-transparent black */
  z-index: 99;
  pointer-events: auto; /* allows clicking to close if needed */
}

body::after {
  transform: translateX(-100%);
  pointer-events: none; /* default no overlay */
}

  .article__center {
    width: 100%;
    flex: unset;
  }
  .article_right {
    width: 100%;
  }
  .blog_metafields_collection {
    padding-top: 40px;
}
}


@media (min-width:990px)  {
  .blog_metafields_wrapper {
    padding-block: 12px;
  }
  .blog_product_item:first-child {
    padding-bottom: 12px;
}
  .blog_product_item:not(:first-child) {
    padding-block: 12px;
}
  .blog_metafields_collection {
    padding-top: 20px;
}
   .blog_product_item_img {
    width: 50px;
    display: block;
    object-fit: contain;
    border-radius: 12px;
}
  .blog_product_item:not(:first-child):before {
    left: 62px;
}
  .colelction_blog_item img{
    /* height: 120px; */
    object-fit: cover;
    object-position: center center;
  }
  .blog_metafields_collection {
    padding-top: 20px;
}
  .blog_product_item:last-child {
    padding-bottom: 0 !important;
}
}
@media (min-width:1101px) {
    .blog_product_item_img {
    width: 55px;
    display: block;
    object-fit: contain;
    border-radius: 12px;
}
  .blog_product_item:not(:first-child):before {
    left: 91px;
}
  .collection_info {
    padding-top: 12px;
    text-align: center;
}
}