body {
  background: #fff;
  color: #111;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wp-site-blocks {
  min-height: 100vh;
}

/* kill default block gap so header and hero sit flush */
.wp-site-blocks > * {
  margin-block-start: 0 !important;
}

/* ── Sticky header ── */
header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 300;
}

.pr-announcement-bar {
  background: #000;
  color: #fff;
  border-bottom: 1px solid #8a8a8a;
}

.pr-announcement-bar p {
  margin: 0;
  letter-spacing: 0.04em;
}

.pr-header-shell {
  width: 100%;
  background: #000;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.pr-header-brand {
  flex: 0 0 auto;
  margin-right: 0;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.pr-logo-img {
  height: 44px !important;
  width: auto !important;
  display: block;
}

.pr-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: nowrap;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: 0;
}

.pr-main-nav,
.pr-header-tools {
  min-width: 0;
}

.pr-main-nav {
  flex: 1 1 auto;
}

.pr-header-tools {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.pr-header-shell .wp-block-navigation,
.pr-header-shell .wc-block-mini-cart {
  font-size: 0.82rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pr-main-nav .wp-block-navigation__container {
  gap: 1.5rem;
}

.pr-header-shell .wp-block-navigation-item__content,
.pr-header-shell .wp-block-navigation-item__content:visited,
.pr-header-shell .wp-block-navigation-item__content:hover,
.pr-header-shell .wp-block-navigation a,
.pr-header-shell .wp-block-navigation a:visited,
.pr-header-shell .wp-block-navigation a:hover {
  color: #fff !important;
}

.pr-header-shell .wp-block-group,
.pr-header-shell .wp-block-group.is-layout-flex,
.pr-header-shell .wp-block-group.is-layout-constrained {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.pr-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px !important;
  height: 26px !important;
  color: #fff;
  text-decoration: none;
}

.pr-icon-link svg {
  width: 22px !important;
  height: 22px !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pr-account-link svg {
  width: 22px !important;
  height: 22px !important;
}

.pr-header-cart {
  margin: 0;
}

.pr-header-cart .wc-block-mini-cart__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  color: #fff;
}

.pr-header-cart .wc-block-mini-cart__badge {
  background: #fff;
  color: #111;
  min-width: 16px;
  min-height: 16px;
  font-size: 10px;
  line-height: 16px;
}

.pr-header-cart svg {
  width: 22px !important;
  height: 22px !important;
}

/* ── Mini-cart drawer (cart sidebar) ── */
.wc-block-mini-cart__title {
  font-family: 'Inter', sans-serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.pr-cart-title-text {
  font-style: italic;
}

.pr-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: #d6d6d6;
  color: #1a1a1a;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  font-family: 'Inter', sans-serif;
}

/* Hide the "View my cart" button — leave only Checkout */
.wp-block-woocommerce-mini-cart-cart-button-block,
.wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-cart {
  display: none !important;
}

/* Black, mildly rounded, taller checkout button */
.wp-block-woocommerce-mini-cart-checkout-button-block,
.wp-block-woocommerce-mini-cart-checkout-button-block .wc-block-components-button,
.wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout {
  background: #111 !important;
  color: #fff !important;
  border-radius: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  min-height: 28px !important;
  padding: 1.1rem 1.5rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  border: none !important;
}

.wp-block-woocommerce-mini-cart-checkout-button-block:hover,
.wp-block-woocommerce-mini-cart-checkout-button-block .wc-block-components-button:hover,
.wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout:hover {
  background: #000 !important;
  color: #fff !important;
}

/* Cart item product image (live in <table class="wc-block-cart-items">) */
.wc-block-mini-cart__drawer .wc-block-cart-item__image > a {
  background: #f5f5f5 !important;
  border-radius: 6px !important;
  display: block !important;
}

/* The image cell has two <img>: a direct-child one (only for catalog-hidden
   products) and the linked one. Hide the direct child so it shows only once. */
.wc-block-mini-cart__drawer .wc-block-cart-item__image > img {
  display: none !important;
}

.wc-block-mini-cart__drawer .wc-block-cart-item__image > a img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
}

/* Hide product short description / details in mini-cart (keep name + price) */
.wc-block-mini-cart__drawer .wc-block-components-product-details,
.wc-block-mini-cart__drawer .wc-block-components-product-metadata__description {
  display: none !important;
}

.pr-header-shell .wp-block-navigation-item__content {
  padding-left: 0;
  padding-right: 0;
}

.pr-hero-copy {
  max-width: 780px;
  margin: 0 auto 2rem;
}

.pr-overline {
  margin-bottom: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pr-hero-copy h1 {
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}

.pr-image-placeholder {
  width: 100%;
  background: #fff;
  border: 1px solid #dedede;
}

.pr-hero-placeholder {
  aspect-ratio: 4 / 5;
}

.pr-product-placeholder {
  aspect-ratio: 1 / 1;
  margin-bottom: 1rem;
}

.pr-proof-placeholder {
  aspect-ratio: 4 / 3;
  margin-top: 1.25rem;
}

.pr-research-notice,
.pr-trust-strip,
.pr-notice-band,
.pr-feature-card,
.pr-newsletter-band {
  border: 1px solid #dedede;
  background: #fff;
}

.pr-trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -15rem !important;
  margin-block-start: -15rem !important;
  box-shadow: 0 -2px 20px rgba(0,0,0,0.1);
  background: linear-gradient(to bottom, #adadad 0%, #f2f2f2 50%) !important;
  color: #111;
  padding: 4.5rem 0.5rem !important;
  text-align: center;
}

.pr-trust-strip .pr-trust-columns {
  gap: 5.25rem !important;
}

.pr-trust-check-icon {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #111;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  margin: 0 auto 0.85rem;
}

.pr-trust-strip h4 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.06em;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 0.4rem !important;
}

.pr-trust-strip p {
  text-align: center;
  font-size: 0.9rem;
}

.pr-research-notice,
.pr-trust-strip,
.pr-notice-band,
.pr-newsletter-band {
  padding: 1.5rem;
}

.pr-hero-placeholder-grid,
.pr-trust-columns,
.pr-product-row,
.pr-feature-card-grid {
  gap: 1rem;
}

.pr-research-notice {
  max-width: 760px;
  margin: 2rem auto 0;
}

.pr-trust-strip h4,
.pr-feature-card h3,
.pr-product-title,
.pr-product-price {
  margin: 0;
}

.pr-trust-strip p,
.pr-feature-card p {
  margin-top: 0.45rem;
}

.pr-product-card {
  text-align: center;
}

.pr-product-title {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.pr-product-price {
  font-size: 0.88rem;
  color: #111;
}

.pr-feature-card {
  height: 100%;
  padding: 1.25rem;
}

/* ── FAQ Section ── */
.pr-faq-section .wp-block-heading {
  font-size: 2.4rem !important;
  font-style: italic;
  font-weight: 400 !important;
  margin-bottom: 3rem !important;
}

/* ── FAQ items ── */
.pr-faq-item {
  border: none !important;
  border-bottom: 1px solid #d4d4d4 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

.pr-faq-section .wp-block-details:first-of-type,
.pr-faq-item:first-of-type {
  border-top: 1px solid #d4d4d4 !important;
}

.pr-faq-item + .pr-faq-item {
  margin-top: 0 !important;
}

.pr-faq-item summary {
  list-style: none !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 1.1rem 0 !important;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 400;
  text-align: left;
}

.pr-faq-item summary::-webkit-details-marker {
  display: none;
}

.pr-faq-item summary::marker {
  content: '';
}

.pr-faq-item summary::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-left: 1.5rem;
  transition: transform 0.2s ease;
}

.pr-faq-item[open] > summary::after {
  transform: rotate(-135deg);
  margin-top: 5px;
}

.pr-faq-item > p,
.pr-faq-item .wp-block-details__content p {
  padding: 0 0 1.1rem;
  margin: 0;
  color: #555;
  font-size: 0.92rem;
  line-height: 1.6;
}

.pr-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
}

.pr-newsletter-form input,
.pr-newsletter-form button {
  min-height: 48px;
  border: 1px solid #111;
  border-radius: 0;
}

.pr-newsletter-form input {
  padding: 0 0.9rem;
}

.pr-newsletter-form button {
  padding: 0 1.2rem;
  background: #111;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: none;
}

/* ── Footer ── */
.pr-footer {
  background: #000;
  padding: 3rem 2rem 0;
}

.pr-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.pr-footer-logo-wrap {
  padding: 1.5rem 0 2.5rem;
}

.pr-footer-logo-link {
  display: inline-block;
  text-decoration: none;
}

.pr-footer-logo {
  height: 100px !important;
  width: auto !important;
  display: block;
}

.pr-footer-divider {
  position: relative;
  height: 3px;
  background: linear-gradient(to right, transparent 50%, #8a8a8a 50%);
}

.pr-footer-divider::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3px;
  height: calc(100px + 4rem); /* matches logo height + logo-wrap padding */
  background: #8a8a8a;
}

.pr-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
}

.pr-footer-copy {
  color: #666;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.pr-footer-terms-wrap {
  position: relative;
}

.pr-footer-terms {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #666;
  font-size: 0.78rem;
  font-family: inherit;
  text-decoration: none;
  letter-spacing: 0.02em;
  background: transparent;
  border: 0;
  padding: 0.35rem 0.5rem;
  cursor: pointer;
  transition: color 0.15s;
}

.pr-footer-terms:hover,
.pr-footer-terms-wrap:hover .pr-footer-terms,
.pr-footer-terms-wrap:focus-within .pr-footer-terms {
  color: #fff;
}

.pr-footer-terms-chevron {
  width: 12px;
  height: 12px;
  transition: transform 0.18s ease;
}

.pr-footer-terms-wrap:hover .pr-footer-terms-chevron,
.pr-footer-terms-wrap:focus-within .pr-footer-terms-chevron {
  transform: rotate(180deg);
}

.pr-footer-terms-menu {
  position: absolute;
  right: 0;
  bottom: 100%;
  min-width: 200px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 0.4rem 0;
  margin-bottom: 0.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 20;
}

.pr-footer-terms-wrap:hover .pr-footer-terms-menu,
.pr-footer-terms-wrap:focus-within .pr-footer-terms-menu,
.pr-footer-terms-wrap.is-open .pr-footer-terms-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pr-footer-terms-wrap.is-open .pr-footer-terms-chevron {
  transform: rotate(180deg);
}

.pr-footer-terms-link {
  display: block;
  padding: 0.6rem 1rem;
  color: #d0d0d0;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.pr-footer-terms-link:hover,
.pr-footer-terms-link:focus {
  background: #2a2a2a;
  color: #fff;
}

.pr-footer-disclaimer-wrap {
  border-top: 1px solid #1a1a1a;
  padding: 1.25rem 0 2rem;
}

.pr-footer-disclaimer {
  color: #444;
  font-size: 0.72rem;
  text-align: center;
  margin: 0;
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-button .wp-block-button__link {
  border: 1px solid #111;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff;
  color: #111;
}

.pr-hero-section {
  position: relative;
  width: 100%;
  /* padding-bottom = visible section height as % of viewport width; increase to show more of the image top */
  padding-bottom: 110%;
  overflow: hidden;
}

.pr-hero-img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  display: block;
}

.pr-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 36%;
}

.pr-hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pr-hero-btn {
  display: inline-block;
  padding: 1.25rem 2.5rem;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: none;
  border: 1px solid transparent;
  border-radius: 16px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.pr-hero-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.pr-hero-btn--outline {
  background: #fff;
  color: #111;
  border-color: transparent;
}

.pr-hero-btn--outline:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

/* ── Lab Testing Section ── */
.pr-lab-section {
  padding: 5rem 2rem;
  background: #fff;
}

.pr-lab-inner {
  max-width: 900px;
  margin: 0 auto;
}

.pr-lab-header {
  margin-bottom: 3rem;
  text-align: center;
}

.pr-lab-title {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.01em;
  margin: 0 0 0.6rem;
  color: #111;
}

.pr-lab-subtitle {
  font-size: 1rem;
  color: #555;
  margin: 0;
}

.pr-lab-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.pr-lab-card {
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s;
}

.pr-lab-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.pr-lab-card-img {
  position: relative;
  padding-bottom: 130%;
  background: #f2f2f2;
  overflow: hidden;
}

.pr-lab-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.5rem;
  box-sizing: border-box;
}

.pr-lab-card-info {
  padding: 1rem 1.25rem 1.25rem;
  flex: 1;
  text-align: center;
}

.pr-lab-card-name {
  font-weight: 700;
  font-style: italic;
  font-size: 0.95rem;
  margin: 0 0 0.3rem;
  color: #111;
}

.pr-lab-card-tested {
  font-size: 0.78rem;
  color: #888;
  margin: 0 0 0.2rem;
  letter-spacing: 0.03em;
}

.pr-lab-card-purity {
  font-size: 0.88rem;
  font-weight: 700;
  color: #111;
  margin: 0;
  letter-spacing: 0.02em;
}

/* keep 2 columns on small mobile — was 1fr which we now override above */

/* ── Lab Lightbox ── */
.pr-lightbox {
  display: none;
  position: fixed;
  top: 0; /* overridden by JS to sit below header */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.55);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
  box-sizing: border-box;
}

.pr-lightbox.is-open {
  display: flex;
}

.pr-lightbox-img {
  width: auto;
  max-width: min(620px, 90vw);
  max-height: 100%;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.pr-lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  opacity: 0.8;
  transition: opacity 0.15s;
}

.pr-lightbox-close:hover {
  opacity: 1;
}

/* ── Best Sellers section ── */
.pr-best-sellers {
  background: #000 !important;
}

@media (min-width: 782px) {
  .pr-best-sellers {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

.pr-best-sellers .wp-block-heading {
  color: #fff !important;
  font-weight: 400 !important;
  font-style: italic !important;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Product name – teal, bigger, regular weight */
.pr-best-sellers-grid .wp-block-post-title,
.pr-best-sellers-grid .wp-block-post-title a,
.pr-best-sellers-grid .wp-block-post-title a:visited {
  color: #ffffff !important;
  font-weight: 350 !important;
  font-size: 1.1rem !important;
  line-height: 1.3 !important;
}

/* Price – white by default; changeable per-block in the Site Editor */
.pr-best-sellers-grid .wp-block-woocommerce-product-price,
.pr-best-sellers-grid .wp-block-woocommerce-product-price * {
  color: #fff !important;
}

/* Image + button wrapper */
.pr-product-img-wrap {
  position: relative;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 8px;
  background: #f5f5f5;
}

.pr-product-img-wrap img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* Sold-out badge on shop product images */
.pr-sold-out-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #d6d6d6;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.45rem 0.65rem;
  border-radius: 6px;
  text-transform: uppercase;
  pointer-events: none;
}

/* Home page best-sellers WooCommerce block images */
.pr-best-sellers-grid .wc-block-product-image,
.pr-best-sellers-grid .wp-block-woocommerce-product-image,
.pr-best-sellers-grid .wc-block-product-image > a,
.pr-best-sellers-grid .wp-block-woocommerce-product-image > a {
  background: #1a1a1a;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.pr-best-sellers-grid .wc-block-product-image img,
.pr-best-sellers-grid .wp-block-woocommerce-product-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: unset !important;
  border-radius: 12px !important;
}

/* Hide WooCommerce add-to-cart button overlays on product image cards */
.pr-product-img-wrap .wp-block-woocommerce-product-button,
.pr-product-img-wrap .wc-block-product-button,
.pr-best-sellers-grid .wp-block-woocommerce-product-button,
.pr-best-sellers-grid .wc-block-product-button {
  display: none !important;
}

/* Shop All button – white on dark bg, inverts on hover */
.pr-best-sellers .wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff !important;
  color: #111 !important;
  border-color: #fff !important;
  border-radius: 16px !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  transition: background 0.2s, color 0.2s !important;
}

.pr-best-sellers .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #111 !important;
  color: #fff !important;
  border-color: #fff !important;
}

/* ── Shop Page ── */
.pr-shop-header {
  margin-bottom: 2.5rem;
}

.pr-shop-title {
  font-size: 2.5rem;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 1.5rem;
  color: #111;
}

/* ── Filter trigger button ── */
.pr-filter-bar {
  margin-bottom: 1.5rem;
}

.pr-filter-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 0;
  background: none;
  color: #111;
  border: none;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  cursor: pointer;
  line-height: 1;
}

.pr-filter-trigger svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ── Filter Drawer ── */
.pr-filter-drawer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(480px, 92vw);
  background: #fff;
  z-index: 1100;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: 4px 0 24px rgba(0,0,0,0.12);
}

.pr-filter-drawer.is-open {
  transform: translateX(0);
}

.pr-filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1099;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pr-filter-overlay.is-open {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/* Drawer header */
.pr-fd-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.75rem 1.5rem 1.25rem;
}

.pr-fd-title {
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  color: #111;
}

.pr-fd-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
}

.pr-fd-close svg {
  width: 28px;
  height: 28px;
  stroke: #111;
  stroke-width: 1.2;
  stroke-linecap: round;
}

/* Separator */
.pr-fd-sep {
  height: 1px;
  background: #e5e5e5;
  margin: 0;
}

/* Section */
.pr-fd-section {
  padding: 0 1.5rem;
}

.pr-fd-section-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 400;
  color: #111;
  text-align: left;
  letter-spacing: 0.01em;
}

.pr-fd-chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.pr-fd-section-btn[aria-expanded="false"] .pr-fd-chevron {
  transform: rotate(180deg);
}

.pr-fd-section-body {
  padding-bottom: 1.1rem;
}

/* Checkboxes */
.pr-fd-checkbox {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.55rem 0;
  cursor: pointer;
  font-size: 0.9rem;
  color: #111;
}

.pr-fd-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  accent-color: #111;
  cursor: pointer;
  flex-shrink: 0;
}

/* Price inputs */
.pr-fd-price-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.pr-fd-price-input {
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  padding: 0.6rem 0.85rem;
  gap: 0.4rem;
}

.pr-fd-currency {
  color: #999;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.pr-fd-price-input input[type="number"] {
  border: none;
  outline: none;
  width: 100%;
  font-size: 0.9rem;
  color: #111;
  background: transparent;
  text-align: right;
  -moz-appearance: textfield;
  appearance: textfield;
}

.pr-fd-price-input input[type="number"]::-webkit-outer-spin-button,
.pr-fd-price-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.pr-fd-price-to {
  color: #888;
  font-size: 0.88rem;
  flex-shrink: 0;
}

.pr-fd-price-hint {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: #888;
}

/* Sort row */
.pr-fd-sort-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 0;
}

.pr-fd-sort-label {
  font-size: 1.5rem;
  font-weight: 400;
  color: #111;
}

.pr-fd-sort-select {
  border: none;
  outline: none;
  font-size: 0.88rem;
  color: #666;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

/* Drawer footer */
.pr-fd-footer {
  padding: 1.5rem;
  margin-top: auto;
}

.pr-fd-apply-btn {
  display: block;
  width: 100%;
  padding: 1.1rem;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}

.pr-fd-apply-btn:hover {
  background: #333;
}

/* Shop product grid – 5 columns, black text */
.pr-shop-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.pr-shop-product img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.pr-shop-product-title {
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-top: 0.65rem !important;
  margin-bottom: 0.2rem !important;
  text-align: left;
}

.pr-shop-product-price {
  text-align: left;
  font-size: 0.875rem;
}

.pr-no-products {
  color: #555;
  padding: 2rem 0;
}

.pr-shop-grid .wp-block-post-title,
.pr-shop-grid .wp-block-post-title a,
.pr-shop-grid .wp-block-post-title a:visited,
.pr-shop-product-title a,
.pr-shop-product-title a:visited {
  color: #111 !important;
  font-weight: 400 !important;
  text-decoration: none;
}

.pr-shop-grid .wp-block-woocommerce-product-price,
.pr-shop-grid .wp-block-woocommerce-product-price *,
.pr-shop-product-price,
.pr-shop-product-price * {
  color: #111 !important;
}

@media (max-width: 900px) {
  .pr-shop-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .pr-shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Why Choose Us / Comparison Slider ── */
.pr-why-outer,
.pr-lab-outer {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.pr-why-section {
  background: #000;
  padding: 2.5rem 2rem 5rem;
}

.pr-why-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.pr-why-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.01em;
  margin: 0 0 2.5rem;
}

.pr-compare-slider {
  position: relative;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 10px;
  max-width: 75%;
  margin: 0 auto;
}

.pr-compare-base {
  display: block;
  width: 100%;
  height: auto;
}

.pr-compare-reveal {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.pr-compare-top {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

.pr-compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}

.pr-compare-handle-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
}

.pr-compare-handle-btn {
  position: relative;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.pr-compare-handle-btn svg {
  width: 22px;
  height: 22px;
  stroke: #111;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pr-why-cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.pr-why-btn {
  display: inline-block;
  padding: 1.25rem 1.75rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 16px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.pr-why-btn:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}

/* ── Lab section footer / View All ── */
.pr-lab-footer {
  text-align: center;
  margin-top: 2.5rem;
}

.pr-lab-view-all {
  display: inline-block;
  padding: 1.25rem 2.5rem;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: none;
  border: 1px solid #111;
  border-radius: 16px;
  transition: background 0.2s, color 0.2s;
}

.pr-lab-view-all:hover {
  background: #fff;
  color: #111;
  border-color: #111;
}

/* ── Single Product Page ── */
.pr-product-layout {
  gap: 3rem !important;
}

.pr-product-name.wp-block-post-title {
  font-size: 2.2rem !important;
  font-weight: 400 !important;
  font-style: italic !important;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.2;
  margin: 0 0 0.5rem !important;
  color: #111;
}

.pr-product-price-wrap .price {
  font-size: 1.05rem !important;
  color: #111 !important;
  margin: 0 0 0.5rem !important;
}

.pr-product-trust-line {
  font-size: 0.78rem !important;
  color: #888 !important;
  letter-spacing: 0.02em;
  margin-top: 2.5rem !important;
  margin-bottom: 0 !important;
}

.pr-product-sep {
  border: none !important;
  border-top: 1px solid #e8e8e8 !important;
  margin: 1.25rem 0 1.5rem !important;
  height: 0 !important;
}

/* WooCommerce add-to-cart form */
.pr-product-info form.cart {
  display: flex !important;
  gap: 0.6rem;
  align-items: stretch;
  margin-bottom: 0.6rem !important;
}

.pr-product-info .quantity {
  flex-shrink: 0;
}

.pr-product-info input.qty {
  width: 64px;
  height: 100%;
  min-height: 48px;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  text-align: center;
  font-size: 1rem;
  padding: 0;
  box-sizing: border-box;
}

/* ── Variable product: attribute options as button rows ── */
/* For variable products the form is a normal block; only the qty+button
   row (inside .woocommerce-variation-add-to-cart) is the flex row. */
.pr-product-info form.variations_form.cart {
  display: block !important;
}

.pr-product-info .woocommerce-variation-add-to-cart {
  display: flex !important;
  gap: 0.6rem;
  align-items: stretch;
  margin-top: 0.4rem;
}

/* Each attribute = its own stacked row (label above, buttons below) */
.pr-product-info .variations,
.pr-product-info .variations tbody,
.pr-product-info .variations tr,
.pr-product-info .variations th,
.pr-product-info .variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
}

.pr-product-info .variations tr {
  margin-bottom: 1.1rem;
}

.pr-product-info .variations th.label,
.pr-product-info .variations th.label label,
.pr-product-info .variations tr th,
.pr-product-info .variations tr th label {
  font-weight: 400 !important;
  font-size: 0.95rem;
  margin: 0 0 0.5rem;
  text-align: left;
}

.pr-var-select-hidden {
  display: none !important;
}

/* Options for one attribute, all on the same row, filling the width equally */
.pr-var-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pr-var-btn {
  flex: 1 1 0;
  min-width: 64px;
  border: 1px solid #d4d4d4;
  background: #fff;
  color: #111;
  border-radius: 10px;
  padding: 0.7rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.pr-var-btn:hover:not(:disabled) {
  border-color: #000;
}

.pr-var-btn.is-selected {
  border-color: #000;
  background: #000;
  color: #fff;
}

.pr-var-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Hide WooCommerce's native "Clear" reset link */
.pr-product-info .variations .reset_variations,
.pr-product-info .reset_variations {
  display: none !important;
}

.pr-product-info .wp-block-woocommerce-add-to-cart-form,
.pr-product-info .wp-block-add-to-cart-form,
.pr-product-info [data-block-name="woocommerce/add-to-cart-form"],
.pr-product-info .wc-block-add-to-cart-form,
.pr-product-info form.cart {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pr-product-info .wp-block-shortcode {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Center product image within its column */
.pr-product-layout .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-block-woocommerce-product-image-gallery {
  width: 100%;
  max-width: 100%;
}

.pr-product-info .single_add_to_cart_button {
  flex: 1 1 auto;
  min-height: 48px;
  background: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 0 1.5rem !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: none !important;
  cursor: pointer;
  transition: background 0.15s;
}

.pr-product-info .single_add_to_cart_button:hover {
  background: #333 !important;
}

/* Custom quantity control */
.pr-qty-control {
  display: flex;
  align-items: stretch;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  overflow: hidden;
  height: 48px;
}

.pr-qty-btn {
  width: 38px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 300;
  color: #111;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.12s;
  user-select: none;
}

.pr-qty-btn:hover {
  background: #f5f5f5;
}

.pr-product-info input.qty {
  width: 46px;
  border: none;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  text-align: center;
  font-size: 0.95rem;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
  border-radius: 0;
  height: 100%;
}

.pr-product-info input.qty::-webkit-outer-spin-button,
.pr-product-info input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Buy Now / Sold Out */
.pr-buy-now-wrap {
  margin-top: 0;
}

.pr-buy-now-btn,
.pr-sold-out-btn {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 0.95rem 1.5rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}

.pr-buy-now-btn {
  background: #111;
  color: #fff;
  border: 1px solid #111;
  border-radius: 8px;
  transition: background 0.15s;
}

.pr-buy-now-btn:hover {
  background: #333;
  border-color: #333;
}

.pr-sold-out-btn {
  background: #e0e0e0;
  color: #999;
  border: none;
  border-radius: 8px;
  cursor: not-allowed;
}

/* ── Trust Badges ── */
.pr-product-details-section {
  margin-top: 3rem;
}

.pr-trust-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.pr-trust-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 0.9rem 1.25rem;
}

.pr-trust-badge-icon {
  flex-shrink: 0;
  line-height: 0;
}

.pr-trust-badge-icon svg,
.pr-trust-badge-icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.pr-trust-badge span {
  font-size: 0.88rem;
  font-weight: 700;
  color: #111;
}

/* ── Product Specs ── */
.pr-product-specs-title {
  font-size: 1.55rem !important;
  font-weight: 700 !important;
  font-style: italic;
  margin: 0 0 2rem !important;
  color: #111;
}

.pr-product-specs-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pr-product-spec-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 1.1rem 1.5rem;
  min-height: 68px;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.pr-product-spec-item:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
  border-color: #d0d0d0;
}

.pr-spec-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: #e8e8e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr-spec-icon svg,
.pr-spec-icon img {
  width: 36px !important;
  height: 36px !important;
  display: block;
  object-fit: contain;
}

/* Shipping box icon is visually larger — pull it in slightly */
.pr-product-spec-item[data-spec="shipping"] .pr-spec-icon img {
  width: 28px !important;
  height: 28px !important;
}

.pr-spec-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pr-spec-label {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #5a5a5a;
  letter-spacing: 0.02em;
}

.pr-spec-value {
  font-size: 0.92rem;
  line-height: 1.2;
  color: #111;
}

/* ── Certificate of Analysis section ── */
.pr-coa-section {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e8e8;
}

.pr-coa-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #111;
  margin: 0 0 0.5rem;
}

.pr-coa-section-desc {
  font-size: 0.82rem;
  color: #888;
  margin: 0 0 1.25rem;
}

.pr-coa-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.85rem 1.75rem;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}

.pr-coa-btn:hover {
  background: #333;
}

/* ── COA modal ── */
.pr-coa-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 2000;
}

.pr-coa-overlay.is-open {
  display: block;
}

.pr-coa-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(760px, 95vw);
  max-height: 92vh;
  background: #fff;
  border-radius: 10px;
  z-index: 2001;
  overflow-y: auto;
  box-shadow: 0 12px 48px rgba(0,0,0,0.22);
}

.pr-coa-modal.is-open {
  display: block;
}

.pr-coa-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.5rem 1rem;
}

.pr-coa-modal-title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  margin: 0;
}

.pr-coa-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  color: #111;
}

.pr-coa-modal-close svg {
  width: 24px;
  height: 24px;
  stroke: #111;
  stroke-width: 1.5;
  stroke-linecap: round;
  fill: none;
}

.pr-coa-modal-sep {
  height: 1px;
  background: #e5e5e5;
  margin: 0;
}

.pr-coa-modal-img {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.25rem 1.5rem;
  box-sizing: border-box;
}

/* ── Why Pured Research (product page) ── */
.pr-why-pr-section {
  margin-top: 2rem;
}

.pr-why-pr-title {
  font-size: 1.35rem;
  font-weight: 700;
  font-style: italic;
  color: #111;
  margin: 0 0 1rem;
}

.pr-why-pr-item {
  border: none;
  border-top: 1px solid #e8e8e8;
  background: transparent;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pr-why-pr-item summary {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.9rem !important;
  padding: 1rem 0 !important;
  cursor: pointer;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 400;
  color: #111;
}

.pr-why-pr-item summary::-webkit-details-marker { display: none; }
.pr-why-pr-item summary::marker { content: ''; }

.pr-why-pr-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr-why-pr-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

/* Only the box icon (Fast & Secure Shipping) is shrunk */
.pr-why-pr-icon img[src*="box"] {
  width: 20px;
  height: 20px;
}

.pr-why-pr-item summary .pr-why-pr-chevron {
  margin-left: auto;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: #111;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  transition: transform 0.2s;
}

.pr-why-pr-item[open] summary .pr-why-pr-chevron {
  transform: rotate(180deg);
}

.pr-why-pr-body {
  padding: 0 0 1rem 2.75rem;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.65;
}

.pr-why-pr-subtitle {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.35rem;
}

/* Product Disclaimer – grey rounded tile */
.pr-why-pr-disclaimer {
  margin-top: 1.5rem;
}

.pr-why-pr-disclaimer-inner {
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}

.pr-why-pr-disclaimer-inner summary {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 1rem 1.25rem !important;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 700;
  font-style: italic;
  color: #111;
}

.pr-why-pr-disclaimer-inner summary::-webkit-details-marker { display: none; }
.pr-why-pr-disclaimer-inner summary::marker { content: ''; }

.pr-why-pr-disclaimer-inner summary .pr-why-pr-chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: #111;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  transition: transform 0.2s;
}

.pr-why-pr-disclaimer-inner[open] summary .pr-why-pr-chevron {
  transform: rotate(180deg);
}

.pr-why-pr-disclaimer-body {
  padding: 0 1.25rem 1rem;
  font-size: 0.82rem;
  color: #555;
  line-height: 1.65;
}

/* ── Mobile drawer ── */
.pr-mobile-left {
  display: none;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.pr-mobile-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 0;
}

.pr-mobile-menu-btn svg {
  width: 22px;
  height: 22px;
}

.pr-mobile-search-btn svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pr-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 8000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.pr-drawer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.pr-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 90vw;
  height: 100dvh;
  background: #fff;
  z-index: 8001;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.pr-drawer.is-open {
  transform: translateX(0);
}

@keyframes pr-slide-down {
  from { opacity: 0; transform: translateY(-14px); }
  to   { opacity: 1; transform: translateY(0); }
}

.pr-drawer-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.1rem 1.25rem;
}

.pr-drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.pr-drawer-close svg {
  width: 22px;
  height: 22px;
  stroke: #111 !important;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.pr-drawer-nav {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
}

.pr-drawer-link {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.55rem;
  font-weight: 400;
  color: #111;
  text-decoration: none;
  opacity: 0;
  transform: translateY(-14px);
}

.pr-drawer.is-open .pr-drawer-link {
  animation: pr-slide-down 0.35s ease forwards;
}
.pr-drawer.is-open .pr-drawer-link:nth-child(1) { animation-delay: 0.04s; }
.pr-drawer.is-open .pr-drawer-link:nth-child(2) { animation-delay: 0.09s; }
.pr-drawer.is-open .pr-drawer-link:nth-child(3) { animation-delay: 0.14s; }
.pr-drawer.is-open .pr-drawer-link:nth-child(4) { animation-delay: 0.19s; }
.pr-drawer.is-open .pr-drawer-link:nth-child(5) { animation-delay: 0.24s; }
.pr-drawer.is-open .pr-drawer-link:nth-child(6) { animation-delay: 0.29s; }

.pr-drawer-products {
  padding: 1.25rem 0 1.5rem 1.25rem;
  border-top: 1px solid #f0f0f0;
  margin-top: auto;
}

.pr-drawer-product-list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  overflow-x: auto;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}

.pr-drawer-product-list::-webkit-scrollbar {
  display: none;
}

.pr-drawer-product {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 130px;
  text-decoration: none;
  color: #111;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(-14px);
}

.pr-drawer.is-open .pr-drawer-product {
  animation: pr-slide-down 0.35s ease forwards;
}
.pr-drawer.is-open .pr-drawer-product:nth-child(1) { animation-delay: 0.32s; }
.pr-drawer.is-open .pr-drawer-product:nth-child(2) { animation-delay: 0.38s; }
.pr-drawer.is-open .pr-drawer-product:nth-child(3) { animation-delay: 0.44s; }
.pr-drawer.is-open .pr-drawer-product:nth-child(4) { animation-delay: 0.50s; }

.pr-drawer-product img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
  background: #f5f5f5;
  display: block;
}

.pr-drawer-product-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.pr-drawer-product-name {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #111;
}

.pr-drawer-product-price {
  font-size: 0.9rem;
  font-weight: 400;
  color: #888;
}

/* ── Mobile hero + trust-strip ── */
@media (max-width: 781px) {
  .pr-hero-section {
    padding-bottom: 0;
  }

  .pr-hero-img {
    position: relative;
    width: 112%;
    margin-left: -6%;
    left: auto;
    top: auto;
    bottom: auto;
    display: block;
  }

  .pr-hero-overlay {
    align-items: flex-end;
    padding-bottom: 5rem;
  }

  .pr-trust-strip {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
  }

  /* Tighten gap between trust-strip columns */
  .pr-trust-strip .pr-trust-columns {
    gap: 1.75rem !important;
  }

  /* Best Sellers – 2 columns, full-width to page edges */
  .pr-best-sellers {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .pr-best-sellers-grid .wc-block-product-template,
  .pr-best-sellers-grid ul.wp-block-post-template {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* "View all products" full width matching the 2-column grid */
  .pr-best-sellers .wp-block-buttons {
    width: 100% !important;
  }
  .pr-best-sellers .wp-block-button,
  .pr-best-sellers .wp-block-button .wp-block-button__link {
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  /* Lab tests – 2 columns on mobile */
  .pr-lab-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* "View All Lab Tests" full width on mobile */
  .pr-lab-view-all {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  /* Why Choose Us title – center on mobile */
  .pr-why-title {
    text-align: center;
  }
}

/* ── Mobile header layout ── */
@media (max-width: 781px) {
  .pr-mobile-left {
    display: flex;
  }

  .pr-drawer-overlay {
    display: block;
  }

  /* Hide desktop nav on mobile */
  .pr-main-nav {
    display: none !important;
  }

  /* Hide desktop search — it's in the mobile left area */
  .pr-search-link {
    display: none;
  }

  /* Center logo absolutely */
  .pr-header-row {
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .pr-header-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .pr-logo-img {
    height: 36px !important;
  }

  .pr-header-shell {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .pr-newsletter-form {
    grid-template-columns: 1fr;
  }
}

/* ── Mobile footer ── */
@media (max-width: 781px) {
  .pr-footer {
    padding: 2.5rem 1.25rem 0;
  }

  /* Center the favicon logo */
  .pr-footer-logo-wrap {
    display: flex;
    justify-content: center;
    padding: 1rem 0 1.5rem;
  }

  /* Simple full-width solid gray separator (hide the desktop L-shape) */
  .pr-footer-divider {
    background: #8a8a8a;
    height: 1px;
  }
  .pr-footer-divider::after {
    display: none;
  }

  /* Stack copyright / terms / disclaimer links centered */
  .pr-footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding: 1.25rem 0;
    text-align: center;
  }

  /* Center disclaimer text */
  .pr-footer-disclaimer-wrap {
    text-align: center;
  }
}

/* ── Lab Tests page ──────────────────────────────────────────────────────── */
.pr-lp-wrap {
  padding: 4rem 2rem 5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.pr-lp-intro {
  max-width: 720px;
  margin-bottom: 3.5rem;
}

.pr-lp-title {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.01em;
  margin: 0 0 1.5rem;
  color: #111;
}

.pr-lp-desc {
  font-size: 1rem;
  line-height: 1.75;
  color: #555;
  margin: 0 0 0.85rem;
}

.pr-lp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.pr-lp-card {
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.pr-lp-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.pr-lp-card-title {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #111;
  margin: 0;
  padding: 1rem 1.1rem 0.75rem;
  border-bottom: 1px solid #e8e8e8;
}

.pr-lp-card-img-wrap {
  background: #f7f7f7;
  line-height: 0;
}

.pr-lp-card-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 480px) {
  .pr-lp-wrap {
    padding: 2.5rem 1.25rem 3.5rem;
  }

  .pr-lp-title {
    font-size: 2rem;
  }
}


/* ── Track Order page ────────────────────────────────────────────────────── */
.pr-to-page {
  padding: 3rem 1.5rem 4rem;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pr-to-logo-section {
  display: flex;
  justify-content: center;
  padding: 1.75rem 2rem;
  margin-bottom: 1.5rem;
}

.pr-to-logo {
  height: 112px;
  width: auto;
  display: block;
}

/* Tabs */
.pr-to-tabs {
  display: flex;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 2rem;
}

.pr-to-tab {
  flex: 1;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  padding: 0.9rem 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #aaa;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.pr-to-tab.is-active {
  color: #111;
  font-weight: 600;
  border-bottom-color: #111;
}

/* Panels */
.pr-to-panel {
  display: none;
}

.pr-to-panel.is-active {
  display: block;
}

/* Form */
.pr-to-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.pr-to-input {
  width: 100%;
  padding: 1rem 1.1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #111;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s ease;
}

.pr-to-input::placeholder {
  color: #aaa;
}

.pr-to-input:focus {
  border-color: #888;
}

.pr-to-btn {
  width: 100%;
  padding: 1rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #111;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.15s ease;
  margin-top: 0.25rem;
}

.pr-to-btn:hover {
  background: #333;
}

/* ── Disclaimer page ─────────────────────────────────────────────────────── */
.pr-disclaimer-body p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.25rem;
}

.pr-disclaimer-body p:last-child {
  margin-bottom: 0;
}

/* ── Contact page ────────────────────────────────────────────────────────── */
.pr-contact-info {
  text-align: center;
  margin-bottom: 3rem;
}

.pr-contact-info p {
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
  margin: 0 0 0.85rem;
}

.pr-contact-info p:last-child {
  margin-bottom: 0;
}

.pr-contact-success {
  text-align: center;
  padding: 1.5rem;
  background: #f0faf0;
  border: 1px solid #b6e2b6;
  border-radius: 10px;
  color: #2a7a2a;
  font-size: 1rem;
  line-height: 1.6;
}

.pr-contact-error {
  color: #c0392b;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.pr-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.pr-cf-input,
.pr-cf-textarea {
  width: 100%;
  padding: 1rem 1.1rem;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #111;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s ease;
  resize: vertical;
}

.pr-cf-input::placeholder,
.pr-cf-textarea::placeholder {
  color: #aaa;
}

.pr-cf-input:focus,
.pr-cf-textarea:focus {
  border-color: #888;
}

.pr-cf-btn {
  width: fit-content;
  padding: 1rem 2rem;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #111;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.pr-cf-btn:hover {
  background: #333;
}

/* ── Search modal ────────────────────────────────────────────────────────── */
.pr-search-overlay {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 1400;
  transform: translateY(100%);
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}

.pr-search-overlay.is-open {
  transform: translateY(0);
  visibility: visible;
}

.pr-search-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.pr-search-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
}

.pr-search-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #888;
}

.pr-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  color: #111;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.pr-search-input::placeholder {
  color: #bbb;
}

.pr-search-input::-webkit-search-cancel-button {
  display: none;
}

.pr-search-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  color: #555;
  flex-shrink: 0;
}

.pr-search-close svg {
  width: 22px;
  height: 22px;
}

.pr-search-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem 1.25rem 3rem;
}

.pr-search-section-label {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 400;
  color: #111;
  margin: 0 0 1rem;
}

.pr-search-section-label + .pr-search-section-label {
  margin-top: 2rem;
}

.pr-search-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1rem;
  margin-bottom: 1.5rem;
}

/* Product card */
.pr-sc {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #111;
}

.pr-sc-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 0.6rem;
}

.pr-sc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pr-sc-no-img {
  width: 100%;
  height: 100%;
  background: #eee;
}

.pr-sc-name {
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0 0 0.2rem;
  line-height: 1.3;
}

.pr-sc-price {
  font-size: 0.88rem;
  color: #555;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.pr-sc-price s {
  color: #aaa;
  text-decoration: line-through;
}

.pr-sc-sale {
  color: #111;
  font-weight: 500;
}

.pr-search-empty {
  color: #888;
  font-size: 0.9rem;
  margin: 0;
}

.pr-search-view-all-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.pr-search-view-all {
  font-size: 0.9rem;
  font-weight: 500;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pr-search-view-all:hover {
  color: #555;
}

/* ----- Dose Calculator ----- */
.pr-dose-main {
  padding: 0 !important;
  margin: 0 !important;
  background: #000000;
}

body:has(.pr-dose) {
  background: #000000;
}

.pr-dose {
  background: #000000;
  margin: 0;
  padding: 3rem 1.25rem 4rem;
  min-height: 60vh;
}

.pr-dose-title {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  font-style: italic;
  text-align: left;
  max-width: 900px;
  margin: 0 auto 2.25rem;
}

.pr-dose-cards {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.pr-dose-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.75rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.pr-dose-card-header {
  background: #ececec;
  border-radius: 12px;
  padding: 1.1rem 1.5rem;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr-dose-card-title {
  margin: 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #111;
}

.pr-dose-card-sub {
  text-align: center;
  color: #6e6e6e;
  font-size: 1rem;
  margin: 1rem 0 0;
}

.pr-dose-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.5rem 0 0;
  justify-items: stretch;
}

/* "Other" custom-value input */
.pr-dose-other {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 1rem 0 0;
}

.pr-dose-other[hidden] {
  display: none;
}

.pr-dose-other-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid #018989;
  border-radius: 14px;
  padding: 0.95rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  color: #111;
  background: #ffffff;
}

.pr-dose-other-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(1, 137, 137, 0.2);
}

.pr-dose-other-unit {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #018989;
  flex-shrink: 0;
}

.pr-dose-option {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
  padding: 1rem 0.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #111;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: break-word;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.pr-dose-option:hover {
  border-color: #018989;
}

.pr-dose-option.is-selected {
  background: #018989;
  border-color: #018989;
  color: #ffffff;
}

.pr-dose-card-footer {
  margin-top: 1.5rem;
}

.pr-dose-note {
  text-align: center;
  margin: 0;
  color: #333;
  font-size: 1rem;
}

.pr-dose-common {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  align-items: start;
}

.pr-dose-common-title {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111;
}

.pr-dose-common-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: #222;
  font-size: 1rem;
}

.pr-dose-result {
  max-width: 900px;
  margin: 3rem auto 0;
}

.pr-dose-result-title {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  font-style: italic;
  text-align: left;
  margin: 0 0 1.25rem;
}

.pr-dose-result-layout {
  display: grid;
  grid-template-columns: minmax(0, 420px) auto;
  gap: 2rem;
  align-items: center;
}

.pr-dose-result-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

/* ── Syringe / cylinder visual ── */
.pr-dose-syringe {
  display: flex;
  align-items: stretch;
  gap: 0.55rem;
  position: relative;
  height: 460px;
  flex-shrink: 0;
}

.pr-dose-syringe-tube {
  position: relative;
  width: 60px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.08) 100%),
    #d6dae0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #aab0b8;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
}

/* minor tick marks every 1% on the inside-right of the tube */
.pr-dose-syringe-tube::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(0,0,0,0.32) 0,
    rgba(0,0,0,0.32) 1px,
    transparent 1px,
    transparent 2%
  );
  background-size: 6px 100%;
  background-position: right top;
  background-repeat: no-repeat;
}

.pr-dose-syringe-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  background: #018989;
  transition: height 0.25s ease;
}

.pr-dose-syringe-scale {
  position: relative;
  flex: 0 0 auto;
  width: 64px;
  height: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: #e3e6ea;
}

.pr-dose-syringe-scale span {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.pr-dose-syringe-scale span::before {
  content: '';
  display: block;
  width: 9px;
  height: 1.5px;
  background: #ffffff;
  flex-shrink: 0;
}

.pr-dose-result-card {
  background: #ececec;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 140px;
  text-align: center;
}

.pr-dose-result-value {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  color: #111;
  line-height: 1.1;
}

.pr-dose-result-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.06em;
}

.pr-dose-result-warn {
  font-size: 1.1rem;
  font-weight: 500;
  color: #b00020;
  display: inline-block;
  line-height: 1.3;
}

/* Draw Syringe To card — same teal as the filled syringe */
.pr-dose-result-card[data-result="syringe"] {
  background: #018989;
}

.pr-dose-result-card[data-result="syringe"] .pr-dose-result-value,
.pr-dose-result-card[data-result="syringe"] .pr-dose-result-label,
.pr-dose-result-card[data-result="syringe"] .pr-dose-result-warn {
  color: #ffffff;
}

/* Concentration card (bottom) — white */
.pr-dose-result-card[data-result="concentration"] {
  background: #ffffff;
}

@media (max-width: 720px) {
  .pr-dose-card { padding: 1.25rem; }
  .pr-dose-card-header { padding: 0.9rem 1rem; min-height: 56px; }
  .pr-dose-card-title { font-size: 1.25rem; }
  .pr-dose-common {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .pr-dose-result-layout {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
  }
  .pr-dose-result-card {
    padding: 1.25rem 1rem;
    min-height: 110px;
  }
  .pr-dose-syringe {
    height: 400px;
    gap: 0.4rem;
  }
  .pr-dose-syringe-tube { width: 44px; }
  .pr-dose-syringe-scale { width: 56px; font-size: 0.68rem; }
  .pr-dose-syringe-scale span::before { width: 6px; }
}

@media (max-width: 420px) {
  .pr-dose-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ----- Disclaimer popup ----- */
.pr-disclaimer-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

body.pr-disclaimer-locked {
  overflow: hidden;
}

body.pr-disclaimer-locked .pr-disclaimer-modal {
  display: flex;
}

.pr-disclaimer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.pr-disclaimer-card {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  max-width: 560px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.pr-disclaimer-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #111;
}

.pr-disclaimer-body p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #333;
  margin: 0 0 0.75rem;
}

.pr-disclaimer-body p:last-child {
  margin-bottom: 0;
}

.pr-disclaimer-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #222;
  margin: 1.25rem 0 1rem;
  cursor: pointer;
}

.pr-disclaimer-checkbox {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.pr-disclaimer-agree {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: background 0.15s ease;
}

.pr-disclaimer-agree:hover:not(:disabled) {
  background: #222;
}

.pr-disclaimer-agree:disabled {
  background: #c7c7c7;
  cursor: not-allowed;
}

@media (max-width: 600px) {
  .pr-disclaimer-card {
    padding: 1.5rem;
  }
  .pr-disclaimer-title {
    font-size: 1.25rem;
  }
}
