/** Shopify CDN: Minification failed

Line 36:0 Unexpected "{"
Line 36:1 Expected identifier but found "%"
Line 94:2 Unexpected "{"
Line 94:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
@media (min-width: 320px) and (max-width: 1155px){
   .container.blog-container ul li img {
     margin-top: 0px !important;
  }
  .about-heading {
    margin: 20px 0 30px !important;
 }
}
.blog_read_more_btn {
    
    background-color: transparent !important;
    color: black !important;
    border: none !important;
    text-align: left !important;
}
  .blog-container ul {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)) !important;
    gap: 20px;
    max-width: 1440px;
    margin: auto;
}


{% if template.name == 'blogs' %}



.article-image.uncontain.cc-animate-init.-in.cc-animate-complete, .single-blog-container {
    max-width: 1440px !important;
    margin: 0 auto;
}
  .reading-column {
    padding: 0 2rem;
}

  
.rimage-outer-wrapper {
    width: 100%;
    /* height: 507px; */
    border-radius: 20px;
}
  .rimage-outer-wrapper {
    /* max-width: 655px; */
    height: 507px;
}
  .rte.cc-animate-init.-in.cc-animate-complete p {
    color: black;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

  header.section-header.about-heading h1 {
    font-size: 72px;
    font-weight: 500;
    color: black;
    line-height: 86px;
    margin-top: 0rem;
}
  h2#ruffruff-table-of-contents-item-1 span,
  h2#ruffruff-table-of-contents-item-2 span,
  h2#ruffruff-table-of-contents-item-3 span,
  h2#ruffruff-table-of-contents-item-4 span,
  h2#ruffruff-table-of-contents-item-5 span
  {
    color: black;
    font-weight: 500;
    font-size: 30px;
    line-height: 28px;
}
  .rte.cc-animate-init.-in.cc-animate-complete a {
    color: black;
    text-decoration: none;
}


  @media (min-width:750px){
 h2.title_page {
    line-height: 137px !important;
}
 }
  {% endif %}
  



/* final revision */
  @media(min-width:769px){
  .f-c_anchor {
    max-width: 400px;
        width: 100% !important;
}
    }
/* final revision */
.reading-column h2{
    font-size: 35px !important;
  }

  .page-title{
    margin-top: 0 !important;
  }
@media (min-width:769px){
  .article_heading{
    margin-top:2rem;
  }
}
.empty_item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60vh !important;
  }

  .empty_item a{
    color: #348367;
  }

  .empty_item h2{
    font-size: 30px;
  }

  @media (max-width: 1120px) {
  .cart_inner{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .cart-item__image {
    margin-right: 15px;
  }

  .loading-spinner{
    display: none !important; 
  }
}

@media (max-width: 767px) {
.cart-item__image {
    width: 100px;
  }
  ement.style {
}
.cart-item__image a img {
    width: 100px;
    height: 102px;
 }
}
#content .section {
     margin-top: 0 !important;
   }

 .product-grid.grid .column {
    padding: 15px 0 0 !important;
  }

  #CollectionFilterFormSideBar{
	margin-right: 25px !important;
  }

  .pagination li {
    list-style: none;
    display: inline;
    font-size: 17px;
    font-weight: 600;
}

.product-block__title-price p, .product-block__title-price ul.check, 
.product-block__title-price ul {
	display: none;
}

.product-block__title-price .title{
   font-size: 16px !important;
   margin-bottom: 0 !important;
}

.product-block .price {
    font-weight: 500;
    font-size: 14px;
}

  .collection-pagination .pagination svg {
	   width: 30px;
	   height: 30px;
	   color: #348367;
   }

  @media (max-width: 768px){

   #CollectionFilterFormSideBar {
    margin-right: 0 !important;
   }

   .rimage-wrapper .rimage__image, .image__primary {
	 max-height: 500px !important;
	 max-width: 100%;
   }

   .product-block .product-block__inner {
     border: 1px solid #dedede96;
	 padding: 0 0 20px;
	 border-radius: 10px;
	}

	.collection-pagination {
    margin-top: -60px;
  }
 }

 @media (min-width: 320px) and (max-width: 767px){
	.rimage-outer-wrapper {
		max-width: 100%!important;
		max-height: 500px;
	}
}

@media (min-width: 768px){
.collection-header {
    margin-bottom: 0em;
  }
}