/** Shopify CDN: Minification failed

Line 260:0 Unexpected "}"

**/
.cpp-delivery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}
.cpp-delivery>span {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
}
.cpp-delivery-icon {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  display: block !important;
}
.cpp-delivery .cpp-delivery-icon {
  all: unset !important;
  display: block !important;
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  max-width: 21px !important;
  flex: 0 0 21px !important;
  fill: none !important;
  stroke: currentColor !important;
  color: #111 !important;
}
.cpp-delivery>span>span {
  display: inline-block !important;
  font-weight: 500;
  color: #000;
}
.cpp-section {
  width: 100%;
}
.cpp-section *,
.cpp-section *::before,
.cpp-section *::after {
  box-sizing: border-box;
}
.cpp-section .cpp-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 38px;
  padding: 24px 0 35px;
  align-items: start;
}
.cpp-section .cpp-gallery {
  min-width: 0;
  position: sticky;
  top: 3rem;
  z-index: 2;
  transition: top ease .15s;
}
.cpp-section .cpp-gallery-slider {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpp-section .cpp-main-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cpp-section .cpp-main-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  transition: opacity .18s ease;
}
.cpp-section .cpp-thumbnail-slider {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.cpp-section .cpp-thumbnails {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 3px 0;
}
.cpp-section .cpp-thumbnails-track {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform .3s ease;
  will-change: transform;
}
.cpp-section .cpp-thumb {
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  padding: 4px;
  border: 1px solid #dedede;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.cpp-section .cpp-thumb:hover {
  border-color: #111;
  transform: translateY(-1px);
}
.cpp-section .cpp-thumb.active {
  border: 2px solid #111;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}
.cpp-section .cpp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.cpp-section .cpp-thumb-arrow {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
  transition: all .18s ease;
}
.cpp-section .cpp-thumb-arrow:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}
.cpp-section .cpp-thumb-arrow:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.cpp-section .cpp-thumb-arrow svg {
  width: 18px;
  height: 18px;
}
.cpp-section .cpp-details {
  min-width: 0;
  padding-top: 2px;
  position: sticky;
  top: 3rem;
  z-index: 2;
  transition: top ease .15s;
}
.cpp-section .cpp-title {
  margin: 0;
  color: #050505;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1.5px;
  font-weight: 600;
  padding-top: 0;
}
.cpp-section .cpp-review-button {
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
.cpp-section .cpp-review-button .jdgm-widget,
.cpp-section .cpp-review-button .jdgm-preview-badge,
.cpp-section .cpp-review-button .jdgm-prev-badge {
  display: inline-flex !important;
  align-items: center;
  visibility: visible !important;
  opacity: 1 !important;
}
.cpp-section .cpp-fallback-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cpp-section .cpp-fallback-stars {
  color: #f5a623;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
}
.cpp-section .cpp-fallback-rating-text {
  color: #555;
  font-size: 12px;
  font-weight: 500;
}
.cpp-section span.jdgm-prev-badge__text {
  padding-left: 5px;
}
.cpp-section .cpp-supply {
  margin-top: 17px;
}
.cpp-section .cpp-supply-heading {
  color: #111;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
}
.cpp-section .cpp-supply-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;
}
.cpp-section .cpp-supply-option {
  position: relative;
  width: 100%;
  min-height: 71px;
  padding: 0 17px;
  border: 1px solid #d8d8d8;
  border-radius: 13px;
  background: #fff;
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr) 92px minmax(105px, auto);
  align-items: center;
  column-gap: 14px;
  text-align: left;
  cursor: pointer;
  transition: border-color .12s ease, box-shadow .12s ease, transform .12s ease;
  overflow: visible;
}
.cpp-section .cpp-supply-option:hover {
  border-color: #000;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}
.cpp-section .cpp-supply-option.selected {
  border: 2px solid #111;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
  background: #00800014;
}
}
.cpp-section .cpp-supply-option[data-sold-out="true"] {
  opacity: .65;
}
.cpp-section .cpp-supply-radio {
  width: 23px;
  height: 23px;
  min-width: 23px;
  border: 2px solid #cbd0d2;
  border-radius: 50%;
  margin: 0;
  position: relative;
  background: #fff;
}
.cpp-section .cpp-supply-option.selected .cpp-supply-radio {
  border-color: #111;
}
.cpp-section .cpp-supply-option.selected .cpp-supply-radio::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #111;
  top: 5px;
  left: 5px;
}
.cpp-section .cpp-supply-middle {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}
span.cpp-supply-free {
    margin-top: -5px;
}
.cpp-section .cpp-supply-variant-image {
  width: 92px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cpp-section .cpp-supply-variant-image img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
  object-position: center;
}
.cpp-section .cpp-supply-title {
  color: #101010;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}
.cpp-supply-middle .cpp-supply-free span {
    font-size: 15px;
}
.cpp-section .cpp-supply-stock {
  color: #737b7d;
  font-size: 14px;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cpp-section .cpp-stock-dot {
  width: 7px;
  height: 7px;
  background: #62c900;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 7px;
}
.cpp-section .cpp-supply-stock.sold-out .cpp-stock-dot {
  background: #d33;
}
.cpp-section .cpp-supply-saving {
  position: absolute;
  top: -10px;
  left: 14px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 4px 10px;
  border-radius: 10px;
  background: #008b58;
  border: 1px solid #008b58;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  font-family: 'Inter';
}
.cpp-section .cpp-supply-prices {
  min-width: 105px;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
}
.cpp-section .cpp-supply-current {
  color: #101010;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
  white-space: nowrap;
}
.cpp-section .cpp-supply-original {
  color: #888;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}
.cpp-section .cpp-supply-badge {
  position: absolute;
  top: -10px;
  right: 16px;
  z-index: 6;
  padding: 4px 10px;
  border-radius: 12px;
  background: #e49a00;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
.cpp-section .cpp-form {
  margin: 12px 0 0;
}
.cpp-section .cpp-cart-row {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-bottom: 10px;
}
.cpp-section .cpp-main-quantity {
  width: 110px;
  min-width: 110px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.cpp-section .cpp-main-quantity button {
  width: 34px;
  height: 51px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}
.cpp-section .cpp-main-quantity button:hover {
  color: #000;
}
.cpp-section .cpp-main-quantity span {
  min-width: 25px;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.cpp-section .cpp-add-button {
  flex: 1;
  min-width: 0;
  min-height: 53px;
  border: 0;
  border-radius: 5px;
  background: #222;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .12s ease, opacity .12s ease, background .12s ease;
}
.cpp-section .cpp-add-button:hover {
  background: #000;
  transform: translateY(-1px);
}
.cpp-section .cpp-add-button:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}
.cpp-section .cpp-buy-button {
  width: 100%;
  min-height: 53px;
  border: 0;
  border-radius: 10px;
  background: #f2553d;
  color: #fff;
  box-shadow: 0 5px 10px rgba(255, 23, 13, .22);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: transform .12s ease, opacity .12s ease;
}
.cpp-section .cpp-buy-button:hover {
  background: #fff;
  color: #111;
  border: 1px solid #111;
  transform: translateY(-1px);
}
.cpp-section .cpp-buy-button:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}
.cpp-section .cpp-payment-icon {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpp-section .cpp-payment-icon img {
  max-width: 100%;
  height: 20px;
  width: auto;
  display: block;
  object-fit: contain;
}
.cpp-section .cpp-refund {
  min-height: 70px;
  border: 1px solid #ded8c9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 9px 15px;
  margin-top: 5px;
}
.cpp-section .cpp-refund-symbol {
  color: #c58b18;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}
.cpp-section .cpp-refund-content strong {
  display: block;
  color: #171717;
  font-size: 15px;
}
.cpp-section .cpp-refund-content small {
  color: #777;
  font-size: 11px;
  display: block;
}
.cpp-section .cpp-delivery {
  display: flex;
  justify-content: space-evenly;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 7px;
  color: #777;
  font-size: 13px;
  border: 1px solid #ded8c9;
  border-radius: 10px;
  padding: 9px 15px;
}
.cpp-section .cpp-description-wrapper {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto 60px;
}
.cpp-section .cpp-description-title-wrap {
  text-align: center;
  margin-bottom: 15px;
}
.cpp-section .cpp-description-heading {
  margin: 0;
  color: #000;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
}
.cpp-section .cpp-description-line {
  display: block;
  width: 70px;
  height: 2px;
  background: #111;
  margin: 10px auto 0;
}
.cpp-section .cpp-description {
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}
.cpp-section .cpp-app-block {
  width: min(1200px, calc(100% - 40px));
  margin: 30px auto;
}
.cpp-section .cpp-sticky-cart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}
.cpp-section .cpp-sticky-cart.cpp-sticky-cart-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cpp-section .cpp-sticky-cart-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 10px 20px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
}
.cpp-section .cpp-sticky-product {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cpp-section .cpp-sticky-product img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  object-fit: contain;
  border-radius: 6px;
}
.cpp-section .cpp-sticky-product-info {
  min-width: 0;
}
.cpp-section .cpp-sticky-product-info strong {
  display: block;
  color: #111;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 420px;
}
.cpp-section .cpp-sticky-price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.cpp-section .cpp-sticky-price del {
  color: #777;
  font-size: 14px;
  font-weight: 600;
}
.cpp-section .cpp-sticky-price span {
  color: #111;
  font-size: 20px;
  font-weight: 800;
}
.cpp-section .cpp-sticky-variant {
  width: 250px;
  height: 46px;
  padding: 0 13px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.cpp-section .cpp-sticky-variant:focus {
  border-color: #111;
}
.cpp-section .cpp-sticky-quantity {
  height: 46px;
  min-width: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background: #fff;
}
.cpp-section .cpp-sticky-quantity button {
  width: 35px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 21px;
  cursor: pointer;
}
.cpp-section .cpp-sticky-quantity span {
  min-width: 25px;
  text-align: center;
  color: #333;
  font-size: 14px;
}
.cpp-section .cpp-sticky-add {
  width: 160px;
  height: 46px;
  border: 1px solid #f2553d;
  border-radius: 5px;
  background: #f2553d;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: all .18s ease;
}
.cpp-section .cpp-sticky-add:hover {
  background: #fff;
  color: #111;
  border-color: #111;
}
.cpp-section .cpp-sticky-add:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.opecia-consultation-step-image {
  margin: 0 auto 0 !important;
}
section.faq-section .faq-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
section.benefits-section.desktop-only img {
  margin: 0 auto;
}
.cpp-payment-offer {
  padding-top: 20px;
}
.cpp-payment-offer .cpp-payment-notice {
  display: none;
}
@media screen and (max-width: 900px) {
  .cpp-section .cpp-container {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .cpp-section .cpp-gallery-slider {
    min-height: 500px;
  }
  .cpp-section .cpp-details {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
  .cpp-section .cpp-gallery,
  .cpp-section .cpp-details {
    position: static !important;
    top: auto !important;
    z-index: auto !important;
  }
  .cpp-section .cpp-gallery-slider {
    position: relative;
  }
  .cpp-section .cpp-details {
    padding-top: 0;
  }
  body.psx-product-height-growth-capsule-advanced-ayurvedic-formula-with-100-results .cpp-details {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media screen and (max-width: 600px) {
  .cpp-section .cpp-container {
    width: 100%;
    padding: 10px 14px 25px;
    gap: 18px;
  }
  .cpp-section .cpp-gallery-slider {
    min-height: 350px;
  }
  .cpp-section .cpp-main-image {
    height: 350px;
    border-radius: 12px;
  }
  .cpp-section .cpp-thumb-arrow {
    width: 34px;
    height: 34px;
  }
  .cpp-section .cpp-thumb-arrow svg {
    width: 18px;
    height: 18px;
  }
  .cpp-section .cpp-thumb-prev {
    left: 1px;
  }
  .cpp-section .cpp-thumb-next {
    right: 1px;
  }
  .cpp-section .cpp-thumbnails {
    margin-top: 8px;
    gap: 7px;
  }
  .cpp-section .cpp-thumb {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }
  .cpp-section .cpp-thumbnail-slider {
    gap: 6px;
    margin-top: 8px;
  }
  .cpp-section .cpp-thumb-arrow {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }
  .cpp-section .cpp-thumb-arrow svg {
    width: 16px;
    height: 16px;
  }
  .cpp-section .cpp-thumbnails-track {
    gap: 7px;
  }
  .cpp-section .cpp-thumb {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }
  .cpp-section .cpp-title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
  }
  .cpp-section .cpp-review-button {
    margin-top: 8px;
  }
  .cpp-section .cpp-supply {
    margin-top: 13px;
  }
  .cpp-section .cpp-supply-heading {
    font-size: 13px;
  }
  .cpp-section .cpp-supply-options {
    gap: 14px;
  }
  .cpp-section .cpp-supply-option {
    min-height: 75px;
    padding: 0 11px;
    border-radius: 12px;
    grid-template-columns: 22px minmax(0, 1fr) 62px minmax(75px, auto);
    column-gap: 8px;
  }
  .cpp-section .cpp-supply-radio {
    width: 22px;
    height: 22px;
    min-width: 22px;
    margin: 0;
  }
  .cpp-section .cpp-supply-title {
    font-size: 16px;
  }
  .cpp-section .cpp-supply-variant-image {
    width: 62px;
    height: 66px;
  }
  .cpp-section .cpp-supply-variant-image img {
    width: 60px;
    height: 60px;
  }
  .cpp-section .cpp-supply-stock {
    font-size: 13px;
  }
  .cpp-section .cpp-supply-saving {
    top: -9px;
    left: 10px;
    font-size: 11px;
    padding: 3px 7px;
  }
  .cpp-section .cpp-supply-prices {
    min-width: 82px;
    margin-left: 7px;
  }
  .cpp-section .cpp-supply-current {
    font-size: 17px;
  }
  .cpp-section .cpp-supply-original {
    font-size: 13px;
  }
  .cpp-section .cpp-supply-badge {
    top: -9px;
    right: 11px;
    font-size: 8px;
  }
  .cpp-section .cpp-cart-row {
    gap: 8px;
    margin-bottom: 9px;
  }
  .cpp-section .cpp-main-quantity {
    width: 105px;
    min-width: 105px;
    height: 52px;
  }
  .cpp-section .cpp-main-quantity button {
    height: 50px;
    width: 31px;
  }
  .cpp-section .cpp-add-button {
    min-height: 52px;
    font-size: 14px;
  }
  .cpp-section .cpp-buy-button {
    min-height: 52px;
    font-size: 15px;
  }
  .cpp-section .cpp-payment-icons {
    justify-content: space-around;
  }
  .cpp-section .cpp-refund {
    min-height: 67px;
  }
  .cpp-section .cpp-sticky-cart-inner {
    padding: 8px 10px;
    gap: 7px;
  }
  .cpp-section .cpp-sticky-product {
    display: none;
  }
  .cpp-section .cpp-sticky-variant {
    flex: 1;
    min-width: 0;
    width: auto;
    height: 44px;
    font-size: 12px;
  }
  .cpp-section .cpp-sticky-quantity {
    min-width: 88px;
    height: 44px;
  }
  .cpp-section .cpp-sticky-quantity button {
    width: 28px;
    height: 42px;
  }
  .cpp-section .cpp-sticky-add {
    width: 120px;
    height: 44px;
    font-size: 12px;
  }
  .cpp-section .cpp-description-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .cpp-section .cpp-description-heading {
    font-size: 30px;
    padding-top: 20px;
  }
  body.psx-page-product .ayur-safe-effective {
    padding: 50px 0px;
  }
  .cpp-section .cpp-description-line {
    width: 55px;
  }
  .cpp-section .cpp-description {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .cpp-section {
    padding-bottom: 70px;
  }
  .cpp-section .cpp-delivery {
    gap: 6px;
    font-size: 11px;
    padding: 7px 5px;
  }
}
@media screen and (max-width: 380px) {
  .cpp-section .cpp-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cpp-section .cpp-gallery-slider {
    min-height: 310px;
  }
  .cpp-section .cpp-main-image {
    height: 100%;
  }
  .cpp-section .cpp-title {
    font-size: 27px;
    line-height: 30px;
  }
  .cpp-section .cpp-supply-option {
    padding-left: 9px;
    padding-right: 8px;
  }
  .cpp-section .cpp-supply-radio {
    margin-right: 8px;
  }
  .cpp-section .cpp-supply-prices {
    min-width: 75px;
  }
  .cpp-section .cpp-supply-option {
    grid-template-columns: 22px minmax(0, 1fr) 54px minmax(70px, auto);
    column-gap: 6px;
  }
  .cpp-section .cpp-supply-variant-image {
    width: 54px;
    height: 58px;
  }
  .cpp-section .cpp-supply-variant-image img {
    width: 52px;
    height: 52px;
  }
}
.apm-faq-section {
  padding: 20px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .apm-faq-section {
    padding: 0 !important;
  }
}
.cpp-section {
  padding-bottom: 0 !important;
}
