/** Shopify CDN: Minification failed

Line 592:0 Unexpected "@media"
Line 908:55 Unexpected ";"
Line 909:63 Unexpected ";"

**/
  <!---ak css start--->  

 .tab {
    overflow: hidden;
  }

  /* Style the buttons inside the tab */

  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 8px 8px 0px;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
        border-right: 3px solid #976A59 !important;
  }

  /* Create an active/current tablink class */
 .tab button.active {
    position: relative;
}
.tab button.active:before {
    color: #000;
    right: 0;
    z-index: 1;
    left: auto;
    position: absolute;
    top: 0;
    content: '';
    width: 3px;
    height: 100%;
    border-right: 3px solid #f35f50;
}
.tab button.active{
font-weight:600;
}
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }


.top-buttons {
    text-align: center;
    padding-top: 20px;
}
/* .top-buttons .success {
    background-color: #7a9c59;
}
.top-buttons .alert {
    background-color: #b20000;
}  
.top-buttons .secondary {
    background-color: #d26e4b;
}   */

.top-buttons .success {
    background-color: #976A59;
}
.top-buttons .alert {
    background-color: #976A59;
}  
.top-buttons .secondary {
    background-color: #976A59;
} 

.rte .top-buttons a.button {
    color: #fff !important;
    border-radius: 99px;
    width: 100%;
    min-height: 2.5em;
    text-align: center;
    max-width: 100%;
    line-height: 2.4em;
    display: inline-block;
    font-size: 16px;
    padding: 0 0;
    margin-bottom: 1rem;
    align-items: center;
}
.rte .top-buttons a.button span {
   width: 100%;
   text-align: center;
}
.top-buttons p {
    margin-bottom: 20px !important;
}
 .top-references {
    margin-bottom: 30px;
} 
.top-references a {
    text-decoration: none;
    border: 0 !important;
    color: #976A59 !important;
  font-weight:600;
} 
.top-references a:hover {
    color: #976A59;
}  
.top-buttons > p{
	text-align: center;
}
.is-divider.medium {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    max-width: 30px;
    text-align: center;
    margin: 0 auto;
}  


h4.heading-medium {
    margin: 20px 0 10px 0;
}
.page-title {
    padding-top: 30px;
}
.col-inner.own-logo-container {
    display: flex;
    align-items: center;
  justify-content: space-between;
}
.col-inner.own-logo-container img {
    max-width: 200px;
}
.tab-container {
    display: flex;
}
.tab-button-left {
    flex: 1;
  padding-right: 20px;
}
.tab-container .tab-button-left button {
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: left;
}
.tab-container .tab-button-left button:last-child {
    border-bottom: 0;
}
.tab-content-right .tabcontent {
  	padding-top: 0;
    border: 0;
}
.tab-content-right {
    flex: 3;
  position: relative;
}

.tab-content-right .tabcontent .box .image-cover {
    max-height: 2270px;
    width: 100%;
    height: 412px;
}
.tab-content-right .tabcontent .box .image-cover img {
    max-height: 100%;
}
.tab button.active:hover {
    border-right: 0;
}


.contact-form.form-vertical input {
 height:48px;
  border: 1px solid #976A59;

}

.contact-form.form-vertical input:not(.btn) {
  color: #976A59;
}

.own-box-module {
    justify-content: space-between;
    margin: 0;
}
.tab-content-right .tabcontent .box {
    background: transparent;
    width: 48.5%;
      margin-bottom: 20px;
}
.tab-content-right .tabcontent .box .image-cover {
    margin-bottom: 10px;
}
.tab-content-right .tabcontent .box p {
    line-height: 26px;
      padding: 0 10px;
}
.tab-content-right .tabcontent .box p span:first-child {
    margin-bottom: 10px;
    font-size: 18px !important;
    display: block;
}
.tab-container .tab-content-right .tabcontent .box p span a span {
    font-size: 14.4px !important;
}
.tab-content-right:after {
    position: absolute;
    content: '';
    left: -5px;
    width: 1px;
    top: 0;
    height: 100%;
    background-color: #cccccc;
}


#shopify-section-blog-template .grid__item.medium-up--one-third .article__grid-image-wrapper {
    max-height: 300px;
    margin-bottom: 20px;
    max-width: initial;;
}
#shopify-section-blog-template .grid__item.medium-up--one-third .article__grid-image-wrapper img {
    max-height: 300px;
    height: auto;
    max-width: 100%;
}
#news #shopify-section-blog-template .grid__item.medium-up--one-third .article__grid-image-wrapper img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 61% 39%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
#news .grid.grid--uniform.grid--blog {
    overflow: initial;
}
#shopify-section-blog-template .grid__item.medium-up--one-third h2.article__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#shopify-section-blog-template .grid__item.medium-up--one-third .rte.article__grid-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


.own-page-container {
    display: flex;
}
.own-page-container .own-page-inner {
    flex: 1;
}
.contact-form.form-vertical [type="submit"] {
    font-size: 14px;
    box-shadow: none;
    font-weight: 600!important;
     background: #976A59 !important;
    border:none;
  line-height:20px;
  
}

.contact-form.form-vertical input:hover, .contact-form.form-vertical textarea:hover,.contact-form.form-vertical input:active, .contact-form.form-vertical textarea:active,.contact-form.form-vertical input:focus, .contact-form.form-vertical textarea:focus{
	box-shadow: none;
  outline:0;
}


.terms-con {
    margin-top: 50px;
}
.terms-con .terms-con-inner h3 {
    margin: 0 0 10px 0;
    font-weight: 600;
  /* color: #333333; */
    font-size: 16px;
  line-height:26px;
      font-family: "Space Grotesk", sans-serif;
}
.terms-con .terms-con-inner {
    margin-bottom: 50px;
}



header .search-form {
    height: 37px;
    min-height: 37px;
      top: -22px;
  border-bottom: 1.5px solid #be1e2d;
}
header .search-form .input-group input {
    padding: 0 30px 0 10px;
  border: 0;
      height: 100%;
      min-height: 100%;
}
header .input-group {
    height: 100%;
}
 .header-action-icon .search-click {
    top: auto;
    bottom: 0;
}
#shopify-section-new-footer footer .footer-colum-row .footer-colum {
    max-width: 33%;
}
.coll_banner_img {
    width: 100%;
    position: relative;
}
.coll_banner_img img {
    width: 100%;
    object-fit: cover;
  height: 200px;
  position: relative;
}

.coll_banner_img:before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    opacity: 0.5;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coll_title.own-banners {
    margin: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.coll_title.own-banners h1.heading_section,.coll_title.own-banners .col-des {
    color: #fff;
  font-family: "Space Grotesk", sans-serif;
}
.col-des {
    font-size: 16px;
}
header .search-form input {
    padding: 0 30px 0 10px;
}


.page_banner_img {
        height: 300px;
    position: relative;
}
.page_banner_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.page_banner_img .banner-text {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: auto;
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 2;
      text-align: center;
  width:100%;
  padding:0 15px;
}
.page_banner_img .banner-text h3 {
      font-size: 36px;
    margin: 0;
    line-height: 43px;
    font-weight: 400;
    /* color: #333333; */
 
}
.page_banner_img .banner-text p {
    font-size: 18px;
  font-weight:500;
}

.about_us_page_Section .about_content_juara{
/*     margin-top: 100px;
    margin-bottom: 80px; */
}
.about-top-section .left-section h6 {
    font-weight: 600;
  
}
.about-top-section .left-section p{
margin: 0;
  line-height: 26px;
}
.left-top-section {
    padding-bottom: 40px;
  padding-right:29%;
  position:relative;
}
.left-top-section:after {
    position: absolute;
    width: 23%;
    content: '';
    background-color: #f1f1f2;
    right: 0;
    height: calc(100% + 10px);
    top: 0;
}
.left-bottom-section{
  padding-right:29%;
  position:relative;
}
.left-bottom-section:after{
position: absolute;
    width: 23%;
    content: '';
    background-color: #c2b59b;
    right: 0;
    height: 100%;
    top: 10px;
}
.left-bottom-section h6 {
    margin: 0;
}
.about-top-section .left-bottom-section p {
    margin-bottom: 20px;
}
#contact-us .text-left.own-page-inner {
    padding-right: 20px;
}
.own-page-grid {
    padding-top: 50px;
}
.own-page-grid {
    padding-top: 30px;
}

.east-top-img img {
    height: 500px;
    width: 100%;
    object-fit: contain;
}
.east-top-img {
    margin: 40px 0 40px 0;
}
.east-top-content {
    margin-bottom: 40px;
}
.east-top-content {
    margin-bottom: 40px;
    text-align: center;
}
.east-top-content h6 {
    font-weight: 600;
    margin-bottom: 5px;
}
.east-top-content p {
    line-height: 22px;
}
.first_block_section.east-top-section .cont_img{
/*     margin: 50px 0 50px auto; */
    max-width: 515px;
}
.second_block_section.east-bottom-section .cont_img{
    margin: 50px 0;
    max-width: 515px;
  padding: 0px 50px;
}
.first_block_section.east-top-section .cont_img{
padding-right:50px;
}
.second_block_section.east-bottom-section .cont_img{
padding-right: 50px;
}


h2.third_top_heading,h3.title_section,h2.second_top_heading {
 margin-bottom: 15px !important;
}
.second_block_section.east-bottom-section p.second_description {
    color: #fff !important;
}

 <!---ak css end--->




.left_sec.row {
    background: #847850;
}


.footer-block.subsribe-footer .needsclick {
    min-height: unset !important;
}
.footer-block.subsribe-footer .needsclick .ql-editor p span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;     
    font-family: "Space Grotesk", sans-serif;
}
.footer-block.subsribe-footer .needsclick .ql-editor p {
    color: #fff !important;
}
button.needsclick.go332817621.kl-private-reset-css-Xuajs1 {
    background: red !important;
    height: unset !important;
}
.delivery_guarantee {
    text-align: center;
  padding-top: 60px;
    padding-bottom: 60px;
}
.delivery_guarantee p:first-child {
    text-transform: uppercase;
}
.delivery_guarantee p:first-child {
    margin-bottom: 0;
  
}
html.js.svg.flexbox.csstransforms {
    padding-bottom: 0 !important;
}


   <!---banner css start--->  

.slideshow .slick-prev {
    left: 10px !important;
    top: 50% !important;
  z-index:9 !important;
}
.slideshow .slick-prev, .slideshow .slick-next {
    width: 40px !important;
    background-color: rgba(0, 0, 0, 0.7);
    height: 40px !important;
  top: 50% !important;
    z-index: 9;
}
.slick-prev:before, .slick-next:before {
    color: #fff !important;
    opacity: 1 !important;
}
.slideshow .slick-next {
    right: 10px !important;
  top: 50% !important;
}
.slideshow .slick-prev {
    left: 10px !important;
}
	<!---banner css start--->


@media only screen and (max-width : 1189px){
.left_right_cst .container-fluid .right_sec1 {
    padding-left: 30px;
        padding-right: 15px;
}
  section.overlay-three-sec {
    text-align: center;
}
.left_right_cst .container-fluid .left_sec2 {
    padding-right: 30px !important;
}
  .left_right_cst .container-fluid .right_sec2 {
    padding: 0;
}
.left_right_cst .container-fluid .left_sec1 {
    padding: 0;
}
  .home-blog-section .overlay-three-sec {
    margin-top: 0;
}
}


@media only screen and (min-width : 992px)
{
   header .navbar {
      padding-top: 0 !important;
  }
}

@media only screen and (max-width : 820px){
.left_right_cst .container-fluid .right_sec1, .left_right_cst .container-fluid .right_sec2, .left_right_cst .container-fluid .left_sec1, .left_right_cst .container-fluid .left_sec2 {
    flex: 0 0 100%;
    max-width: 100%;
}
.left_right_cst .container-fluid .right_sec1, .left_right_cst .container-fluid .left_sec2 {
    padding: 30px;
}

  .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor {
    text-align: center !important;
}
  #store-locator .grid__item {
    padding: 0;
}  

  #store-locator .page-width .grid {
    margin-left: 0;
}
  #store-locator .page-width .grid .medium-up--push-one-twelfth {
    left: 0;
    width: 100%;
    padding: 0;
}
.col-inner.own-logo-container img {
    max-width: 150px;
}
.tab-content-right .tabcontent .box .image-cover {
    height: 300px;
}  
  
}



@media only screen and (max-width : 767px){
  body li.nav-item.dropdown.show .shop-dropdown {
    width: 100%;
    height: 246px;
}
  .user-action.d-inline-flex {
    padding-right: 20px;
}
.header-content {
  
    padding: 0;
}
.coll_banner_img {
    height: 220px;
}
.coll_banner_img img {
    height: 220px;
}
 .left-top-section, .left-bottom-section {
    padding: 0;
} 
  .left-top-section:after,.left-bottom-section:after{
  display:none;
  }
  .left-top-section {
    margin-bottom: 20px;
}
  .about_us_page_Section .about_content_juara {
    margin-top: 40px;
    margin-bottom: 30px;
}  
  .about-top-section .left-section h6 {
    line-height: 25px;
}
.about-top-section .left-bottom-section p {
    margin-bottom: 10px;
}  
.terms-con {
    margin-top: 30px;
}
 .terms-con .terms-con-inner {
    margin-bottom: 25px;
}
 .terms-con .terms-con-inner:last-child {
    margin-bottom: 0;
} 
.section-header {
    margin-bottom: 25px;
}  
.own-page-container {
    display: block;
}
 #contact-us .text-left.own-page-inner {
    padding-right: 0;
}
 #contact-us .text-left.own-page-inner {
    margin-bottom: 30px;
} 
 .col-inner.own-logo-container {
    flex-wrap: wrap;
} 
.col-inner.own-logo-container .col-inner {
    flex: 0 0050%;
}  
 #store-locator .page-width .grid .medium-up--push-one-twelfth h4 {
    margin-top: 20px;
       margin-bottom: 10px;
   
}
 .tab-content-right .tabcontent {
    padding-top: 0;
    border: 0;
}
.tab-container {
    display: block;
}  
  .tab button.active:before,.tab-content-right:after{
  display:none;
  } 
.tab-button-left {
    padding-right: 0;
    margin-bottom: 20px;
}
 .tab-container .tab-button-left button:last-child {
    border-bottom: 1px solid #ccc;
}

.tab-content-right .tabcontent {
    padding: 0;
}  
 .tab-content-right .tabcontent .box {
    width: 100%;
}
.section-header {
    margin-bottom: 0;
}  
 .tab-content-right .tabcontent .box .image-cover img {
    height: 100%;
}
div#faqs_page_wrapper section {
    margin-top: 30px;
}
  
div#faqs_page_wrapper h3.section-title {
    margin-bottom: 30px !important;
    padding-bottom: 0;
} 
 .faq-accordion .card .card-body {
    padding: 10px 15px 15px 35px;
} 
div#faqs_page_wrapper h5.catgary-heading-faq {
    padding-top: 30px;
}  
.section-header {
    margin-bottom: 25px;
}    
}

@media only screen and (max-width : 749px){

#shopify-section-blog-template .grid__item.medium-up--one-third .article__grid-image-wrapper img {
    max-height: initial;
}
  .article__grid-meta--has-image {
    float: left;
    padding-left: 0;
        padding-left: 0;
    padding-top: 20px;
}
  .article__grid-meta--has-image {
    padding-left: 0 !important;
}

}

@media only screen and (max-width : 600px){
.page_banner_img .banner-text h3 {
    font-size: 40px;
}
  .page_banner_img .banner-text p {
    font-size: 20px;
}
  .page_banner_img {
        height: 240px;
}
  #shopify-section-blog-template .grid__item.medium-up--one-third .article__grid-image-wrapper img{
      height: 400px;
  }
  #shopify-section-blog-template .grid__item.medium-up--one-third .article__grid-image-wrapper img {
    max-height: 100%;
}
  .article__grid-image-container {
    margin-bottom: 0;
}
.article__author, .article__date {
    margin-bottom: 10px !important;
}
  .article__grid-image-container {
    margin-bottom: 0 !important;
}
 .article__grid-meta {
    margin-bottom: 30px;
} 
#shopify-section-blog-template .grid__item.medium-up--one-third .rte.article__grid-excerpt {
    margin-bottom: 10px;
} 
  div#mobile_banner_section .mobile_banner_image {
    height: 400px !important;
}
}


/** Collection banner image **/
.coll_title{
  	text-align: center;
	margin: -500px 0 420px 700px;
}
.coll_title .heading_section{
	text-transform: uppercase;
}
.title_no_banner{
	text-align: center;
}
.title_no_banner .heading_section{
	text-transform: uppercase;
}
.coll_title.own-banners h2,.coll_title.own-banners h4,.coll_title.own-banners p,.coll_title.own-banners span{
	color: #ffffff;
}
.coll_title.own-banners h1 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}
.coll_title span {
    text-transform: capitalize !important;
}
.individual_product_section {
    margin-bottom: 37px;
}
.coll_title.own-banners h2{
	font-size: 3.0em;
}
.coll_title.own-banners h3{
	font-size: 2.2em;
}
.coll_title.own-banners h4{
	font-size: 1.5em;
}

.coll_title.own-banners h3,.coll_title.own-banners h3 span,.coll_title.own-banners p,.coll_title.own-banners p span{
font-family: "Space Grotesk", sans-serif;
}
.template-product .badge {
    height: 65px;
    width: 65px;
    font-size: 1.4em;
}
/* Key Ingredients Banner */




.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 2.8em;
    width: 2.8em;
    backface-visibility: hidden;
}

.subs_title strong{
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.subs_desc{
  color: #fff;
  text-align: center;
  font-size: 14px;
}
#mc_embed_signup{
  clear:left;
  width:300px;
}

.clear.foot{
	margin-left: 100px;
}
#mc-embedded-subscribe {background: #976A59 !important}; /*FF6D6D */
#mc_embed_signup .button:hover {background: #401e1f !important};

.banner-text.east-meet-text .banner_title h3{color:white}
.review_Star_wrapper a.text-m{color: #976A59 !important; font-size: 14px} /*f35f50 */
.review_Star_wrapper a.text-m:hover{color:rgba(0,0,0,0.8) !important}