html {
  font-size: 62.5%;
  /* Because 16px 62.5% 1rem= 10px */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  max-width: 100%;
}

ul,
ol,
li {
  margin: 0;
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.products-hidden {
  display: none !important;
}

:root {
  --theme-color: #2d88ca;
  --theme-color-dark: #000;
  --theme-regular-font: "Inter", sans-serif;
  --theme-secondary-font: "Roboto", sans-serif;
}

body {
  font-family: var(--theme-regular-font);
  font-weight: 400;
  background: #fff !important;
  color: #595959;
  overflow-x: hidden;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-regular-font);
}
.container-new {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}

/* Header + navbar */
.navbar {
  padding: 1.8rem 0;
}
.adv-banner {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgb(249, 249, 251);
  background: rgb(45, 136, 202);
  padding: 1.6rem 3rem;
}
.navbar .nav-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
}

.navbar-collapse {
  flex-grow: unset;
}
#menu-landing-page .nav-link {
  white-space: nowrap;
}
.nav-link {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.1rem;
  letter-spacing: 0.013rem;
  color: #4a607a;
  padding: 0.6rem 1.4rem !important;
}

.nav-link.active {
  color: #080f1c;
  font-weight: 600;
}

.nav-actions {
  gap: 0.8rem;
}
.min-h-25 {
  min-height: 25px;
}
.action-icon {
  padding: 1rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.action-icon img {
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
  flex-shrink: 0;
}

.search-wrap {
  position: relative;
  width: 100%;
  max-width: 18rem;
  padding: 0.7rem 1.4rem;
  background-color: #f3f6fa;
  border: 0.1rem solid #dce5ef;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.search-wrap img {
  width: 1.4rem;
  height: 1.4rem;
  object-fit: contain;
}

.search-wrap input {
  border: none;
  font-size: 1.3rem;
  font-weight: 400;
  width: 100%;
  background: transparent;
  font-family: var(--theme-regular-font);
}

.search-wrap input:focus {
  outline: none;
}

.action-icon.cart-icon .cart-dot {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--theme-color);
  color: #080f1c;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.shop-btn {
  padding: 0.8rem 2rem;
  background-color: #080f1c;
  border-radius: 0.8rem;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  line-height: 2.1rem;
  letter-spacing: 0.052rem;
  white-space: nowrap;
}

.shop-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
}

/* Hero Section */
.hero-section {
  padding: 4rem 0 6.1rem;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: var(--theme-color);
  background: #def1ff;
  border: 0.1rem solid #2c87c94d;
  border-radius: 100px;
  padding: 1rem 1.2rem;
  text-transform: uppercase;
}

.hero-title {
  font-size: 6.1rem;
  line-height: 1.16;
  font-weight: 500;
  color: #080f1c;
  margin-top: 2rem;
  max-width: 62rem;
}

.hero-title span {
  color: var(--theme-color);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.8rem;
  margin-top: 2.8rem;
}

.metric-trust {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.6rem;
  background: #f6f6f6;
  border: 0.1rem solid #e4e4e4;
  border-radius: 0.8rem;
}

.metric-trust img {
  width: 9.2rem;
  height: auto;
}

.metric-trust h6,
.metric-card h6 {
  font-size: 2rem;
  line-height: 3rem;
  color: #080f1c;
  font-weight: 700;
  letter-spacing: -0.042rem;
  margin: 0;
}

.metric-trust h6 {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  line-height: 1.7rem;
  margin: 0;
}

.metric-trust p,
.metric-card p {
  font-size: 1.2rem;
  line-height: 1.35rem;
  color: #595959;
  margin-top: 0.4rem;
}

.metric-card {
  padding-left: 1.8rem;
  border-left: 1px solid #dce6f1;
}

.hero-copy {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #595959;
  margin-top: 2.6rem;
  max-width: 58.6rem;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin-top: 2.3rem;
}

.hero-btn-primary,
.hero-btn-outline {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
  padding: 1.5rem 6.2rem;
}

.hero-btn-primary {
  background: var(--theme-color);
  border: 0.2rem solid var(--theme-color);
}

.hero-btn-primary:hover {
  background: #1c78bb;
  border-color: #1c78bb;
}

.hero-btn-outline {
  color: #080f1c;
  background: #fff;
  border: 0.2rem solid #080f1c;
}

.hero-btn-outline:hover {
  color: #0f1622;
  background: #f4f7fa;
}

.hero-visual {
  border-radius: 2.4rem;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: auto;
}

/* Auto Scroll Strip */
.feature-marquee {
  background: #080f1c;
  padding: 1.8rem 0;
}

.feature-marquee-inner {
  overflow: hidden;
}

.feature-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: featureScroll 34s linear infinite;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
  padding: 0 1.5rem;
  border-right: 1px solid rgba(153, 175, 205, 0.28);
  min-width: max-content;
}

.feature-icon {
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon img {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
}

.feature-item h6 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6rem;
  margin: 0;
}

.feature-item p {
  color: #fff9;
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-top: 0.3rem;
}

@keyframes featureScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-track {
    animation: none;
  }
}

/* Why Researchers Section */
.quality-section {
  background: #fafafa;
  padding: 6.8rem 0;
}

.quality-media {
  border-radius: 1.6rem;
  overflow: hidden;
}
.quality-media video,
.quality-media img {
  width: 100%;
  display: block;
}

.quality-tag {
  display: inline-flex;
  align-items: center;
  background: #def1ff;
  color: var(--theme-color);
  border: 0.1rem solid #2e89c94d;
  border-radius: 10rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  padding: 0.8rem 1.3rem;
}

.quality-title {
  font-size: 4.2rem;
  line-height: 125%;
  color: #080f1c;
  font-weight: 500;
  margin-top: 1.4rem;
}

.quality-title span {
  color: var(--theme-color);
}

.quality-copy {
  margin-top: 3rem;
  color: #595959;
  font-size: 1.8rem;
  line-height: 155%;
  font-weight: 300;
  max-width: 57rem;
}

.quality-link {
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #080f1c;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.quality-link img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}

.quality-copy-mobile,
.quality-link-mobile {
  display: none;
}

.quality-cards-row {
  margin-top: 3.7rem;
}

.quality-card {
  background: #ffffff;
  border: 0.1rem solid #dce5ef;
  border-radius: 1.4rem;
  padding: 2.5rem 3rem;
}

.quality-card-icon {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  margin-bottom: 1.8rem;
}

.quality-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quality-card h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #0c1b30;
  font-weight: 700;
  margin: 0;
}

.quality-card p {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  line-height: 145%;
  color: #4a607a;
}

/* Catalog Section */
.catalog-section {
  background: #fff;
  padding: 6rem 0rem;
}

.catalog-tag {
  display: inline-flex;
  align-items: center;
  background: #def1ff;
  color: var(--theme-color);
  border: 0.1rem solid #2c87c94d;
  border-radius: 10rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  padding: 0.6rem 1.4rem;
}

.catalog-title {
  font-size: 4.2rem;
  line-height: 125%;
  color: #080f1c;
  font-weight: 500;
  margin-top: 1.8rem;
  margin-bottom: 0;
}

.catalog-top-row {
  margin-top: 3.8rem;
  --bs-gutter-x: 4.8rem;
}

.catalog-grid-row {
  margin-top: 1.6rem;
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 2.4rem;
}

.catalog-card {
  background: #fcfcfd;
  border: 0.1rem solid #d9e2ec;
  border-radius: 1.2rem;
  padding: 2rem 2rem 2rem 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  position: relative;
}

.catalog-card-feature {
  background: #e9f4fe;
  min-height: 13.8rem;
  padding: 3rem 2.2rem;
}

.catalog-arrow {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
  position: absolute;
  top: 1.7rem;
  right: 1.7rem;
  opacity: 0.9;
}

.catalog-icon-box {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #b7d3e9;
  background: #d1e5f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.catalog-card-feature .catalog-icon-box {
  background-color: #fff;
}

.catalog-icon-box img {
  width: 4.2rem;
  height: 4.2rem;
  object-fit: contain;
}

.catalog-body h3 {
  color: #080f1c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0.018rem;
  margin: 0;
}

.catalog-body h4 {
  margin-top: 0.4rem;
  color: #2d88ca;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.catalog-body p {
  margin-top: 0.4rem;
  color: #595959;
  font-size: 1.3rem;
  line-height: 155%;
  max-width: 41rem;
}

/* Research Blend Formulations */
.blends-section {
  background: #fafafa;
  padding: 6rem 0 6rem;
}

.blends-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.blends-tag {
  display: inline-flex;
  align-items: center;
  background: #def1ff;
  color: var(--theme-color);
  border: 0.1rem solid #2c87c94d;
  border-radius: 10rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-transform: uppercase;
  padding: 0.5rem 1.4rem;
}

.blends-title {
  margin-top: 1rem;
  color: #080f1c;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 0;
}

.blends-all-link {
  color: #494e5b;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  gap: 0.6rem;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
}

.blends-all-link:hover {
  color: #494e5b;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.blends-all-link img {
  width: 0.9rem;
  height: 0.9rem;
  transform: translateY(0.05rem);
}

.blends-grid {
  margin-top: 2.6rem;
  --bs-gutter-x: 2.4rem;
}

.blend-card {
  background: #fff;
  border: 0.1rem solid #d8e1ec;
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(12, 27, 48, 0.06);
}

.blend-media {
  min-height: 18.2rem;
  padding: 2.2rem 2.4rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(248, 248, 248, 1);
  height: 171px;
}

.blend-media img {
  width: auto;
  max-width: 20rem;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.blend-body {
  padding: 1.8rem 2rem 2rem;
  border-top: 1px solid #eef3f9;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.blend-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
}

.blend-title-row h3 {
  color: #0c1b30;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.blend-price {
  color: #0c1b30;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.woocommerce-Price-amount ins,
ins .woocommerce-Price-amount {
  text-decoration: none;
}

.blend-meta {
  margin-top: 0.6rem;
  color: #9aaac0;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blend-points {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 auto;
}

.blend-points li {
  position: relative;
  padding-left: 1.6rem;
  color: #4a607a;
  font-size: 1.3rem;
  line-height: 1.55;
}

.blend-points li::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.9rem;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--theme-color);
  border-radius: 50%;
}

.blend-points strong {
  color: #0c1b30;
  font-weight: 700;
}

.blend-btn {
  width: 100%;
  margin-top: 1.6rem;
  background: var(--theme-color);
  border: 0.1rem solid var(--theme-color);
  color: #fff;
  border-radius: 0.6rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 1.2rem 1rem;
  text-align: center;
}

.blend-btn:hover {
  color: #fff;
  background: #1e79bb;
  border-color: #1e79bb;
}

.blends-all-link-mobile {
  margin-top: 1.8rem;
  justify-content: center;
  width: 100%;
}

/* Reviews / Trustpilot */
.reviews-section {
  background: #fff;
  padding: 6rem 0 6rem;
}

.reviews-top {
  margin-bottom: 2.4rem;
  justify-content: space-between;
}
.reviews-top::before,
.reviews-top::after {
  display: none !important;
}
.reviews-summary-card {
  background: #f7f7f7;
  /* border-radius: 1rem; */
  padding: 2.6rem 2.2rem;
  text-align: center;
  height: 100%;
}

.reviews-summary-label {
  color: #0c1b30;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
}

.reviews-summary-score {
  margin-top: 0.8rem;
  color: #0c1b30;
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.reviews-stars {
  --tp-green: #00b67a;
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.reviews-star {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tp-green);
  color: #fff;
  border-radius: 0.2rem;
  font-size: 1.7rem;
  line-height: 1;
}

.reviews-summary-based {
  margin-top: 1.1rem;
  color: #6e7786;
  font-size: 0.7rem;
  line-height: 1.2;
}

.reviews-summary-based strong {
  color: #0c1b30;
  font-weight: 700;
}

.reviews-summary-brand {
  margin-top: 1.3rem;
  display: flex;
  justify-content: center;
}

.reviews-summary-brand img {
  height: 2.2rem;
  width: auto;
}

.reviews-breakdown {
  padding: 2rem 0;
}

.reviews-grid {
  margin-top: 2.8rem;
}
.reviews-grid .review-slide {
  margin-bottom: 3.1rem;
}
.reviews-breakdown-title {
  margin: 0 0 1.6rem;
  color: #0c1b30;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.reviews-breakdown-rows {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.reviews-breakdown-row {
  display: grid;
  grid-template-columns: 5rem 1fr 5rem;
  align-items: center;
  gap: 1.2rem;
}

.reviews-breakdown-left {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #7b8797;
  font-size: 1.2rem;
  font-weight: 600;
}

.reviews-breakdown-star {
  font-size: 1.1rem;
  line-height: 1;
}

.reviews-breakdown-bar {
  height: 0.7rem;
  background: #dce7f2;
  border-radius: 10rem;
  overflow: hidden;
}

.reviews-breakdown-fill {
  --tp-green: #00b67a;
  height: 100%;
  display: block;
  background: var(--tp-green);
  border-radius: 10rem;
}

.reviews-breakdown-right {
  color: #93a3b8;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: right;
}

.review-card {
  background: #f7f7f7;
  /* border-radius: 1rem; */
  padding: 1.8rem 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.review-stars {
  --tp-green: #00b67a;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.review-star {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tp-green);
  color: #fff;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  line-height: 1;
}

.review-time {
  color: #8c97a8;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.review-quote {
  margin-top: 1.4rem;
  color: #505c6f;
  font-size: 1.5rem;
  line-height: 1.6;
  flex: 1 1 auto;
}
p.review-quote::before {
  content: "“";
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: top;
}

p.review-quote::after {
  content: "”";
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: bottom;
}
.review-author {
  margin-top: 1.6rem;
  color: #0c1b30;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  border-top: 1.2px solid #d9d9d9;
  padding-top: 8px;
  align-self: flex-start;
}

.review-role {
  margin-top: 0.4rem;
  color: #8fa2bb;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Peptide Intelligence / Articles */
.articles-section {
  background: rgba(250, 250, 250, 1);
  padding: 6rem 0 6rem;
}

.articles-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.articles-tag {
  display: inline-flex;
  align-items: center;
  background: #def1ff;
  color: var(--theme-color);
  border: 0.1rem solid #2c87c94d;
  border-radius: 10rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-transform: uppercase;
  padding: 0.5rem 1.4rem;
}

.articles-title {
  margin-top: 1rem;
  color: #080f1c;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 0;
}

.articles-all-link {
  color: #494e5b;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  gap: 0.6rem;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
}

.articles-all-link:hover {
  color: #494e5b;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.articles-all-link img {
  width: 0.9rem;
  height: 0.9rem;
  transform: translateY(0.05rem);
}

.articles-grid {
  margin-top: 2.6rem;
}

.article-card {
  background: transparent;
  border: none;
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: none;
}

.article-media {
  height: 27rem;
  /* padding: 2.2rem 2.4rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf2fa;
  border-bottom: 1px solid #eef3f9;
  border-radius: 1.4rem;
}

.article-media img {
  width: 100%;
  /* max-width: 100%; */
  height: 100%;
  /* max-height: 100%; */
  object-fit: cover;
  border-radius: 1.4rem;
}

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

.article-body {
  padding: 1.8rem 0 2.2rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.article-category {
  color: #2d88ca;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-title {
  margin: 0.9rem 0 0;
  color: #0c1b30;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.37;
}

.article-title a {
  color: inherit;
}

.article-excerpt {
  margin-top: 1rem;
  color: #6e7786;
  font-size: 1.4rem;
  line-height: 1.6;
}

.article-meta {
  margin-top: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #7a91aa;
  font-size: 1rem;
  font-weight: 400;
  flex-wrap: wrap;
  background: #ecf5ff;
  border-radius: 10rem;
  padding: 0.55rem 1rem;
  width: fit-content;
  max-width: 100%;
}

.article-meta-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #afc1d6;
  display: inline-block;
}

.article-link {
  margin-top: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #494e5b;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-link:hover {
  color: #494e5b;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.article-link img {
  width: 0.9rem;
  height: 0.9rem;
  transform: translateY(0.05rem);
}

.articles-all-link-mobile {
  margin-top: 1.8rem;
  justify-content: center;
  width: 100%;
}

/* BOGO CTA */
.bogo-section {
  position: relative;
  background: #061725;
  background-image: url("../images/Bg-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.bogo-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    115deg,
    rgba(5, 15, 26, 0.92) 0%,
    rgba(5, 15, 26, 0.78) 45%,
    rgba(5, 15, 26, 0.7) 100%
  );
  opacity: 1;
  pointer-events: none;
}

.bogo-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      520px 320px at 20% 30%,
      rgba(101, 197, 255, 0.16) 0%,
      rgba(101, 197, 255, 0) 65%
    ),
    radial-gradient(
      640px 380px at 82% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 70%
    ),
    radial-gradient(
      720px 420px at 85% 78%,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 72%
    );
  opacity: 0.75;
  pointer-events: none;
}

.bogo-card {
  position: relative;
  overflow: visible;
  border-radius: 0;
  padding: 6.2rem 2.4rem 5.8rem;
  text-align: center;
  color: #e9f3ff;
}

.bogo-section > * {
  position: relative;
  z-index: 2;
}

.bogo-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.2rem;
  border-radius: 10rem;
  background: rgba(222, 241, 255, 1);
  border: 0.1rem solid rgba(45, 136, 202, 0.3);
  color: rgba(45, 136, 202, 1);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bogo-title {
  margin-top: 1.6rem;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 0;
}

.bogo-accent {
  color: #65c5ff;
}

.bogo-strong {
  color: #ffffff;
}

.bogo-rest {
  color: #e9f3ff;
}

.bogo-copy {
  margin: 2rem auto 0;
  max-width: 59rem;
  color: rgba(233, 243, 255, 0.82);
  font-size: 1.8rem;
  line-height: 1.65;
}

.bogo-actions {
  margin-top: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.bogo-btn {
  border-radius: 0.9rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.6rem;
  padding: 1.35rem 4.6rem;
}

.bogo-btn-primary {
  background: #2d88ca;
  border: 2px solid #2d88ca;
  color: #fff;
}

.bogo-btn-primary:hover {
  background: #1c78bb;
  border-color: #1c78bb;
  color: #fff;
}

.bogo-btn-outline {
  background: transparent;
  border: 2px solid rgba(233, 243, 255, 0.7);
  color: #e9f3ff;
}

.bogo-btn-outline:hover {
  background: rgba(233, 243, 255, 0.08);
  color: #e9f3ff;
  border-color: rgba(233, 243, 255, 0.85);
}

/* Footer */
.site-footer {
  background: rgba(8, 15, 28, 1);
  color: #b7c6d8;
  padding: 6rem 0 4rem;
  clear: both;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.3fr;
  gap: 3.6rem;
}

.footer-logo {
  width: 18rem;
  height: auto;
}

.footer-desc {
  margin-top: 1.2rem;
  color: rgba(183, 198, 216, 0.78);
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 32rem;
}

.footer-social {
  margin-top: 1.6rem;
  display: flex;
  gap: 0.9rem;
}

.footer-social-link {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.03);
  border: 0.1rem solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: rgba(233, 243, 255, 0.78);
}

.footer-social-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.footer-col h4 {
  color: rgba(233, 243, 255, 0.82);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0.3rem 0 1.6rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.footer-col a {
  color: rgba(183, 198, 216, 0.76);
  font-size: 1.4rem;
  line-height: 1.35;
}

.footer-col a:hover {
  color: #fff;
}

.footer-contact-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  color: rgba(183, 198, 216, 0.76);
  font-size: 1.25rem;
  line-height: 1.55;
}

.footer-accordion {
  display: none;
}

.footer-acc-item {
  border-top: 1px solid rgb(255, 255, 255);
}

.footer-acc-item:last-child {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.footer-acc-btn {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 1.6rem 0;
  color: rgba(233, 243, 255, 0.82);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-acc-btn::after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-right: 2px solid rgba(233, 243, 255, 0.65);
  border-bottom: 2px solid rgba(233, 243, 255, 0.65);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.footer-acc-btn[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

.footer-acc-list {
  padding: 0 0 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.footer-acc-list a {
  color: rgba(183, 198, 216, 0.76);
  font-size: 1.25rem;
  line-height: 1.35;
}

.footer-acc-list a:hover {
  color: #fff;
}

.footer-contact-text {
  display: flex;
  flex-direction: column;
}

.footer-contact-sub {
  margin-top: 0.35rem;
  color: rgba(183, 198, 216, 0.55);
  font-size: 1.25rem;
  line-height: 1.4;
}

.footer-ico {
  color: #2d88ca;
  margin-top: 0.2rem;
  flex: 0 0 auto;
  line-height: 1.2;
}

.footer-divider {
  margin: 4.2rem 0 2.4rem;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.81);
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  flex-wrap: wrap;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.81);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-legal a:hover {
  color: #fff;
}

.footer-disclaimer {
  margin: 2.8rem auto 0;
  max-width: 110rem;
  color: rgba(255, 255, 255, 0.81);
  font-size: 1.2rem;
  line-height: 1.65;
  text-align: center;
}

/* Products Section */
.products-section {
  background: #fafafa;
  padding: 4.6rem 0 4.6rem;
}

.products-tag {
  display: inline-flex;
  align-items: center;
  background: #def1ff;
  color: var(--theme-color);
  border: 0.1rem solid #2c87c94d;
  border-radius: 10rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-transform: uppercase;
  padding: 0.5rem 1.4rem;
}

.products-title {
  margin-top: 1rem;
  color: #080f1c;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 0;
}

.products-tabs-head {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.tab-pane.fade.active.show {
  opacity: 1 !important;
}
.products-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}

.products-tabs .nav-link {
  border: 0.1rem solid #494e5b;
  border-radius: 0.5rem;
  background: #fff;
  color: #494e5b;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 1rem 1.8rem !important;
  text-transform: uppercase;
}

.products-tabs .nav-link.active {
  background: #def1ff;
  border-color: #2d88ca;
  color: #080f1c;
  font-weight: 700;
}

.products-full-link {
  color: #494e5b;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  gap: 0.5rem;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  white-space: nowrap;
}

.products-full-link:hover {
  color: #494e5b;
}

.products-full-link img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}

.products-section .tab-content {
  margin-top: 4.4rem;
}

.product-card {
  background: #fff;
  border: 0.1rem solid #d8e1ec;
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-media {
  position: relative;
  background: #f8f8f8;
  min-height: 17.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1rem 0.9rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  object-fit: contain;
  max-height: 187px;
  height: auto;
  mix-blend-mode: multiply;
}

.product-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #fff;
  border-radius: 10rem;
  padding: 0.4rem 1.8rem;
  text-transform: uppercase;
}

.product-label-green {
  background: #00b979;
}

.product-label-blue {
  background: #2d88ca;
}

.product-label-teal {
  background: #00afc0;
}

.product-info {
  padding: 2.4rem 1.4rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-meta {
  color: #7a91aa;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: none !important;
}

.product-info h3 {
  margin-top: 0;
  color: #0c1b30;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 0.8rem;
}

.product-info h3 small {
  color: #7a91aa;
  font-size: 1.8rem;
  font-weight: 500;
}

.product-submeta {
  margin-top: 0.4rem;
  color: #10b981;
  font-size: 1rem;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 1.3rem;
}

.product-submeta .coa-link {
  color: #2d5080;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  font-size: 1rem;
}

.product-submeta img {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.4rem;
}

.product-info h4 {
  margin-top: 1.9rem;
  color: #1a2c43;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.9rem;
}

.product-btn-cart,
.product-btn-more {
  width: 100%;
  border-radius: 0.6rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3.5rem;
  padding: 1.2rem 1rem;
}

.product-btn-cart {
  background: #2d88ca;
  color: #fff;
  border: 0.1rem solid #2d88ca;
  margin-top: 0.8rem;
}

.product-btn-cart:hover {
  color: #fff;
  background: #1e79bb;
  border-color: #1e79bb;
}

.product-btn-more {
  background: #fff;
  color: #75839e;
  border: 0.1rem solid #75839e;
  font-weight: 400;
}

.product-btn-more:hover {
  color: #6c7d92;
}

/* Testing Protocol Section */
.protocol-section {
  background: #fff;
  padding: 6rem 0 6rem;
}

.protocol-tag {
  display: inline-flex;
  align-items: center;
  background: #def1ff;
  color: var(--theme-color);
  border: 0.1rem solid #2c87c94d;
  border-radius: 10rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
}

.protocol-title {
  margin-top: 1.4rem;
  color: #080f1c;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.14;
  margin-bottom: 2.8rem;
}

.protocol-copy {
  color: #595959;
  font-size: 1.8rem;
  line-height: 1.5;
  max-width: 98rem;
  font-weight: 300;
}

.protocol-grid .col-lg-4 {
  margin-bottom: 2.4rem;
}

.protocol-grid {
  margin-top: 3.8rem;
  --bs-gutter-x: 2.4rem;
}

.protocol-card {
  background: #fafafa;
  border: 0.1rem solid #dce5ef;
  border-radius: 1.2rem;
  padding: 3rem;
}

.protocol-index {
  color: #4a607a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.protocol-card h3 {
  margin-top: 1.8rem;
  color: #2d88ca;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.26;
  margin-bottom: 0;
}

.protocol-card p {
  margin-top: 1.8rem;
  color: #4a607a;
  font-size: 1.6rem;
  line-height: 1.52;
}

.protocol-stats {
  margin-top: 3.6rem;
}

.protocol-stat-item {
  padding: 1.2rem 1rem;
  position: relative;
}

.protocol-stats .col-lg-3:not(:last-child) .protocol-stat-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 5.6rem;
  background: #d8d8d8;
}

.protocol-stat-item h4 {
  color: #2d88ca;
  font-size: 5.9rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.protocol-stat-item p {
  margin-top: 0.6rem;
  color: #595959;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 300;
}

/* Product Details */
.product-detail-section {
  padding: 6rem 0;
  background: #fff;
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.product-media-card {
  position: relative;
  /* background: #fff; */
  padding: 1.6rem;
  padding-top: 0;
  box-shadow: none;
}
.product-media-card .slick-slider {
  border-radius: 1.6rem;
  border: 0.1rem solid #e4eaf2;
  overflow: hidden;
}

.product-gallery-slider .slick-slide {
  outline: none;
  background: #fff;
}

.product-hero-slide {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.4rem;
  align-items: center;
  padding: 2.2rem;
  background: #fdfefe;
  border: 0.1rem solid #e7ecf4;
  border-radius: 1.4rem;
  box-shadow: 0 18px 32px rgba(12, 27, 48, 0.06);
}

.product-spec-card {
  border: 0.1rem solid #dfe7f2;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 15, 28, 0.06);
}

.product-spec-header {
  background: #0b2f57;
  padding: 1.2rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-spec-header img {
  height: 2.4rem;
  width: auto;
}

.product-spec-body {
  padding: 1.6rem 1.6rem 1.4rem;
  color: #1a2c43;
}

.product-spec-title {
  margin-top: 1rem;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0a1e36;
}

.product-spec-list {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  color: #4c5e74;
  font-size: 1.3rem;
  line-height: 1.6;
}

.product-spec-list li + li {
  margin-top: 0.3rem;
}

.product-spec-tags {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 0.6rem;
  background: #e7f2ff;
  border: 0.1rem solid #bfd9f1;
  color: #0b2f57;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pill.soft {
  background: #f3f8ff;
  font-weight: 600;
}

.pill-outline {
  background: #fff;
  border-style: dashed;
}

.product-spec-foot {
  margin-top: 1.2rem;
  font-size: 1.1rem;
  color: #7a8ba2;
  letter-spacing: 0.06em;
}

.product-hero-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-hero-img img {
  max-height: 26rem;
  width: 100%;
  object-fit: contain;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c1b30;
  box-shadow: none;
  z-index: 4;
  transition: all 0.2s ease;
}

.gallery-nav.prev {
  left: 4rem;
}

.gallery-nav.next {
  right: 4rem;
}

.gallery-nav:hover {
  color: #2d88ca;
  background: transparent;
  box-shadow: none;
}

.gallery-nav i {
  font-size: 2.4rem;
  line-height: 1;
}

.product-thumb-row {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.product-thumb-slider .slick-slide {
  padding: 0 0.5rem;
}

.product-thumb {
  width: 100%;
  background: #fff;
  border: 0.1rem solid #e2eaf3;
  border-radius: 0.9rem;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.product-thumb img {
  height: 6rem;
  width: auto;
  object-fit: contain;
}

.product-thumb.slick-current,
.product-thumb:focus {
  border-color: #2d88ca;
  box-shadow: 0 6px 14px rgba(45, 136, 202, 0.22);
}

.product-detail-card {
  background: #f8f8f8;
  padding: 2.8rem;
}

.product-mobile-purchase {
  background: #fff;
  margin-top: 1.6rem;
  padding-bottom: 0;
}

.product-sticky-bar {
  margin: 0rem 0 1.6rem;
}

.product-cta-outline {
  width: 100%;
  border-radius: 1rem;
  background: #fff;
  border: 2px solid #1b2b3d;
  color: #080f1c;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 600;
  padding: 1.4rem 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.product-cta-outline:hover {
  background: #f7fbff;
}

.product-mobile-purchase .product-cta-outline {
  font-size: 1.6rem;
  padding: 1.2rem 1.8rem;
  border-radius: 0.8rem;
}

.product-mobile-purchase .product-benefits {
  gap: 1.2rem;
}

.product-mobile-purchase .product-benefits li {
  font-size: 1.35rem;
  line-height: 150%;
  gap: 0.8rem;
}

.product-mobile-purchase .product-benefits li img {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.3rem;
}

.product-mobile-purchase .product-facts {
  margin-top: 2rem;
}

.product-mobile-purchase .fact-cell {
  padding: 1.2rem 1.4rem;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #6a7484;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
}

.tp-badge {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.tp-badge img {
  max-width: 122px;
  width: 100%;
  height: auto;
}

.tp-badge p {
  font-size: 1.1rem;
  color: #595959;
  letter-spacing: 0.031rem;
  line-height: 1.6rem;
}

.tp-badge p .tp-score {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.rating-stars {
  display: inline-flex;
  gap: 0.25rem;
  color: #00b67a;
}

.rating-score {
  color: #0c1b30;
  font-weight: 700;
}

.rating-divider {
  color: #9aaac0;
}

.product-title {
  font-size: 4.2rem;
  color: #080f1c;
  font-weight: 700 !important;
  line-height: 125%;
}

.product-title .dose {
  color: var(--theme-color);
  font-weight: 500;
}

.product-tabs {
  margin-top: 13rem;
}

.product-pills {
  gap: 1.1rem;
  justify-content: center;
}

.product-pills .nav-link {
  border-radius: 0.4rem 0.4rem 0 0;
  background: #080f1c99;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  padding: 1rem 3rem;
  border: none;
}

.product-pills .nav-link.active {
  background: #080f1c;
  color: #fff;
}

.product-tab-content {
  background: #f8f8f8;
  border-radius: 1.6rem;
  padding: 3.5rem 2.8rem;
  color: #080f1c;
  font-size: 1.8rem;
  line-height: 145%;
}
#products-grid {
  --bs-gutter-y: 4.4rem;
  --bs-gutter-x: 2.4rem;
}
.product-tab-content p + p {
  margin-top: 1rem;
}

/* COA Section */
.coa-section {
  padding: 12rem 0 3rem 0;
}

.coa-title {
  font-size: 4.2rem;
  line-height: 125%;
  font-weight: 500;
  color: #080f1c;
  margin: 1.4rem 0;
}

.coa-subtitle {
  font-size: 1.8rem;
  line-height: 155%;
  font-weight: 300;
  color: #595959;
  margin-bottom: 4.4rem;
}

.coa-meta {
  font-size: 1.3rem;
  color: var(--theme-color);
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}

.coa-table {
  overflow: hidden;
}
.coa-table .right_text img {
  vertical-align: middle;
}

.coa-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  padding: 1.5rem 1.8rem;
  background: #fff;
  font-size: 1.35rem;
  color: #1b2b3d;
}

.coa-row:nth-child(even) {
  background: #f8f8f8;
}

.coa-row:last-child {
  border-bottom: 0;
}

.coa-row .left_text {
  color: #595959;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.coa-row .right_text {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: right;
}

.coa-row .right_text.black {
  color: #0c1b30;
}

.cus_g_5 {
  --bs-gutter-y: 5.7rem;
  --bs-gutter-x: 5.7rem;
}

.coa-card {
  background: #f8f8f8;
  border-radius: 1.4rem;
  padding: 3.8rem 2.8rem;
}

.coa-card-title .text-secondary {
  font-weight: 700;
  color: #0c1b30 !important;
  font-size: 2.2rem;
  line-height: 3.5rem;
  margin-bottom: 0.8rem;
}

.coa-card-sub {
  font-size: 1.2rem;
  color: #7a91aa;
  line-height: 2rem;
  letter-spacing: 0.072rem;
}

.verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #b7d5f2;
  border-radius: 999px;
  color: #2d88ca;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
  background: #e9f4ff;
}

.coa-card-figure {
  text-align: center;
  margin: 3rem 0;
  padding: 2rem 4rem;
  border: 0.1rem solid #dbdbdb;
  border-radius: 1rem;
  background: #fff;
}

.coa-big-percent {
  font-size: 7.2rem;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 125%;
}

.coa-figure-caption {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #7a91aa;
  text-transform: uppercase;
}

.coa-points {
  list-style: none;
  display: grid;
  gap: 1.6rem;
  margin-bottom: 3rem;
}

.coa-points li {
  display: flex;
  align-items: start;
  gap: 0.6rem;
  font-size: 1.6rem;
  line-height: 125%;
  color: #595959;
}

.coa-download-btn {
  padding: 2rem;
  background-color: #080f1c;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.coa-download-btn img {
  margin-top: 0.3rem;
}
.coa-download-btn:hover {
  background: #1b2535;
  color: #fff;
}

/* Reconstitution Guide */
.reconstitution-section {
  padding: 6rem 0;
  background: #fafafa;
}

.recon-tag {
  display: inline-flex;
  align-items: center;
  background: #def1ff;
  color: var(--theme-color);
  border: 0.1rem solid #2e89c94d;
  border-radius: 10rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  padding: 0.8rem 1.3rem;
}

.recon-title {
  margin-top: 1.4rem;
  font-size: 4.2rem;
  line-height: 125%;
  font-weight: 500;
  color: #080f1c !important;
  margin-bottom: 0;
}

.recon-subtitle {
  margin-top: 1.4rem;
  font-size: 1.8rem;
  line-height: 155%;
  color: #595959;
  margin-bottom: 4.2rem;
}

.recon-card {
  background: #ffffff;
  border: 0.1rem solid #dce5ef;
  border-radius: 1.4rem;
  padding: 3rem;
  height: 100%;
}

.recon-step {
  font-size: 1.6rem;
  line-height: 145%;
  color: #4a607a;
  margin-bottom: 1.8rem;
}

.recon-card h4 {
  font-size: 2.2rem;
  line-height: 135%;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 1.8rem;
  margin-top: 0;
}

.recon-card p {
  font-size: 1.6rem;
  color: #4a607a;
  line-height: 155%;
  margin: 0;
}

.recon-note {
  margin-top: 2.4rem;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 2rem;
  border: 0.1rem solid #f59f0a33;
  border-radius: 0.9rem;
  background: #f59f0a12;
  color: #4a607a;
  font-size: 1.6rem;
  line-height: 155%;
}

.recon-note strong {
  color: #0c1b30;
}

.recon-note-ico img {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

.recon-note-ico {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #f59f0a1f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 0.2rem;
}

/* Vendor Comparison */
.vendor-section {
  padding: 6rem 0;
}

.vendor-tag {
  display: inline-flex;
  align-items: center;
  background: #def1ff;
  color: var(--theme-color);
  border: 0.1rem solid #2e89c94d;
  border-radius: 10rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  padding: 0.8rem 1.3rem;
}

.vendor-title {
  margin: 1.4rem 0;
  font-size: 4.2rem;
  line-height: 125%;
  font-weight: 600;
  color: #080f1c !important;
}

.vendor-subtitle {
  font-size: 1.8rem;
  line-height: 155%;
  font-weight: 300;
  color: #595959;
}

.vendor-table-wrap {
  margin-top: 4.2rem;
  border: 0.1rem solid #dfe2e6;
}
/* Using the table's id if it has one or combining all classes */
table.table.vendor-table tbody tr:nth-child(2) td:first-child,
table.table.vendor-table tbody tr:nth-child(2) td:last-child,
table.table.vendor-table tbody tr:nth-child(4) td:first-child,
table.table.vendor-table tbody tr:nth-child(4) td:last-child,
table.table.vendor-table tbody tr:nth-child(6) td:first-child,
table.table.vendor-table tbody tr:nth-child(6) td:last-child {
  background-color: #f6f6f6 !important;
  box-shadow: none !important;
  background-image: none !important; /* Adding this just in case */
}
.vendor-table tbody tr:nth-child(2) td:first-child::before,
.vendor-table tbody tr:nth-child(4) td:first-child::before,
.vendor-table tbody tr:nth-child(6) td:first-child::before {
  display: none !important;
}
.vendor-table thead th {
  padding: 17px 21px !important;
  line-height: 1.2 !important;
  height: auto !important;
  min-height: 0px !important;
}
.vendor-table.table > :not(:last-child) > :last-child > * {
  border: none;
}
.vendor-table {
  overflow: hidden;
  font-size: 1.35rem;
  border-collapse: collapse;
  margin: 0;
}
table.vendor-table {
  margin-bottom: 0;
}
.vendor-table th {
  padding: 1.4rem 1.6rem;
}
.vendor-table thead th {
  background: #f8fafc;
  text-transform: uppercase;
  border-bottom: 1px solid #dfe2e6;
  color: #595959;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.vendor-table thead th:first-child {
  text-align: left;
}

.vendor-table thead th.lp-col {
  background: #2d88ca;
  color: #fff;
  border-left: 1px solid #2d88ca;
  border-right: 1px solid #2d88ca;
  text-align: center;
  font-size: 1.9rem;
}

.vendor-table thead th.gv-col {
  text-align: center;
  font-weight: 700 !important;
}
.vendor-table-wrap .lp-col img,
.vendor-table-wrap .gv-col img {
  vertical-align: middle;
  margin-right: 5px;
}
.vendor-table tbody td {
  vertical-align: middle;
  padding: 1.2rem 1.6rem;
  border-top: 1px solid #dfe2e6;
  background: #ffffff;
  color: #1b2b3d;
  text-align: left;
  font-size: 1.6rem;
}
.vendor-table tbody td.lp-col {
  background-color: #def1ff;
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.lp-col {
  font-weight: 700;
  color: #0a67b3;
  background: #def1ff;
  border-left: 1px solid #e3e6ea;
  border-right: 1px solid #e3e6ea;
  text-align: left;
}

.gv-col {
  color: #595959 !important;
  font-weight: 400 !important;
  text-align: left !important;
  font-size: 1.6rem !important;
}

.vendor-table i.fa-circle-check {
  color: #14b46e;
  margin-right: 0.5rem;
}

.vendor-table i.fa-circle-xmark {
  color: #c13b36;
  margin-right: 0.5rem;
}

/* FAQ */
.faq-section {
  padding: 10rem 0 10rem;
  background: #fafafa;
}

.faq-tag {
  display: inline-flex;
  align-items: center;
  background: #def1ff;
  color: var(--theme-color);
  border: 0.1rem solid #2e89c94d;
  border-radius: 10rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  padding: 0.8rem 1.3rem;
}

.faq-title {
  margin: 1.4rem 0 0;
  font-size: 4.2rem;
  line-height: 125%;
  font-weight: 600;
  color: #080f1c;
}

.faq-wrap {
  margin-top: 4rem;
}
.faq-wrap .accordion-header,
.faq-wrap .accordion-button.faq-button {
  border-radius: 4px;
}
.faq-accordion .accordion-item {
  border: none;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: none;
  margin-bottom: 1.2rem;
}
.accordion.faq-accordion .collapse.show {
  display: block;
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-button {
  padding: 1.9rem 2.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 155%;
  color: #0c1b30;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.faq-button:focus {
  box-shadow: none;
}

.faq-button:not(.collapsed) {
  background: #ffffff;
  color: #0c1b30;
  box-shadow: none;
}

.faq-button::after {
  display: none;
}

.faq-section .accordion-header {
  border: 0.1rem solid #dce5ef;
}
/* .faq-accordion .accordion-collapse {
  border-top: 1px solid #e6edf6;
} */

.faq-q {
  flex: 1;
  min-width: 0;
}

.faq-icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 0.1rem solid #f3f6fa;
  background: #f3f6fa;
  color: #7a91aa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.accordion-button:not(.collapsed) .faq-icon {
  border: 0.1rem solid #d6e3f3;
  background: #f0f7ff;
  color: var(--theme-color);
}

.faq-icon i {
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.faq-button:not(.collapsed) .faq-icon i {
  transform: rotate(180deg);
}

.faq-body {
  padding: 1.9rem 2rem 1.9rem;
  font-size: 1.4rem;
  line-height: 170%;
  color: #0c1b30;
  background: #fafafa;
}

.faq-body p {
  margin: 0;
  font-size: 1.5rem;
}
.pdp-products-section.products-section {
  background: #ffffff;
}
.pdp-products-section .products-title {
  margin-bottom: 1.4rem;
}
.pdp-products-section .product-label-teal {
  background: #00c9be;
}
.pdp-bogo-section.bogo-section {
  background-image: url(../images/bogo-bg-2.jpg);
}
.pdp-bogo-section.bogo-section::before {
  background: linear-gradient(
    115deg,
    rgba(5, 15, 26, 0.92) 0%,
    rgb(5 15 26 / 88%) 45%,
    rgb(5 15 26) 100%
  );
}
.pdp-bogo-section .bogo-rest {
  color: #fff;
}
.dropdown-menu {
  border: 0;
  padding: 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-item.dropdown .dropdown-menu {
  display: none;
}
.nav-item.dropdown .dropdown-menu.show {
  display: block;
}
.nav-link.dropdown-toggle:hover::after {
  color: rgb(10, 88, 202);
}
.quantity-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #2d88ca;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  width: fit-content;
  padding-top: 0;
  margin-top: 1.4rem;
}

/* Buttons */
.quantity-wrapper button {
  width: 40px;
  height: 40px;
  border: none;
  background: #f5f7fa;
  color: #0a2463;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover effect */
.quantity-wrapper button:hover {
  background: #e6ecf5;
}

/* Active click */
.quantity-wrapper button:active {
  transform: scale(0.95);
}

/* Input field */
.quantity-wrapper .qty-input {
  width: 60px;
  height: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  outline: none;
}

/* Remove number arrows (Chrome, Safari) */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.qty-input {
  -moz-appearance: textfield;
}

/* Optional: focus state */
.quantity-wrapper:focus-within {
  border-color: #337eff;
  box-shadow: 0 0 0 2px rgba(51, 126, 255, 0.15);
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper img {
  width: 80px;
}
/* storage tab css */
.storage-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.storage-list li p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
/* storage tab css end */
.coa-table .coa-row:nth-last-child(-n + 3) .right_text {
  color: #0c1b30;
}
/* ======product tab css========== */
.lp-title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 25px;
}

.lp-sub-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 5px 0;
}

.lp-para {
  margin: 0 0 15px 0;
}

.lp-block {
  margin-bottom: 25px;
}

.lp-list {
  margin: 0 0 25px 20px;
  padding: 0;
  list-style-type: disc !important;
  margin-top: 20px;
}

.lp-list li {
  margin-bottom: 10px;
  list-style-type: disc !important;
}

strong {
  color: #000;
}
.cursor-pointer {
  cursor: pointer;
}
.two-line-text,
.product-meta {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.2em;
  transition: max-height 0.8s ease;
}
.product-meta a {
  color: inherit !important;
}
.two-line-text:hover,
.product-meta:hover {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  max-height: 200px;
}

.product-subtitle {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #080f1c;
  margin: 1.4rem 0;
}

.product-flag {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #2d88ca;
  padding: 0.8rem 1.2rem;
  border: 0.1rem solid #2d88ca;
  background-color: #2c87c912;
  border-radius: 100px;
  margin-bottom: 2.4rem;
  display: none;
  font-weight: 600;
}

.product-price-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.product-price-stack {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.product-price-line {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.product-price {
  font-size: 3.5rem;
  line-height: 125%;
  font-weight: 600;
  color: #080f1c;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.product-price-old {
  font-size: 3.1rem;
  line-height: 125%;
  font-weight: 400;
  color: #080f1c8a;
  text-decoration: line-through;
  margin-top: 1.5rem;
}

.product-price-save {
  padding: 0.3rem 0.8rem;
  border-radius: 0.3rem;
  background: #00af4b;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 155%;
  text-transform: uppercase;
}

.product-stock {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #10b981;
}

.product-stock img {
  width: 1.3rem;
  height: 1.3rem;
}

.option-label {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #080f1c;
}
.text-success {
  color: #28be28 !important;
}
.option-label.purchase {
  margin-top: 3rem;
}

.mg-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.6rem;
}

.mg-grid .option-pill {
  padding: 1.2rem 0.6rem;
  border: 0.2rem solid #d4d4d4;
  background: #fff;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #080f1c;
  line-height: 2.2rem;
  letter-spacing: 0.028rem;
  text-align: center;
  transition: all 0.15s ease;
}

.mg-grid .option-pill:hover {
  border-color: var(--theme-color);
  color: #080f1c;
}

.mg-grid .option-pill.active {
  border-color: var(--theme-color);
  border-width: 0.2rem;
  background: #e5f3ff;
}

.pack-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.pack-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
  padding: 1.7rem;
  border: 0.1rem solid #d5dbe5;
  border-radius: 0.8rem;
  background: #fff;
  cursor: pointer;
  min-height: 16rem;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}
.pack-card.active {
  position: relative; /* Ensure the card is the reference for absolute positioning */
}
/* label.pack-card[data-pack="5"] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
} */
label.pack-card.active[data-pack="5"] {
  /* box-shadow:
    0 4px 16px rgba(0, 82, 204, 0.25),
    0 0 12px rgba(0, 82, 204, 0.15); */
  border: 2.5px solid #2563eb;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.22);
}
/* .pack-card.active::after {
  content: "✔";
  position: absolute;
  top: 1.2rem;
  right: 0.4rem;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #2d88ca;
  color: white !important;
  -webkit-text-fill-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
} */
.pack-card.active::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 0.4rem;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #2d88ca;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.pack-card input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.pack-card:hover {
  border-color: var(--theme-color);
}

.pack-card.active {
  border-color: var(--theme-color);
  background: #f6fbff;
}

.pack-card:focus-within {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 3px rgba(45, 136, 202, 0.18);
}

.pack-tag {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.35rem 1rem;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.065rem;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  white-space: nowrap;
}

.pack-tag.tag-starter {
  /* background: #93f683; */
  background: #7dd3a8;
}

.pack-tag.tag-popular {
  /* background: var(--theme-color); */
  background: #2563eb;
  box-shadow: 0 3px 8px rgba(37, 99, 235, 0.4);
}

.pack-tag.tag-value {
  background: #15803d;
}

.pack-title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  /* font-weight: 600; */
  font-weight: 800;
  color: #080f1c;
}

.pack-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: 6rem;
}
.pack-card img {
  opacity: 0.6;
}
.pack-card.active img {
  opacity: 1;
}

.pack-price {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #000;
  /* font-weight: 500; */
  font-weight: 700;
}
.strike {
  color: #b4bccb;
  text-decoration: line-through;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 6px;
}
.total-price {
  font-size: 10px;
  color: #595959;
}
.duplicate-radio {
  opacity: 1 !important;
  position: static !important;
  width: 20px;
  height: 20px;
  accent-color: #2d88ca;
}
label.pack-card {
  position: relative;
}
label.pack-card[data-pack="1"] .most-popular,
label.pack-card[data-pack="3"] .most-popular,
label.pack-card[data-pack="10"] .most-popular {
  display: none !important;
}
label.pack-card[data-pack="3"] .extra-text {
  display: none !important;
}
label.pack-card[data-pack="5"] .pack-save {
  background: #15803d;
}
label.pack-card[data-pack="5"]::after {
  top: 1.8rem;
}
label.pack-card[data-pack="10"] .pack-save {
  background: #14532d;
}
label.pack-card[data-pack="5"] .pack-title {
  color: #1d4ed8;
}
label.pack-card[data-pack="5"] .extra-text {
  color: #1d4ed8;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 1rem;
  line-height: 1.1;
}
label.pack-card[data-pack="10"] {
  border-color: #15803d;
}
label.pack-card[data-pack="1"] {
  opacity: 0.82;
}
label.pack-card[data-pack="1"] .pack-title,
label.pack-card[data-pack="1"] .pack-price,
label.pack-card[data-pack="1"] .total-price {
  color: #5a6478;
}
label.pack-card[data-pack="1"] .pack-save {
  background: #9aa6b8;
  color: #fff;
}
label.pack-card[data-pack="1"] .extra-text {
  color: #b4bccb;
  font-size: 1rem;
  margin-top: 1rem;
}
label.pack-card[data-pack="10"] .extra-text {
  color: #15803d;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 1rem;
  line-height: 1.1;
}
span.most-popular {
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: -44px;
  font-size: 10px;
  line-height: 1.1;
  display: inline-block;
  background: #e3e9f5;
  left: 0;
  right: 0;
  padding: 5px 6px;
  color: #014dff;
  font-weight: 500;
  text-align: left;
}
.pack-save {
  margin-top: 0.3rem;
  padding: 0.4rem 0.9rem;
  border-radius: 0.4rem;
  /* background: #00af4b; */
  background: #34a866;
  color: #fff;
  font-size: 1.2rem;
  line-height: 155%;
  font-weight: 800;
  width: 100%;
}

.option-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.option-pill {
  width: 100%;
  padding: 1.2rem 1rem;
  border: 0.1rem solid #d4d4d4;
  background: #fff;
  border-radius: 0.4rem;
  font-size: 2.6rem;
  font-weight: 600;
  color: #080f1c;
  text-align: center;
  position: relative;
  transition: all 0.15s ease;
}

.option-pill span {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.2rem;
  color: #595959;
  font-weight: 400;
}

.option-pill .value,
.option-pill .popular {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: var(--theme-color);
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  background-color: #b4d2f0a6;
  border-radius: 100px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.8rem;
}

.option-pill .value {
  color: #00c9be;
  background-color: #00e8db38;
}

.option-pill.active {
  border-width: 0.2rem;
  border-color: var(--theme-color);
}

.subscription-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  margin-top: 1.4rem;
  padding: 2.4rem 2.2rem;
  border: 2px solid #dfdfdf;
  border-radius: 0.8rem;
  background: #fff;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.subscription-card input {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.9rem;
}

.subscription-card .subscription-title {
  font-weight: 600;
  color: #031a19;
  font-size: 2rem;
}

.subscription-card .subscription-price {
  font-weight: 600;
  color: #031a19;
  font-size: 2rem;
  justify-self: end;
}

.subscription-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  line-height: 1.2;
}

.subscription-old-price {
  color: #666666;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 1rem;
}

.subscription-save-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.8rem;
  background: #1fad5b;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.subscription-card .subscription-save {
  color: #2d88ca;
  font-weight: 700;
  font-size: 1.2rem;
}

.subscription-card .subscription-meta {
  grid-column: 2 / -1;
  color: #6a7484;
  font-size: 1.6rem;
  display: block;
  font-weight: 400;
}

.subscription-plan {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 1.8rem;
}

.subscription-plan .form-select {
  border-radius: 0.4rem;
  border: 0.1rem solid #d3deeb;
  font-weight: 500;
  font-size: 1.8rem;
  color: #080f1c;
  padding: 0 2.2rem;
  appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/select-arrow.svg) no-repeat 98% center;
  height: 60px;
}

.subscription-card.active {
  border-color: #2d88ca;
  background: #f8f8f8;
}
.subscription-card.active input[type="radio"] {
  accent-color: #2d88ca;
}
.product-cta {
  margin: 2.4rem 0;
  width: 100%;
  border-radius: 1rem;
  background: #2d88ca;
  border: 0.1rem solid #2d88ca;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
  padding: 1.5rem 3.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: all 0.15s ease;
}

.product-cta:hover {
  background: #1e79bb;
  color: #fff;
}

.product-benefits {
  display: grid;
  gap: 1.6rem;
  padding-left: 0;
  list-style: none;
  color: #1b2b3d;
  font-size: 1.4rem;
}

.product-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: 600;
}

.product-benefits li strong {
  font-weight: 700;
}

.check-icon {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #2d88ca;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.25rem;
}

.check-icon::after {
  content: "";
  width: 0.5rem;
  height: 0.9rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.benefit-copy {
  color: #000;
  font-weight: 400;
}

.product-facts {
  margin-top: 2.4rem;
  border: 0.1rem solid #e3ebf5;
  border-radius: 1rem;
  background: #f9fbff;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.fact-cell {
  padding: 1.4rem 1.6rem;
  border-bottom: 1px solid #e3ebf5;
}

.fact-cell:nth-child(odd) {
  background-color: #fff;
}

.fact-cell:nth-child(even) {
  background-color: #f8fafd;
}

.fact-cell:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.fact-label {
  font-size: 0.8rem;
  line-height: 1.3rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #7a91aa;
}

.fact-value {
  margin-top: 0.4rem;
  font-weight: 700;
  color: #0c1b30;
  font-size: 1.2rem;
  line-height: 2rem;
}

.product-thumb-row img {
  border: 0.1rem solid #eeeeee;
  border-radius: 1.4rem;
  cursor: pointer;
  height: 107px;
  width: 130px;
  object-fit: contain;
  background-color: #fff;
}
.product-gallery-slider img {
  cursor: pointer;
  width: 100%;
  height: 530px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-device-width: 992px) and (orientation: landscape) {
  .product-on-sale-badge {
    top: 3rem;
    left: 2.5rem;
  }
}
@media screen and (max-device-width: 932px) and (orientation: landscape) {
  .hero-metrics {
    width: 100%;
    max-width: 500px;
    flex-wrap: nowrap;
    gap: 15px;
  }

  /* Adjust the individual metric cards if needed */
  .hero-metrics .metric-card,
  .hero-metrics .metric-trust {
    flex: 1 1 auto;
    width: auto;
    justify-items: center;
  }
}

.review-stars img {
  width: 14rem;
}

#awb-oc-6379,
#fkcart-modal {
  display: none !important;
}
.two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ==========================================================================
   Live Search Dropdown
   ========================================================================== */

/* Results container */
.live-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 100%;
  width: 32rem;
  background: #fff;
  border: 0.1rem solid #dce5ef;
  border-radius: 0.8rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  z-index: 99999;
  max-height: 40rem;
  overflow-y: auto;
}

/* Each result row */
.search-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1.2rem;
  padding: 1rem 1.4rem;
  text-decoration: none !important;
  color: #333 !important;
  border-bottom: 0.1rem solid #f0f0f0;
  transition: background 0.15s;
  width: 100%;
  box-sizing: border-box;
}

.search-item:last-child {
  border-bottom: none;
}

.search-item:hover {
  background: #f0f7ff;
  color: #333 !important;
  text-decoration: none !important;
}

/* Product thumbnail */
.search-item img {
  width: 4.4rem !important;
  height: 4.4rem !important;
  object-fit: cover !important;
  border-radius: 0.6rem;
  flex-shrink: 0;
  border: 0.1rem solid #eef3f9;
}

/* Text info block */
.search-item-info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
}

/* Product name */
.search-item-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #0c1b30;
  line-height: 1.3;
  display: block;
}

/* Product label */
.search-item-type {
  font-size: 1.1rem;
  color: #7a91aa;
  display: block;
}

/* No results message */
.no-result {
  padding: 1.6rem;
  color: #7a91aa;
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
}

/* ==========================================================================
   Search Loader — Spinner
   ========================================================================== */

.search-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.search-loader-spinner {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.25rem solid #dce5ef;
  border-top-color: var(--theme-color);
  border-radius: 50%;
  animation: searchSpin 0.7s linear infinite;
}

@keyframes searchSpin {
  to {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   Mobile Search Drawer
   ========================================================================== */

#mobile-search-drawer {
  padding: 1rem 1.6rem;
  background: #fff;
  border-bottom: 0.1rem solid #dce5ef;
  position: relative;
}

#mobile-search-drawer .live-search-input {
  width: 100%;
  padding: 1rem 1.4rem;
  border: 0.1rem solid #dce5ef;
  border-radius: 0.8rem;
  font-size: 1.3rem;
  font-family: var(--theme-regular-font);
  outline: none;
  background: #f3f6fa;
}

#mobile-search-drawer .live-search-input:focus {
  border-color: var(--theme-color);
}
.live-search-input::placeholder {
  color: #757575;
  opacity: 1;
}

#mobile-search-drawer .live-search-results {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  top: calc(100% - 0.8rem);
  width: auto;
  min-width: 0;
}

.search-wrap-outer {
  position: relative;
}

.search-wrap-outer .live-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 32rem;
}

#fkcart-modal.fkcart-show {
  display: block !important;
}

/* Hidden by default on all screen sizes */
.sticky-cart-bar {
  position: fixed;
  bottom: -100px; /* Starts off-screen */
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  padding: 12px 16px;
  transition: bottom 0.3s ease;
  display: none; /* Hidden on desktop completely */
}

/* Make the cloned button full width inside the sticky bar */
.sticky-cart-bar .my-add-to-cart-btn {
  width: 100%;
  justify-content: center;
}
/* ================out of stock mg ================ */
.option-pill.oos-pill {
  position: relative;
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  color: #999;
  border-color: #ddd;
  overflow: hidden;
}
.option-pill.oos-pill::before,
.option-pill.oos-pill::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 1.5px;
  background-color: #e53e3e;
  border-radius: 2px;
  pointer-events: none;
}
.option-pill.oos-pill::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.option-pill.oos-pill::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* ── Sold Out Badge ──────────────────────────────────────────────────────── */
.product-media-card {
  position: relative; /* needed for badge positioning */
}

.product-sold-out-badge {
  position: absolute;
  top: 24px;
  left: 8.5rem;
  z-index: 10;
  background: #d61919;
  color: #ffffff;
  font-size: 14px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.3px;
  pointer-events: none;
  opacity: 0.8;
}
.product-label-oos {
  position: absolute;
  top: 15px;
  left: 1.5rem;
  z-index: 10;
  background: #d61919;
  color: #ffffff;
  font-size: 14px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.3px;
  pointer-events: none;
  opacity: 0.8;
}
.product-on-sale-badge {
  position: absolute;
  top: 15px;
  left: 9.5rem;
  z-index: 10;
  background-color: rgba(45, 136, 202);
  color: #ffffff;
  font-size: 14px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.3px;
  pointer-events: none;
  opacity: 0.8;
}
/* VIP orange discount text (below price) */
.vip-discount-text {
  display: block;
  color: #e07b2a;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
}

/* VIP circle badge on gallery image */
.vip-circle-badge {
  position: absolute;
  top: 24px;
  left: 9.5rem;
  width: 54px;
  height: 54px;
  background: #2f80ed;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  z-index: 10;
  text-align: center;
  line-height: 1.2;
  opacity: 0.8;
}
main.clearfix.width-100,
.fusion-fullwidth.fullwidth-box {
  padding-left: 30px;
  padding-right: 30px;
}
.awb-off-canvas-wrap.type-popup {
  --awb-overlay-background-image: url(https://licensedpeptides.com/wp-content/uploads/2026/03/bgblur3-compressed-compressed.jpg) !important;
}
.awb-off-canvas-inner .fusion-fullwidth.fullwidth-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*=========== new price box design in product page========== */
.drug-pricing-container {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.drug-pricing-grid {
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.drug-pricing-grid .drug-pricing-item {
  border-right: 1px solid #dcd5d5;
}
.drug-pricing-grid .drug-pricing-item:nth-child(2) {
  border-right: 0;
}
.drug-pricing-grid .drug-pricing-item:nth-child(3) {
  border-left: 1px solid #dcd5d5;
}
.drug-pricing-grid .drug-pricing-item:last-child {
  border-right: 0px;
}
.drug-pricing-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.drug-pricing-label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  line-height: 1.4;
}

.drug-pricing-value {
  font-size: 2rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
}

.drug-pricing-value-total {
  font-size: 1.8rem;
  font-weight: 600;
  color: #9ca3af;
  text-decoration: line-through;
  line-height: 1.3;
}

.drug-pricing-value-discounted {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2563eb;
  line-height: 1.2;
}

.drug-pricing-value-savings {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1fad5b;
  line-height: 1.3;
}

.drug-pricing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1fad5b;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  width: fit-content;
  line-height: 1.2;
}

.drug-pricing-footer {
  display: flex;
  gap: 1.2rem;
  background-color: #eff3fe;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 6px;
  justify-content: center;
}

.drug-pricing-icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #f0f9ff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.drug-pricing-icon svg {
  width: 5.5rem;
  height: 5.5rem;
  color: #2563eb;
}

.drug-pricing-footer-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.drug-pricing-footer-main {
  font-size: 1.4rem;
  font-weight: 600;
  color: #5e83ee;
  line-height: 1.4;
}

.drug-pricing-footer-subtext {
  font-size: 1.2rem;
  font-weight: 400;
  color: #393c40;
  line-height: 1.4;
}
.adv-10-wrapper {
  margin-top: 3rem;
}
.adv-10 {
  /* background: #eef9f5;
  border: 1px solid #009030;
  border-radius: 6px;
  padding: 8px 2rem;
  font-weight: 500; */
  background: #eef6ff;
  border: 1px solid #c3dafe;
  color: #1d4ed8;
  font-size: 1.2rem;
  padding: 1.4rem 1.8rem;
  border-radius: 1.1rem;
}
.adv-10 .lh-1 {
  line-height: 1.6 !important;
}
.adv-10 span {
  font-weight: 700;
}
/* =================Container alignment===================== */
/* Container to match the layout width */
/* .promo-glow-container {
  width: 100%;
  margin: 14px 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}


.promo-glow-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  background: linear-gradient(135deg, #00b67a 0%, #008a5c 100%);
  border-radius: 6px;
  border: 1px solid #00ffaa;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
  cursor: default;
  box-shadow: 0 0 8px rgba(0, 182, 122, 0.4);
  animation:
    pulse-glow 0.8s infinite alternate ease-in-out,
    subtle-pop 1s infinite ease-in-out;
}

.promo-glow-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #ffffff;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.6));
}

.promo-glow-text {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

@keyframes pulse-glow {
  0% {
    box-shadow:
      0 0 6px rgba(0, 182, 122, 0.4),
      inset 0 0 4px rgba(255, 255, 255, 0.1);
    border-color: #00d48f;
  }
  100% {
    box-shadow:
      0 0 18px rgba(0, 255, 170, 0.8),
      inset 0 0 8px rgba(255, 255, 255, 0.2);
    border-color: #00ffaa;
  }
}

@keyframes subtle-pop {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.015);
  }
} */
.subtle-promo-container {
  width: 100%;
  margin: 12px 0 0 0;
  box-sizing: border-box;
}

.subtle-promo-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 14px;
  border-radius: 6px;

  /* Fixed, clean medical-grade background tint */
  background-color: rgba(0, 182, 122, 0.07);
  border: 1px solid rgba(0, 182, 122, 0.3);

  /* Professional text styling */
  color: #031a19;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: center;
}

/* Static Theme Icon */
.subtle-promo-icon {
  width: 15px;
  height: 15px;
  color: #00b67a;
  flex-shrink: 0;
}

/* Green Highlight for the Discount Text */
.text-highlight {
  color: #1fad5b;
  font-weight: 700;
}
/* Applied to the button */
a.btn.product-btn-cart.add_to_cart_button.ajax_add_to_cart.loading {
  position: relative;
}

/* Applied to the ::after pseudo-element */
a.btn.product-btn-cart.add_to_cart_button.ajax_add_to_cart.loading::after {
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  bottom: auto !important;
  margin-top: 0 !important;
}
.product-gallery {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.single-product .product,
.single-product .container,
.single-product .row {
  overflow: visible !important;
}
.order-ship-btn {
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem;
  background: #9e9e9e;
  color: white;
  border: 0;
  outline: 0;
  font-size: 1.7rem;
  margin-bottom: 3.5rem;
}
/* Ensure the current slide clips the zooming image */
/* Slide clips the zooming image */
.product-media-card .slick-slide.slick-current.slick-active {
  overflow: hidden !important;
  position: relative !important;
  cursor: pointer !important;
}

/* Base image — scale handled by JS on desktop, NO :hover rule at all */
.product-media-card .slick-slide.slick-current.slick-active img {
  transition: transform 0.3s ease-out !important;
  transform: scale(1) !important;
  display: block !important;
  width: 100% !important;
  pointer-events: none !important;
}

/* ⚠️ DELETE any old ":hover img { transform: scale(2) }" rule entirely.
   Desktop zoom is now 100% JavaScript-driven. */

/* ── Mobile Modal ─────────────────────────────────────────────── */
.mob-img-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.96);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  touch-action: none;
}
.mob-img-modal.active {
  display: flex;
}
.mob-img-modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mob-img-modal img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  will-change: transform;
  transform-origin: center center; /* MUST stay center center for pinch */
  transition: none;
}
.mob-img-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob-img-modal-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  pointer-events: none;
  white-space: nowrap;
}
.desc-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
  margin: 20px 0px;
  font-family: Georgia, serif;
  color: rgb(51, 51, 51);
}

.desc-table tr,
.desc-table td {
  border: 1px solid rgb(204, 204, 204);
  padding: 8px 12px;
}
/* ================media query starts here================= */
@media screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 50%;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 68%;
  }
}

@media screen and (min-width: 1800px) {
  html {
    font-size: 72%;
  }
}

@media screen and (min-width: 2000px) {
  html {
    font-size: 74%;
  }
}

@media screen and (min-width: 2200px) {
  html {
    font-size: 76%;
  }
}

@media screen and (min-width: 2400px) {
  html {
    font-size: 82%;
  }
}

@media screen and (min-width: 2600px) {
  html {
    font-size: 84%;
  }
}

@media screen and (min-width: 2800px) {
  html {
    font-size: 86%;
  }
}

@media screen and (min-width: 3000px) {
  html {
    font-size: 88%;
  }
}

@media screen and (min-width: 3200px) {
  html {
    font-size: 90%;
  }
}

@media screen and (min-width: 3400px) {
  html {
    font-size: 92%;
  }
}

@media screen and (min-width: 3600px) {
  html {
    font-size: 94%;
  }
}
@media (min-width: 575px) {
  .float-sticky-button {
    display: none;
  }
}
@media (min-width: 768px) {
  .container-new {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-new {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-new {
    max-width: 1140px;
  }
  .quality-content {
    padding-left: 3.8rem;
  }
}
@media (min-width: 1440px) {
  .container-new,
  .container-new-lg,
  .container-new-md,
  .container-new-sm,
  .container-new-xl,
  .container-new-xxl {
    max-width: 1330px;
  }
}

@media (min-width: 1640px) {
  .container-new,
  .container-new-lg,
  .container-new-md,
  .container-new-sm,
  .container-new-xl,
  .container-new-xxl {
    max-width: 1580px;
  }
}

@media (min-width: 1840px) {
  .container-new,
  .container-new-lg,
  .container-new-md,
  .container-new-sm,
  .container-new-xl,
  .container-new-xxl {
    max-width: 1780px;
  }
}

@media (min-width: 2040px) {
  .container-new,
  .container-new-lg,
  .container-new-md,
  .container-new-sm,
  .container-new-xl,
  .container-new-xxl {
    max-width: 1980px;
  }
}

@media (min-width: 2240px) {
  .container-new,
  .container-new-lg,
  .container-new-md,
  .container-new-sm,
  .container-new-xl,
  .container-new-xxl {
    max-width: 2180px;
  }
}

@media (min-width: 2440px) {
  .container-new,
  .container-new-lg,
  .container-new-md,
  .container-new-sm,
  .container-new-xl,
  .container-new-xxl {
    max-width: 2380px;
  }
}

@media (min-width: 2640px) {
  .container-new,
  .container-new-lg,
  .container-new-md,
  .container-new-sm,
  .container-new-xl,
  .container-new-xxl {
    max-width: 2580px;
  }
}

@media (max-width: 1199px) {
  #mobile-search-drawer {
    position: absolute;
    width: 100%;
    top: 70px;
    z-index: 2;
  }
  .hero-title {
    font-size: 4.3rem;
  }

  .hero-copy {
    font-size: 1.7rem;
  }

  .quality-title {
    font-size: 4.6rem;
  }

  .quality-copy {
    font-size: 1.7rem;
  }

  .quality-card h3 {
    font-size: 2.2rem;
  }

  .quality-card p {
    font-size: 1.6rem;
  }

  .catalog-title {
    font-size: 4.6rem;
  }

  .catalog-body h3 {
    font-size: 2.2rem;
  }

  .products-title {
    font-size: 3.8rem;
  }

  .protocol-title {
    font-size: 4.2rem;
  }

  .protocol-copy {
    font-size: 2rem;
  }

  .protocol-card h3 {
    font-size: 2.6rem;
  }

  .protocol-card p {
    font-size: 1.7rem;
  }

  .protocol-stat-item h4 {
    font-size: 4.2rem;
    margin: 0;
  }

  .protocol-stat-item p {
    font-size: 2rem;
  }
  .mg-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .navbar-collapse {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 0.8rem;
    padding: 0.8rem 1.2rem;
    background: #fff;
    border: 0.1rem solid #dce5ef;
    border-radius: 0.8rem;
    z-index: 40;
  }
  .navbar-collapse.collapse.show {
    display: block !important;
  }
  .quality-cards-row .col-md-6 {
    margin-bottom: 2rem;
  }
  .blends-grid .col-12 {
    margin-bottom: 1.6rem;
  }
  .product-benefits li {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .subscription-price-wrap {
    margin-top: 0.5rem;
  }
  .products-section {
    padding: 6rem 0 6rem;
  }
  .product-sold-out-badge {
    top: 63px;
    left: 3.5rem;
  }
  .vip-circle-badge {
    top: 12%;
    left: 9%;
  }
  .product-label-oos {
    top: 10px;
    left: 5.5rem;
  }
  .product-on-sale-badge {
    top: 7rem;
    left: 4.5rem;
  }
  .cross-price {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .feature-track {
    animation-duration: 26s;
  }

  .feature-item {
    padding: 1.3rem 2rem;
    gap: 1rem;
  }

  .feature-icon {
    width: 3.2rem;
    height: 3.2rem;
  }

  .feature-item h6 {
    font-size: 2rem;
  }

  .feature-item p {
    font-size: 1.4rem;
  }
  .products-tabs .nav-link {
    padding: 1rem !important;
  }
  .product-detail-section {
    padding: 2rem 0;
  }

  .product-hero-slide {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.6rem;
  }

  .product-spec-title {
    font-size: 2.6rem;
  }

  .product-price {
    font-size: 3rem;
  }

  .product-price-old {
    font-size: 2.1rem;
  }

  .product-price-save {
    font-size: 1rem;
    padding: 0.35rem 0.7rem;
  }

  .product-hero-img img {
    max-height: 22rem;
  }

  .option-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mg-grid {
    grid-template-columns: repeat(auto-fit, minmax(6.4rem, 1fr));
    gap: 0.6rem;
  }

  .pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }

  .pack-card {
    min-height: 15rem;
    padding: 2.4rem 1.2rem 1.4rem;
  }

  .hero-section {
    padding: 3rem 0 4.5rem;
  }

  .hero-title {
    font-size: 3.8rem;
    margin-top: 1.8rem;
  }

  .hero-metrics {
    gap: 1.2rem;
  }

  .metric-card {
    border-left: 0;
    padding-left: 0;
  }

  .hero-copy {
    font-size: 1.6rem;
    margin-top: 2rem;
  }

  .hero-btn-primary,
  .hero-btn-outline {
    padding: 1.3rem 2rem;
    font-size: 1.4rem;
  }

  .quality-section {
    padding: 4.5rem 0;
  }

  .quality-title {
    font-size: 3.9rem;
    margin-top: 1.6rem;
  }

  .quality-copy {
    margin-top: 1.8rem;
    font-size: 1.6rem;
  }

  .quality-link {
    margin-top: 2rem;
    font-size: 1.6rem;
  }

  .quality-cards-row {
    margin-top: 2.4rem;
  }

  .quality-card {
    padding: 1.8rem;
  }

  .catalog-section {
    padding: 4.4rem 0 4.8rem;
  }

  .catalog-title {
    font-size: 3.8rem;
  }

  .catalog-card {
    padding: 1.8rem 1.8rem 1.8rem 1.6rem;
  }

  .catalog-card-feature {
    min-height: 0;
  }

  .products-section {
    padding: 4.5rem 0;
  }

  .products-title {
    font-size: 3.4rem;
  }

  .products-tabs-head {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .product-info h3 {
    font-size: 2.2rem;
  }

  .product-info h3 small {
    font-size: 1.5rem;
  }

  .protocol-section {
    padding: 4.8rem 0 3.8rem;
  }

  .protocol-title {
    font-size: 3.6rem;
  }

  .protocol-copy {
    font-size: 1.7rem;
    max-width: 100%;
  }

  .protocol-card {
    padding: 1.3rem 1.3rem;
  }

  .protocol-card h3 {
    font-size: 2.2rem;
  }

  .protocol-card p {
    font-size: 1.6rem;
  }

  .protocol-stats {
    margin-top: 2.4rem;
    --bs-gutter-y: 1rem;
  }
  .protocol-stat-item.right-border::after {
    display: none;
  }
  .products-full-link {
    margin-top: 15px;
  }
  .navbar .nav-inner > a.order-xl-1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .catalog-top-row {
    margin-top: 2.3rem;
    --bs-gutter-y: 1.5rem;
  }
  .coa-points li img {
    margin-top: 0.2rem;
  }
  .products-section.pdp-products-section .col-6.col-md-6.col-lg-3 {
    margin-bottom: 1.6rem;
  }
  .product-sold-out-badge {
    top: 13rem;
    left: 3.5rem;
  }
  .vip-circle-badge {
    top: 21%;
    left: 6%;
  }
  span.most-popular {
    bottom: -33px;
  }
  .drug-pricing-value-discounted {
    font-size: 2rem;
  }
  .product-detail-card {
    padding: 2.8rem 1.8rem;
  }
  span.most-popular {
    bottom: -55px;
  }
  .product-on-sale-badge {
    top: 12rem;
    left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .product-gallery-slider img {
    height: 280px;
  }
  .product-thumb-row img {
    height: 75px;
    width: 90px;
  }
  .product-media-card {
    padding: 1.2rem;
    padding-bottom: 0.5rem;
  }

  .product-spec-body {
    padding: 1.2rem 1.2rem 1rem;
  }

  .product-spec-title {
    font-size: 2.2rem;
  }

  .product-hero-img img {
    max-height: 18rem;
  }

  .product-thumb img {
    height: 5rem;
  }

  .product-detail-card {
    padding: 1.8rem 1.6rem;
  }

  .product-title {
    font-size: 3.1rem;
  }
  .product-subtitle {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .gallery-nav i {
    font-size: 1.4rem;
  }
  .product-thumb-row {
    margin-top: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .product-thumb-row img {
    border-radius: 0.4rem;
  }
  .option-grid {
    gap: 0.5rem;
  }
  .option-pill {
    font-size: 2.1rem;
  }
  .subscription-card {
    padding: 1.8rem;
  }
  .option-pill span {
    font-size: 1.1rem;
  }
  .subscription-card .subscription-title,
  .subscription-card .subscription-price {
    font-size: 1.6rem;
  }

  .recon-note {
    padding: 1.6rem;
    font-size: 1.4rem;
  }

  .product-mobile-purchase .subscription-card {
    padding: 1.6rem 1.4rem;
    border-radius: 1rem;
    gap: 1rem;
    overflow: hidden;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }

  .product-mobile-purchase .subscription-card.active {
    border-color: var(--theme-color);
    background: #f7fbff;
  }

  .product-mobile-purchase .subscription-card .subscription-title {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 1.6rem;
    line-height: 1.2;
    grid-column: 2;
    min-width: 0;
  }

  .product-mobile-purchase .subscription-card input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 2rem;
    height: 2rem;
    border: 2px solid #cfd8e3;
    border-radius: 50%;
    margin-top: 0.35rem;
    position: relative;
    background: #fff;
  }

  .product-mobile-purchase .subscription-card input[type="radio"]::after {
    content: "";
    position: absolute;
    inset: 0.35rem;
    border-radius: 50%;
    background: transparent;
    top: 3px;
    left: 3px;
  }

  .product-mobile-purchase .subscription-card input[type="radio"]:checked {
    border-color: var(--theme-color);
  }

  .product-mobile-purchase
    .subscription-card
    input[type="radio"]:checked::after {
    background: var(--theme-color);
  }

  .product-mobile-purchase .subscription-card .subscription-meta {
    font-size: 1.35rem;
    margin-top: 0;
    color: #6a7484;
    font-weight: 400;
    white-space: nowrap;
  }

  .product-mobile-purchase .subscription-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
    align-self: flex-start;
    grid-column: 3;
    min-width: 0;
  }

  .product-mobile-purchase .subscription-save-badge {
    font-size: 1rem;
    padding: 0.3rem 0.7rem;
    border-radius: 0.4rem;
    white-space: nowrap;
    margin-top: 0.1rem;
  }

  .product-mobile-purchase .save_price-row {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 0.6rem;
    white-space: nowrap;
  }

  .product-mobile-purchase .subscription-price-wrap .subscription-price {
    white-space: nowrap;
    font-size: 1.8rem;
  }

  .product-mobile-purchase .subscription-old-price {
    margin-left: 0;
    font-size: 1.4rem;
    white-space: nowrap;
    color: #98a2b3;
  }

  .product-mobile-purchase .subscription-plan {
    position: relative;
    grid-column: 1 / -1;
    margin-top: 1.2rem;
    padding: 0;
    border: 0.1rem solid #d3deeb;
    border-radius: 0.8rem;
    background: #fff;
    overflow: hidden;
  }

  .product-mobile-purchase .subscription-plan::after {
    content: none;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #eef3f8;
    border: 0.1rem solid #d3deeb;
    pointer-events: none;
  }

  .product-mobile-purchase .subscription-plan::before {
    content: none;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/select-arrow.svg) no-repeat center / contain;
    pointer-events: none;
    opacity: 0.85;
  }

  .product-mobile-purchase .subscription-plan .form-select {
    border: 0;
    border-radius: 0;
    background: #fff url(../images/select-arrow.svg) no-repeat
      calc(100% - 1.6rem) center;
    background-size: 2.5rem;
    padding: 1.4rem 4.2rem 1.4rem 1.4rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #080f1c;
    appearance: none;
    -webkit-appearance: none;
  }

  .product-mobile-purchase .subscription-plan .form-select:focus {
    box-shadow: none;
  }

  .product-tabs {
    margin-top: 2.4rem;
    background: #fff;
  }

  .product-pills,
  .product-tab-content {
    display: none;
  }

  .product-tabs-accordion {
    background: #fff;
    --bs-accordion-bg: #fff;
    --bs-accordion-btn-bg: #fff;
    --bs-accordion-active-bg: #fff;
    --bs-accordion-border-color: #e3ebf5;
    --bs-accordion-btn-focus-box-shadow: none;
  }

  .product-tabs-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #797979;
    background: #fff;
    border-radius: 0;
    border-top: 0;
  }

  .product-tabs-acc-btn.accordion-button {
    padding: 1.6rem 0;
    background: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top: 0;
  }
  .product-tabs-acc-btn.accordion-button::after {
    content: "" !important;
    display: block !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin-left: auto !important;
    background-repeat: no-repeat !important;
    background-size: 1.25rem !important;
    transition: transform 0.2s ease-in-out !important;
    margin-right: 8px !important;
  }
  .product-tabs-acc-btn.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23707070' stroke-width='1'%3E%3Cpath d='M2 11L8 5L14 11'/%3E%3C/svg%3E") !important;
    transform: none !important; /* Prevents Bootstrap from rotating it */
  }
  .product-tabs-acc-btn.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23707070' stroke-width='1'%3E%3Cpath d='M2 5L8 11L14 5'/%3E%3C/svg%3E") !important;
    transform: none !important;
  }

  .product-tabs-acc-btn.accordion-button:focus {
    box-shadow: none;
  }

  .product-tabs-acc-btn.accordion-button:not(.collapsed) {
    background: #fff;
    color: inherit;
    box-shadow: none;
  }

  .product-tabs-accordion .accordion-collapse {
    background: #fff;
  }

  .product-tabs-acc-btn.accordion-button::after {
    display: none;
  }

  .product-tabs-acc-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #080f1c;
    font-weight: 500;
  }

  .product-tabs-acc-icon {
    margin-left: auto;
    color: #6a7484;
    transition: transform 0.15s ease;
  }

  .product-tabs-acc-icon i {
    font-size: 1.4rem;
  }

  .product-tabs-acc-btn:not(.collapsed) .product-tabs-acc-icon {
    transform: rotate(180deg);
  }

  .product-tabs-acc-body {
    padding: 0 0 1.6rem;
    background: #fff;
    color: #080f1c;
    font-size: 1.6rem;
    line-height: 145%;
  }

  .vendor-table-wrap {
    margin-top: 2.4rem;
  }

  .vendor-table-wrap {
    scroll-padding-left: 0;
    scrollbar-width: none;
  }

  .vendor-table-wrap::-webkit-scrollbar {
    display: none;
  }

  .vendor-table {
    width: 128%;
    min-width: 0;
    font-size: 1.2rem;
    table-layout: fixed;
  }
  .table-responsive.vendor-table-wrap .vendor-table {
    table-layout: auto !important;
    white-space: nowrap;
  }
  .vendor-table th,
  .vendor-table tbody td {
    padding: 1.1rem 1.2rem;
  }

  .vendor-table thead th {
    font-size: 1.3rem;
    letter-spacing: 4%;
  }

  .vendor-table thead th.lp-col {
    font-size: 1.3rem;
    border-left: 1px solid #2d88ca;
    border-right: 1px solid #2d88ca;
  }

  .vendor-table tbody td {
    font-size: 1.3rem;
  }

  .vendor-table thead th:nth-child(1),
  .vendor-table tbody td:nth-child(1) {
    width: 46%;
  }

  .vendor-table thead th:nth-child(2),
  .vendor-table tbody td:nth-child(2) {
    width: 33%;
  }

  .vendor-table thead th:nth-child(3),
  .vendor-table tbody td:nth-child(3) {
    width: 33%;
    font-size: 0.9rem;
    padding: 1rem 0.7rem;
  }

  .vendor-table tbody td img {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.7rem;
    vertical-align: -0.15em;
  }

  .vendor-table tbody td.lp-col {
    border-left: 1px solid #2d88ca;
    border-right: 1px solid #2d88ca;
    color: #2d88ca;
    font-size: 1.2rem;
    padding: 1.4rem 0.9rem;
    line-height: 1.4;
  }

  .vendor-table tbody tr:nth-child(even) td.lp-col {
    background-color: #eaf6ff;
  }
  html {
    font-size: 62.5%;
  }

  .container-new {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .navbar {
    padding: 1.4rem 0;
  }

  .navbar .nav-inner {
    position: relative;
    gap: 0;
    min-height: 5.8rem;
    justify-content: space-between;
  }

  .navbar .nav-inner > a.order-lg-1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar .nav-inner > a.order-lg-1 img {
    width: 10.4rem;
    max-width: none;
    height: auto;
  }

  .nav-toggle {
    border: 0;
    padding: 0;
    line-height: 1;
  }

  .nav-toggle:focus {
    box-shadow: none;
  }

  .nav-toggle .fa-bars {
    color: #003853;
    font-size: 2.8rem;
  }

  .nav-actions {
    margin-left: auto;
    gap: 0.1rem;
  }

  .nav-actions .action-icon {
    padding: 0.6rem;
  }

  .nav-actions .action-icon img {
    width: 2rem;
    height: 2rem;
  }

  .action-icon.cart-icon .cart-dot {
    top: 0;
    right: 0;
  }

  .navbar .nav-link {
    padding: 1rem 0 !important;
    font-size: 1.5rem;
  }

  .hero-section {
    padding: 0.8rem 0 3rem;
  }

  .hero-section .row {
    --bs-gutter-y: 1.2rem;
  }

  .hero-tag {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 0.6rem 1.5rem;
    gap: 0.6rem;
  }

  .hero-tag img {
    width: 0.8rem;
    height: 0.8rem;
  }

  .hero-title {
    font-size: 3.5rem;
    line-height: 125%;
    margin-top: 1rem;
  }

  .hero-metrics {
    margin-top: 1.4rem;
    gap: 0;
    align-items: center;
    flex-wrap: nowrap;
  }

  .metric-trust {
    width: 45%;
    gap: 0.5rem;
    padding: 6px 10px;
  }

  .metric-trust img {
    width: 4.8rem;
  }

  .metric-trust h6 {
    font-size: 0.788rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
    margin-top: 0;
  }

  .metric-trust p {
    font-size: 0.6rem;
    line-height: 1.2;
    margin-top: 0;
  }

  .metric-card {
    flex: 1;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #d5dee9;
  }

  .metric-card h6 {
    font-size: 1.2rem;
    line-height: 1.15;
    letter-spacing: 0;
    margin: 0;
  }

  .metric-card p {
    font-size: 0.6rem;
    line-height: 1.2;
    margin-top: 0.2rem;
  }

  .hero-visual {
    margin-top: 0.8rem;
    border-radius: 1.2rem;
  }

  .hero-copy-desktop,
  .hero-actions-desktop {
    display: none;
  }

  .hero-copy-mobile {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.65;
  }

  .hero-actions-mobile {
    margin-top: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .hero-actions-mobile .btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-actions-mobile .hero-btn-primary,
  .hero-actions-mobile .hero-btn-outline {
    padding: 1.2rem 1.4rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

  .quality-title {
    font-size: 3rem;
    line-height: 125%;
    margin-top: 1.2rem;
    margin-bottom: 2.2r;
  }

  .quality-top-row {
    --bs-gutter-y: 1.2rem;
  }

  .quality-media {
    border-radius: 1rem;
  }

  .quality-media video {
    width: 100%;
  }

  .quality-copy-desktop,
  .quality-link-desktop {
    display: none;
  }

  .quality-copy-mobile,
  .quality-link-mobile {
    display: inline-flex;
  }

  .quality-copy-mobile {
    display: block;
    margin-top: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.65;
  }

  .quality-link-mobile {
    margin-top: 1.8rem;
    font-size: 1.6rem;
  }

  .quality-card h3 {
    font-size: 1.8rem;
  }

  .quality-card p {
    font-size: 1.6rem;
  }

  .catalog-section {
    padding: 2.4rem 0 3rem;
  }

  .catalog-tag {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .catalog-title {
    font-size: 3rem;
    line-height: 1.8rem;
  }

  .catalog-top-row {
    margin-top: 1.2rem;
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 1.2rem;
  }

  .catalog-grid-row {
    margin-top: 0.2rem;
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 1.2rem;
  }

  .catalog-card,
  .catalog-card-feature {
    gap: 1.2rem;
    border-radius: 0.8rem;
    padding: 1.3rem 1.5rem 1.3rem 1.2rem;
    min-height: 0;
  }

  .catalog-card-feature {
    background: #eaf4fe;
    align-items: start;
  }

  .catalog-arrow {
    width: 1.2rem;
    height: 1.2rem;
    top: 1rem;
    right: 1rem;
  }

  .catalog-icon-box {
    width: 4.5rem;
    height: 4.5rem;
  }

  .catalog-icon-box img {
    width: 2.6rem;
    height: 2.6rem;
  }

  .catalog-body h3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    letter-spacing: 0;
  }

  .catalog-body h4 {
    font-size: 0.8rem;
    line-height: 1.3;
    margin-top: 0.2rem;
  }

  .catalog-body p {
    font-size: 1rem;
    line-height: 1.45;
    margin-top: 0.4rem;
  }

  .catalog-grid-row .catalog-body p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blends-section {
    padding: 3rem 0 3.4rem;
  }

  .blends-title {
    font-size: 3rem;
    line-height: 1.2;
  }

  .blends-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .blends-all-link {
    margin-top: 1.2rem;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    font-size: 1.8rem;
  }

  .blends-grid {
    margin-top: 1.4rem;
  }

  .blend-media {
    min-height: 14.8rem;
    padding: 1.6rem 1.6rem 1.2rem;
  }

  .blend-media img {
    max-width: 17rem;
  }

  .blend-body {
    padding: 1.4rem 1.4rem 1.6rem;
  }

  .blend-title-row h3 {
    font-size: 2rem;
  }

  .blend-price {
    font-size: 1.7rem;
    margin-top: 0.5rem;
  }

  .blend-points li {
    font-size: 1.3rem;
  }

  .blend-btn {
    font-size: 1.2rem;
    padding: 1rem 1rem;
  }

  .reviews-section {
    padding: 3rem 0 3.4rem;
  }

  .reviews-top {
    margin-bottom: 1.4rem;
  }

  .reviews-summary-card {
    padding: 2rem 1.6rem;
  }

  .reviews-summary-score {
    font-size: 3.3rem;
  }

  .reviews-star {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.5rem;
  }

  .reviews-breakdown {
    padding: 0.6rem 0 0;
  }

  .reviews-breakdown-row {
    grid-template-columns: 4.5rem 1fr 4.2rem;
    gap: 0.9rem;
  }

  .reviews-summary-card {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-grid {
    margin-top: 4rem;
  }

  /* Slick (mobile only) */
  .reviews-grid.slick-slider {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
  }

  .reviews-grid.slick-slider .slick-list {
    padding: 0 30% 0 0;
  }

  .reviews-grid.slick-slider .slick-slide {
    padding: 0 1.2rem 0 0;
  }

  .reviews-grid.slick-slider .review-slide {
    width: 28rem !important;
  }

  .reviews-grid.slick-slider .slick-dots {
    margin: 1.6rem 0 0;
    padding: 0;
    display: none !important;
    justify-content: center;
    gap: 0.8rem;
  }

  .reviews-grid.slick-slider .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
  }

  .reviews-grid.slick-slider .slick-dots button {
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
    border-radius: 50%;
    background: #c9d6e5;
    border: 0;
    font-size: 0;
    line-height: 0;
  }

  .reviews-grid.slick-slider .slick-dots li.slick-active button {
    background: var(--theme-color);
  }

  .review-card {
    padding: 1.6rem 1.4rem 1.4rem;
  }

  .review-star {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }

  .review-quote {
    font-size: 1.3rem;
    display: -webkit-box;
    display: box;
    line-clamp: 8;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }

  .articles-section {
    padding: 3rem 0 3.4rem;
  }

  .articles-title {
    font-size: 3rem;
    line-height: 1.2;
  }

  .articles-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .articles-all-link {
    /* margin-top: 1.2rem; */
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    font-size: 1.8rem;
  }

  .articles-grid {
    margin-top: 1.4rem;
  }

  .article-media {
    height: auto;
    /* padding: 1.6rem 1.6rem; */
  }

  .article-body {
    padding: 1.4rem 1.4rem 1.6rem;
  }

  .article-title {
    font-size: 1.8rem;
  }

  .article-excerpt {
    font-size: 1.4rem;
  }

  .bogo-section {
    padding: 3.4rem 0;
  }

  .bogo-card {
    border-radius: 0;
    padding: 3.8rem 0 3.2rem;
  }

  .bogo-title {
    font-size: 3rem;
    line-height: 1.15;
    /* padding: 0 2.5rem; */
  }

  .bogo-copy {
    font-size: 1.6rem;
  }

  .bogo-actions {
    margin-top: 2rem;
    gap: 1.2rem;
  }

  .bogo-btn {
    width: min(34rem, 100%);
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
  }

  .site-footer {
    padding: 3.4rem 0 3rem;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }

  .footer-accordion {
    display: block;
  }
  .footer-acc-item .collapse.show,
  .product-tabs-accordion .collapse.show {
    display: block;
  }
  .footer-contact-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.2rem;
    row-gap: 1.4rem;
  }

  .footer-contact-list li {
    margin: 0;
  }

  .footer-contact-address {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  .footer-desc {
    max-width: 100%;
  }

  .footer-divider {
    margin: 2.6rem 0 1.6rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .footer-legal {
    order: 1;
    gap: 1.4rem;
    justify-content: flex-start;
    width: 100%;
  }

  .footer-copy {
    order: 2;
    width: 100%;
  }

  .footer-disclaimer {
    text-align: center;
  }

  .products-section {
    padding: 3rem 0 3.4rem;
  }
  .products-section.pdp-products-section .row {
    --bs-gutter-y: 0;
  }
  .products-section.pdp-products-section .col-6.col-md-6.col-lg-3 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .products-title {
    font-size: 3rem;
    line-height: 1.2;
  }

  .products-tabs-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2.8rem;
  }

  .products-tabs {
    gap: 0.6rem;
    overflow-x: visible;
    flex-wrap: wrap;
    width: 100%;
  }

  .products-tabs .nav-link {
    font-size: 1.2rem;
    padding: 0.9rem 1.2rem !important;
    white-space: nowrap;
    border-radius: 0.6rem;
  }

  .products-full-link {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }

  .products-full-link img {
    width: 0.8rem;
    height: 0.8rem;
  }

  .products-full-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-transform: uppercase;
  }

  .products-full-pill img {
    width: 1.1rem;
    height: 1.1rem;
    object-fit: contain;
  }

  .products-section .tab-content {
    margin-top: 1.2rem;
  }

  .product-media {
    min-height: 13rem;
    padding: 1.2rem 0.8rem 0.7rem;
  }

  .product-media img {
    max-width: 11.5rem;
  }

  .product-info {
    padding: 1.5rem 1rem 1rem;
  }

  .product-info h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }

  .product-meta {
    font-size: 0.6rem;
  }

  .product-info h3 small {
    font-size: 1.2rem;
  }

  .product-info h4 {
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
    font-size: 1.5rem;
  }

  .product-submeta {
    gap: 0.6rem 0.9rem;
    flex-wrap: wrap;
    font-size: 0.6rem;
  }

  .product-submeta .coa-link {
    font-size: 0.6rem;
  }

  .product-label {
    top: 0.8rem;
    left: 0.8rem;
    font-size: 0.6rem;
    padding: 0.2rem 1.2rem;
    line-height: 1rem;
  }

  .product-btn-cart,
  .product-btn-more {
    font-size: 1.05rem;
    padding: 0.9rem 0.8rem;
    line-height: 1.5;
    margin-top: 0.7rem;
    border-radius: 0.5rem;
  }

  .products-show-more {
    display: block;
    margin-top: 1.8rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    color: #1a2c43;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .products-tag {
    font-size: 1.1rem;
  }

  .products-show-less {
    margin-top: 0.8rem;
  }

  .protocol-section {
    padding: 3.2rem 0 2.8rem;
  }

  .protocol-title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2.2rem;
  }

  .protocol-copy {
    margin-top: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .protocol-grid {
    margin-top: 1.4rem;
    --bs-gutter-y: 0;
  }
  .protocol-grid .col-6.col-md-6.col-lg-4 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .protocol-card h3 {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }

  .protocol-card p {
    font-size: 1.1rem;
    margin-top: 0.8rem;
  }

  .protocol-stat-item h4 {
    font-size: 4.2rem;
    margin: 0;
  }

  .protocol-stat-item p {
    font-size: 1.5rem;
  }

  .protocol-grid .col-lg-4 {
    margin-bottom: 1.4rem;
  }

  .protocol-stats .col-lg-3:not(:last-child) .protocol-stat-item::after {
    display: none;
  }

  .protocol-stats .col-lg-3 {
    position: relative;
  }

  .protocol-stats .col-lg-3:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    width: 1px;
    height: 5.6rem;
    background: #d0dae5;
  }

  .protocol-index {
    font-size: 1rem;
  }

  .feature-icon img {
    width: 2.2rem;
    height: 2.2rem;
  }

  .feature-item h6 {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }

  .feature-item p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 0;
  }

  .feature-marquee {
    padding: 1rem 0;
  }

  .feature-item {
    padding: 0rem 2rem;
    gap: 1rem;
  }

  .quality-tag {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  #products-grid {
    --bs-gutter-y: 1.4rem;
  }
  #products-grid .js-product-item {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-bottom: 0.2rem;
  }
  .subscription-price-wrap {
    margin-top: 0;
  }
  label.subscription-card input[type="radio"] {
    margin-top: 0 !important;
  }
  .product-media-card .slick-slider {
    border-radius: 7px;
  }
  .fact-cell:nth-child(odd) {
    border-right: 4px solid rgba(220, 229, 239, 1);
  }
  .recon-card {
    padding: 2.4rem;
  }
  .gallery-nav.prev {
    left: 1rem;
  }
  .gallery-nav.next {
    right: 1rem;
  }
  .product-gallery-slider {
    padding: 0 3rem;
  }
  .mob-none {
    display: none;
  }
  .product-detail-section {
    /* background: rgba(248, 248, 248, 1); */
    background: #fff;
  }
  .product-mobile-purchase {
    background: none;
  }
  .product-flag {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0;
  }
  .product-mobile-purchase .product-benefits li {
    display: flex;
  }
  .product-benefits li img {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0.4rem;
  }

  .product-benefits li div {
    flex-grow: 1;
  }
  .product-mobile-purchase {
    margin-top: 0;
  }
  .product-price-line {
    gap: 0.6rem;
  }
  .product-price {
    font-size: 2.8rem;
  }
  .product-price-old {
    font-size: 1.9rem;
  }
  .product-price-save {
    font-size: 0.9rem;
    padding: 0.3rem 0.6rem;
  }
  .mg-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
  }
  .mg-grid .option-pill {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 1.2rem;
  }
  .pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1rem;
  }
  .pack-card {
    padding: 2.2rem 1rem 1.4rem;
    min-height: 14rem;
  }
  .pack-save {
    font-size: 0.85rem;
  }
  .coa-title {
    font-size: 3rem;
  }
  .coa-subtitle {
    font-size: 1.6rem;
  }
  .coa-row .left_text {
    font-size: 1.1rem;
  }
  .coa-row .right_text {
    font-size: 1rem;
  }
  .coa-card {
    padding: 2.5rem;
  }
  .coa-card-title .text-secondary {
    font-size: 1.5rem;
  }
  .coa-card-sub {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
  .verified-pill {
    font-size: 0.8rem;
    margin-top: -10px;
  }
  .coa-points li {
    display: flex;
    font-size: 1rem;
    line-height: 1.7;
    align-items: flex-start;
  }
  .coa-download-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
  .coa-big-percent {
    font-size: 4.6rem;
  }
  .coa-figure-caption {
    font-size: 0.8rem;
  }
  .coa-card-figure {
    padding: 2rem 4rem;
  }
  .recon-title {
    font-size: 3rem;
  }
  .recon-subtitle {
    font-size: 1.6rem;
  }
  .recon-card h4 {
    font-size: 2rem;
  }
  .vendor-title {
    font-size: 3rem;
  }
  .vendor-subtitle {
    font-size: 1.6rem;
  }
  .reviews-summary-brand img {
    height: 1.8rem;
    width: auto;
  }
  .reviews-breakdown-title {
    font-size: 1rem;
  }
  .article-category {
    font-size: 0.7rem;
  }
  .article-meta {
    font-size: 0.8rem;
  }
  .article-link {
    font-size: 1.1rem;
  }
  .bogo-tag {
    font-size: 0.8rem;
  }
  #fkcart-modal
    .fkcart-item-wrap.fkcart-upsell-style2
    .fkcart--item
    .fkcart-image-wrapper
    span {
    max-height: 80px;
    max-width: 80px;
  }
  .coa-section {
    padding: 5rem 0 1rem 0;
  }
  .reconstitution-section {
    padding: 2rem 0;
  }
  .sticky-cart-bar {
    display: block;
  }
  .sticky-cart-bar.is-visible {
    bottom: 0;
  }
  .faq-title {
    font-size: 3rem;
  }

  .faq-wrap {
    margin-top: 2.8rem;
  }

  .faq-button {
    padding: 1.4rem;
    font-size: 1.5rem;
  }
  .lp-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
  }
  .lp-sub-title {
    font-size: 16px;
  }
  .faq-section {
    padding: 2.4rem 0 2.4rem;
  }
  .product-sold-out-badge {
    top: 10%;
    left: 15%;
    font-size: 12px;
    width: 6rem;
    height: 6rem;
  }
  .float-sticky-button {
    padding: 15px 10px;
  }
  .sticky-txt {
    font-size: 8px;
  }
  .sticky-btn-wrapper {
    border: 1px solid #d9d0d0;
    border-radius: 13px;
    padding: 20px 0 20px 10px;
    box-shadow: 0 1px 2px #513e3e69;
  }
  .left-portion {
    width: 40%;
    border-right: 1px solid #d9d0d0;
  }
  .right-portion {
    width: 60%;
    padding-left: 15px;
    padding-right: 5px;
  }
  .left-variant span:first-child {
    color: black;
    font-weight: 600;
    font-size: 12px;
  }
  .left-variant span:nth-child(2) {
    color: black;
    font-weight: 600;
    font-size: 10px;
  }
  .left-variant span:nth-child(3) {
    display: inline-block;
    background: #00af4b;
    padding: 2px 6px;
    font-size: 10px;
    color: white;
    border-radius: 6px;
  }
  .float-sticky-button .product-cta {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    align-self: stretch;
    font-weight: 500;
    border-radius: 6px;
    padding: 0;
    width: 70%;
  }
  .right-portion span:nth-child(1) {
    font-size: 10px;
    color: blue;
  }
  .right-portion span:nth-child(2) {
    font-size: 14px;
    color: blue;
    font-weight: bold;
  }
  .right-portion .you-save {
    font-size: 10px !important;
    color: green !important;
    font-weight: 400 !important;
  }
  section.float-sticky-button {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: white; /* Or match your theme background */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px; /* Optional: adds some breathing room */
  }
  .product-label-oos {
    width: 35px;
    height: 35px;
  }
  .price-hilit-mobile {
    background-color: #f5f5f7;
    border: 1px solid #ded4d4;
    border-radius: 10px;
    display: flex;
    padding: 6px 0;
  }
  .price-hilit-mobile .first,
  .price-hilit-mobile .second,
  .price-hilit-mobile .third {
    width: 33.33%;
  }
  .price-hilit-mobile .first,
  .price-hilit-mobile .second {
    border-right: 2px solid #ded4d4;
  }
  .price-hilit-mobile .price-tag-1 {
    padding: 5px 10px;
    border-radius: 15px;
    background-color: #dbdbdd;
    color: #3e3f44;
    font-size: 10px;
    font-weight: 500;
  }
  .price-hilit-mobile .price-tag-2 {
    padding: 5px 10px;
    border-radius: 15px;
    background-color: #003bfc;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
  }
  .price-hilit-mobile .price-tag-3 {
    padding: 5px 10px;
    border-radius: 15px;
    background-color: #d2eed5;
    color: #239e2a;
    font-weight: 500;
    font-size: 10px;
  }
  .price-hilit-mobile .price-1 {
    font-size: 22px;
    font-weight: bold;
    color: #525357;
    margin-top: 6px;
    display: inline-block;
    text-decoration: line-through;
  }
  .price-hilit-mobile .price-2 {
    font-size: 22px;
    font-weight: bold;
    color: #003bfc;
    margin-top: 6px;
    display: inline-block;
  }
  .price-hilit-mobile .per-vial {
    gap: 5px;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    color: #000;
  }
  .price-hilit-mobile .price-3 {
    font-size: 22px;
    font-weight: bold;
    color: #239e2a;
    display: block;
  }
  .price-hilit-mobile .price-badge {
    background-color: #239e2a;
    color: white;
    font-weight: 400;
    font-size: 10px;
    padding: 6px 15px;
    border-radius: 15px;
  }
}
@media (max-width: 575px) {
  .adv-banner {
    font-size: 1.1rem;
  }
  .pack-tag {
    font-size: 1rem;
  }
  .navbar .nav-inner > a.order-xl-1 {
    position: absolute;
    left: 44%;
    transform: translateX(-50%);
  }
  .pdp-bogo-section.bogo-section {
    background-image: url("https://licensedpeptides.com/wp-content/uploads/2026/04/bogo-bg-mobile.jpg");
  }
  section.bogo-section.pdp-bogo-section::before {
    background-image: linear-gradient(
      109deg,
      rgba(5, 15, 26, 0.4) 0%,
      rgba(5, 15, 26, 0.3) 45%,
      rgba(5, 15, 26, 0.2) 100%
    );
  }
  .vip-circle-badge {
    top: 6%;
    left: 13%;
  }
  /* new product page price show design */
  .drug-pricing-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .drug-pricing-container {
    padding: 10px;
  }
  .drug-pricing-label {
    font-size: 8px;
  }
  .drug-pricing-badge {
    font-size: 9px;
  }
  .drug-pricing-value-total {
    font-size: 12px;
  }
  .drug-pricing-value-discounted {
    font-size: 14px;
  }
  .drug-pricing-value {
    font-size: 14px;
  }
  .drug-pricing-value {
    font-size: 14px;
  }
  .pack-card.active::after {
    top: 2rem;
    right: 0.5rem;
  }
  .drug-pricing-grid .drug-pricing-item:last-child {
    gap: 5px;
  }
  .drug-pricing-value-savings {
    font-size: 12px;
  }
  span.text-success {
    color: green !important;
    font-size: 11px;
    line-height: 1;
  }
  .adv-10 span.text-success {
    font-size: 14px;
  }
  .buy-save {
    font-size: 8px;
    line-height: 1;
  }
  span.most-popular {
    bottom: -33px;
    padding: 5px 10px;
  }
  .promo-glow-text {
    font-size: 12px;
  }
  .product-gallery {
    /* 1. Forces the browser to process movement instantly via GPU */
    will-change: transform;

    /* 2. Completely disables any smooth transition delays that fight the scroll event */
    transition: transform 0s linear !important;

    /* 3. Enables hardware acceleration to eliminate micro-stuttering */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .product-on-sale-badge {
    top: 2rem;
    left: 6.5rem;
    font-size: 1rem;
    width: 50px;
    height: 50px;
  }
  .cross-price {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

@media (max-width: 392px) {
  .product-sold-out-badge {
    top: 10%;
    left: 12%;
    font-size: 12px;
    width: 6rem;
    height: 6rem;
  }
  .left-variant span:first-child {
    font-size: 11px;
  }
  .subscription-save-badge.sub-badge-val {
    position: relative;
    top: 17px;
  }
  .promo-glow-text {
    font-size: 10px;
  }
  .subtle-promo-badge {
    font-size: 11px;
  }
  .product-on-sale-badge {
    left: 5.5rem;
  }
}
@media (max-width: 374px) {
  .catalog-title {
    line-height: 1;
  }
  .coa-points li img {
    margin-top: 0.2rem;
  }
  .subscription-save-badge {
    position: relative;
    left: 1.1rem;
  }
  .product-stock.dynamic-description {
    align-items: start;
  }
  .product-stock.dynamic-description img {
    margin-top: 0.2rem;
  }
  .product-mobile-purchase
    .subscription-card
    input[type="radio"]:checked::after {
    background: var(--theme-color);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #2d88ca;
    border-radius: 50%;
  }
  .catalog-title {
    line-height: 1;
  }
}
