/** Shopify CDN: Minification failed

Line 196:0 All "@import" rules must come first
Line 221:8 Expected identifier but found "{"
Line 221:9 Unexpected "{"
Line 221:18 Expected ":"
Line 235:13 Expected identifier but found "{"
Line 235:14 Unexpected "{"
Line 235:23 Expected ":"
Line 242:8 Expected identifier but found "{"
Line 242:9 Unexpected "{"
Line 242:18 Expected ":"
... and 21 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-faq (INDEX:16) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Montserrat:wght@500;600;700;800&display=swap');

.custom-faq-section{
  padding: 80px 20px;
  background: #f5f5f3;
}

.custom-faq-wrapper{
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 50px;
  border: 1px solid #e5e5e5;
}

.custom-faq-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:40px;
  flex-wrap:wrap;
}

.custom-faq-left{
  display:flex;
  align-items:flex-start;
  gap:15px;
}

.custom-faq-bar{
  width:6px;
  height:60px;
  background:#00b140;
  border-radius:10px;
}

.custom-faq-heading{
  font-size: clamp(30px, 4vw, 48px);
  line-height:1.1;
  font-family:'Montserrat', sans-serif;
  font-weight:800;
  color:#000;
  margin:0;
}

.custom-faq-subtitle{
  margin-top:10px;
  font-size:16px;
  color:#666;
  font-family:'DM Sans', sans-serif;
}

.custom-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.custom-faq-item{
  border:1px solid #e5e5e5;
  border-radius:16px;
  overflow:hidden;
  transition:0.3s ease;
  background:#fff;
}

.custom-faq-item.active{
  border-color:#00b140;
  box-shadow:0 0 0 2px rgba(0,177,64,0.1);
}

.custom-faq-question{
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  padding:22px;
  gap:15px;
}

.custom-faq-question h3{
  margin:0;
  font-size:18px;
  line-height:1.5;
  color:#000;
  font-family:'Montserrat', sans-serif;
  font-weight:700;
}

.custom-faq-icon{
  width:34px;
  height:34px;
  min-width:34px;
  border-radius:50%;
  background:#00b140;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:0.3s ease;
}

.custom-faq-item.active .custom-faq-icon{
  background:#00b140;
  transform:rotate(45deg);
}

.custom-faq-icon svg{
  width:16px;
  height:16px;
}

.custom-faq-icon svg path{
  stroke:#fff;
}

.custom-faq-item.active .custom-faq-icon svg path{
  stroke:#fff;
}

.custom-faq-answer{
  display:none;
  padding:0 22px 22px;
}

.custom-faq-answer p{
  margin:0;
  font-size:16px;
  line-height:1.8;
  color:#666;
  font-family:'DM Sans', sans-serif;
}

@media(max-width:768px){

  .custom-faq-wrapper{
    padding:30px 20px;
  }

  .custom-faq-grid{
    grid-template-columns:1fr;
  }

  .custom-faq-question{
    padding:18px;
  }

  .custom-faq-question h3{
    font-size:16px;
  }

  .custom-faq-answer{
    padding:0 18px 18px;
  }
    .custom-faq-item.hidden-faq {
      display: none;
  }

  .faq-show-more {
      display: block;
      text-align: center;
      margin-top: 20px;
      padding: 12px 20px;
      background: #000;
      color: #fff;
      cursor: pointer;
      border-radius: 5px;
      font-weight: 600;
  }

}
/* END_SECTION:custom-faq */

/* START_SECTION:custom-testimonials (INDEX:18) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;800&family=Montserrat:wght@500;600;700;800&display=swap');

.ctest-section{
  padding:60px 20px;
  background:#f8f8f8;
  overflow:hidden;
}

.ctest-wrapper{
  max-width:1320px;
  margin:0 auto;
}

.ctest-header{
  text-align:center;
  margin-bottom:60px;
}

.ctest-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:50px;
  background:rgba(0,177,64,.08);
  color:{{ section.settings.subtitle_color }};
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
  margin-bottom:20px;
  font-family:'DM Sans',sans-serif;
}

.ctest-label:before,
.ctest-label:after{
  content:'';
  width:20px;
  height:2px;
  background:{{ section.settings.subtitle_color }};
}

.ctest-heading{
  font-size:clamp(24px,5vw,44px);
  line-height:1.15;
  font-weight:800;
  color:{{ section.settings.heading_color }};
  max-width:850px;
  margin:0 auto;
  font-family:'Montserrat',sans-serif;
}

.ctest-slider-wrap{
  position:relative;
  padding:0 30px;
}

/* FIXED SLIDER LOAD ISSUE */
.ctest-slider{
  opacity:0;
  visibility:hidden;
}

.ctest-slider.slick-initialized{
  opacity:1;
  visibility:visible;
}

.ctest-item{
  padding:14px;
}

.slick-track{
  display:flex !important;
}

.slick-slide{
  height:inherit !important;
}

.slick-slide > div{
  height:100%;
}

.ctest-card{
  position:relative;
  background:#fff;
  border-radius:28px;
  padding:38px 32px;
  height:100%;
  border:1px solid #eee;
  transition:.35s ease;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.ctest-card:hover{
  transform:translateY(-8px);
  border-color:{{ section.settings.hover_border }};
  box-shadow:0 20px 60px rgba(0,177,64,.12);
}

.ctest-card:before{
  content:'"';
  position:absolute;
  right:25px;
  top:5px;
  font-size:120px;
  color:rgba(0,177,64,.08);
  font-family:Georgia;
  line-height:1;
}

.ctest-stars{
  display:flex;
  gap:4px;
  margin-bottom:18px;
}

.ctest-stars svg{
  width:18px;
  height:18px;
}

.ctest-review{
  font-size:16px;
  line-height:1.9;
  color:{{ section.settings.text_color }};
  margin-bottom:5px;
  font-family:'DM Sans',sans-serif;

}

.ctest-divider{
  height:1px;
  background:#eee;
  margin-bottom:22px;
}

.ctest-author{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
}

.ctest-name{
  font-size:18px;
  font-weight:700;
  margin-bottom:5px;
  color:{{ section.settings.name_color }};
  font-family:'Montserrat',sans-serif;
}

.ctest-role{
  font-size:13px;
  color:{{ section.settings.role_color }};
  font-family:'DM Sans',sans-serif;
}

.ctest-badge{

  display:none;
  align-items:center;
  gap:5px;
  padding:7px 12px;
  border-radius:50px;
  background:rgba(0,177,64,.1);
  color:{{ section.settings.badge_text }};
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  white-space:nowrap;
}

.ctest-badge svg{
  width:12px;
  height:12px;
}

.ctest-arrow{
  width:56px;
  height:56px;
  border:none;
  border-radius:50%;
  background:#fff;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  cursor:pointer;
  display:flex !important;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s ease;
}

.ctest-arrow:hover{
  background:{{ section.settings.arrow_bg }};
}

.ctest-arrow:hover svg path{
  stroke:#fff;
}

.ctest-arrow svg{
  width:22px;
  height:22px;
}

.ctest-arrow svg path{
  stroke:#111;
  transition:.3s;
}

.ctest-prev{
  left:-50px;
}

.ctest-next{
  right:-50px;
}

.slick-dots{
  bottom:-50px;
}

.slick-dots li button:before{
  content:'';
  width:10px;
  height:10px;
  border-radius:20px;
  background:#ccc;
  opacity:1;
}

.slick-dots li.slick-active button:before{
  width:30px;
  background:{{ section.settings.dot_color }};
}

.ctest-counter{
  display:none;
  margin-top:70px;
  text-align:center;
  font-size:15px;
  color:#666;
}

.ctest-counter strong{
  color:#111;
}

.ctest-review {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ctest-review.expanded {
    display: block;
}

.ctest-read-more {
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
}
@media(max-width:767px){

  .ctest-card{
    padding:28px 22px;
  }

  .ctest-slider-wrap{
    padding:0 10px;
  }
    .ctest-prev{
      left:-25px;
    }

    .ctest-next{
      right:-25px;
    }

.ctest-arrow{
  width:45px;
  height:45px;
}

}
/* END_SECTION:custom-testimonials */

/* START_SECTION:sales-popup (INDEX:69) */
.sales-popup{
  position:fixed;
  left:10px;
  bottom:85px;
  width:340px;
  background:#fff;
  border-radius:14px;
  padding:14px;
  display:flex;
  gap:14px;
  align-items:flex-start;
  box-shadow:0 10px 40px rgba(0,0,0,.15);
  z-index:9999;
  opacity:0;
  visibility:hidden;
  transform:translateY(30px);
  transition:.4s ease;
}

.sales-popup.active{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.sales-popup-image{
  width:72px;
  height:72px;
  border-radius:10px;
  overflow:hidden;
  flex-shrink:0;
  background:#f5f5f5;
}

.sales-popup-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.sales-popup-content{
  flex:1;
}

.sales-popup-title{
  font-size:14px;
  font-weight:700;
  color:#111;
  margin-bottom:6px;
  line-height:1.3;
  margin-right: 10px;
}

.sales-popup-product{
  font-size:14px;
  font-weight:700;
  color:rgb(0,177,64);
  text-decoration:none;
  margin-bottom:8px;
  line-height:1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sales-popup-time{
  font-size:12px;
  color:#999;
}

.sales-popup-cart{
  position:absolute;
  left:12px;
  bottom:12px;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#95c11f;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.sales-popup-cart svg{
  width:14px;
  height:14px;
}

.sales-popup-close{
  position:absolute;
  top:8px;
  right:10px;
  border:none;
  background:none;
  font-size:18px;
  color:#aaa;
  cursor:pointer;
}

.sales-popup-close:hover{
  color:#111;
}

@media(max-width:767px){

  .sales-popup{
    width:calc(100% - 30px);
    left:15px;
    bottom:15px;
  }

}
/* END_SECTION:sales-popup */