/** Shopify CDN: Minification failed

Line 250:0 All "@import" rules must come first
Line 483:0 All "@import" rules must come first
Line 594:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:advanced-hip-joint (INDEX:0) */
.ahj-section {
  padding: 80px 20px;
  background: #fafafa;
}

.ahj-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ahj-content h2 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #0b2540;
}

.ahj-content p {
  font-size: 18px;
  color: #4a5d73;
  margin-bottom: 28px;
  max-width: 520px;
}

.ahj-button {
  display: inline-block;
  background: #0b2540;
  color: #fff;
  padding: 16px 34px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 48px;
}

.ahj-benefits h4 {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  color: #0b2540;
}

.ahj-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ahj-benefits li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid #e1e6ed;
  font-size: 16px;
  color: #0b2540;
}

.ahj-benefits li:first-child {
  border-top: none;
}

.ahj-icon {
  width: 22px;
  height: 22px;
  opacity: 0.85;
}

.ahj-image-wrap {
  position: relative;
}

.ahj-image-wrap img {
  width: 100%;
  border-radius: 18px;
}

.ahj-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #e6f0ff;
  color: #1b3a57;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 0.06em;
}

@media (max-width: 900px) {
  .ahj-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ahj-content h2 {
    font-size: 34px;
  }
}
/* END_SECTION:advanced-hip-joint */

/* START_SECTION:dm01-feature (INDEX:15) */
.dm01-section {
  padding: 80px 20px;
  background: #fafafa;
}

.dm01-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.dm01-image-wrap {
  position: relative;
}

.dm01-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #e6f0ff;
  color: #1b3a57;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

.dm01-image-wrap img {
  width: 100%;
  border-radius: 16px;
}

.dm01-content h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #0b2540;
}

.dm01-content p {
  font-size: 18px;
  color: #4a5d73;
  margin-bottom: 28px;
}

.dm01-button {
  display: inline-block;
  background: #8FAED6; /* baby blue */
  color: #ffffff;
  padding: 18px 32px;
  border: 2px solid #2c2c2c;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 6px 0 rgba(0,0,0,0.25);
  transition: all 0.15s ease-in-out;
}

/* Hover */
.dm01-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 rgba(0,0,0,0.25);
}

/* Click */
.dm01-button:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 rgba(0,0,0,0.25);
}

/* Remove focus outline */
.dm01-button:focus,
.dm01-button:focus-visible {
  outline: none;
}


.dm01-benefits h4 {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  color: #0b2540;
}

.dm01-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dm01-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #e1e6ed;
  font-size: 16px;
  color: #0b2540;
}

.dm01-benefits li:first-child {
  border-top: none;
}

.dm01-icon {
  width: 22px;
  height: 22px;
  opacity: 0.8;
}

@media (max-width: 900px) {
  .dm01-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dm01-content h2 {
    font-size: 34px;
  }
}
/* END_SECTION:dm01-feature */

/* START_SECTION:formulation (INDEX:22) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.formulation {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 80px 0;
  background: #f8fbfd;
}

.formulation__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 72px;
}

.formulation__heading {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.formulation__text {
  font-size: 18px;
  line-height: 1.6;
  color: #1f2937;
}

.formulation__list {
  border-top: 1px solid #e5e7eb;
}

.formulation__item {
  border-bottom: 1px solid #e5e7eb;
}

.formulation__summary {
  display: grid;
  grid-template-columns: 1fr auto 24px;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
}

.formulation__summary::-webkit-details-marker {
  display: none;
}

.formulation__name {
  font-size: 17px;
  font-weight: 500;
  color: #111827;
}

.formulation__amount {
  font-size: 16px;
  color: #111827;
  white-space: nowrap;
}

.formulation__icon {
  width: 18px;
  height: 18px;
  position: relative;
}

.formulation__icon::before,
.formulation__icon::after {
  content: '';
  position: absolute;
  background: #111827;
}

.formulation__icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.formulation__icon::after {
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

details[open] .formulation__icon::after {
  display: none;
}

.formulation__content {
  padding: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
}

@media (max-width: 768px) {
  .formulation {
    padding: 60px 0;
  }

  .formulation__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .formulation__heading {
    font-size: 40px;
  }
}
/* END_SECTION:formulation */

/* START_SECTION:human-grade-science-scroll (INDEX:26) */
.science-section {
  padding: 100px 20px 60px;
  background: #f8fbfd;
  text-align: center;
}

.science-container {
  max-width: 1100px;
  margin: 0 auto;
}

.science-heading {
  font-size: 42px;
  color: #0b2540;
  margin-bottom: 16px;
}

.science-heading em {
  font-family: serif;
  font-style: italic;
}

.science-text {
  font-size: 18px;
  color: #3f5873;
  max-width: 720px;
  margin: 0 auto 24px;
}

.science-link {
  display: inline-block;
  font-weight: 600;
  color: #0b2540;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  margin-bottom: 64px;
}

.science-icons {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.science-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #0b2540;
}

.science-icon {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.science-icon img {
  width: 24px;
  height: 24px;
}

/* SCROLL AREA */
.science-scroll {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  padding: 20px 10px 40px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.science-scroll::-webkit-scrollbar {
  display: none;
}

.science-item {
  min-width: 220px;
  scroll-snap-align: center;
  display: flex;
  justify-content: center;
}

.science-item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  background: #ffffff;
}

@media (max-width: 768px) {
  .science-heading {
    font-size: 32px;
  }

  .science-icons {
    gap: 32px;
  }
}
/* END_SECTION:human-grade-science-scroll */

/* START_SECTION:nutrition-directions-v2 (INDEX:52) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.nutrition {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 80px 0;
  background: #f7fcff;
}

.nutrition__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}

.nutrition__image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.nutrition__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nutrition__heading {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f2a44;
  margin-bottom: 16px;
}

.nutrition__subheading {
  font-size: 18px;
  line-height: 1.6;
  color: #1f3b57;
  margin-bottom: 32px;
}

.nutrition__card {
  background: #eaf2fd;
  border-radius: 16px;
  padding: 32px;
}

.nutrition__card h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #0f2a44;
}

.nutrition__card p {
  font-size: 16px;
  line-height: 1.6;
  color: #0f2a44;
  margin-bottom: 24px;
}

.nutrition__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.nutrition__table th {
  text-align: left;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid #c7d9ea;
}

.nutrition__table td {
  padding: 14px 0;
  border-bottom: 1px solid #c7d9ea;
}

.nutrition__table td:last-child {
  text-align: right;
  font-weight: 600;
}

@media (max-width: 768px) {
  .nutrition {
    padding: 60px 0;
  }

  .nutrition__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nutrition__heading {
    font-size: 32px;
  }

  .nutrition__card {
    padding: 24px;
  }
}
/* END_SECTION:nutrition-directions-v2 */

/* START_SECTION:reviews-scroll (INDEX:59) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.reviews {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 80px 0;
  background: #f8fbfd;
}

.reviews__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.reviews__heading {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f2a44;
  margin-bottom: 12px;
}

.reviews__subheading {
  font-size: 18px;
  color: #1f3b57;
  margin-bottom: 32px;
}

.reviews__benefits {
  display: flex;
  justify-content: center;
  gap: 48px;
  font-size: 16px;
  font-weight: 600;
  color: #0f2a44;
  margin-bottom: 48px;
}

.reviews__scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}





.review-card {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; /* ensures true centering */
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #bcd6f2;
  padding: 48px;
  text-align: left;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.review-card__image {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}

.review-card__image img {
  width: 100%;
  max-width: 420px; /* controls visual size */
  height: auto;
  border-radius: 18px;
}


.review-card__text {
  font-size: 17px;
  line-height: 1.7;
  color: #0f172a;
}



.review-card__handle {
  font-weight: 600;
}

@media (max-width: 768px) {
  .reviews {
    padding: 60px 0;
  }

  .reviews__heading {
    font-size: 32px;
  }

  .reviews__benefits {
    gap: 24px;
    flex-wrap: wrap;
  }
}
/* END_SECTION:reviews-scroll */