/* ═══════════════════════════════════════════════════
 * Decode Peptides — Custom Styles
 * Uses theme CSS variables: var(--color-primary) etc.
 * ═══════════════════════════════════════════════════ */

/* ── Best Selling: equal height cards ──────────────── */
.product-slider.swiper-container .swiper-wrapper {
  align-items: stretch !important;
}

.product-slider.swiper-container .swiper-slide.product-item {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}

.product-slider.swiper-container .xb-item--img {
  flex-shrink: 0;
}

.product-slider.swiper-container .xb-item--holder {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.product-slider.swiper-container .xb-item--title {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.product-slider.swiper-container .xb-item--action {
  margin-top: auto !important;
  flex-shrink: 0;
}

/* ── Bundle descriptions: white text ───────────────── */
[data-id^="dp-b-desc-"] p,
[data-id^="dp-b-desc-"] {
  color: #ffffff !important;
}

/* ── Bundle tags: white border + white text ─────────── */
[data-widget_type="text-editor.default"] span[style*="rgba(255,77,36"],
[data-widget_type="text-editor.default"] span[style*="rgba(255, 77, 36"] {
  background: rgba(255,255,255,0.07) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
}

/* ── Feature icons: white instead of orange ────────── */
.xb-item--icon svg path[fill="#FF4D24"],
.xb-item--icon svg path[fill="#ff4d24"] {
  fill: #ffffff !important;
}

/* Fallback — filter whole icon to white */
.xb-item--icon svg {
  filter: brightness(0) invert(1);
}

/* ── Hero overlay for readability ──────────────────── */
.hero.hero-style-one {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}

.hero.hero-style-one::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(13,10,26,0.85) 0%,
      rgba(13,10,26,0.65) 45%,
      rgba(13,10,26,0.30) 80%,
      rgba(13,10,26,0.10) 100%),
    linear-gradient(180deg,
      rgba(13,10,26,0.40) 0%,
      rgba(13,10,26,0.10) 50%,
      rgba(13,10,26,0.55) 100%);
  z-index: 0;
  pointer-events: none;
}

.hero.hero-style-one > .container,
.hero.hero-style-one .hero__content,
.hero.hero-style-one .xb-hero-shape {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero.hero-style-one::before {
    background: linear-gradient(180deg,
      rgba(13,10,26,0.85) 0%,
      rgba(13,10,26,0.55) 50%,
      rgba(13,10,26,0.85) 100%);
  }
}

/* ── Bundles Section ────────────────────────────── */

#bundles {
  background-color: #0d0a1a;
  position: relative;
  overflow: hidden;
}

/* Ensure Elementor containers sit above canvas */
#bundles .elementor-container,
#bundles .elementor-widget-wrap,
#bundles .elementor-column,
#bundles .elementor-widget {
  position: relative;
  z-index: 1;
}

/* ── sub-title decorators: replace dumbbells with peptide chain icons ── */
/*
  SVG: three circles connected by lines (amino acid / peptide chain motif)
  Left icon points right (→), right icon is mirrored (←)
  Colour: #913fe2 (primary purple)
*/
.sec-title .sub-title::before,
.sec-title .sub-title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 19' width='15' height='19'%3E%3Ccircle cx='7.5' cy='2.5' r='2.2' fill='%23913fe2'/%3E%3Ccircle cx='7.5' cy='9.5' r='2.2' fill='%23913fe2' opacity='.7'/%3E%3Ccircle cx='7.5' cy='16.5' r='2.2' fill='%23913fe2' opacity='.4'/%3E%3Cline x1='7.5' y1='4.7' x2='7.5' y2='7.3' stroke='%23913fe2' stroke-width='1.4' stroke-linecap='round'/%3E%3Cline x1='7.5' y1='11.7' x2='7.5' y2='14.3' stroke='%23913fe2' stroke-width='1.4' stroke-linecap='round' opacity='.6'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
}

/* Section title colors — purple */
#bundles .sec-title .sub-title {
  color: #913fe2 !important;
}
#bundles .sec-title .title {
  color: #ffffff !important;
}

/* Product cards */
#bundles .product-item {
  text-align: left !important;
  background: rgba(124,58,237,0.07);
  border: 1px solid rgba(124,58,237,0.2);
  border-radius: 16px;
  padding: 28px 24px 22px !important;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  transform-style: preserve-3d;
}

#bundles .product-item:hover {
  border-color: rgba(168,85,247,0.5);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(107,36,196,0.25);
}

/* Hide old single image — replaced by stack */
#bundles .xb-item--img {
  display: none;
}

/* 3D Stack wrapper */
.dp-stack-wrapper {
  transform-style: preserve-3d;
  margin-bottom: 22px !important;
}

.dp-stack-wrapper img {
  border: 2px solid rgba(145,63,226,0.4) !important;
  box-shadow: 0 8px 30px rgba(107,36,196,0.4) !important;
}

/* Product title */
#bundles .xb-item--title a {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.4;
}

/* Injected tags — purple */
.dp-bundle-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.dp-bundle-tag {
  display: inline-block;
  background: rgba(124,58,237,0.15);
  color: #913fe2;
  border: 1px solid rgba(124,58,237,0.35);
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Injected description */
.dp-bundle-desc {
  color: #8a7aaa;
  font-size: 13px;
  line-height: 1.65;
  margin: 12px 0 0 0 !important;
}

/* Rating: hide */
#bundles .xb-item--rating-inner { display: none; }

/* Price color — purple */
#bundles .woocommerce-Price-amount {
  color: #913fe2 !important;
}

/* Smaller "View Stack" button — purple */
#bundles .xb-item--action a {
  padding: 8px 20px !important;
  font-size: 12px !important;
  background: rgba(124,58,237,0.15) !important;
  border: 1px solid rgba(124,58,237,0.4) !important;
  color: #c084fc !important;
  border-radius: 6px;
  transition: background 0.25s, color 0.25s;
}

#bundles .xb-item--action a:hover {
  background: #7a32d0 !important;
  color: #fff !important;
}

#bundles .xb-item--action {
  margin-top: 18px !important;
  justify-content: flex-start !important;
}

/* "View All" button at bottom — purple */
#bundles .int-btn .btn,
#bundles .int-btn a {
  background: #7a32d0 !important;
  border-color: #7a32d0 !important;
}

#bundles .int-btn .btn:hover,
#bundles .int-btn a:hover {
  background: #6b24c4 !important;
  border-color: #6b24c4 !important;
}

/* ═══════════════════════════════════════════════════════════
   Research Info Block — modern, clean, readable
   ═══════════════════════════════════════════════════════════ */

/* Root wrapper */
.dp-product-info {
  margin-top: 56px;
  font-family: 'Poppins', sans-serif;
}

/* ── Stats bar ─────────────────────────────────────────── */
.dp-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .dp-stats-row { grid-template-columns: repeat(2, 1fr); }
}

.dp-stat {
  background: #f8f9fb;
  border: 1px solid #e8eaf0;
  border-radius: 14px;
  padding: 22px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s;
}
.dp-stat::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--color-primary);
  border-radius: 14px 14px 0 0;
}
.dp-stat:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.08); }

.dp-stat-num {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  font-family: 'Chakra Petch', sans-serif;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.dp-stat-label {
  display: block;
  font-size: 11px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-top: 6px;
  font-weight: 500;
}

/* ── Section title ─────────────────────────────────────── */
.dp-product-info .dp-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.dp-product-info .dp-section-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
}

.dp-product-info h2 {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  font-family: 'Chakra Petch', sans-serif;
  margin: 0 0 32px 0;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

.dp-product-info h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #374151;
  margin: 36px 0 14px 0;
  font-family: 'Chakra Petch', sans-serif;
}

/* ── Info image grid ───────────────────────────────────── */
.dp-info-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 32px 0 40px 0;
}
@media (max-width: 640px) {
  .dp-info-images { grid-template-columns: 1fr; }
}

.dp-info-images img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #e8eaf0;
  display: block;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.dp-info-images img:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.11);
}

/* ── Pathway / mechanism cards ─────────────────────────── */
.dp-pathway-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 640px) {
  .dp-pathway-list { grid-template-columns: 1fr; }
}

.dp-pathway-list li {
  padding: 14px 18px;
  border-radius: 12px;
  background: #f8f9fb;
  border: 1px solid #e8eaf0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #374151;
  position: relative;
  padding-left: 34px;
}
.dp-pathway-list li::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
  flex-shrink: 0;
}
.dp-pathway-list li strong {
  display: block;
  color: #111827;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 3px;
}

/* ── Research table ────────────────────────────────────── */
.dp-research-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  margin-top: 8px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8eaf0;
}

.dp-research-table thead {
  background: #f3f4f6;
}

.dp-research-table th {
  color: #374151;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e8eaf0;
}

.dp-research-table td {
  padding: 13px 16px;
  border-bottom: 1px solid #f1f3f5;
  color: #4b5563;
  vertical-align: top;
  line-height: 1.55;
}

.dp-research-table tr:last-child td { border-bottom: none; }

.dp-research-table tbody tr:hover td {
  background: #fafbff;
  color: #111827;
}

.dp-research-table td:first-child {
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
}

/* ── References list ───────────────────────────────────── */
.dp-references {
  margin-top: 40px;
  padding: 24px 28px;
  background: #f8f9fb;
  border-radius: 14px;
  border: 1px solid #e8eaf0;
}

.dp-references h3 {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  font-size: 12px !important;
  color: #6b7280 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.dp-references ol {
  margin: 0;
  padding-left: 20px;
}

.dp-references ol li {
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 8px;
}

.dp-references ol li em {
  color: #374151;
  font-style: italic;
}

/* ── Divider ───────────────────────────────────────────── */
.dp-product-info hr {
  border: none;
  border-top: 1px solid #e8eaf0;
  margin: 40px 0;
}

/* ── Most Popular Peptides — purple accents + 3D float ── */

.elementor-widget-int-products-v2 .popular-product-item {
  overflow: hidden !important;
  align-items: stretch !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.elementor-widget-int-products-v2 .xb-item--img {
  overflow: hidden !important;
  height: auto !important;
  align-self: stretch !important;
  flex-shrink: 0;
}

.elementor-widget-int-products-v2 .xb-item--img a {
  display: block;
  height: 100%;
}

.elementor-widget-int-products-v2 .xb-item--img a > div {
  height: 100% !important;
  display: block !important;
}

.elementor-widget-int-products-v2 .xb-item--img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  border: none !important;
  border-right: 2px solid rgba(145,63,226,0.3) !important;
  box-shadow: none !important;
  transition: transform 0.3s, border-color 0.3s;
  display: block;
}

.elementor-widget-int-products-v2 .xb-item--cart img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(80%) saturate(1200%) hue-rotate(240deg);
}

.elementor-widget-int-products-v2 .xb-item--title a:hover {
  color: #913fe2 !important;
}

/* ── Dark overlay on pp_bg section so intro text is readable ── */
.elementor-element-5a80b93 {
  position: relative;
}
.elementor-element-5a80b93::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(13,10,26,0.92) 0%,
    rgba(20,12,40,0.82) 50%,
    rgba(13,10,26,0.70) 100%);
  z-index: 0;
  pointer-events: none;
}
.elementor-element-5a80b93 > .elementor-container {
  position: relative;
  z-index: 1;
}

/* ── Section layout: intro left + carousel right ─────── */

.dp-section-layout {
  display: flex;
  align-items: stretch;
  gap: 56px;
  width: 100%;
}

@media (max-width: 1199px) {
  .dp-section-layout { gap: 40px; }
}

@media (max-width: 991px) {
  .dp-section-layout {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    overflow: hidden;
  }
}

/* ── Intro panel (left) — wider ────────────────────── */

.dp-intro-panel {
  flex: 0 0 440px;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 14px 0;
  justify-content: center;
}

@media (max-width: 1199px) {
  .dp-intro-panel { flex-basis: 380px; max-width: 380px; }
}

@media (max-width: 991px) {
  .dp-intro-panel {
    flex: none;
    max-width: 600px;
    text-align: center;
    align-items: center;
  }
}

.dp-intro-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c084fc;
  padding: 6px 14px;
  background: rgba(145,63,226,0.10);
  border: 1px solid rgba(145,63,226,0.35);
  border-radius: 30px;
  width: fit-content;
}

.dp-intro-label::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #913fe2;
  box-shadow: 0 0 10px #913fe2;
}

.dp-intro-heading {
  font-size: 40px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  color: #ffffff !important;
  font-family: 'Chakra Petch', sans-serif !important;
  margin: 0 !important;
  letter-spacing: -0.5px;
}

@media (max-width: 1199px) {
  .dp-intro-heading { font-size: 34px !important; }
}

.dp-intro-heading em {
  font-style: normal;
  color: #c084fc;
  background: linear-gradient(135deg, #c084fc 0%, #913fe2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dp-intro-body {
  font-size: 15px;
  line-height: 1.75;
  color: #a89bc7;
  margin: 0;
  max-width: 420px;
}

.dp-intro-stats {
  display: flex;
  gap: 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(145,63,226,0.18);
  border-bottom: 1px solid rgba(145,63,226,0.18);
}

.dp-intro-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dp-intro-stat strong {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  font-family: 'Chakra Petch', sans-serif;
  line-height: 1;
}

.dp-intro-stat span {
  font-size: 10.5px;
  color: #8a7aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.dp-intro-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff !important;
  background: linear-gradient(135deg, #913fe2 0%, #6b24c4 100%);
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s;
  width: fit-content;
  box-shadow: 0 6px 20px rgba(107,36,196,0.35);
}

.dp-intro-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(107,36,196,0.5);
  color: #ffffff !important;
}

/* ── Carousel panel (right) ─────────────────────────── */

.dp-carousel-panel {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .dp-carousel-panel {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}

/* ── 3D Coverflow Product Carousel ─────────────────────── */

.dp-product-swiper {
  width: 100%;
  padding: 30px 0 70px !important;
  overflow: visible !important;
}

@media (max-width: 991px) {
  .dp-product-swiper {
    overflow: hidden !important;
    padding: 20px 0 50px !important;
  }
}

.dp-product-swiper .swiper-slide {
  width: 290px;
  max-width: 80vw;
  will-change: transform, opacity;
}

@media (max-width: 600px) {
  .dp-product-swiper .swiper-slide {
    width: 240px;
    max-width: 72vw;
  }
}
@media (max-width: 400px) {
  .dp-product-swiper .swiper-slide {
    width: 200px;
    max-width: 68vw;
  }
}

.dp-product-swiper .swiper-wrapper {
  perspective: 1400px;
  transform-style: preserve-3d;
}

/* Card — GSAP controls transforms; remove CSS transitions on transform */
.dp-pcard {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(145,63,226,0.22);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.swiper-slide-active .dp-pcard {
  border-color: rgba(145,63,226,0.55);
}

/* Image */
.dp-pcard__img-link {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex-shrink: 0;
}

.dp-pcard__img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.swiper-slide-active .dp-pcard__img-link img {
  transform: scale(1.04);
}

/* Body */
.dp-pcard__body {
  padding: 20px 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(13,10,26,0.72);
  backdrop-filter: blur(8px);
}

.dp-pcard__title {
  font-size: 15px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.35 !important;
}

.dp-pcard__title a {
  color: #ffffff !important;
  transition: color 0.2s;
}

.dp-pcard__title a:hover {
  color: #c084fc !important;
}

.dp-pcard__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #8a7aaa;
}

.dp-pcard__rating .far.fa-star {
  color: rgba(145,63,226,0.5);
  font-size: 11px;
}

.dp-pcard__count {
  color: #6b5e88;
  font-size: 12px;
}

.dp-pcard__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.dp-pcard__price .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff !important;
  font-family: 'Chakra Petch', sans-serif;
}

.dp-pcard__atc,
a.dp-pcard__atc,
.dp-pcard__action a.dp-pcard__atc {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 8px;
  color: #1a0a2e !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
  flex-shrink: 0;
  text-decoration: none !important;
}

.dp-pcard__atc:hover,
a.dp-pcard__atc:hover,
.dp-pcard__action a.dp-pcard__atc:hover {
  background: #e8d5ff !important;
  border-color: #e8d5ff !important;
  color: #6b24c4 !important;
}

/* Nav & Pagination */
.dp-swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.dp-swiper-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(145,63,226,0.4);
  background: rgba(124,58,237,0.12);
  color: #c084fc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
  flex-shrink: 0;
}

.dp-swiper-btn svg {
  width: 18px;
  height: 18px;
}

.dp-swiper-btn:hover {
  background: #7a32d0;
  border-color: #7a32d0;
  color: #fff;
}

.dp-swiper-pagination {
  display: flex;
  gap: 6px;
  align-items: center;
}

.dp-swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(145,63,226,0.35);
  opacity: 1;
  border-radius: 50%;
  transition: background 0.25s, transform 0.25s;
}

.dp-swiper-pagination .swiper-pagination-bullet-active {
  background: #913fe2;
  transform: scale(1.4);
}

/* ── Testimonial: dynamic reviews ──────────────────────────────────────────── */
.dp-tst-stars {
  display: block;
  color: #facc15;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 4px 0 2px;
}
.dp-tst-product {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #a97be8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-top: 3px;
}
.dp-tst-product:hover { color: #c9a3f5; }

.dp-tst-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding: 20px 28px;
  background: rgba(145,63,226,0.08);
  border: 1px solid rgba(145,63,226,0.2);
  border-radius: 12px;
}
.dp-tst-summary {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dp-tst-avg {
  font-size: 22px;
  font-weight: 800;
  color: #facc15;
  letter-spacing: 1px;
}
.dp-tst-label {
  font-size: 12px;
  color: #8a7aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dp-tst-count {
  font-size: 13px;
  color: #c4b3e0;
  font-weight: 500;
}
.dp-tst-viewall {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #913fe2;
  padding: 10px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}
.dp-tst-viewall:hover { background: #7a32d0; color: #fff; }

@media (max-width: 600px) {
  .dp-tst-footer { flex-direction: column; gap: 16px; align-items: flex-start; }
}

/* ── Feature list (≥99% HPLC, Cold-Chain etc.) — mobile ─────────────────── */
@media (max-width: 767px) {
  ul.feature-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }
  ul.feature-list li {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    background: rgba(145,63,226,0.05);
    border: 1px solid rgba(145,63,226,0.12);
    border-radius: 12px;
    padding: 14px 14px !important;
    margin: 0 !important;
  }
  ul.feature-list .xb-item--icon {
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0 !important;
    margin-top: 2px;
  }
  ul.feature-list .xb-item--icon svg,
  ul.feature-list .xb-item--icon img {
    width: 32px !important;
    height: 32px !important;
  }
  ul.feature-list .xb-item--holder { padding: 0 !important; flex: 1; }
  ul.feature-list .xb-item--title {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 0 4px !important;
    color: #1a1030;
  }
  ul.feature-list .xb-item--desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #6b5e88;
    margin: 0 !important;
  }
}

/* ── About section (5bc8767) — mobile ───────────────────────────────────── */
@media (max-width: 767px) {
  .elementor-element-5bc8767 .elementor-container {
    flex-direction: column !important;
  }
  .elementor-element-5bc8767 .elementor-col-50 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .about-list.ul_li {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .about-list.ul_li li {
    background: rgba(145,63,226,0.07);
    border: 1px solid rgba(145,63,226,0.15);
    border-radius: 10px;
    padding: 10px 12px !important;
    font-size: 13px !important;
    gap: 8px !important;
  }
}

/* ── Bundle rows (homepage) — mobile: hide image, center button ──────────── */
@media (max-width: 767px) {
  [data-id^="dp-b-img-col-"] { display: none !important; }
  [data-id^="dp-b-text-col-"] { width: 100% !important; max-width: 100% !important; }
  [data-id^="dp-b-btn-"] .xb-btn-wrap { display: flex !important; justify-content: center !important; }
}

/* ── Bundles / Curated Peptide Stacks — mobile responsivity ─────────────── */
@media (max-width: 767px) {
  #bundles { padding-left: 0 !important; padding-right: 0 !important; }

  /* Full-width card, peek next */
  #bundles .swiper { padding: 0 16px 24px !important; box-sizing: border-box; }
  #bundles .swiper-slide { width: 88vw !important; max-width: 360px; }

  /* Card layout: stack on top, text below */
  #bundles .product-item {
    padding: 16px 14px 14px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Hide images in bundles section on mobile */
  #bundles .dp-stack-wrapper,
  #bundles .product-item .xb-item--img { display: none !important; }

  /* Title */
  #bundles .xb-item--title { margin-bottom: 8px !important; }
  #bundles .xb-item--title a { font-size: 15px !important; }

  /* Tags — wrap cleanly */
  .dp-bundle-tags { gap: 4px; margin-bottom: 8px; }
  .dp-bundle-tag { font-size: 9px !important; padding: 2px 7px !important; }

  /* Description — limit lines */
  .dp-bundle-desc {
    font-size: 12px !important;
    line-height: 1.5 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin-top: 8px !important;
  }

  /* View Stack button — full width */
  #bundles .xb-item--action { margin-top: 12px !important; }
  #bundles .xb-item--action a {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  /* Nav */
  .dp-swiper-nav { margin-top: 14px; gap: 10px; }
  .dp-swiper-btn { width: 34px; height: 34px; }

  /* Section title */
  #bundles .sec-title .title { font-size: 26px !important; }
}

/* ── Peptide Encyclopedia section ─────────────────────────────────────────── */
.dp-wiki-section {
  background: #0d0a1a !important;
  padding: 80px 0 70px;
}
.dp-wiki-section .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.dp-wiki-header {
  text-align: center;
  margin-bottom: 52px;
}
.dp-wiki-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #913fe2;
  margin-bottom: 12px;
}
.dp-wiki-header h2 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.2;
}
.dp-wiki-header p {
  color: #9d8abe;
  font-size: 14px;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Groups layout */
.dp-enc-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 900px)  { .dp-enc-groups { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .dp-enc-groups { grid-template-columns: 1fr; gap: 16px; } }

.dp-enc-group {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(145,63,226,0.14);
  border-radius: 16px;
  padding: 20px 20px 18px;
}

.dp-enc-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.dp-enc-group-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 20px;
  border: 1px solid;
}
.dp-enc-group-count {
  font-size: 11px;
  color: #6b5e88;
  font-weight: 500;
}

/* Peptide pills */
.dp-enc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.dp-enc-pill {
  font-size: 12px;
  font-weight: 500;
  color: #c4b3e0;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px;
  padding: 4px 12px;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  white-space: nowrap;
}
.dp-enc-pill:hover {
  background: rgba(145,63,226,0.18);
  border-color: rgba(145,63,226,0.45);
  color: #e0cfff;
}

.dp-wiki-cta {
  text-align: center;
  margin-top: 8px;
}
.dp-wiki-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(145,63,226,0.5);
  padding: 12px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.22s;
}
.dp-wiki-cta a:hover {
  background: #913fe2;
  border-color: #913fe2;
  color: #fff;
}

/* Hide old Peptide Encyclopedia page section title from Elementor if it existed */
.elementor-element-76ddbb9 { display: none !important; }

/* ── Reviews section: fix title colors ────────────────────────────────────── */
.elementor-element-df52ee1 .sec-title .sub-title,
.elementor-element-df52ee1 .sec-title .title {
  color: #fff !important;
}
.elementor-element-df52ee1 {
  background: #0d0a1a;
}

/* ── Reviews section: xb-item colors ─────────────────────────────────────── */
.elementor-element-df52ee1 .xb-item--name { color: #fff !important; }
.elementor-element-df52ee1 .xb-item--date { color: #9d8abe !important; }
.elementor-element-df52ee1 .xb-item--desc { color: #d4c4f0 !important; }

/* ── Product page: review cards ───────────────────────────────────────────── */

/* Review section wrapper */
#reviews {
  background: #f8f7fc;
  border-radius: 16px;
  padding: 40px 36px 36px;
  margin-top: 48px;
}
#reviews h2 { font-size: 22px; font-weight: 800; color: #1a1030; margin-bottom: 8px; }
#reviews .woocommerce-Reviews-title { font-size: 20px; font-weight: 800; color: #1a1030; margin-bottom: 24px; }

/* Hide old comment_container avatars (gravatar imgs) */
.comment_container > img,
.comment_container > .avatar { display: none !important; }

/* New card layout */
.dp-review-card {
  background: #fff;
  border: 1px solid #ede9f8;
  border-radius: 14px;
  padding: 22px 24px 20px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(145, 63, 226, 0.06);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.dp-review-card:hover {
  box-shadow: 0 4px 24px rgba(145, 63, 226, 0.12);
  border-color: rgba(145, 63, 226, 0.25);
}

/* Header row: avatar + meta + stars */
.dp-review-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

/* Initial avatar circle */
.dp-review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: 0;
}

.dp-review-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.dp-review-author {
  font-size: 14px;
  font-weight: 700;
  color: #1a1030;
  line-height: 1.2;
}
.dp-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  font-weight: 600;
  color: #059669;
  letter-spacing: 0.3px;
}
.dp-review-date {
  font-size: 11.5px;
  color: #9e8cbf;
}

/* Stars aligned right on desktop */
.dp-review-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  padding-top: 2px;
  flex-shrink: 0;
}

/* Review body text */
.dp-review-body {
  font-size: 14px;
  color: #3d2f5c;
  line-height: 1.7;
  border-top: 1px solid #f0ebfb;
  padding-top: 14px;
}
.dp-review-body p { margin: 0; }

.dp-review-pending {
  font-size: 13px;
  color: #9e8cbf;
  font-style: italic;
  margin: 0;
  border-top: 1px solid #f0ebfb;
  padding-top: 12px;
}

/* Overall rating summary */
#reviews .woocommerce-product-rating {
  margin-bottom: 20px;
}

/* Review form styling */
#review_form_wrapper {
  background: #fff;
  border: 1px solid #ede9f8;
  border-radius: 14px;
  padding: 28px 28px 24px;
  margin-top: 32px;
  box-shadow: 0 2px 12px rgba(145, 63, 226, 0.06);
}
#review_form_wrapper h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1030;
  margin-bottom: 20px;
}
#review_form_wrapper input,
#review_form_wrapper textarea {
  border: 1px solid #e0d9f5;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: #1a1030;
  background: #fdfcff;
  transition: border-color 0.2s;
  width: 100%;
}
#review_form_wrapper input:focus,
#review_form_wrapper textarea:focus {
  border-color: #913fe2;
  outline: none;
  box-shadow: 0 0 0 3px rgba(145, 63, 226, 0.1);
}
#review_form_wrapper .submit input,
#review_form_wrapper #submit {
  background: #913fe2;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 32px;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s;
  width: auto;
}
#review_form_wrapper .submit input:hover,
#review_form_wrapper #submit:hover { background: #7a32d0; }

/* Comment list reset */
.woocommerce-Reviews ol.commentlist {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.woocommerce-Reviews ol.commentlist li { padding: 0; border: none; background: none; }

@media (max-width: 600px) {
  #reviews { padding: 24px 16px 20px; }
  .dp-review-card { padding: 16px; }
  .dp-review-stars { margin-left: 0; margin-top: 4px; }
}

/* ── Product loop: new card design ───────────────────────────────────────────*/

/* Hide old hover-reveal overlay since we replaced it */
.product--btn { display: none !important; }

/* ── Shop / Category page ────────────────────────────────────────────────── */

/* ── Shop / Category product grid ────────────────────────────────────────── */
.dp-product-col { margin-bottom: 28px; display: flex; }
.row.mt-none-20 { display: flex; flex-wrap: wrap; align-items: stretch; }
.row.mt-none-20 > .dp-product-col { display: flex; }

/* ── Product Card — minimal modern ───────────────────────── */
.dp-product-col .product-item {
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ede9f8 !important;
  background: #fff !important;
  padding: 0 !important;
  box-sizing: border-box;
  transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.dp-product-col .product-item:hover {
  border-color: rgba(145,63,226,0.4) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(145,63,226,0.14);
}

/* Image */
.dp-product-col .product-item .xb-item--img {
  height: 200px !important;
  overflow: hidden !important;
  background: rgba(145,63,226,0.08) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.dp-product-col .product-item .xb-item--img a { display: block; width: 100%; height: 100%; }
.dp-product-col .product-item .xb-item--img img {
  width: 100% !important; height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94) !important;
  display: block !important;
}
.dp-product-col .product-item:hover .xb-item--img img { transform: scale(1.06) !important; }

/* Body */
.dp-product-col .product-item .xb-item--holder {
  padding: 14px 16px 0 !important;
  flex: 1;
}
.dp-product-col .product-item .xb-item--title,
.dp-product-col .product-item h3.xb-item--title {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.1px !important;
  color: #1a1030 !important;
}
.dp-product-col .product-item .xb-item--title a,
.dp-product-col .product-item h3.xb-item--title a {
  color: #1a1030 !important;
  text-decoration: none !important;
  transition: color 0.18s !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}
.dp-product-col .product-item .xb-item--title a:hover,
.dp-product-col .product-item h3.xb-item--title a:hover { color: #7c3aed !important; }

/* Action bar */
.dp-product-col .product-item .xb-item--action,
.dp-product-col .product-item .xb-item--action.ul_li {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 16px 14px !important;
  margin-top: 10px !important;
  border-top: 1px solid #f0ebfa !important;
  position: static !important;
  height: auto !important;
  overflow: visible !important;
  gap: 8px !important;
}

/* Price */
.dp-product-col .product-item .xb-item--price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #7c3aed !important;
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
  letter-spacing: -0.5px;
}
.dp-product-col .product-item:hover .xb-item--price { transform: none !important; opacity: 1 !important; }
/* "from €X" label in loop cards */
.dp-product-col .xb-item--price .dp-tier-price-display {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  flex-wrap: wrap;
}
.dp-product-col .xb-item--price .dp-tier-price-from {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #9ca3af !important;
  letter-spacing: 0.03em;
  text-transform: lowercase;
}
.dp-product-col .product-item .xb-item--price .woocommerce-Price-amount,
.dp-product-col .product-item .xb-item--price bdi {
  color: #7c3aed !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.dp-ploop-badge-freq { font-size: 10px; font-weight: 500; color: #9e8cbf; margin-left: 2px; }

/* Add to Cart button */
.dp-product-col .product-item .xb-item--action a.button,
.dp-product-col .product-item .xb-item--action.ul_li a.button {
  background: rgba(145,63,226,0.85) !important;
  border: 1px solid rgba(145,63,226,0.5) !important;
  border-radius: 8px !important;
  width: auto !important; height: auto !important; position: static !important;
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  gap: 6px !important; padding: 8px 14px !important;
  transition: background 0.18s, border-color 0.18s !important;
  white-space: nowrap !important; flex-shrink: 0 !important;
  color: #fff !important;
  font-size: 12px !important; font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0;
}
.dp-product-col .product-item .xb-item--action a.button:hover {
  background: #913fe2 !important;
  border-color: #913fe2 !important;
}

/* Cart text + icon */
.dp-product-col .product-item .xb-item--cart {
  opacity: 1 !important; visibility: visible !important; width: auto !important;
  color: #fff !important; font-size: 12px !important; font-weight: 600 !important;
  text-transform: none !important; transition: none !important; line-height: normal !important;
  height: auto !important; margin-left: 0 !important;
}
.dp-product-col .product-item .xb-item--cart-icon { width: 13px !important; flex-shrink: 0; }
.dp-product-col .product-item .xb-item--cart-icon img { filter: brightness(0) invert(1); width: 13px !important; }

/* Kill main.css hover animations */
.dp-product-col .product-item:hover .xb-item--action a { width: auto !important; }
.dp-product-col .product-item:hover .xb-item--cart { height: auto !important; margin-left: 0 !important; }

/* Subscription badge */
.dp-ploop-badge {
  position: absolute; top: 10px; left: 10px; z-index: 3;
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 9px; font-weight: 600; letter-spacing: 0.5px;
  text-transform: uppercase; padding: 3px 9px; border-radius: 20px;
}
.dp-ploop-badge--sub {
  background: rgba(145,63,226,0.2);
  color: #c084fc;
  border: 1px solid rgba(145,63,226,0.4);
}

/* Subscription cards */
.dp-subs-grid .product-item {
  background: rgba(145,63,226,0.06) !important;
  border-color: rgba(145,63,226,0.2) !important;
}

/* ── Mobile: 2-column product cards ──────────────────────────────── */
@media (max-width: 576px) {
  .dp-product-col .product-item .xb-item--img {
    height: 140px !important;
  }
  .dp-product-col .product-item .xb-item--holder {
    padding: 10px 10px 0 !important;
  }
  .dp-product-col .product-item .xb-item--title a,
  .dp-product-col .product-item h3.xb-item--title a {
    font-size: 11px !important;
  }
  .dp-product-col .product-item .xb-item--action,
  .dp-product-col .product-item .xb-item--action.ul_li {
    padding: 8px 10px 10px !important;
    gap: 6px !important;
  }
  .dp-product-col .xb-item--price {
    font-size: 13px !important;
  }
  .dp-product-col .product-item .button {
    font-size: 11px !important;
    padding: 6px 10px !important;
  }
  .dp-product-col .product-item .xb-item--cart {
    display: none;
  }
  .dp-product-col .product-item .xb-item--cart-icon {
    margin: 0 !important;
  }
}

/* Category description at top of category pages */
.dp-cat-description {
  margin-bottom: 32px;
  padding: 20px 24px;
  background: #f9f6fe;
  border-left: 3px solid #913fe2;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #4a3d6e;
}

/* ── Subscription section separator ──────────────────────────────────────── */
.dp-subs-section {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #f0ebfa;
}
.dp-subs-header {
  margin-bottom: 24px;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
  gap: 4px;
}
.dp-subs-title {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #9ca3af !important;
  margin: 0 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dp-subs-sub {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
  line-height: 1.5;
}
.dp-subs-icon {
  display: none;
}

/* Subscription cards — slightly different tint */
.dp-subs-grid .product-item {
  background: #fdf9ff !important;
  border-color: rgba(145,63,226,0.18) !important;
}


/* ═══════════════════════════════════════════════════════════════════
   Cart page redesign
   ═══════════════════════════════════════════════════════════════════ */

/* Outer two-column layout */
.dp-cart-wrap {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px 80px;
}
@media (max-width: 1024px) { .dp-cart-wrap { grid-template-columns: 1fr; } }

/* Section heading */
.dp-cart-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0ebfb;
}
.dp-cart-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  color: #1a1030;
  margin: 0;
}
.dp-cart-count {
  font-size: 12px;
  font-weight: 600;
  color: #9e8cbf;
  background: #f4f0fc;
  padding: 4px 12px;
  border-radius: 20px;
}

/* ── Cart item card ────────────────────────────────────────────────── */
.dp-cart-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #f0ebfb;
}
.dp-cart-item:last-of-type { border-bottom: none; }

.dp-cart-item-img {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  overflow: hidden;
  background: #f9f6fe;
  flex-shrink: 0;
}
.dp-cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dp-cart-item-img a { display: block; height: 100%; }

.dp-cart-item-info { min-width: 0; }
.dp-cart-item-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1030;
  line-height: 1.35;
  margin-bottom: 4px;
}
.dp-cart-item-name a { color: inherit; text-decoration: none; }
.dp-cart-item-name a:hover { color: #913fe2; }
.dp-cart-item-price {
  font-size: 13px;
  color: #9e8cbf;
  margin-top: 6px;
}
.dp-cart-backorder {
  font-size: 12px;
  color: #f59e0b;
  margin: 4px 0 0;
}

.dp-cart-item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.dp-cart-item-subtotal {
  font-size: 16px;
  font-weight: 800;
  color: #913fe2;
  white-space: nowrap;
}

/* Quantity stepper */
.dp-cart-item-qty .quantity { display: flex; align-items: center; gap: 0; }
.dp-cart-item-qty .qty {
  width: 50px;
  text-align: center;
  border: 1.5px solid #e0d9f5;
  border-radius: 8px;
  padding: 7px 6px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1030;
  background: #fff;
  appearance: none;
  -moz-appearance: textfield;
}
.dp-cart-item-qty .qty:focus { border-color: #913fe2; outline: none; box-shadow: 0 0 0 3px rgba(145,63,226,0.1); }

/* Remove button */
.dp-cart-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #c4a8f0;
  background: #f4f0fc;
  border: 1px solid #ede9f8;
  transition: background 0.18s, color 0.18s;
  text-decoration: none;
}
.dp-cart-remove:hover { background: #fee2e2; color: #dc2626; border-color: #fecaca; }

/* ── Cart actions: coupon + update ─────────────────────────────────── */
.dp-cart-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #f0ebfb;
}
.dp-cart-coupon {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  min-width: 220px;
  border: 1.5px solid #e0d9f5;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
}
.dp-cart-coupon svg {
  margin: 0 10px;
  color: #c4a8f0;
  flex-shrink: 0;
}
.dp-cart-coupon input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 13px;
  color: #1a1030;
  padding: 11px 0;
  background: transparent;
  min-width: 0;
}
.dp-cart-coupon input::placeholder { color: #bbb0d6; }
.dp-cart-coupon-btn {
  background: #f4f0fc;
  border: none;
  border-left: 1.5px solid #e0d9f5;
  color: #913fe2;
  font-size: 12px;
  font-weight: 700;
  padding: 11px 18px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
}
.dp-cart-coupon-btn:hover { background: #913fe2; color: #fff; }

.dp-cart-update-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1.5px solid #e0d9f5;
  color: #5b3d9c;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.18s;
  white-space: nowrap;
}
.dp-cart-update-btn:hover { border-color: #913fe2; background: rgba(145,63,226,0.06); color: #913fe2; }

/* ── Trust badges ───────────────────────────────────────────────────── */
.dp-cart-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  padding: 18px 20px;
  background: #fdfcff;
  border: 1px solid #ede9f8;
  border-radius: 12px;
}
.dp-cart-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #7a6899;
  font-weight: 500;
}
.dp-cart-trust-item svg { color: #913fe2; flex-shrink: 0; }

/* ── Order summary sidebar ──────────────────────────────────────────── */
.dp-cart-sidebar { position: sticky; top: 24px; }

.dp-cart-summary {
  background: #1a1030;
  border-radius: 20px;
  padding: 28px 26px 24px;
  color: #fff;
}
.dp-cart-summary-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.dp-cart-summary-rows { display: flex; flex-direction: column; gap: 0; }

.dp-cart-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  gap: 12px;
}
.dp-cart-summary-row:last-child { border-bottom: none; }

.dp-cart-summary-row--total {
  padding: 18px 0 4px;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: none;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.dp-cart-summary-row--total .woocommerce-Price-amount { font-size: 22px; font-weight: 900; color: #fff; }

.dp-cart-summary-row--discount { color: #86efac; }
.dp-cart-discount { color: #86efac; }

/* Shipping table inside summary */
.dp-cart-summary-row .woocommerce-shipping-totals { width: 100%; }
.dp-cart-summary-row td,
.dp-cart-summary-row th { padding: 4px 0; color: rgba(255,255,255,0.75); font-size: 13px; }

/* Checkout button */
.dp-cart-checkout {
  margin-top: 20px;
}
.dp-cart-checkout .checkout-button,
.dp-cart-checkout a.checkout-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 24px !important;
  background: #913fe2 !important;
  border: none !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px;
  text-decoration: none !important;
  transition: background 0.2s !important;
  box-shadow: 0 4px 20px rgba(145,63,226,0.4) !important;
}
.dp-cart-checkout .checkout-button:hover { background: #7a32d0 !important; }

/* Continue shopping */
.dp-cart-continue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.18s;
}
.dp-cart-continue:hover { color: rgba(255,255,255,0.85); }

/* ── Empty cart ──────────────────────────────────────────────────────── */
.woocommerce-cart .cart-empty { text-align: center; padding: 60px 20px; color: #7a6899; font-size: 16px; }
.woocommerce-cart .return-to-shop .button {
  background: #913fe2;
  color: #fff;
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-top: 12px;
}

/* Override WooCommerce default cart table styles on this page */
.woocommerce-cart .shop_table { display: none !important; }
.woocommerce-cart .cart-collaterals { width: 100%; }
.woocommerce-cart .cart-collaterals .cart_totals { float: none; width: 100%; }

@media (max-width: 640px) {
  .dp-cart-item { grid-template-columns: 70px 1fr; }
  .dp-cart-item-right { flex-direction: row; align-items: center; grid-column: 1 / -1; justify-content: space-between; }
  .dp-cart-trust { gap: 10px; }
}

/* ── Carousel mobile overflow fix ────────────────────────────────── */
@media (max-width: 991px) {
  .elementor-element-5a80b93 {
    overflow: hidden;
  }
  /* Disable coverflow 3D spread on small screens — keep flat centred slide */
  .dp-product-swiper .swiper-wrapper {
    perspective: none;
  }
}

/* ── Single product: price badge ─────────────────────────────────── */
.single-product .price .woocommerce-Price-amount.amount,
.single-product p.price .woocommerce-Price-amount.amount {
  display: inline-flex;
  align-items: center;
  background: #913fe2;
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  padding: 10px 20px;
  border-radius: 12px;
  line-height: 1;
  letter-spacing: -0.3px;
  box-shadow: 0 4px 18px rgba(145,63,226,0.35);
}
.single-product .price .woocommerce-Price-amount.amount bdi,
.single-product .price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  color: #fff !important;
}
/* Range prices (variable/grouped) — keep the dash visible */
.single-product .price ins .woocommerce-Price-amount.amount {
  margin-left: 8px;
}
.single-product .price del .woocommerce-Price-amount.amount {
  background: rgba(145,63,226,0.15);
  box-shadow: none;
  font-size: 18px !important;
  padding: 7px 14px;
  text-decoration: line-through;
  opacity: 0.7;
}

/* ── Hero h1 — fluid size so long translations don't break ───────────────── */
.hero__content .title {
  font-size: clamp(36px, 5vw, 65px) !important;
  line-height: 1.2 !important;
  word-break: break-word;
  hyphens: auto;
}

/* ── Header right actions (cart + language) ───────────────────────────────── */
.dp-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.dp-header-actions > * { flex-shrink: 0; }

/* ── Nav inline language switcher — flag only ────────────────────────────── */
.dp-nav-lang {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  position: relative;
}

/* Kill all TRP vars */
.dp-nav-lang .trp-shortcode-switcher__wrapper {
  --bg: transparent !important;
  --bg-hover: transparent !important;
  --text: transparent !important;
  --text-hover: transparent !important;
  --border: none !important;
  --border-width: 0px !important;
  --border-color: transparent !important;
  --border-radius: 0px !important;
  --font-size: 0px !important;
  position: relative !important;
}

/* Hide inert anchor clone */
.dp-nav-lang .trp-shortcode-anchor { display: none !important; }

/* Overlay wrapper */
.dp-nav-lang .trp-shortcode-overlay {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  position: static !important;
}

/* Trigger: just the flag in a small pill */
.dp-nav-lang .trp-current-language-item__wrapper {
  display: flex !important;
  align-items: center !important;
  padding: 4px 6px !important;
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: background 0.18s !important;
  gap: 0 !important;
}
.dp-nav-lang .trp-current-language-item__wrapper:hover {
  background: rgba(145,63,226,0.3) !important;
  border-color: rgba(145,63,226,0.5) !important;
}

/* Hide name and arrow */
.dp-nav-lang .trp-language-item-name { display: none !important; }
.dp-nav-lang .trp-shortcode-arrow { display: none !important; }

/* Current language item */
.dp-nav-lang .trp-language-item__current {
  display: flex !important;
  align-items: center !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
}

/* Flag */
.dp-nav-lang .trp-flag-image {
  width: 24px !important;
  height: 16px !important;
  border-radius: 3px !important;
  object-fit: cover !important;
  display: block !important;
  box-shadow: none !important;
}

/* Dropdown list */
.dp-nav-lang .trp-switcher-dropdown-list {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;
  background: #100826 !important;
  border: 1px solid rgba(145,63,226,0.3) !important;
  box-shadow: 0 12px 36px rgba(0,0,0,0.6) !important;
  border-radius: 12px !important;
  padding: 6px !important;
  min-width: 180px !important;
  z-index: 99999 !important;
}

/* Each dropdown item: flag + name */
.dp-nav-lang .trp-switcher-dropdown-list .trp-language-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  background: transparent !important;
  border: none !important;
  color: #e2d9f3 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: background 0.15s !important;
  white-space: nowrap !important;
}
.dp-nav-lang .trp-switcher-dropdown-list .trp-language-item:hover {
  background: rgba(145,63,226,0.2) !important;
  color: #fff !important;
}
.dp-nav-lang .trp-switcher-dropdown-list .trp-language-item .trp-language-item-name {
  display: inline !important;
  color: inherit !important;
  font-size: 14px !important;
}
.dp-nav-lang .trp-switcher-dropdown-list .trp-flag-image {
  width: 22px !important;
  height: 15px !important;
}

/* ── dp-lang-switcher (legacy) ───────────────────────────────────────────── */
.dp-lang-switcher { display: none !important; }

/* ── Feature list (66d3d9d) — white text on dark bg, mobile card fix ─────── */
.elementor-element-66d3d9d .xb-item--title { color: #fff !important; }
.elementor-element-66d3d9d .xb-item--desc  { color: rgba(255,255,255,0.7) !important; }

@media (max-width: 767px) {
  .elementor-element-66d3d9d ul.feature-list li {
    background: rgba(255,255,255,0.06) !important;
    border-color: rgba(255,255,255,0.12) !important;
  }
  .elementor-element-66d3d9d ul.feature-list .xb-item--title { color: #fff !important; }
  .elementor-element-66d3d9d ul.feature-list .xb-item--desc  { color: rgba(255,255,255,0.65) !important; }
}

/* ── Homepage about-list (trust badges) ──────────────────────────────────── */
.about-list li {
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.about-list li img {
  display: none !important;
}
.about-list li::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #913fe2;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
}

/* ── Header logo size fix ─────────────────────────────────────────────────── */
.custom-logo-link img,
.custom-logo,
.xb-header__logo img,
.xb-logo-mobile img {
  max-width: 178px !important;
  width: 178px !important;
  height: auto !important;
}

/* ── Peptide Encyclopedia (old Elementor section) — dark text on white bg ── */
.dp-wiki-section__inner,
.dp-wiki-section__header,
.dp-wiki-section__header h2,
.dp-wiki-section__label,
.dp-wiki-mini-card__name {
  color: #1a0f2e !important;
}
.dp-wiki-section__header p { color: #4a3d6e !important; }
.dp-wiki-section__label { color: #913fe2 !important; }
.dp-wiki-mini-card { color: #1a0f2e !important; }
.dp-wiki-mini-card__cat { color: #6b5e88 !important; }
.dp-wiki-mini-card:hover .dp-wiki-mini-card__name { color: #913fe2 !important; }
.dp-wiki-section__cta { color: #913fe2 !important; }

/* ── Custom Footer ───────────────────────────────────────────────────────── */
.dp-footer {
  background: #0a0814 !important;
  border-top: 1px solid rgba(145,63,226,0.22) !important;
  padding: 64px 0 0 !important;
  font-family: inherit;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.dp-footer *, .dp-footer *::before, .dp-footer *::after {
  box-sizing: border-box;
}
.dp-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) { .dp-footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 600px)  { .dp-footer__inner { grid-template-columns: 1fr; gap: 28px; } }

/* Brand column */
.dp-footer__logo-link { display: inline-block; margin-bottom: 16px; }
.dp-footer__logo-link img { max-width: 160px; height: auto; display: block; }
.dp-footer__tagline {
  font-size: 13px;
  color: #c4b8e0;
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 220px;
}
.dp-footer__social { display: flex; gap: 10px; }
.dp-footer__social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(145,63,226,0.12);
  border: 1px solid rgba(145,63,226,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c4a8f0;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.dp-footer__social-link:hover {
  background: #913fe2;
  border-color: #913fe2;
  color: #fff;
}

/* Column headings */
.dp-footer__heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #913fe2;
  margin: 0 0 18px;
}

/* Link lists */
.dp-footer__links {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.dp-footer__links li a,
.dp-footer__links--qa li a {
  font-size: 13px;
  color: #e0d8f5;
  text-decoration: none;
  transition: color 0.18s;
  line-height: 1.4;
}
.dp-footer__links li a:hover,
.dp-footer__links--qa li a:hover { color: #fff; }

/* Q&A links slightly smaller */
.dp-footer__links--qa li a { font-size: 12.5px; }

/* "View All / Ask a Question" links */
.dp-footer__more {
  font-size: 12px;
  font-weight: 600;
  color: #913fe2;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: color 0.18s;
  display: inline-block;
  margin-bottom: 20px;
}
.dp-footer__more:hover { color: #c084fc; }

/* Quick links row in col 4 */
.dp-footer__quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 4px;
}
.dp-footer__quicklinks a {
  font-size: 11.5px;
  color: #c4b8e0;
  text-decoration: none;
  border-bottom: 1px solid rgba(145,63,226,0.2);
  padding-bottom: 1px;
  transition: color 0.18s, border-color 0.18s;
}
.dp-footer__quicklinks a:hover { color: #c4a8f0; border-color: #913fe2; }

/* Bottom bar */
.dp-footer__bar {
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.3);
}
.dp-footer__bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.dp-footer__copy {
  font-size: 13px;
  color: #c4b8e0;
}
.dp-footer__copy strong { color: #fff; }
.dp-footer__trust-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.dp-footer__badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #c4b8e0;
  letter-spacing: 0.3px;
}
.dp-footer__badge svg { color: #913fe2; flex-shrink: 0; }
.dp-footer__disclaimer {
  width: 100%;
  font-size: 11px;
  color: #9d8abe;
  text-align: center;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.04);
  margin-top: 4px;
}

/* Hide old Elementor footer template (post 370 fallback) */
.xb-footer { display: none !important; }

/* ═══════════════════════════════════════════════════════════════
   Single Product Page — Clean Lab Redesign
   ═══════════════════════════════════════════════════════════════ */

/* ── Full page background ──────────────────────────────────────── */
body.single-product {
  background: #faf8ff !important;
}
body.single-product .site-main,
body.single-product .xb-main-wrapper,
body.single-product #primary {
  background: #faf8ff !important;
}

/* ── Layout: tighter, more structured ─────────────────────────── */
.single-product #product-<?php the_ID(); ?>,
.single-product .type-product {
  margin-top: 0;
}

/* ── Remove top padding from single product section ──────────── */
.shop-single-section.pt-115 {
  padding-top: 0 !important;
}

/* ── New layout: left = gallery + purchase, right = description/tabs ── */
.dp-single-product-row {
  align-items: flex-start;
}

/* Left column: gallery on top, purchase panel below — sticky on desktop */
.dp-single-left {
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

/* Purchase panel sits below the gallery */
.dp-purchase-panel {
  padding-top: 20px;
}

/* Right column: description + COA + chemical details + tabs */
.dp-single-right {
  padding-left: 40px !important;
}
.dp-product-description-panel {
  padding-bottom: 40px;
}
.dp-product-full-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #374151;
  margin-bottom: 28px;
}
.dp-product-full-desc p { margin-bottom: 12px; }
.dp-product-full-desc ul {
  padding-left: 20px;
  margin-bottom: 12px;
}
.dp-product-full-desc ul li {
  margin-bottom: 6px;
}

/* Old product-details-col left padding */
.single-product .product-details-col {
  padding-left: 40px !important;
}

@media (max-width: 767px) {
  .dp-single-left {
    position: static;
  }
  .dp-single-right,
  .single-product .product-details-col {
    padding-left: 15px !important;
    padding-top: 32px;
  }
}

/* ── Product title ─────────────────────────────────────────────── */
.single-product .product_title.entry-title {
  font-size: clamp(22px, 3.5vw, 32px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #0f0a1e !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.3px;
}

/* ── Trust block: below add-to-cart ───────────────────────────── */
.dp-product-trust-block {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f0ebfa;
}
.dp-product-trust-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  margin-bottom: 14px;
}
.dp-product-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 600;
  color: #374151;
}
.dp-product-trust-item svg {
  color: #7c3aed;
  flex-shrink: 0;
  filter: none !important;
}
/* Quality badges row */
.dp-product-quality-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px solid #f0ebfa;
}
/* Badge base */
.dp-product-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 20px;
}
.dp-product-badge--purity {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
}
.dp-product-badge--grade {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}
.dp-product-badge--cold {
  background: #f0f9ff;
  color: #0369a1;
  border: 1px solid #bae6fd;
}
.dp-product-badge--research {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fed7aa;
}

/* ── Fix <li> bullet dots in product description ─────────────── */
.dp-product-full-desc ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 12px;
}
.dp-product-full-desc ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
}
.dp-product-full-desc ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #7c3aed;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 7px;
}

/* ── Price area ────────────────────────────────────────────────── */
.single-product .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px !important;
}

/* ── Short description in summary — hidden (moved below reviews) ── */
.single-product .woocommerce-product-details__short-description {
  display: none !important;
}

/* ── Add to cart button ────────────────────────────────────────── */
.single-product .single_add_to_cart_button.button.alt {
  background: #7c3aed !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  letter-spacing: 0.03em !important;
  box-shadow: 0 4px 20px rgba(124,58,237,0.35) !important;
  transition: background .2s, transform .15s, box-shadow .2s !important;
  width: 100%;
}
.single-product .single_add_to_cart_button.button.alt:hover {
  background: #6d28d9 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 24px rgba(124,58,237,0.45) !important;
}

/* ── Quantity stepper (+/-) ────────────────────────────────────── */
.dp-qty-wrap {
  display: flex !important;
  align-items: center !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #fff !important;
  height: 48px !important;
  flex-shrink: 0;
}
.dp-qty-btn {
  background: transparent !important;
  border: none !important;
  width: 40px !important;
  height: 48px !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #7c3aed !important;
  cursor: pointer !important;
  line-height: 1 !important;
  transition: background .15s !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}
.dp-qty-btn:hover { background: #f3f0ff !important; }
.dp-qty-wrap .input-text.qty {
  border: none !important;
  border-left: 1px solid #e5e7eb !important;
  border-right: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center !important;
  height: 46px !important;
  width: 52px !important;
  min-width: 52px !important;
  color: #1a1a1a !important;
  background: #fff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
/* Remove browser spinners */
.dp-qty-wrap .input-text.qty::-webkit-inner-spin-button,
.dp-qty-wrap .input-text.qty::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.dp-qty-wrap .input-text.qty[type=number] { -moz-appearance: textfield; }

.single-product .product-option form.cart {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.single-product .product-option .single_add_to_cart_button {
  flex: 1;
  min-width: 180px;
}

/* ── Hide tier toggle button (table always visible) ───────────── */
.dp-tier-toggle { display: none !important; }

/* ── Gallery footer (left column) ─────────────────────────────── */
.dp-gallery-footer {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f0ebff;
}

/* ── Trust strip ───────────────────────────────────────────────── */
.dp-cart-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 14px;
  padding: 10px 0 0;
  border-top: 1px solid #f0f0f0;
}
.dp-cart-trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
}
.dp-cart-trust-item svg { color: #7c3aed; flex-shrink: 0; }

/* ── Product gallery: cleaner ─────────────────────────────────── */
.single-product .woocommerce-product-gallery {
  border-radius: 16px;
  overflow: hidden;
  background: #f9f9fb;
  border: 1px solid #ede9fe;
}
.single-product .woocommerce-product-gallery__image img {
  border-radius: 12px;
}
.single-product .flex-control-thumbs li img {
  border-radius: 6px;
  border: 2px solid transparent;
  transition: border-color .2s;
}
.single-product .flex-control-thumbs li img.flex-active {
  border-color: #7c3aed;
}

/* ── Product meta in left column ─────────────────────────────── */
.dp-product-meta-left {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ede9fe;
}

/* ── Product meta (SKU, categories) ──────────────────────────── */
.single-product .product_meta {
  font-size: 12.5px;
  color: #9ca3af;
  padding-top: 8px;
  border-top: 1px dashed #e5e7eb;
  margin-top: 12px;
}
.single-product .product_meta a {
  color: #7c3aed;
  text-decoration: none;
}
.single-product .product_meta a:hover { text-decoration: underline; }

/* ── Tier savings badge next to price ────────────────────────── */
#dp-tier-savings-badge {
  display: none;
  align-items: center;
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #bbf7d0;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 14px;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

/* ── Price row: qty | total price | savings — all inline ─────── */
.single-product .price {
  display: none !important; /* hidden — we show price inside cart row */
}
.single-product .product-option form.cart {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 14px 0 0;
  border-top: 1px solid #ede9fe;
  margin-top: 12px;
}
/* price injected next to qty via JS */
#dp-inline-price {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
#dp-inline-price .dp-inline-total {
  font-size: 26px;
  font-weight: 800;
  color: #0f0a1e;
  line-height: 1;
  white-space: nowrap;
}
#dp-inline-price .dp-inline-label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
}
#dp-tier-savings-badge {
  display: none;
  align-items: center;
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #bbf7d0;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.01em;
  margin-left: 6px;
}
.single-product .product-option .single_add_to_cart_button {
  margin-left: auto;
}

/* ── Short description moved below reviews ────────────────────── */
.dp-short-desc-bottom {
  max-width: 900px;
  margin: 32px auto 0;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 14px;
}
.dp-short-desc-bottom h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #5b21b6 !important;
  margin: 0 0 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.dp-short-desc-bottom .dp-short-desc-content {
  font-size: 14.5px;
  line-height: 1.7;
  color: #4b5563;
}

/* ── Stats row (≥99%, 10mg per vial...) ──────────────────────── */
.dp-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  margin: 24px 0;
}
.dp-stat {
  flex: 1 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
}
.dp-stat-num {
  font-size: 18px;
  font-weight: 800;
  color: #7c3aed;
  line-height: 1;
}
.dp-stat-label {
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9ca3af;
}

/* ── Info images — hidden ────────────────────────────────────── */
.dp-info-images {
  display: none !important;
}

/* ── Research section labels & headings ──────────────────────── */
.dp-section-label {
  display: inline-block;
  background: #ede9fe;
  color: #7c3aed;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 6px;
}
.dp-product-info h2 {
  font-size: clamp(20px, 2.5vw, 26px) !important;
  font-weight: 800 !important;
  color: #0f0a1e !important;
  margin-bottom: 16px !important;
  margin-top: 6px !important;
}
.dp-product-info h3 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #4b5563 !important;
  margin: 20px 0 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Pathway / mechanism list ────────────────────────────────── */
.dp-pathway-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 767px) {
  .dp-pathway-list { grid-template-columns: 1fr; }
}
.dp-pathway-list li {
  background: #faf8ff;
  border: 1px solid #ede9fe;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #374151;
}
.dp-pathway-list li strong {
  display: block;
  color: #5b21b6;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ── Research table ──────────────────────────────────────────── */
.dp-research-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}
.dp-research-table thead th {
  background: #7c3aed;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.dp-research-table tbody tr:nth-child(even) td { background: #faf8ff; }
.dp-research-table tbody tr:hover td { background: #f3f0ff; }
.dp-research-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #f0ebff;
  color: #374151;
  vertical-align: top;
}
.dp-research-table td a { color: #7c3aed; text-decoration: none; }
.dp-research-table td a:hover { text-decoration: underline; }

/* ── Dosing / protocol table ─────────────────────────────────── */
.dp-dosing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  margin-bottom: 24px;
  background: #faf8ff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ede9fe;
}
.dp-dosing-table th {
  background: #ede9fe;
  color: #5b21b6;
  padding: 9px 14px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.dp-dosing-table td {
  padding: 9px 14px;
  border-bottom: 1px solid #e9e4ff;
  color: #374151;
}
.dp-dosing-table tr:last-child td { border-bottom: none; }

/* ── Warning / disclaimer box ────────────────────────────────── */
.dp-disclaimer-box {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 12.5px;
  color: #92400e;
  margin: 20px 0;
  line-height: 1.6;
}
.dp-disclaimer-box strong { color: #78350f; }

/* ── Tabs (WooCommerce) override ─────────────────────────────── */
.single-product .woocommerce-tabs .tabs {
  border-bottom: 2px solid #ede9fe;
  margin-bottom: 0;
}
.single-product .woocommerce-tabs .tabs li a {
  font-weight: 600;
  font-size: 14px;
  color: #6b7280;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  margin-bottom: -2px;
  padding: 10px 18px;
  background: transparent !important;
  border-radius: 0 !important;
}
.single-product .woocommerce-tabs .tabs li.active a {
  color: #7c3aed !important;
  border-bottom-color: #7c3aed !important;
}
.single-product .woocommerce-tabs .panel {
  border: 1px solid #ede9fe;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 20px;
  background: #faf8ff;
}

/* ── Related / upsell products ───────────────────────────────── */
.single-product .related.products > h2,
.single-product .up-sells > h2 {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0f0a1e !important;
  margin-bottom: 20px !important;
}

/* ── Mobile single product ───────────────────────────────────── */
@media (max-width: 767px) {
  .single-product .product-option form.cart {
    flex-direction: column;
    align-items: stretch;
  }
  .single-product .quantity .qty { width: 100% !important; }
  .dp-info-images { grid-template-columns: 1fr; }
  .dp-stats-row { justify-content: center; }
  .dp-stat { flex: 0 0 calc(50% - 12px); }
}

/* ═══════════════════════════════════════════════════════════════
   Cart & Checkout Pages — Theme Integration
   ═══════════════════════════════════════════════════════════════ */

/* ── Page background ────────────────────────────────────────────── */
body.woocommerce-cart,
body.woocommerce-checkout {
  background: #faf8ff !important;
}

/* ── Page title ─────────────────────────────────────────────────── */
body.woocommerce-cart .page-title,
body.woocommerce-checkout .page-title {
  color: #0f0a1e !important;
  font-size: clamp(22px, 3vw, 32px) !important;
  font-weight: 800 !important;
}

/* ── WooCommerce Block Cart & Checkout wrapper ───────────────────── */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 16px 60px;
}

/* ── Cart items block ────────────────────────────────────────────── */
.wc-block-cart__main,
.wp-block-woocommerce-cart-items-block,
.wc-block-components-table {
  background: #fff !important;
  border: 1px solid #ede9fe !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

/* ── Cart table header ───────────────────────────────────────────── */
.wc-block-cart-items__header {
  background: #7c3aed !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.wc-block-cart-items__header span {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* ── Cart item rows ──────────────────────────────────────────────── */
.wc-block-cart-item__wrap {
  border-bottom: 1px solid #f0ebff !important;
  padding: 16px !important;
}
.wc-block-cart-item__image img {
  border-radius: 10px !important;
  border: 1px solid #ede9fe !important;
}
.wc-block-cart-item__product-name {
  font-weight: 700 !important;
  color: #0f0a1e !important;
  font-size: 15px !important;
}
.wc-block-cart-item__product-name a {
  color: #0f0a1e !important;
  text-decoration: none !important;
}
.wc-block-cart-item__product-name a:hover { color: #7c3aed !important; }
.wc-block-components-product-price__value,
.wc-block-cart-item__prices .wc-block-components-product-price {
  color: #7c3aed !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

/* ── Qty stepper in cart ─────────────────────────────────────────── */
.wc-block-components-quantity-selector {
  border: 1.5px solid #ede9fe !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #fff !important;
}
.wc-block-components-quantity-selector__button {
  background: transparent !important;
  color: #7c3aed !important;
  font-size: 18px !important;
  border: none !important;
  transition: background .15s !important;
}
.wc-block-components-quantity-selector__button:hover {
  background: #f3f0ff !important;
}
.wc-block-components-quantity-selector__value {
  font-weight: 700 !important;
  color: #0f0a1e !important;
  border-left: 1px solid #ede9fe !important;
  border-right: 1px solid #ede9fe !important;
}

/* ── Order summary / totals block ────────────────────────────────── */
.wc-block-cart__sidebar,
.wp-block-woocommerce-cart-totals-block {
  background: #fff !important;
  border: 1px solid #ede9fe !important;
  border-radius: 14px !important;
  padding: 24px !important;
  height: fit-content !important;
}
.wc-block-cart__totals-title,
.wc-block-components-order-summary__button-text,
wp-block-woocommerce-cart-order-summary-heading-block {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #0f0a1e !important;
  margin-bottom: 16px !important;
}
.wc-block-components-totals-item {
  border-color: #f0ebff !important;
  padding: 10px 0 !important;
}
.wc-block-components-totals-item__label {
  color: #6b7280 !important;
  font-size: 14px !important;
}
.wc-block-components-totals-item__value {
  color: #0f0a1e !important;
  font-weight: 700 !important;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
  border-top: 2px solid #ede9fe !important;
  margin-top: 8px !important;
  padding-top: 14px !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f0a1e !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #7c3aed !important;
}

/* ── Proceed to Checkout button ──────────────────────────────────── */
.wc-block-cart__submit-container,
.wp-block-woocommerce-proceed-to-checkout-block {
  margin-top: 16px !important;
}
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
a.wc-block-cart__submit-button,
.wp-block-woocommerce-proceed-to-checkout-block a,
.wp-block-woocommerce-proceed-to-checkout-block button {
  display: block !important;
  width: 100% !important;
  background: #7c3aed !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 16px 24px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  letter-spacing: 0.03em !important;
  box-shadow: 0 4px 20px rgba(124,58,237,0.35) !important;
  transition: background .2s, transform .15s, box-shadow .2s !important;
}
.wc-block-cart__submit-button:hover,
.wp-block-woocommerce-proceed-to-checkout-block a:hover,
.wp-block-woocommerce-proceed-to-checkout-block button:hover {
  background: #6d28d9 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 24px rgba(124,58,237,0.45) !important;
  color: #fff !important;
}

/* ── Coupon input ────────────────────────────────────────────────── */
.wc-block-components-totals-coupon__input .wc-block-components-text-input input,
.wc-block-components-coupon input[type="text"] {
  border: 1.5px solid #e5e7eb !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  background: #faf8ff !important;
}
.wc-block-components-totals-coupon__input .wc-block-components-text-input input:focus,
.wc-block-components-coupon input[type="text"]:focus {
  border-color: #7c3aed !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,0.12) !important;
}
.wc-block-components-totals-coupon__button,
.wc-block-components-coupon button {
  background: #ede9fe !important;
  color: #7c3aed !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  padding: 10px 16px !important;
  transition: background .2s !important;
}
.wc-block-components-totals-coupon__button:hover { background: #ddd6fe !important; }

/* ── Checkout form fields ────────────────────────────────────────── */
.wc-block-components-text-input input,
.wc-block-components-select select,
.wc-block-checkout__form input[type="text"],
.wc-block-checkout__form input[type="email"],
.wc-block-checkout__form input[type="tel"],
.wc-block-checkout__form select {
  border: 1.5px solid #e5e7eb !important;
  border-radius: 8px !important;
  padding: 11px 14px !important;
  font-size: 14px !important;
  background: #fff !important;
  color: #0f0a1e !important;
  transition: border-color .2s, box-shadow .2s !important;
}
.wc-block-components-text-input input:focus,
.wc-block-checkout__form input:focus,
.wc-block-checkout__form select:focus {
  border-color: #7c3aed !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,0.12) !important;
}
.wc-block-components-text-input label,
.wc-block-checkout__form label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  margin-bottom: 4px !important;
}

/* ── Checkout step/section headings ──────────────────────────────── */
.wc-block-checkout__step-title,
.wc-block-components-checkout-step__title {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #0f0a1e !important;
  border-bottom: 2px solid #ede9fe !important;
  padding-bottom: 10px !important;
  margin-bottom: 16px !important;
}

/* ── Payment section ─────────────────────────────────────────────── */
.wc-block-components-payment-method-label {
  font-weight: 600 !important;
  color: #374151 !important;
}
.wc-block-components-radio-control__input:checked {
  accent-color: #7c3aed !important;
}

/* ── Place Order button ──────────────────────────────────────────── */
.wc-block-components-checkout-place-order-button {
  background: #7c3aed !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 16px !important;
  box-shadow: 0 4px 20px rgba(124,58,237,0.35) !important;
  border: none !important;
  width: 100% !important;
  transition: background .2s, transform .15s !important;
}
.wc-block-components-checkout-place-order-button:hover {
  background: #6d28d9 !important;
  transform: translateY(-1px) !important;
}

/* ── Order summary sidebar in checkout ───────────────────────────── */
.wc-block-checkout__sidebar .wc-block-components-order-summary {
  background: #fff !important;
  border: 1px solid #ede9fe !important;
  border-radius: 14px !important;
  padding: 20px !important;
}

/* ── Notices / alerts ────────────────────────────────────────────── */
.wc-block-components-notice-banner {
  border-radius: 10px !important;
  border-left: 4px solid #7c3aed !important;
  background: #faf8ff !important;
}

/* ── Payment methods block ───────────────────────────────────────── */
.wc-block-components-payment-methods {
  border: 1px solid #ede9fe !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}
.wc-block-components-payment-method-tab {
  border-bottom: 1px solid #f0ebff !important;
}

/* ── Mobile ──────────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .wp-block-woocommerce-cart,
  .wp-block-woocommerce-checkout {
    padding: 0 12px 40px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Cart / Checkout Custom Page Layout
   ═══════════════════════════════════════════════════════════════ */

.dp-cart-page {
  background: #faf8ff;
  min-height: 80vh;
}

/* ── Hero / progress header ─────────────────────────────────────── */
.dp-cart-hero {
  background: linear-gradient(135deg, #1a0a3e 0%, #2d0e6e 100%);
  padding: 36px 0 32px;
}
.dp-cart-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.dp-cart-hero__breadcrumb {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dp-cart-hero__breadcrumb a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color .2s;
}
.dp-cart-hero__breadcrumb a:hover { color: #fff; }
.dp-cart-hero__title {
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

/* ── Step indicator ─────────────────────────────────────────────── */
.dp-cart-hero__steps {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.dp-cart-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.dp-cart-step__num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.dp-cart-step__label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.dp-cart-step--active .dp-cart-step__num {
  background: #7c3aed;
  border-color: #a78bfa;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(124,58,237,0.3);
}
.dp-cart-step--active .dp-cart-step__label { color: #fff; }
.dp-cart-step--done .dp-cart-step__num {
  background: #22c55e;
  border-color: #86efac;
  color: #fff;
}
.dp-cart-step--done .dp-cart-step__label { color: rgba(255,255,255,0.7); }
.dp-cart-step__line {
  width: 48px;
  height: 2px;
  background: rgba(255,255,255,0.15);
  margin: 0 6px;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.dp-cart-step__line--done { background: #22c55e; }

/* ── WooCommerce content area ───────────────────────────────────── */
.dp-cart-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 20px;
}
.dp-cart-content .wp-block-woocommerce-cart,
.dp-cart-content .wp-block-woocommerce-checkout {
  max-width: 100%;
  padding: 0;
}

/* ── Cart columns: items left, summary right ────────────────────── */
.dp-cart-content .wc-block-cart {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
}
@media (max-width: 900px) {
  .dp-cart-content .wc-block-cart {
    grid-template-columns: 1fr;
  }
}

/* ── Empty cart state ───────────────────────────────────────────── */
.wc-block-cart__empty-cart__title {
  color: #5b21b6 !important;
  font-size: 22px !important;
  margin-bottom: 16px !important;
}

/* ── Trust strip at bottom ──────────────────────────────────────── */
.dp-cart-trust-strip {
  background: #fff;
  border-top: 1px solid #ede9fe;
  padding: 28px 0;
  margin-top: 40px;
}
.dp-cart-trust-strip__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .dp-cart-trust-strip__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .dp-cart-trust-strip__inner {
    grid-template-columns: 1fr;
  }
}
.dp-cart-trust-strip__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #374151;
}
.dp-cart-trust-strip__item svg {
  color: #7c3aed;
  flex-shrink: 0;
  margin-top: 2px;
}
.dp-cart-trust-strip__item strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #0f0a1e;
  margin-bottom: 2px;
}
.dp-cart-trust-strip__item span {
  font-size: 12px;
  color: #6b7280;
}

/* ═══════════════════════════════════════════════
   DECODE QUALITY & TRUST SYSTEM
   COA Section · Batch Lookup · Quality Page
   Disclaimer Bar · Wholesale/B2B Page
   ═══════════════════════════════════════════════ */

/* ── Research badge (product summary top) ─── */
.dp-research-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff8f0;
  color: #92400e;
  border: 1px solid #fde68a;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.dp-research-badge svg {
  flex-shrink: 0;
}

/* ── Product spec block (shown below main product, full-width) ──── */
.dp-product-spec-block {
  background: #faf8ff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 0 0 32px;
}
.dp-spec-section-header {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ede9fe;
}
.dp-spec-section-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e1b2e;
  margin: 0;
  letter-spacing: -0.2px;
}
.dp-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 24px;
}
@media (max-width: 768px) {
  .dp-spec-grid { grid-template-columns: repeat(2, 1fr); }
  .dp-product-spec-block { padding: 18px 20px; }
}
@media (max-width: 480px) {
  .dp-spec-grid { grid-template-columns: 1fr; }
}
.dp-spec-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.dp-spec-label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7c3aed;
}
.dp-spec-value {
  font-size: 13px;
  color: #1e1b2e;
  font-weight: 500;
}
.dp-batch-badge-row {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ede9fe;
}
.dp-batch-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #7c3aed;
  color: #fff !important;
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.dp-batch-badge:hover {
  background: #6d28d9;
  color: #fff !important;
}

/* ── COA Section (on product page) ──────── */
.dp-coa-section {
  background: #faf8ff;
  border: 1px solid #ede9fe;
  border-radius: 14px;
  padding: 32px 36px;
  margin: 0 0 40px;
}
@media (max-width: 640px) {
  .dp-coa-section { padding: 20px 16px; }
}
.dp-coa-section__header {
  margin-bottom: 24px;
}
.dp-coa-section__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.dp-section-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #7c3aed;
  margin-bottom: 4px;
}
.dp-coa-section__title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f0a1e !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.25 !important;
}
.dp-coa-verify-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #7c3aed !important;
  border: 1.5px solid #7c3aed;
  border-radius: 7px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.dp-coa-verify-btn:hover {
  background: #7c3aed;
  color: #fff !important;
}
.dp-coa-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  font-size: 12.5px;
  color: #555;
}
.dp-coa-meta span strong {
  color: #1e1b2e;
}

/* COA Table */
.dp-coa-table-wrap {
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #ede9fe;
  margin: 0 0 16px;
}
.dp-coa-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: #fff;
}
.dp-coa-table thead th {
  background: #f3f0ff;
  color: #4b3fa0;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 11px 14px;
  text-align: left;
  border-bottom: 2px solid #ede9fe;
  white-space: nowrap;
}
.dp-coa-table tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid #f3f0ff;
  color: #374151;
  vertical-align: top;
}
.dp-coa-table tbody tr:last-child td {
  border-bottom: none;
}
.dp-coa-table tbody tr:hover td {
  background: #f9f7ff;
}
.dp-coa-test-name {
  font-weight: 600;
  color: #1e1b2e !important;
}
.dp-coa-spec { color: #6b7280 !important; font-size: 12px !important; }
.dp-coa-result { font-weight: 600 !important; }
.dp-coa-method { color: #9ca3af !important; font-size: 12px !important; white-space: nowrap; }

.dp-coa-status {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.dp-coa-status--pass {
  background: #dcfce7;
  color: #15803d;
}
.dp-coa-status--fail {
  background: #fee2e2;
  color: #b91c1c;
}

.dp-coa-conclusion {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 4px;
}
.dp-coa-conclusion--pass {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
}
.dp-coa-conclusion--fail {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.dp-coa-disclaimer {
  font-size: 12px;
  color: #9ca3af;
  margin: 10px 0 0;
  line-height: 1.6;
}
.dp-coa-disclaimer a {
  color: #7c3aed;
}

/* ── Product page disclaimer box ─────────── */
.dp-product-disclaimer-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 4px solid #f59e0b;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 24px 0;
  font-size: 13px;
  color: #78350f;
  line-height: 1.6;
}
.dp-product-disclaimer-box__icon {
  color: #f59e0b;
  flex-shrink: 0;
  margin-top: 2px;
}
.dp-product-disclaimer-box__text a {
  color: #7c3aed;
  text-decoration: underline;
}

/* ── Blog / content disclaimer ───────────── */
.dp-content-disclaimer {
  background: #f9f7ff;
  border: 1px solid #ede9fe;
  border-left: 4px solid #7c3aed;
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 32px;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.65;
}

/* ── Sticky disclaimer bar ───────────────── */
.dp-disclaimer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #0f0a1e;
  border-top: 1px solid rgba(124,58,237,0.4);
  transition: opacity 0.3s, transform 0.3s;
}
.dp-disclaimer-bar__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
}
.dp-disclaimer-bar svg {
  color: #7c3aed;
  flex-shrink: 0;
}
.dp-disclaimer-bar__text {
  flex: 1;
  font-size: 12.5px;
  color: rgba(255,255,255,0.72);
  line-height: 1.4;
}
.dp-disclaimer-bar__text strong {
  color: #fff;
}
.dp-disclaimer-bar__close {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.45);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.2s;
}
.dp-disclaimer-bar__close:hover { color: #fff; }

/* ── Batch Lookup page ───────────────────── */
.dp-lookup-page {
  min-height: 80vh;
  background: #faf8ff;
}
.dp-lookup-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.dp-lookup-form {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  padding: 28px 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 12px rgba(124,58,237,0.06);
}
.dp-lookup-form__inner {}
.dp-lookup-form__label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1e1b2e;
  margin-bottom: 8px;
}
.dp-lookup-form__row {
  display: flex;
  gap: 12px;
}
@media (max-width: 520px) {
  .dp-lookup-form__row { flex-direction: column; }
}
.dp-lookup-form__input {
  flex: 1;
  height: 46px;
  border: 1.5px solid #ede9fe;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  font-family: 'Courier New', monospace;
  color: #1e1b2e;
  background: #faf8ff;
  outline: none;
  transition: border-color 0.2s;
}
.dp-lookup-form__input:focus {
  border-color: #7c3aed;
  background: #fff;
}
.dp-lookup-form__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #7c3aed;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  height: 46px;
  white-space: nowrap;
  transition: background 0.2s;
}
.dp-lookup-form__btn:hover { background: #6d28d9; }
.dp-lookup-form__hint {
  font-size: 12px;
  color: #9ca3af;
  margin: 10px 0 0;
}

.dp-lookup-not-found {
  text-align: center;
  padding: 48px 24px;
  color: #6b7280;
}
.dp-lookup-not-found svg {
  color: #d1d5db;
  margin-bottom: 16px;
}
.dp-lookup-not-found h3 {
  font-size: 18px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 10px;
}
.dp-lookup-not-found a { color: #7c3aed; }

.dp-lookup-result {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(124,58,237,0.07);
}
.dp-lookup-result__header {
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.dp-lookup-result__header--pass {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-bottom: 1px solid #bbf7d0;
}
.dp-lookup-result__header--fail {
  background: #fef2f2;
  border-bottom: 1px solid #fecaca;
}
.dp-lookup-result__verdict {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
}
.dp-lookup-result__header--pass .dp-lookup-result__verdict { color: #15803d; }
.dp-lookup-result__header--fail .dp-lookup-result__verdict { color: #b91c1c; }
.dp-lookup-result__meta {
  font-size: 13px;
  color: #4b5563;
  text-align: right;
}
.dp-lookup-result__meta a { color: #7c3aed; }

.dp-lookup-result__info {
  padding: 20px 28px;
  border-bottom: 1px solid #f3f0ff;
}
.dp-lookup-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px 24px;
}
.dp-lookup-info-label {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7c3aed;
  margin-bottom: 2px;
}
.dp-lookup-info-val {
  font-size: 13px;
  color: #1e1b2e;
  font-weight: 500;
}
.dp-lookup-info-val--pass { color: #15803d !important; font-weight: 700 !important; }
.dp-lookup-info-val--fail { color: #b91c1c !important; font-weight: 700 !important; }
.dp-lookup-info-val code {
  background: #f3f0ff;
  color: #7c3aed;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12.5px;
}

.dp-lookup-result .dp-coa-table-wrap {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.dp-lookup-instructions {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  padding: 28px 32px;
  margin-top: 32px;
}
.dp-lookup-instructions h3 {
  font-size: 17px;
  font-weight: 700;
  color: #1e1b2e;
  margin-bottom: 20px;
}
.dp-lookup-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dp-lookup-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.dp-lookup-step__num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7c3aed;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dp-lookup-step strong {
  display: block;
  font-size: 14px;
  color: #1e1b2e;
  margin-bottom: 4px;
}
.dp-lookup-step p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}
.dp-lookup-step code {
  background: #f3f0ff;
  color: #7c3aed;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
}

/* ═══════════════════════════════════════════
   QUALITY PAGE (/quality/)
   ═══════════════════════════════════════════ */
.dp-quality-page {
  background: #faf8ff;
  min-height: 80vh;
}
.dp-quality-hero {
  background: linear-gradient(135deg, #0f0a1e 0%, #1e1256 50%, #2d1a7a 100%);
  padding: 80px 24px 72px;
  text-align: center;
}
.dp-quality-hero__inner {
  max-width: 680px;
  margin: 0 auto;
}
.dp-quality-hero__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a78bfa;
  margin-bottom: 14px;
}
.dp-quality-hero__title {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.1;
}
.dp-quality-hero__subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  margin: 0 0 28px;
}
.dp-quality-hero__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.dp-quality-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #7c3aed;
  color: #fff !important;
  border-radius: 8px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}
.dp-quality-hero__btn:hover { background: #6d28d9; }
.dp-quality-hero__btn--outline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.85) !important;
}
.dp-quality-hero__btn--outline:hover {
  background: rgba(255,255,255,0.1);
}

.dp-quality-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px 80px;
}
.dp-quality-section {
  padding: 60px 0 0;
}
.dp-quality-section__label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7c3aed;
  margin-bottom: 8px;
}
.dp-quality-section__title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: #0f0a1e;
  margin: 0 0 28px;
  line-height: 1.2;
}

/* 6 Pillars */
.dp-quality-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .dp-quality-pillars__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .dp-quality-pillars__grid { grid-template-columns: 1fr; }
}
.dp-quality-pillar {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  padding: 22px 22px 20px;
}
.dp-quality-pillar__num {
  font-size: 11px;
  font-weight: 800;
  color: #7c3aed;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 8px;
}
.dp-quality-pillar__title {
  font-size: 15px;
  font-weight: 700;
  color: #1e1b2e;
  margin: 0 0 8px;
}
.dp-quality-pillar__desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* Two-col layout */
.dp-quality-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
@media (max-width: 640px) {
  .dp-quality-two-col { grid-template-columns: 1fr; }
}
.dp-quality-two-col p { font-size: 14.5px; color: #374151; line-height: 1.7; }
.dp-quality-list {
  list-style: none;
  padding: 0;
  margin: 14px 0;
}
.dp-quality-list li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 6px;
}
.dp-quality-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7c3aed;
}

/* Callout box */
.dp-quality-callout {
  background: #f3f0ff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dp-quality-callout__icon { color: #7c3aed; }
.dp-quality-callout strong { font-size: 15px; color: #1e1b2e; }
.dp-quality-callout p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }
.dp-quality-callout--warning {
  background: #fffbeb;
  border-color: #fde68a;
}
.dp-quality-callout--warning .dp-quality-callout__icon { color: #f59e0b; }
.dp-quality-callout--warning strong { color: #92400e; }
.dp-quality-callout--warning p { color: #78350f; }

/* Testing table */
.dp-quality-tests-table-wrap {
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid #ede9fe;
}
.dp-quality-tests-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 13.5px;
}
.dp-quality-tests-table thead th {
  background: #f3f0ff;
  color: #4b3fa0;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 2px solid #ede9fe;
}
.dp-quality-tests-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #f3f0ff;
  color: #374151;
  vertical-align: top;
  line-height: 1.55;
}
.dp-quality-tests-table tbody tr:last-child td { border-bottom: none; }
.dp-quality-tests-table tbody tr:hover td { background: #f9f7ff; }

/* Batch tracking example box */
.dp-quality-batch-example {
  background: #0f0a1e;
  border-radius: 12px;
  padding: 24px 26px;
  text-align: center;
  color: #fff;
}
.dp-quality-batch-example__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a78bfa;
  font-weight: 600;
  margin-bottom: 10px;
}
.dp-quality-batch-example__code {
  font-size: 28px;
  font-family: 'Courier New', monospace;
  font-weight: 700;
  color: #e9d5ff;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
.dp-quality-batch-example__parts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-bottom: 20px;
}
.dp-quality-batch-example__parts span {
  font-size: 11.5px;
  color: rgba(255,255,255,0.55);
}
.dp-quality-batch-example__parts code {
  background: rgba(124,58,237,0.35);
  color: #c4b5fd;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 11px;
}
.dp-quality-batch-example__btn {
  display: inline-block;
  background: #7c3aed;
  color: #fff !important;
  border-radius: 7px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}
.dp-quality-batch-example__btn:hover { background: #6d28d9; }

/* COA guide grid */
.dp-quality-coa-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 640px) {
  .dp-quality-coa-guide__grid { grid-template-columns: 1fr; }
}
.dp-quality-coa-guide__step {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  padding: 22px;
  position: relative;
}
.dp-quality-coa-guide__num {
  width: 28px;
  height: 28px;
  background: #7c3aed;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.dp-quality-coa-guide__step h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1e1b2e;
  margin: 0 0 8px;
}
.dp-quality-coa-guide__step p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* Storage cards */
.dp-quality-storage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .dp-quality-storage-grid { grid-template-columns: 1fr; }
}
.dp-quality-storage-card {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  padding: 24px;
}
.dp-quality-storage-card__icon {
  color: #7c3aed;
  margin-bottom: 14px;
}
.dp-quality-storage-card h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: #1e1b2e;
  margin: 0 0 10px;
}
.dp-quality-storage-card p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}

/* Research use / disclaimer section */
.dp-quality-disclaimer-section {}

/* Quality CTA */
.dp-quality-cta {
  background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
  margin-top: 60px;
  color: #fff;
}
.dp-quality-cta h2 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
}
.dp-quality-cta p {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  margin: 0 0 24px;
}
.dp-quality-cta__btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.dp-quality-cta__btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #7c3aed !important;
  border-radius: 8px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}
.dp-quality-cta__btn:hover { opacity: 0.9; }
.dp-quality-cta__btn--outline {
  background: transparent;
  color: rgba(255,255,255,0.9) !important;
  border: 1.5px solid rgba(255,255,255,0.45);
}
.dp-quality-cta__btn--outline:hover { background: rgba(255,255,255,0.1); }

/* ═══════════════════════════════════════════
   DECODE STANDARD™ HOMEPAGE STRIP
   ═══════════════════════════════════════════ */
.dp-decode-standard {
  background: linear-gradient(180deg, #0f0a1e 0%, #1e1256 100%);
  padding: 80px 24px;
}
.dp-decode-standard__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.dp-decode-standard__heading {
  text-align: center;
  margin-bottom: 48px;
}
.dp-section-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a78bfa;
  margin-bottom: 10px;
}
.dp-decode-standard__title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.15;
}
.dp-decode-standard__subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}
.dp-decode-standard__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .dp-decode-standard__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .dp-decode-standard__grid { grid-template-columns: 1fr; }
}
.dp-decode-standard__card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 24px;
  text-decoration: none;
  display: block;
  transition: background 0.2s, border-color 0.2s;
}
.dp-decode-standard__card:hover {
  background: rgba(124,58,237,0.2);
  border-color: rgba(124,58,237,0.5);
}
.dp-decode-standard__icon {
  color: #a78bfa;
  margin-bottom: 14px;
}
.dp-decode-standard__card-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.dp-decode-standard__card-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin: 0;
}
.dp-decode-standard__cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.dp-decode-standard__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #7c3aed;
  color: #fff !important;
  border-radius: 8px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}
.dp-decode-standard__link:hover { background: #6d28d9; }
.dp-decode-standard__link--outline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.8) !important;
}
.dp-decode-standard__link--outline:hover {
  background: rgba(255,255,255,0.08);
}

/* ═══════════════════════════════════════════
   B2B / WHOLESALE PAGE (/wholesale/)
   ═══════════════════════════════════════════ */
.dp-b2b-page {
  background: #faf8ff;
  min-height: 80vh;
}
.dp-b2b-hero {
  background: linear-gradient(135deg, #0f0a1e 0%, #1e1256 50%, #2d1a7a 100%);
  padding: 80px 24px 64px;
  text-align: center;
}
.dp-b2b-hero__inner {
  max-width: 760px;
  margin: 0 auto;
}
.dp-b2b-hero__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a78bfa;
  margin-bottom: 14px;
}
.dp-b2b-hero__title {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.1;
}
.dp-b2b-hero__subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  max-width: 580px;
  margin: 0 auto 28px;
}
.dp-b2b-hero__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.dp-b2b-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #7c3aed;
  color: #fff !important;
  border-radius: 8px;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}
.dp-b2b-hero__btn:hover { background: #6d28d9; }
.dp-b2b-hero__btn--outline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.85) !important;
}
.dp-b2b-hero__btn--outline:hover { background: rgba(255,255,255,0.1); }
.dp-b2b-hero__stats {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.dp-b2b-hero__stat {
  text-align: center;
}
.dp-b2b-hero__stat strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #e9d5ff;
  line-height: 1;
  margin-bottom: 4px;
}
.dp-b2b-hero__stat span {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dp-b2b-content {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 24px 80px;
}
.dp-b2b-section {
  padding: 60px 0 0;
}
.dp-b2b-section__label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7c3aed;
  margin-bottom: 8px;
}
.dp-b2b-section__title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: #0f0a1e;
  margin: 0 0 28px;
}

/* Feature grid */
.dp-b2b-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .dp-b2b-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .dp-b2b-features-grid { grid-template-columns: 1fr; }
}
.dp-b2b-feature {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  padding: 24px;
}
.dp-b2b-feature__icon {
  color: #7c3aed;
  margin-bottom: 14px;
}
.dp-b2b-feature h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1e1b2e;
  margin: 0 0 10px;
}
.dp-b2b-feature p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}

/* Pricing tiers */
.dp-b2b-tiers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 900px) {
  .dp-b2b-tiers { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .dp-b2b-tiers { grid-template-columns: 1fr; }
}
.dp-b2b-tier {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  padding: 22px 20px;
  text-align: center;
}
.dp-b2b-tier--featured {
  border-color: #7c3aed;
  background: #faf8ff;
  box-shadow: 0 0 0 2px rgba(124,58,237,0.15);
}
.dp-b2b-tier__range {
  font-size: 17px;
  font-weight: 800;
  color: #1e1b2e;
  margin-bottom: 10px;
}
.dp-b2b-tier__badge {
  display: inline-block;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.dp-b2b-tier__badge--retail { background: #f3f4f6; color: #6b7280; }
.dp-b2b-tier__badge--green  { background: #dcfce7; color: #15803d; }
.dp-b2b-tier__badge--purple { background: #ede9fe; color: #7c3aed; }
.dp-b2b-tier__badge--dark   { background: #1e1b2e; color: #e9d5ff; }
.dp-b2b-tier__desc {
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.6;
}

/* Docs grid */
.dp-b2b-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 640px) {
  .dp-b2b-docs-grid { grid-template-columns: 1fr; }
}
.dp-b2b-doc {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  color: #374151;
}
.dp-b2b-doc svg { color: #7c3aed; flex-shrink: 0; }

/* Contact section */
.dp-b2b-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 36px;
  align-items: start;
}
@media (max-width: 768px) {
  .dp-b2b-contact-grid { grid-template-columns: 1fr; }
}
.dp-b2b-contact-info h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1e1b2e;
  margin: 0 0 10px;
}
.dp-b2b-contact-info p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #374151;
}
.dp-b2b-contact-info a { color: #7c3aed; }
.dp-b2b-contact-info svg { color: #7c3aed; flex-shrink: 0; }

.dp-b2b-contact-form {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 14px;
  padding: 28px 30px;
}
.dp-b2b-native-form { display: flex; flex-direction: column; gap: 16px; }
.dp-b2b-form-row { display: flex; flex-direction: column; gap: 5px; }
.dp-b2b-form-row label {
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.dp-b2b-form-row input[type="text"],
.dp-b2b-form-row input[type="email"],
.dp-b2b-form-row textarea {
  border: 1.5px solid #e5e7eb;
  border-radius: 7px;
  padding: 10px 14px;
  font-size: 14px;
  color: #1e1b2e;
  background: #faf8ff;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  resize: vertical;
}
.dp-b2b-form-row input:focus,
.dp-b2b-form-row textarea:focus {
  border-color: #7c3aed;
  background: #fff;
}
.dp-b2b-checkbox-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px !important;
  color: #4b5563;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer;
}
.dp-b2b-checkbox-label input[type="checkbox"] {
  width: auto !important;
  margin-top: 2px;
  flex-shrink: 0;
}
.dp-b2b-form-submit {
  background: #7c3aed;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  align-self: flex-start;
}
.dp-b2b-form-submit:hover { background: #6d28d9; }

.dp-b2b-footer-notice {
  background: #1e1b2e;
  padding: 20px 24px;
  margin-top: 40px;
}
.dp-b2b-footer-notice__inner {
  max-width: 900px;
  margin: 0 auto;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  text-align: center;
  line-height: 1.6;
}

/* ── Footer legal bar ────────────────────── */
.dp-footer__legal {
  background: #05030d;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 14px 24px;
}
.dp-footer__legal-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.dp-footer__legal-info {
  font-size: 11.5px;
  color: rgba(255,255,255,0.35);
  line-height: 1.5;
}
.dp-footer__legal-info strong {
  color: rgba(255,255,255,0.55);
}
.dp-footer__legal-info a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
}
.dp-footer__legal-info a:hover {
  color: rgba(255,255,255,0.7);
}
.dp-footer__legal-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.dp-footer__legal-links a {
  font-size: 11.5px;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.dp-footer__legal-links a:hover {
  color: rgba(255,255,255,0.7);
}
@media (max-width: 640px) {
  .dp-footer__legal-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .dp-footer__legal-links {
    gap: 10px;
  }
}

/* ═══════════════════════════════════════════════════
 * Front Page — Product-First Layout
 * ═══════════════════════════════════════════════════ */

/* ── Trust bar ───────────────────────────────────────── */
.dp-fp-trust-bar {
  padding: 28px 0 0;
  margin-top: 0;
}
.dp-fp-trust-bar__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  overflow: hidden;
}
.dp-fp-trust-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
  padding: 0 20px;
  border-right: 1px solid #e5e7eb;
  line-height: 1;
}
.dp-fp-trust-bar__item:last-child {
  border-right: none;
}
.dp-fp-trust-bar__item svg {
  color: #7c3aed;
  flex-shrink: 0;
  filter: none !important;
}
@media (max-width: 900px) {
  .dp-fp-trust-bar__items { flex-wrap: wrap; justify-content: center; gap: 0; }
  .dp-fp-trust-bar__item {
    padding: 7px 16px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    width: 50%;
    justify-content: center;
  }
  .dp-fp-trust-bar__item:nth-last-child(-n+1) { border-bottom: none; }
}
@media (max-width: 480px) {
  .dp-fp-trust-bar__item { width: 100%; }
}

/* ── Products Section ──────────────────────────────── */
.dp-fp-products {
  padding: 28px 0 70px;
}
.dp-fp-products .row.mt-none-20 {
  margin: 0 -8px !important;
}
.dp-fp-products .row.mt-none-20 > .dp-product-col {
  padding: 0 8px !important;
  margin-bottom: 16px;
}
.dp-fp-products__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 0 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid #f0ebfa;
}
.dp-fp-products__title {
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  margin: 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dp-fp-products__count {
  font-size: 11px;
  font-weight: 400;
  color: #d1d5db;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Decode Standard strip — inline on front page */
.dp-fp-wrap .dp-decode-standard {
  padding: 70px 0;
}

@media (max-width: 768px) {
  .dp-fp-products {
    padding: 18px 0 40px;
  }
  .dp-fp-products__header {
    margin-bottom: 16px;
    padding-bottom: 10px;
  }
  /* 2-column grid on mobile — tighter gaps */
  .dp-fp-products .row.mt-none-20 {
    margin: 0 -5px !important;
  }
  .dp-fp-products .row.mt-none-20 > .dp-product-col {
    padding: 0 5px !important;
    margin-bottom: 10px;
  }
}

/* ═══════════════════════════════════════════════════
 * Cart / Checkout page wrapper
 * ═══════════════════════════════════════════════════ */

.dp-cart-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 80px;
}

/* Hero — breadcrumb + step bar */
.dp-cart-hero {
  padding: 32px 0 24px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 40px;
}
.dp-cart-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.dp-cart-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  margin-bottom: 6px;
}
.dp-cart-hero__breadcrumb a {
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.2s;
}
.dp-cart-hero__breadcrumb a:hover { color: rgba(255,255,255,0.7); }
.dp-cart-hero__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.3px;
}

/* Step indicators */
.dp-cart-hero__steps {
  display: flex;
  align-items: center;
  gap: 0;
}
.dp-cart-step {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dp-cart-step__num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.3);
  background: transparent;
  transition: all 0.2s;
}
.dp-cart-step__label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.02em;
}
.dp-cart-step--active .dp-cart-step__num {
  background: #7c3aed;
  border-color: #7c3aed;
  color: #fff;
}
.dp-cart-step--active .dp-cart-step__label { color: #fff; }
.dp-cart-step--done .dp-cart-step__num {
  background: rgba(124,58,237,0.15);
  border-color: rgba(124,58,237,0.4);
  color: #a78bfa;
}
.dp-cart-step--done .dp-cart-step__label { color: rgba(255,255,255,0.5); }
.dp-cart-step__line {
  width: 40px;
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 0 8px;
}
.dp-cart-step__line--done { background: rgba(124,58,237,0.4); }

/* Trust strip below cart */
.dp-cart-trust-strip {
  margin-top: 40px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.dp-cart-trust-strip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.dp-cart-trust-strip__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.5);
}
.dp-cart-trust-strip__item:last-child { border-right: none; }
.dp-cart-trust-strip__item svg { color: #a78bfa; flex-shrink: 0; filter: none !important; }
.dp-cart-trust-strip__item strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  line-height: 1.3;
}
.dp-cart-trust-strip__item span {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
}
@media (max-width: 768px) {
  .dp-cart-hero__steps { display: none; }
  .dp-cart-trust-strip__item {
    padding: 10px 16px;
    border-right: none;
    width: 50%;
  }
}
