/** Shopify CDN: Minification failed

Line 233:0 Unexpected "}"

**/
/* Collection page css */
#contact_form .row {
    display: flex;
    column-gap: 24px;
}
#contact_form .nlf-form-group.col-6 {
    width: 50%;
}
@media (max-width: 576px){
  #contact_form .row {
    flex-direction: column;
}
  #contact_form .nlf-form-group.col-6 {
    width: 100%;
}
}
/* latest product card css */
.product-card-container {
  width: 100%;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  max-width: 1010px;
  padding: 35px 0px 20px 0px;
  margin: 0 auto;
}
.product-card-container .p-card {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  display: flex;
  flex-direction: column;
  padding-bottom: 17px;
  text-decoration: none;
}
.product-card-container .p-card p {
  margin: 0;
}
.product-card-container .p-card-img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  /* height: 450px; */
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 0.66;
}
.product-card-container .p-card-img img {
  height: 100%;
  inset: 0;
  max-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  transition: scale 0.5s ease, opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.product-card-container .p-card-img img:first-child {
  scale: 1;
  z-index: 1;
}
.product-card-container .p-card-img img:nth-child(2) {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  scale: 1;
  visibility: hidden;
  z-index: 0;
}
.product-card-container .p-card-cat,
.product-card-container .p-card-header,
.product-card-container .p-card-info {
  padding-inline: 16px;
}
.product-card-container .p-card-header {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  padding-top: 20px;
}
.product-card-container .p-card-cat {
  color: #546248;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-top: auto !important;
  padding-top: 10px;
}
.product-card-container .p-card-info,.product-card-container .p-card-info-top {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding-top: 18px;
}
.product-card-container p.freeplant-tag {
    display: inline-block;
    background-color: #38472a;
    border-radius: 30px;
    padding: 3px 6px 0;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    min-width: 93px;
}
.product-card-container p.freeplant-tag span.freeplant-tag-text {
    white-space: normal;
}
.p-card-img.p-img-border {
    border: 2px solid #55a02f;
    border-radius: inherit;
}
.product-card-container .p-card-info-top {
  margin-top: auto;
  padding-inline: 16px;
}
.product-card-container .p-card-info .p-card-price {
  color: #55a02f;
  font-size: 20px;
  font-weight: 700;
}
.product-card-container .p-card-info .p-xtra-info {
  align-items: center;
  color: #484848;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
}
.product-card-container .p-card-info .p-xtra-info span {
  display: inline-flex;
}
.product-card-container .p-card:hover .p-card-img img:first-child {
  opacity: 0;
  scale: 0.96;
  visibility: hidden;
}
.product-card-container .p-card:hover .p-card-img img:nth-child(2) {
  opacity: 1;
  scale: 1.025;
  visibility: visible;
}
@media (max-width: 991px) {
  .product-card-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .product-card-container {
    gap: 16px;
  }
  .product-card-container .p-card-header {
    font-size: 15px;
  }
}
@media (max-width: 650px) {
  .product-card-container .p-card {
    padding-bottom: 15px;
  }
  .product-card-container .p-card-img {
    height: 240px;
    min-height: 350px;
  }
  .product-card-container .p-card-header {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 575px) {
  .product-card-container .p-card-cat,
  .product-card-container .p-card-header,
  .product-card-container .p-card-info {
    padding-inline: 9px;
  }
  .product-card-container .p-card-header {
    font-size: 14px;
    padding-top: 16px;
  }
  .product-card-container .p-card-cat {
    font-size: 13px;
  }
  .product-card-container .p-card-info {
    gap: 10px;
  }
  .product-card-container .p-card-info .p-card-price {
    font-size: 15px;
  }
  .product-card-container .p-card-info .p-xtra-info {
    font-size: 13px;
    gap: 2px;
  }
  .product-card-container .p-card-info .p-xtra-info svg {
    height: auto;
    width: 10px;
  }
}
/*  */
  .collection-hero__image-container.new.media {
    order:1;
    margin-top: 30px;
  }
  div#ProductGridContainer {
      display: flex;
      flex-direction: column;
    min-width:0px;
  }
  .collection-hero__description.rte {
      order: 1;
  }
  h2.mobile-collection-title {
      background-color: #fff9ee;
      margin: 0;
      color: rgb(18, 18, 18);
      text-align: center;
      padding-top: 30px;
  }
}
@media (min-width: 576px) {
  .mobile-collection-title{
    display: none;
  }
}
@media (max-width: 440px) {
    #product-grid .p-card-info-top {
      flex-wrap: wrap;
  }
}

/*!
* 
* Contact Top Section
*
*/
/* @font-face {
  font-family: "Avegia";
  src: url(/fonts/Avigea.woff2?270ad9b7f0f20c96cdf905ed16db8b99);
  font-weight: 400;
  font-style: normal;
} */
.nlf-top-contact-section {
  padding-top: 50px;
  padding-bottom: 35px;
  background-color: #fff9ee;
}
.nlf-top-contact-section .nlf-top-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nlf-top-contact-section .nlf-top-text-container .nlf-top-text-content {
  margin-bottom: 26px;
}
.nlf-top-contact-section .nlf-top-text-container .nlf-top-text-content .nlf-title {
  font-size: 40px;
  color: #38472a;
  font-family: "Avegia", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
.nlf-top-contact-section .nlf-top-text-container .nlf-top-text-content .nlf-subtitle {
  font-size: 20px;
  color: #38472a;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  font-family: 'Avigea' !important;
}
.nlf-top-contact-section .nlf-top-text-container .nlf-text-desc {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.nlf-top-contact-section .nlf-top-text-container .nlf-text-desc .nlf-text-info {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.nlf-top-contact-section .nlf-contact-block-container {
    width: 100%;
    max-width: 630px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 30px;
}
.nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block {
  background-color: #e6f2e3;
  padding: 20px;
  border-radius: 5px;
}
.nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block .nlf-icon-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block .nlf-icon-content .nlf-icon-block {
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  gap: 8px;
}
.nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block .nlf-icon-content .nlf-icon-block .nlf-icon {
  display: inline-flex;
  justify-content: center;
}
.nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block .nlf-icon-content .nlf-icon-block .nlf-lbl {
  font-size: 18px;
  font-weight: 500;
  color: #38472a;
}
.nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block .nlf-contact-info {
  font-size: 18px;
  font-weight: 500;
  color: #0a0a0a;
}
  a.nlf-icon-link {
    text-decoration: none !important;
}
/*!
* 
* contact form section
*
*/
.nlf-contact-form-section {
  padding-top: 35px;
  padding-bottom: 140px;
  background-color: #fff9ee;
}
.nlf-contact-form-section .nlf-contact-form-content {
    width: 100%;
    max-width: 840px;
    margin: auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 20px;
}
.nlf-contact-form-section .nlf-contact-form-content .nlf-form-title {
  font-size: 40px;
  color: #38472a;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Avigea' !important;
}
.nlf-contact-form-section .nlf-contact-form-content .nlf-form-desc {
    width: 100%;
    max-width: 780px;
    margin: auto;
    font-size: 16px;
    color: #484848;
    text-align: center;
}
.nlf-contact-form-section .nlf-contact-form-content .nlf-form-container {
  margin-top: 35px;
}
.nlf-contact-form-section .nlf-contact-form-content .nlf-form-container .nlf-form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.nlf-contact-form-section .nlf-contact-form-content .nlf-form-container .nlf-form-group .nlf-form-label {
  font-size: 16px;
  font-weight: 500;
  color: #484848;
  margin-bottom: 8px;
}
.nlf-contact-form-section .nlf-contact-form-content .nlf-form-container .nlf-form-group .nlf-form-control {
  font-size: 16px;
  border: 0;
  color: #000000;
  padding: 15px 20px;
  border-radius: 4px;
  background: #f5f5f5;
}
.nlf-contact-form-section .nlf-contact-form-content .nlf-form-container .nlf-form-group .nlf-form-control::-moz-placeholder {
  color: #484848;
  opacity: .5;
}
.nlf-contact-form-section .nlf-contact-form-content .nlf-form-container .nlf-form-group .nlf-form-control::placeholder {
  color: #484848 !important;
  opacity: .5;
}
.nlf-contact-form-section .nlf-contact-form-content .nlf-form-container .nlf-form-group .nlf-form-control:focus {
  border: 0;
  outline: 0;
}
.nlf-contact-form-section .nlf-contact-form-content .nlf-form-container .nlf-btn-container .nlf-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fbfffb;
  border-radius: 5px;
  border: 0;
  background: #38472a;
  padding-block: 13px;
  cursor: pointer;
}
p.nlf-form-buttom-text {
    padding-top: 18px;
    font-size: 13px;
}
/*!
 * 
 * media query
 * 
 * 
*/
@media (max-width: 1200px) {
  .nlf-top-contact-section .nlf-top-text-container .nlf-top-text-content .nlf-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .nlf-contact-form-section .nlf-contact-form-content .nlf-form-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .nlf-top-contact-section .nlf-top-text-container .nlf-top-text-content {
    margin-bottom: 20px;
  }
  .nlf-top-contact-section .nlf-top-text-container .nlf-top-text-content .nlf-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .nlf-top-contact-section .nlf-top-text-container .nlf-text-desc .nlf-text-info {
    font-size: 16px;
  }
  .nlf-top-contact-section .nlf-contact-block-container {
    gap: 16px;
  }
  .nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block {
    padding: 15px;
  }
  .nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block .nlf-icon-content .nlf-icon-block {
    grid-template-columns: 18px auto;
  }
  .nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block .nlf-icon-content .nlf-icon-block .nlf-lbl {
    font-size: 16px;
  }
  .nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block .nlf-icon-content .nlf-icon-link svg {
    width: 13px;
    height: 13px;
  }
  .nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block .nlf-contact-info {
    font-size: 16px;
  }
  .nlf-contact-form-section .nlf-contact-form-content .nlf-form-title {
    font-size: 32px;
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .nlf-top-contact-section .nlf-top-text-container .nlf-top-text-content {
    margin-bottom: 15px;
  }
  .nlf-top-contact-section .nlf-top-text-container .nlf-top-text-content .nlf-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .nlf-top-contact-section .nlf-top-text-container .nlf-top-text-content .nlf-subtitle {
    font-size: 18px;
  }
  .nlf-top-contact-section .nlf-top-text-container .nlf-text-desc .nlf-text-info {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .nlf-top-contact-section .nlf-contact-block-container {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .nlf-top-contact-section .nlf-contact-block-container .nlf-contact-block .nlf-icon-content {
    margin-bottom: 20px;
  }
  .nlf-contact-form-section .nlf-contact-form-content .nlf-form-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .nlf-contact-form-section .nlf-contact-form-content .nlf-form-container .nlf-form-group .nlf-form-label {
    font-size: 14px;
  }
  .nlf-contact-form-section .nlf-contact-form-content .nlf-form-container .nlf-form-group .nlf-form-control {
    font-size: 14px;
  }
  .nlf-contact-form-section .nlf-contact-form-content .nlf-form-container .nlf-btn-container .nlf-btn {
    font-size: 14px;
  }
}
.product-card-container .p-card-info .p-card-price.has-compare-price{
  color: #38472a;
}
span.p-card-orginal-price {
    margin-right: 8px;
}
span.del-number {
    text-decoration: line-through;
    color: #55a02f;
    /* margin-left: 8px; */
    text-decoration-color: #55a02f;
  text-decoration-thickness: 1.5px;
}
.Weekdeal-batch {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ff5645;
    border-radius: 30px;
    padding: 3px 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    z-index: 9;
}
.discount-batch {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #38472a;
    border-radius: 30px;
    padding: 3px 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    z-index: 9;
}
span.icon-plus-lg {
    font-size: 14px;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

/* product or collection description based on description preview */
.product-description-full h1, .product-description-full h2, .product-description-full h3, .product-description-full h4, .product-description-full h5, .product-description-full h6 {
    font-weight: bold;
    line-height: 1.2;
}
.product-description-full h1{
  margin-block: 0.67em;
  font-size: 2em;
}
.product-description-full h2{
  margin-block: 0.83em;
  font-size: 1.5em;
}
.product-description-full h3{
  margin-block: 1em;
  font-size: 1.17em;
}
.product-description-full h4{
  margin-block: 1.33em;
  font-size: 1em;
}
.product-description-full h5{
  margin-block: 1.67em;
  font-size: 0.83em;
}
.product-description-full h1{
  margin-block: 2.33em;
  font-size: 0.67em;
}
.product-description-full p{
  margin-block: 1em;
  font-size: 1em;
}