/** Shopify CDN: Minification failed

Line 291:1 Expected "}" to go with "{"

**/
.product__info-wrapper .product__info-container {
  border-radius: 16px;
  background: #f2fffb;
  padding: 40px 21px 32px 21px;
}
.product__info-wrapper .product__title h1 {
  color: #1a1919;
  font-size: 32px;
  font-weight: 700;
}
.product__info-wrapper .payment-deal {
  border-radius: 5px;
  background: #94d1c1;
  color: #1a1919;
  font-size: 16px;
  padding: 13px 14px;
}
.product__info-wrapper .sa-signle-top-container {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.product__info-wrapper .sa-signle-top-container .sa-single-top-content {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product__info-wrapper
  .sa-signle-top-container
  .sa-single-top-content
  .sa-top-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border-radius: 4px;
  background: #0a694e;
  padding: 6px 8px;
}
.product__info-wrapper
  .sa-signle-top-container
  .sa-single-top-content
  .sa-top-btn
  .img-container {
  max-width: 75px;
}
.product__info-wrapper
  .sa-signle-top-container
  .sa-single-top-content
  .sa-top-btn
  .sa-top-btn-text {
  padding-left: 6px;
  color: #ffc850;
  font-size: 14px;
  font-weight: 500;
}
.product__info-wrapper .sa-signle-top-container .sa-top-review-container {
  display: inline-flex;
  align-content: center;
  gap: 6px;
}
.sa-signle-top-container .sa-top-review-container .sa-top-review-text {
  color: #ffc850;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.sa-signle-top-container .sa-top-review-container .sa-top-review-icon {
  display: inline-flex;
  align-items: center;
}
.product__info-wrapper .sa-product-dsc {
  color: #1a1919;
  font-size: 16px;
}
.product__info-wrapper .sa-single-price-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product__info-wrapper .sa-single-price-container .sa-price-off {
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #ff3030;
  padding: 10px;
}
.product__info-wrapper .sa-single-price-container .sa-single-price-content {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.product__info-wrapper .sa-single-price-container .sa-main-price {
  color: #1a1919;
  font-size: 24px;
  font-weight: 700;
}
.product__info-wrapper .sa-single-price-container .sa-discount-price {
  color: #1a1919;
  font-size: 16px;
  text-decoration: line-through;
}
.product__info-wrapper .product-form__buttons .product-form__submit {
  border-radius: 5px;
  background: #0a694e;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 17px;
}
.product__info-wrapper .product-form__buttons .product-form__submit::after {
  display: none;
}

.product__info-wrapper .sa-refund-container {
  border-radius: 5px;
  background: #d0e5e0;
  padding: 10px 16px;
}
.product__info-wrapper .sa-refund-container .sa-refund-list {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 6px;
  margin-bottom: 12px;
}
.product__info-wrapper .sa-refund-container .sa-refund-list:last-child {
  margin-bottom: 0px;
}
.product__info-wrapper .sa-refund-container .sa-refund-list .sa-refund-icon {
  display: inline-flex;
  align-items: center;
}
.product__info-wrapper .sa-refund-container .sa-refund-list .sa-refund-text {
  color: #1a1919;
  font-size: 16px;
}
.product-description-container {
  margin-top: 50px;
}
.product-description-container h2, .product-description-container h3 {
  color: #aed6cc;
  font-weight: 600 !important;
  line-height: 1.16;
  text-transform: capitalize;
}

.product-description-container h2{
  font-size: 32px;
  margin-bottom: 20px;
}
.product-description-container h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.product-description-container h3 strong {
  font-weight: 600 !important;
}
.product-description-container p {
  color: #f2fffb;
  font-size: 16px;
  margin-bottom: 20px;
}
.product-description-container ul li{
   font-size: 16px;
}
.custom-btn-container .custom-btn a {
  border-radius: 5px;
  background: #0a694e;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 18px;
  display: block;
  text-align: center;
}
/* product description iframe */
/* .product-description-container iframe {
    padding-top: 50px;
    width: 100%;
    height: 400px;
} */
.product-description-container img{
  width: 100%;
  margin-top: 40px;
  height: auto;
  max-height: 400px;
  min-height: auto;
}
.product-description-container iframe {
  width: 100%;
  height: auto;
  max-height: 400px;
}
.product__media-wrapper
  .nlf-product-slider-wrapper
  .nlf-product-slider
  .swiper-wrapper
  .swiper-slide {
  height: auto;
}
.product__media-wrapper
  .nlf-product-slider-wrapper
  .nlf-product-slider
  .swiper-wrapper
  .swiper-slide
  .img-container {
  width: 100%;
  max-width: 950px;
  max-height: 450px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-description-container table td {
    font-size: 16px;
    padding: 10px 8px;
}
.product-description-container ul>li>p, .product-description-container ol>li>p {
  margin-bottom: 5px;
}
.product-description-container ul>li:last-child>p, .product-description-container ol>li:last-child>p {
  margin-bottom: 30px;
}
.product-description-container ul>li:first-child>p, .product-description-container ol>li:first-child>p {
    margin-top: -10px;
}
@media (max-width:576px){
.product-description-container h2 {
  font-size: 26px;
  margin-bottom: 16px;
}
.product-description-container h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
}
@media (max-width: 1190px) and (min-width: 750px){
 .product-description-container h2 {
  font-size: 26px;
  margin-bottom: 16px;
}
.product-description-container h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
}

.product-video-content {
    width: 100%;
    display: flex;
    min-height: 350px;
    justify-content: center;
}
.sa-signle-top-container p.premium-info {
    color: #07362c;
    text-align: justify;
    position: absolute;
    width: 250px;
    left: 30px;
    top: -60%;
    background: #ffd96677;
    padding: 5px 8px;
    border-radius: 5px;
    visibility: hidden;
  
}
.sa-signle-top-container .sa-top-ques-icon {
    position: relative;
}
.sa-signle-top-container .sa-top-ques-icon:hover p.premium-info{
  visibility:visible;
}

@media (max-width:576px){
  .sa-signle-top-container p.premium-info {
    color: #07362c;
    position: absolute;
    width: 185px;
    left: 30px;
    top: -65%;
    background: #ffd96677;
    padding: 5px 8px;
    border-radius: 5px;
    visibility: hidden;
}