/** Shopify CDN: Minification failed

Line 327:17 Unexpected "{"
Line 327:26 Expected ":"
Line 330:19 Unexpected "{"
Line 330:28 Expected ":"
Line 335:19 Unexpected "{"
Line 335:28 Expected ":"
Line 338:19 Unexpected "{"
Line 338:28 Expected ":"

**/
@media (min-width: 1024px){
  .lg\:w-1\/7 { width: 14.2857%; }
  .lg\:w-1\/8 { width: 12.5%; }
}
/* collections page Content Css */
  .collection-description h1{
    font-size:36px;
  }
  .collection-description h2{
    font-size:28px;
  }
  .collection-description h3{
    font-size:24px;
  }
  .collection-description ul{
    margin:0px;
    padding:0px 0px 0px 20px;
  }
  .collection-description ul>li{
    list-style: square outside;
    margin-bottom:10px;
  }
/* collections page Content Css End */
.faq-head > h2.font-27,
.faq-head > h3 {
  font-size: 36px;
  text-align: center;
}
/* FAQ Section Wrapper */

.faq-inner {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-inner:last-child {
  border-bottom: none;
}
.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #2c7744;
  position: relative;
  padding-right: 30px;
  line-height: 1.5;
  transition: color 0.3s ease;
  margin:0px;
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  color: #5a3f37;
  font-size: 22px;
  font-weight: bold;
  transition: transform 0.3s ease, color 0.3s ease;
}
.faq-inner:hover .faq-question {
  color: #f05223;
}
.faq-inner.active .faq-question::after {
  content: '–';
  transform: rotate(180deg);
  color: #f05223;
}
.faq-answer {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .faq-question{
    font-size:14px;
  }
  .faq-head>h2.font-27, .faq-head>h3 {
    font-size: 24px;
  }
}
/* Home Media image overly */
.promotion-overlay{
    position:absolute;
}

.promotion-overlay--bottom{
    bottom:0;
    height:50%;
    background:linear-gradient(
        to top,
        var(--overlay-start) 0%,
        var(--overlay-end) 100%
    );
}

.promotion-overlay--top{
    top:0;
    height:50%;
    background:linear-gradient(
        to bottom,
        var(--overlay-start) 0%,
        var(--overlay-end) 100%
    );
}

.promotion-overlay--center{
    top:50%;
    transform:translateY(-50%);
    height:40%;
    background:linear-gradient(
        to bottom,
        var(--overlay-start) 0%,
        var(--overlay-end) 100%
    );
}
/* Home Media image overly end */
h2.font-27{
	font-size: 18px;
    margin: 0 0 10px;
    padding: 0;
}
.benefits_span {
    font-size: 20px;
    margin-bottom: 0px;
    display: block;
    color:#2D5016;
}
.bullet_point{
	margin-bottom:10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 20px;
}
.bullet_point p {
  flex: 0 0 48%;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;    
  font-size: 13px;
}
.bottom-block__text p{
  margin-bottom:0px !important;
}
.rte a.bullet_point_more{
  position:relative;
  display: inline-block;
  margin: 0px 0 auto;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-size:12px;
  float:right;
  background-color:#606B57;
  top: -30px;
  padding: 1px 10px;
  border-radius: 3px;
}
/*.rte a.bullet_point_more:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  width: 200px;
  height: 17px;
  background-color:#606B57;
  clear: both;
  transform: translateX(-50%);
  z-index: -1;
  border-radius:0px 0px 15px 15px;
}
 .rte a.bullet_point_more:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 17px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #606B57;
  clear: both;
  transform: translateX(-50%);
  z-index: -1;
} */
.rte a.bullet_point_more:hover{
  border-bottom:none;
  background-size: 0 .1em, 100% .1em;
  background-position: 0% 0%, 0% 0%;
}
.rte a.bullet_point_more:hover::after{  
  /* border-top: 10px solid #606B57; */
}
@media(max-width:767px) {
	.bullet_point p {
		flex: 0 0 100%;
	}
}
.breadcrum{
  font-size:12px;
}
.pbpoint{
  position:relative;
}
.pbpoint-h{
  font-size: 18px;
  margin-bottom: 10px;
  color:#2D5016;
}
ul.pbpoint-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 15px;
  list-style: none;
  margin: 0px;
  padding: 0px 0px 10px;
}
ul.pbpoint-list li{
  margin:0px;
  font-size:13px;
  position:relative;
  padding-left:22px;
}
ul.pbpoint-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:0px;
    width:18px;
    height:18px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232D5016' viewBox='0 0 20 20'%3E%3Cpath d='M16.704 5.29a1 1 0 010 1.42l-7.2 7.2a1 1 0 01-1.42 0l-3.2-3.2a1 1 0 111.42-1.42l2.49 2.49 6.49-6.49a1 1 0 011.42 0z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-size:contain;
}
.footer-keyword-outer{
  margin:0px;
  padding:0px;
}
ul.footer_keyword{
    display:flex;
    flex-wrap:wrap;
    column-gap: 10px;
    row-gap: 0px;
    padding:0;
    margin:0;
    list-style:none;
}
ul.footer_keyword li{
  margin:0px;
  padding:0px;
}
ul.footer_keyword li a{
    font-size:12px;
    text-decoration:none;
}
ul.footer_keyword li:not(:last-child):after{
  content: "|";
  position:relative;
  margin-left: 5px;
}
.other-websites-outer{
  margin:0px;
  padding:0px;
}
ul.other-websites{  
  display:flex;
  flex-wrap:wrap;
  column-gap: 3px;
  row-gap: 0px;
  padding:0;
  margin:0;
  list-style:none;
}
ul.other-websites a{
  display:block;
}
ul.other-websites a img{
  max-height: 30px;
  margin-bottom: 0;
  background-color: #f3f3f3;
  padding: 2px;
  border-radius: 1px;
}
.additional-footer{
  font-size:12px;
}
#section-footer{
  padding-bottom:5px;
}
#section-footer p{
  font-size:14px;
  color:#fff;
}
.blog-rep {
  position: relative;
  display: block;
  text-align: center;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  background: #f3f3f3;
  margin-bottom: 20px;
  border-radius: 0px;
  padding:0px 0px 20px 0px;
  overflow: hidden;
}
p.text-review-count{
  margin-top: 3px !important;
}
.additional-footer p{
  font-size:inherit !important;
}
.custom-section-{{ section.id }} .h-funder .x-testimonial-image{
    border-radius:15px 0px 0px 15px;
  }
  .custom-section-{{ section.id }} .h-funder .x-testimonial-content{    
    border-radius: 0px 15px 15px 0px;
    overflow:hidden;
  }
@media(max-width:767px) {
  .custom-section-{{ section.id }} .h-funder .x-testimonial-image{
    border-radius:15px 15px 0px 0px;
  }
  .custom-section-{{ section.id }} .h-funder .x-testimonial-content{    
    border-radius: 0px 0px 15px 15px;
    overflow:hidden;
  }
  .top-benefit-list,
  .product-sub-title{
    display:none;
  }
}
.lok-cart-upsell-drawer{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
