/** Shopify CDN: Minification failed

Line 150:10 Expected identifier but found whitespace
Line 150:12 Unexpected "{"
Line 150:21 Expected ":"
Line 156:8 Expected identifier but found whitespace
Line 156:10 Unexpected "{"
Line 156:19 Expected ":"
Line 156:51 Expected ":"
Line 165:15 Expected identifier but found whitespace
Line 165:17 Unexpected "{"
Line 165:26 Expected ":"
... and 4 more hidden warnings

**/
body{
  overflow-x: hidden
}
.zoom-wrap {
  position: relative;
}

.zoom-src {
  cursor: zoom-in;
}

/* Hidden on mobile */
.zoom-view {
  display: none !important;
}


.price-discount-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  background: rgba(34, 197, 94, 0.14); /* subtle green */
  color: #15803d;
  line-height: 1;
  white-space: nowrap;
}
.price-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.product-details .price-wrapper {
  justify-content: start;
}
/* Desktop only */
@media (min-width: 768px) {
  .zoom-view {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(calc(100% + 10px));
    width: 48vw;               /* 45–50% of device width */
    height: 48vw;              /* square shape */
    max-width: 450px;          /* safeguard on large screens */
    max-height: 450px;
    border: 1px solid #ddd;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 280%;     /* zoom strength */
    display: none;
  }

  /* Show only when wrapper is active */
  .zoom-wrap.active .zoom-view {
    display: block !important;
  }
}




.section-background::before,
.section-background::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.shopify-policy__container {
    max-width: 95% !important;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.shopify-policy__body{
    background-color: #FFF6D9;
    border-radius: 20px;
    padding: 40px;
}

span.svg-wrapper.icon-plus, .quantity-selector input[type=number] {
    color: white;
}

.quantity-selector input[type=number]{
    color: #343D30 !important;
    min-width: 100px;
}

button.button.quantity-minus.button-unstyled, button.button.quantity-plus.button-unstyled {
    background-color: #343D30;
    height: 52px;
    opacity: 100;
}

.add-to-cart-button, .shopify-payment-button__button{
    background-color: #343D30 !important;
}

section#shopify-section-template--25560383488316__testimonials_njKCn4 {
     background: linear-gradient(
    60deg,
    rgba(244, 255, 239, 1) 0%,
    rgba(233, 241, 255, 1) 100%
  );
}
@media only screen and (max-width: 568px) {

    .shopify-policy__container {
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #shopify-section-template--25547356930364__section_rXhEdp .accordion {
        width: 100% !important;
        margin: 25px auto;
    }
}

 .testimonials-section {
    padding: 24px 0;
  }

  .testimonials-heading {
    margin-bottom: 30px;
    text-align: center;
    color: {{ section.settings.heading_color }};
  }

  .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: {{ section.settings.gap_between_items }}px;
    align-items: stretch;
  }

  .testimonial-grid > * {
    display: flex;
  }

  .testimonial-item {
    background: {{ section.settings.alternate_color_1 }};
    border-radius: 20px;
    padding: 30px 20px 10px 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

  .slick-slide:nth-child(even) .testimonial-item {
    background: {{ section.settings.alternate_color_2 }} !important;
  }

  .testimonial-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  .testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #ddd;
  }

  .testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .testimonial-info {
    flex: 1;
    min-width: 0;
  }

  .testimonial-name {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .testimonial-location {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    line-height:auto;
    margin: 0;
  }

  .testimonial-content {
    flex: 1;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    color: #333;
  }

  .testimonial-text p {
    margin: 0 0 10px;
  }

  .testimonial-text p:last-child {
    margin-bottom: 0;
  }


  /* -------virtual variation--------------- */
.swatch-wrapper {
  position: relative;
}

.swatch-sold-out-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}

.custmmm-text{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    max-height: 1.4em;
    white-space: normal;
    font-size:12px;
}

.titleee-dvv-2{
    background: #E0EFF5;
    padding-block: 3px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content:center;
    border-radius: 0px 0px 5px 5px;
    border-top: 0px !important;
    border: 2px solid #E0EFF5;
}

.titleee-dvv {
    background: linear-gradient(60deg, rgba(248, 244, 227, 1) 0%, rgba(224, 239, 245, 1) 100%);
    border: 2px solid #089642;
}

.other-cust-imgg img{
    border: 2px solid #E0EFF5;
    border-bottom: 0px !important;
    border-radius: 5px 5px 0px 0px;
}

.box-sizzee{
    width: 80px;
    height: auto;
}

.titleee-dvv,
.titleee-dvv-2 {
  position: relative;
}

.fnttttt{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cusst-imggg img {
    border: 2px solid #089642;
    border-bottom: 0px !important;
    border-radius: 5px 5px 0px 0px;
}

  @media screen and (max-width: 990px) {
    .testimonial-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 750px) {
    .testimonial-grid {
      grid-template-columns: 1fr;
    }
    
    .testimonials-heading {
      margin-top: 0px;
      margin-bottom: 20px
    }
  }
