/** Shopify CDN: Minification failed

Line 290:18 Unexpected "{"
Line 290:27 Expected ":"

**/
.c-product-section {
  padding: 50px 20px;
  background: #ffffff;
   font-family: 'Poppins', sans-serif;
}
.c-product-container {
  max-width: 1184px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}
 .c-product-info {
  flex: 1 1 460px;
  min-width: 300px;
}
 .ratting-to-payment-cntr {
  display: flex;
  flex-direction: column;
}
 .c-product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  background: #F5F5F3;
  border-radius: 48px;
  padding: 10px 20px;
  width:423px;
  justify-content: center;;
  color: #111111;
  cursor: pointer;
}
.c-product-title {
font-weight: 600;
font-size: 30px;
line-height: 44px;
letter-spacing: 0px;
margin: 0 0 12px 0;
color: #111111;
  font-family: 'Poppins', sans-serif;
}
.c-product-description {
font-weight: 400;
font-size: 18px;
line-height: 26px;
letter-spacing: 0px;
vertical-align: middle;
color: #111111;
margin: 0 0 20px 0;
}
.c-product-description p {
  margin: 0;
}
 .c-product-features {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
 .c-product-feature-item {
  display: flex;
  /* align-items: center; */
  gap: 8px;
font-weight: 400;
font-size: 18px;
line-height: 26px;
letter-spacing: 0px;
color: #111111;
}
 .cta-to-payment-cntr {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.c-cta-wrapper {
  margin: 0 auto;
}
.c-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 467px;
  margin: 0 auto;
  gap: 8px;
  background: #F5C518;
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: none;
  padding: 16px 16px;
  border-radius: 110px;
  border: none;
  cursor: pointer;
}

.c-btn-primary:hover {
    opacity: .85;
}
 .c-payment-methods {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
}
.c-payment-methods img {
  max-width:423px;
  height: auto;
  display: block;
}

 .pay-section {
  display: flex;
  align-items: center;
  gap: 4px;
}
 .c-payment-subtext {
  margin: 0;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
color: #111111;
}
 .c-review-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 2px 2px 2px 0px #1111111A;
}
 .c-review-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 .c-review-label {
font-weight: 500;
font-size: 16px;
line-height: 16px;
letter-spacing: 0px;
color: #111111;
}
 .c-review-quote {
  margin: 0;
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
color: #111111;
}
 .c-review-author {
font-weight: 500;
font-style: Italic;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
color: #111111;
}
 .c-review-avatar {
  flex: none;
  overflow: hidden;
}
 .c-review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
 .c-product-gallery {
  flex: 1 1 460px;
  min-width: 300px;
}
 .c-gallery-wrapper {
  width: 100%;
}
 .c-main-slide {
  border-radius: 25px;
  overflow: hidden;
}
 .c-slide-inner {
  position: relative;
}

 .c-slide-inner img,
 .c-slide-inner svg.placeholder-svg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
 .c-badge-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111111;
  color: #ffffff;
  text-align: center;
  padding: 16px 16px;
  font-size: 19px;
  line-height:24px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.c-mobile-gallery {
  display: none;
}
span.c-feature-icon svg {
    margin-top: 3px;
}
.c-product-rating .op-stars-row {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 8px;
}
.c-product-rating .op-stars-row span {
font-weight: 400;
font-size: 16px;
line-height: 16px;
letter-spacing: 0px;
}
@media (max-width: 767px) {
  .c-product-section {
    padding: 20px 15px;
  }
  .c-product-rating .op-stars-row span {
    font-size: 12px;
    line-height: 12px;
}
.c-product-container {
    flex-direction: column;
    gap: 28px;
  }
 .c-product-rating {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
  }
 .c-product-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px 0;
  }
 .c-product-description {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px 0;
  }
 .c-product-feature-item {
    font-size: 14px;
    line-height: 20px;
  }
  span.c-feature-icon svg {
    height: 18px;
    width: 18px;
  }

   .c-product-features {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
 .cta-to-payment-cntr {
    gap: 15px;
    margin-bottom: 15px;
  }

  #offer-product-{{ section.id }} .c-cta-wrapper {
    width: 100%;
  }
 .c-btn-primary {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    padding: 14px 16px;
  }
.c-payment-methods {
    width: 100%;
    gap: 15px;
  }
.c-payment-methods img {
    max-width: 100%;
    margin: 0 auto;
  }
.pay-section {
    justify-content: center;
    align-items: center;
  }
 .c-payment-subtext {
    font-size: 12px;
    line-height:12px;
  }
 .c-review-card {
    flex-direction: row;
    padding: 10px;
  }
 .c-review-label {
    font-size: 14px;
    line-height:14px;
  }
.c-review-quote {
    font-size: 12px;
    line-height: 16px;
  }
.c-review-author {
    font-size: 14px;
    line-height: 20px;
  }
 .c-main-slide {
    border-radius: 15px;
  }
  .c-badge-overlay {
    font-size: 14px;
    line-height: 14px;
    padding: 16px 12px;
  }
 .c-mobile-gallery {
    display: block;
    margin: 15px 0;
  }
.c-product-gallery {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-product-section {
    padding: 30px;
  }
  .c-product-rating .op-stars-row span {
font-size: 14px;
line-height: 20px;
}
  .c-product-rating {
    padding: 8px 4px;
    width: 400px;
}
  .pt-cards .pt-card:nth-child(2) .pt-media img {
    max-height: unset;
}
.c-product-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px 0;
  }
  .c-btn-primary {
    font-size:15px;
    line-height:20px;
    padding: 15px;
}
.c-cta-wrapper {
    margin: unset;
}
 .c-payment-subtext {
    font-size: 12px;
    line-height:16px;
  }
  .c-payment-methods {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
}
.cta-to-payment-cntr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.c-badge-overlay {
    padding: 16px 16px;
    font-size: 16px;
    line-height: 22px;
}
    span.c-feature-icon svg {
    height: 18px;
    width: 18px;
  }
 .c-product-description {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }
  .c-product-feature-item {
    font-size: 16px;
    line-height: 22px;
}
  .c-product-container {
    gap: 30px;
  }

  .c-product-info,
  .c-product-gallery {
    flex: 1 1 45%;
    min-width: 280px;
  }

  .c-product-rating {
    width: 100%;
    max-width: 400px;
  }

  .c-btn-primary {
    width: 100%;
    max-width: 467px;
  }

  .c-payment-methods img {
    max-width: 100%;
  }
}

@media (max-width: 350px) {
.c-product-rating .op-stars-row span {
    font-size: 10.5px !important;
    line-height: 12px !important;
}
.c-product-rating .op-stars-row {
    display: flex;
    justify-content: center;
    gap: 0px !important;
}
}