/* ============================================================
   MAGENTO THEME INTEGRATION
   ============================================================ */
body.bl-shop-tests-page .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0 !important;
}

body.bl-shop-tests-page .column.main {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

body.bl-shop-tests-page .page-title-wrapper,
body.bl-shop-tests-page .sidebar-main {
  display: none !important;
}

body.bl-shop-tests-page {
  background: #f5f1e9;
}

/* Opaque sticky header so card CTAs never show through the nav */
body.bl-shop-tests-page .page-header,
body.bl-shop-tests-page .page-header.sticky-header {
  background: #f5f1e9;
}

/* Shop-tests uses #shop-tests-flash-messages only — hide core Knockout block to prevent duplicates */
body.bl-shop-tests-page #maincontent .page.messages,
body.bl-shop-tests-page .page.messages {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#shop-tests-flash-messages .messages {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

/* Reset theme message icons (icon font on inner div + any ::before/::after) */
#shop-tests-flash-messages .message::before,
#shop-tests-flash-messages .message::after,
#shop-tests-flash-messages .message > div:first-child::before,
#shop-tests-flash-messages .message > div:first-child::after,
#shop-tests-flash-messages .message > *::before,
#shop-tests-flash-messages .message > *::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

#shop-tests-flash-messages .message,
#shop-tests-flash-messages .message.success,
#shop-tests-flash-messages .message.error {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0 0;
  padding: 14px 18px 14px 3.25rem !important;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(26, 22, 18, 0.12);
  font-size: 0.9375rem;
  line-height: 1.45;
  min-height: 3rem;
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 22px 22px;
}

#shop-tests-flash-messages .message > div:first-child,
#shop-tests-flash-messages .shop-tests-message-text {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0 !important;
  position: static;
}

#shop-tests-flash-messages .shop-tests-message-close {
  flex-shrink: 0;
  margin: 0 0 0 12px;
  padding: 4px 8px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.55;
  border-radius: 6px;
}

#shop-tests-flash-messages .shop-tests-message-close:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.06);
}

#shop-tests-flash-messages .message-success,
#shop-tests-flash-messages .message.success {
  background-color: #eef8f0 !important;
  border: 1px solid #b8dfc0 !important;
  color: #1a4d28 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a4d28' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

#shop-tests-flash-messages .message-error,
#shop-tests-flash-messages .message.error {
  background-color: #fef2f2 !important;
  border: 1px solid #f5c2c2 !important;
  color: #7f1d1d !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237f1d1d' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
}

#shop-tests-flash-messages .message-notice,
#shop-tests-flash-messages .message-warning,
#shop-tests-flash-messages .message-info,
#shop-tests-flash-messages .message.notice,
#shop-tests-flash-messages .message.warning,
#shop-tests-flash-messages .message.info {
  background-color: #f8f5ee !important;
  border: 1px solid #ccc6b5 !important;
  color: #1a1612 !important;
}

#shop-tests-flash-messages .message a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#shop-tests-flash-messages.shop-tests-flash-messages {
  position: fixed;
  top: clamp(72px, 10vw, 96px);
  left: 0;
  right: 0;
  z-index: 130;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(16px, 3vw, 40px);
  box-sizing: border-box;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#shop-tests-flash-messages.shop-tests-flash-messages:not(:empty),
#shop-tests-flash-messages.shop-tests-flash-messages.is-visible {
  pointer-events: auto;
}

.bl-shop-tests {

  --serif: "Instrument Serif", Georgia, serif;
  --sans:  "Instrument Sans", "Inter", system-ui, sans-serif;

  /* Biolume portal design system */
  --bg:       #f5f1e9;
  --bg-2:     #ede8dc;
  --paper:    #f8f5ee;
  --card:     #ffffff;
  --ink:      #1a1612;
  --ink-2:    #6b6455;
  --ink-3:    #b0a894;
  --hairline: rgba(26,22,18,.08);
  --border:   #ccc6b5;
  --accent:   #7a1f2e;
  --accent-2: #5e1622;
  --accent-hi: #e8d2d5;
  --navy:     #1e2d4a;
  --navy-2:   #162238;
  --navy-hi:  #d0d6e0;
  --teal:     #3a6e78;
  --teal-hi:  #cddde0;
  --success:  #3a6b2a;
  --warning:  #8a5200;
  --tile-bg:  rgba(248,245,238,.82);
  --tile-bd:  rgba(26,22,18,.07);
  --shadow-sm: 0 1px 3px rgba(26,22,18,.06);
  --shadow-md: 0 4px 12px rgba(26,22,18,.09);
  --shadow-lg: 0 8px 24px rgba(26,22,18,.13);
  --r-sm: 6px; --r-md: 10px; --r-lg: 14px; --r-xl: 20px;
  --t: 180ms cubic-bezier(.16,1,.3,1);
}

.bl-shop-tests {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  background-image:
    radial-gradient(ellipse 900px 600px at 5% -5%, rgba(58,110,120,.10) 0%, transparent 60%),
    radial-gradient(ellipse 700px 500px at 95% 10%, rgba(122,31,46,.07) 0%, transparent 55%),
    radial-gradient(ellipse 600px 800px at 80% 90%, rgba(30,45,74,.06) 0%, transparent 60%);
  -webkit-font-smoothing: antialiased;
  width: 100%;
  box-sizing: border-box;
}

.bl-shop-tests *,
.bl-shop-tests *::before,
.bl-shop-tests *::after { box-sizing: border-box; }

.bl-shop-tests img { max-width: 100%; display: block; }
.bl-shop-tests a { color: inherit; text-decoration: none; }
.bl-shop-tests button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
.bl-shop-tests [id] { scroll-margin-top: 100px; }


/* ============================================================
   BODY WRAPPER + TEXTURE
   ============================================================ */
.bl-shop-tests .page-body { position: relative; isolation: isolate; overflow: hidden; }
.bl-shop-tests .page-body::before { display: none; }

/* ============================================================
   LAYOUT
   ============================================================ */
.bl-shop-tests .wrap { max-width: 1240px; margin: 0 auto; padding: 0 clamp(20px,4vw,56px); }

.bl-shop-tests .breadcrumb {
  padding: 20px 0 0;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-3); display: flex; gap: 8px; align-items: center;
}
.bl-shop-tests .breadcrumb a:hover { color: var(--ink-2); }
.bl-shop-tests .breadcrumb .sep { opacity: .4; }

/* ============================================================
   HERO — light beige, left text, right image flush
   ============================================================ */
.bl-shop-tests .hero {
  position: relative;
  margin: 32px 0 72px;
  min-height: 620px;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: stretch;
  overflow: hidden;
  border-radius: 0;
  background: var(--card);
  border: none;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
@media (max-width: 860px) {
  .bl-shop-tests .hero { grid-template-columns: 1fr; min-height: auto; }
  .bl-shop-tests .hero-img-col { display: none; }
}
.bl-shop-tests .hero-inner {
  padding: clamp(56px,7vw,96px) clamp(40px,5vw,72px);
  position: relative; z-index: 1;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid var(--hairline);
}
.bl-shop-tests .hero .eyebrow {
  font-size: 10px; letter-spacing: .32em; text-transform: uppercase;
  color: var(--ink-3); margin: 0 0 28px;
  display: flex; align-items: center; gap: 12px;
}
.bl-shop-tests .hero .eyebrow::before {
  content: ""; display: block; width: 32px; height: 1px;
  background: var(--ink-3);
}
.bl-shop-tests .hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(48px, 6vw, 92px); line-height: .96;
  letter-spacing: -.028em; margin: 0 0 28px; color: var(--ink); max-width: 13ch;
}
.bl-shop-tests .hero h1 em { font-style: italic; color: var(--ink); }
.bl-shop-tests .hero .hero-sub {
  font-family: var(--sans); font-style: italic; font-weight: 300;
  font-size: clamp(15px, 1.4vw, 17px); line-height: 1.58;
  color: var(--ink-2); margin: 0 0 28px; max-width: 46ch;
  letter-spacing: .01em;
}
.bl-shop-tests .hero .intro-grid {
  display: flex; flex-direction: column; gap: 14px; max-width: 52ch;
}
.bl-shop-tests .hero .intro-grid p {
  margin: 0; font-size: 14.5px; line-height: 1.70; color: var(--ink-2);
}
.bl-shop-tests .hero .hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 36px; }

/* Right image column */
.bl-shop-tests .hero-img-col {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0;
}
.bl-shop-tests .hero-img-col .hero-img-inner {
  position: absolute; inset: 0;
}
.bl-shop-tests .hero-img-col .hero-img-inner img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  filter: grayscale(18%) contrast(1.04);
}
/* no fade */
/* Override button styles for light bg */
.bl-shop-tests .btn-hero-primary {
  background: var(--navy); color: #f5f1e9;
  box-shadow: var(--shadow-sm);
}
.bl-shop-tests .btn-hero-primary:hover { background: var(--navy-2); box-shadow: var(--shadow-md); }
.bl-shop-tests .btn-hero-ghost {
  background: transparent; color: var(--ink-2);
  border: 1px solid rgba(36,42,45,.20);
}
.bl-shop-tests .btn-hero-ghost:hover { border-color: var(--ink); color: var(--ink); }

/* ============================================================
   BUTTONS
   ============================================================ */
.bl-shop-tests .btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 22px; border-radius: 999px;
  font-size: 13px; font-weight: 500; letter-spacing: .05em;
  transition: background var(--t), color var(--t), border-color var(--t), transform var(--t), box-shadow var(--t);
  white-space: nowrap;
}
.bl-shop-tests .btn:active { transform: scale(.98); }
.bl-shop-tests .btn-cream { background: var(--paper); color: var(--ink); border: 1px solid var(--hairline); }
.bl-shop-tests .btn-cream:hover { background: #fff8ec; box-shadow: 0 4px 14px rgba(36,42,45,.10); }
.bl-shop-tests .btn-ghost-light { background: transparent; color: var(--ink-2); border: 1px solid rgba(36,42,45,.18); }
.bl-shop-tests .btn-ghost-light:hover { background: rgba(36,42,45,.05); border-color: rgba(36,42,45,.28); }
.bl-shop-tests .btn-dark { background: var(--navy); color: #f5f1e9; }
.bl-shop-tests .btn-dark:hover { background: var(--navy-2); box-shadow: var(--shadow-md); }
.bl-shop-tests .btn-outline { background: transparent; color: var(--ink); border: 1px solid rgba(36,42,45,.18); }
.bl-shop-tests .btn-outline:hover { border-color: var(--ink); }

/* ============================================================
   SECTION LABEL STRIP
   ============================================================ */
.bl-shop-tests .sec-label {
  display: flex; align-items: center; gap: 16px;
  padding-bottom: 20px; border-bottom: 1px solid var(--hairline);
  box-shadow: var(--shadow-sm); margin-bottom: 32px;
}
.bl-shop-tests .sec-label .tag {
  font-size: 10px; letter-spacing: .26em; text-transform: uppercase; font-weight: 600;
  color: var(--accent); background: var(--accent-hi); border: 1px solid rgba(122,31,46,.18);
  border-radius: 999px; padding: 4px 10px;
}
.bl-shop-tests .sec-label h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(26px,3.4vw,40px); line-height: 1.08; letter-spacing: -.01em; margin: 0;
}
.bl-shop-tests .sec-label .sec-intro {
  margin-left: auto; font-size: 14px; line-height: 1.6; color: var(--ink-2);
  max-width: 44ch; text-align: right;
}
@media (max-width: 800px) {
  .bl-shop-tests .sec-label { flex-wrap: wrap; }
  .bl-shop-tests .sec-label .sec-intro { margin-left: 0; text-align: left; }
}

/* ============================================================
   PACKAGES SECTION
   ============================================================ */
.bl-shop-tests .section-packages { margin-bottom: 96px; }

/* ============================================================
   MAIN PACKAGE PRODUCTS (Shop Lab Tests)
   ============================================================ */
.bl-shop-tests .section-main-packages {
  margin-bottom: 96px;
  margin-top: 0;
  padding-top: clamp(40px, 6vw, 72px);
}
.bl-shop-tests .packages-shop-intro {
  margin-bottom: 36px;
  max-width: 720px;
}
.bl-shop-tests .packages-shop-intro h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  color: var(--ink);
}
.bl-shop-tests .packages-intro-copy p {
  font-size: 15px;
  line-height: 1.68;
  color: var(--ink-2);
  margin: 0 0 14px;
}
.bl-shop-tests .packages-intro-copy p:last-child {
  margin-bottom: 0;
}

.bl-shop-tests .package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 980px) {
  .bl-shop-tests .package-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .bl-shop-tests .package-grid { grid-template-columns: 1fr; }
}

.bl-shop-tests .package-card {
  background: var(--card);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-sm);
  border-radius: var(--r-md);
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.bl-shop-tests .package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(36, 42, 45, 0.12);
  border-color: rgba(36, 42, 45, 0.18);
}
.bl-shop-tests .package-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.bl-shop-tests .package-card-head h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
  color: var(--ink);
}
.bl-shop-tests .package-learn {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #f5f1e9;
  background: var(--navy);
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
  transition: background var(--t);
}
.bl-shop-tests .package-learn:hover {
  background: var(--navy-2);
  color: #f5f1e9;
}
.bl-shop-tests .package-card-image-link {
  display: block;
  margin-bottom: 14px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--hairline);
}
.bl-shop-tests .package-card-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.bl-shop-tests .package-desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0 0 16px;
  flex-grow: 1;
}
.bl-shop-tests .package-desc-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.bl-shop-tests .package-desc img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 12px;
  border-radius: 6px;
}
.bl-shop-tests .package-desc p {
  margin: 0 0 10px;
}
.bl-shop-tests .package-desc ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bl-shop-tests .package-desc li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink-2);
}
.bl-shop-tests .package-desc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}
.bl-shop-tests .package-card-foot {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bl-shop-tests .package-price {
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  text-align: center;
  width: 100%;
}
.bl-shop-tests .package-price .price-box {
  margin: 0;
  text-align: center;
}
.bl-shop-tests .package-price .price-box > span,
.bl-shop-tests .package-price .price-container,
.bl-shop-tests .package-price .price-wrapper {
  display: inline-block;
  text-align: center;
}
.bl-shop-tests .package-price .price {
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
}
.bl-shop-tests .package-subscription-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding-top: 12px;
  border-top: 1px solid var(--hairline);
  justify-content: center;
}
.bl-shop-tests .package-sub-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--ink-2);
  cursor: pointer;
}
.bl-shop-tests .package-tocart-form .btn-atc {
  width: 100%;
  justify-content: center;
  border-radius: var(--r-md);
  padding: 12px 18px;
  font-size: 14px;
}
.bl-shop-tests .packages-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 0;
  color: var(--ink-3);
  font-size: 15px;
}

/* Heading block */
.bl-shop-tests .packages-heading { text-align: center; margin-bottom: 52px; }
.bl-shop-tests .packages-heading h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(30px,4.5vw,56px); line-height: 1.06; letter-spacing: -.02em;
  margin: 0 0 14px;
}
.bl-shop-tests .packages-heading h2 em { font-style: italic; }
.bl-shop-tests .packages-heading .sub {
  font-size: 15px; color: var(--ink-2); line-height: 1.65;
  max-width: 60ch; margin: 0 auto;
}

/* Two-ways split */
.bl-shop-tests .two-ways {
  display: grid; grid-template-columns: 1fr 56px 1fr;
  align-items: stretch; margin-bottom: 56px;
}
@media (max-width: 760px) {
  .bl-shop-tests .two-ways { grid-template-columns: 1fr; gap: 12px; }
  .bl-shop-tests .two-ways-divider { display: none; }
}

.bl-shop-tests .tw-card {
  background: var(--card);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-sm);
  border-radius: var(--r-xl);
  padding: clamp(28px,4vw,44px);
  display: flex; flex-direction: column;
  transition: transform var(--t), box-shadow var(--t);
}
.bl-shop-tests .tw-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.bl-shop-tests .tw-card h3 {
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: clamp(24px,2.8vw,34px); line-height: 1.1; margin: 0 0 14px; color: var(--ink);
}
.bl-shop-tests .tw-card .tw-desc {
  font-size: 14px; line-height: 1.68; color: var(--ink-2); margin: 0 0 24px;
}
.bl-shop-tests .tw-card .tw-list {
  list-style: none; margin: 0 0 32px; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
  border-top: 1px solid var(--hairline); padding-top: 20px; flex-grow: 1;
}
.bl-shop-tests .tw-card .tw-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--ink-2); line-height: 1.45;
}
.bl-shop-tests .tw-card .tw-list li::before {
  content: ""; flex-shrink: 0; margin-top: 6px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal);
}
.bl-shop-tests .tw-cta {
  display: block; text-align: center;
  padding: 13px 24px; border-radius: var(--r-md);
  font-size: 14px; font-weight: 500; letter-spacing: .02em;
  transition: background var(--t), color var(--t), box-shadow var(--t);
}
.bl-shop-tests .tw-upload .tw-cta { background: var(--navy); color: #f5f1e9; }
.bl-shop-tests .tw-upload .tw-cta:hover { background: var(--navy-2); box-shadow: var(--shadow-md); }
.bl-shop-tests .tw-order .tw-cta { background: var(--accent); color: #f5f1e9; border: none; }
.bl-shop-tests .tw-order .tw-cta:hover { background: var(--accent-2); box-shadow: var(--shadow-md); }

.bl-shop-tests .two-ways-divider {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.bl-shop-tests .two-ways-divider::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 50%;
  width: 1px; background: var(--hairline);
}
.bl-shop-tests .or-pill {
  position: relative; z-index: 1;
  background: var(--bg); border: 1px solid var(--hairline); border-radius: 999px;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 500; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-3);
}

/* ============================================================
   BASE TEST DEEP-DIVE
   ============================================================ */
.bl-shop-tests .base-test-block {
  position: relative; background: var(--navy);
  border-radius: var(--r-xl); overflow: hidden;
  padding: clamp(36px,5vw,64px) clamp(28px,4vw,56px);
}
.bl-shop-tests .base-test-block::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.035 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 200px 200px; pointer-events: none;
}

.bl-shop-tests .bt-header {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px 64px;
  align-items: start; margin-bottom: 44px; position: relative;
}
@media (max-width: 780px) { .bt-header { grid-template-columns: 1fr; } }
.bl-shop-tests .bt-eyebrow {
  font-size: 10px; letter-spacing: .28em; text-transform: uppercase;
  color: rgba(247,239,226,.38); margin: 0 0 14px;
}
.bl-shop-tests .bt-header h2 {
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: clamp(32px,4vw,50px); line-height: 1.06; letter-spacing: -.015em;
  margin: 0; color: #f0e8db;
}
.bl-shop-tests .bt-desc {
  font-size: 14.5px; line-height: 1.70; color: rgba(240,232,219,.58);
  margin: 0; align-self: center;
}

.bl-shop-tests .bt-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 10px;
  position: relative; margin-bottom: 12px;
}
@media (max-width: 780px) { .bt-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px) { .bt-grid { grid-template-columns: 1fr; } }

.bl-shop-tests .bt-card {
  background: rgba(248,245,238,.07);
  border: 1px solid rgba(247,239,226,.10);
  border-radius: var(--r-md); padding: 20px 20px 16px;
  display: flex; flex-direction: column;
  transition: background var(--t);
}
.bl-shop-tests .bt-card:hover { background: rgba(248,245,238,.11); }
.bl-shop-tests .bt-card-top {
  display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px;
}
.bl-shop-tests .bt-num { font-size: 11px; font-weight: 500; color: rgba(247,239,226,.26); font-variant-numeric: tabular-nums; }
.bl-shop-tests .bt-tag {
  font-size: 9px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(247,239,226,.26); border: 1px solid rgba(247,239,226,.09);
  border-radius: 999px; padding: 2px 7px;
}
.bl-shop-tests .bt-card h4 {
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: 20px; line-height: 1.1; margin: 0 0 12px; color: #f0e8db;
}
.bl-shop-tests .bt-markers {
  list-style: none; margin: 0 0 10px; padding: 0;
  display: flex; flex-direction: column; gap: 5px;
  border-top: 1px solid rgba(247,239,226,.07); padding-top: 10px;
}
.bl-shop-tests .bt-markers li {
  font-size: 12.5px; color: rgba(240,232,219,.52); line-height: 1.35;
  display: flex; align-items: flex-start; gap: 7px;
}
.bl-shop-tests .bt-markers li::before {
  content: ""; flex-shrink: 0; margin-top: 6px;
  width: 4px; height: 4px; border-radius: 50%;
  background: rgba(247,239,226,.24);
}
.bl-shop-tests .bt-why {
  font-size: 11.5px; color: rgba(240,232,219,.32); line-height: 1.45;
  margin-top: auto; padding-top: 10px;
  font-style: italic;
}

/* Footer summary row */
.bl-shop-tests .bt-footer {
  display: grid; grid-template-columns: 1fr 2fr; gap: 10px; margin-top: 10px;
}
@media (max-width: 640px) { .bt-footer { grid-template-columns: 1fr; } }
.bl-shop-tests .bt-foot-card {
  background: rgba(248,245,238,.08); border: 1px solid rgba(247,239,226,.12);
  border-radius: var(--r-md); padding: 24px 24px 20px;
  display: flex; flex-direction: column;
}
.bl-shop-tests .bt-foot-card h4 {
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: 22px; line-height: 1.12; margin: 0 0 8px; color: #f0e8db;
}
.bl-shop-tests .bt-foot-card p {
  font-size: 13px; color: rgba(240,232,219,.46); line-height: 1.52; margin: 0 0 20px; flex-grow: 1;
}
.bl-shop-tests .bt-foot-card a.bt-link {
  display: inline-flex; align-items: center;
  font-size: 13px; font-weight: 500; color: rgba(240,232,219,.72);
  border: 1px solid rgba(247,239,226,.18); border-radius: var(--r-sm);
  padding: 9px 16px; align-self: flex-start;
  transition: background var(--t), box-shadow var(--t);
}
.bl-shop-tests .bt-foot-card a.bt-link:hover { background: var(--hairline); border-color: rgba(255,255,255,.26); }
.bl-shop-tests .ba-label {
  font-size: 10px; letter-spacing: .26em; text-transform: uppercase;
  color: rgba(247,239,226,.32); margin-bottom: 6px;
}

/* ============================================================
   ADD ON TESTS
   ============================================================ */
.bl-shop-tests .section-addons { margin-bottom: 96px; }
.bl-shop-tests .addon-search-wrap {
  margin-bottom: 24px;
}

.bl-shop-tests .addon-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  background: var(--card);
  border: 1px solid var(--tile-bd);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--r-md);
  padding: 12px 16px;
  transition: border-color var(--t), box-shadow var(--t);
}

.bl-shop-tests .addon-search:focus-within {
  border-color: rgba(36, 42, 45, 0.28);
  box-shadow: 0 2px 12px rgba(36, 42, 45, 0.07);
}

.bl-shop-tests .addon-search svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--ink-3);
}

.bl-shop-tests .addon-search input,
.bl-shop-tests .addon-search input[type="text"] {
  flex: 1;
  min-width: 0;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink);
  caret-color: var(--accent);
}

.bl-shop-tests .addon-search input::placeholder {
  color: var(--ink-3);
  opacity: 1;
}

.bl-shop-tests .addon-count {
  flex-shrink: 0;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ink-3);
  white-space: nowrap;
  margin-left: auto;
}
.bl-shop-tests .addon-card.hidden { display: none; }

.bl-shop-tests .addon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 1100px) { .bl-shop-tests .addon-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 780px)  { .bl-shop-tests .addon-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px)  { .bl-shop-tests .addon-grid { grid-template-columns: 1fr; } }

.bl-shop-tests .addon-card {
  background: var(--card);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-sm);
  border-radius: var(--r-md);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  transition: transform var(--t), box-shadow var(--t);
}
.bl-shop-tests .addon-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.bl-shop-tests .addon-card-detail-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  margin: 0 0 0;
}
.bl-shop-tests .addon-card-detail-link:hover {
  text-decoration: none;
}
.bl-shop-tests .addon-card-detail-link:focus-visible {
  outline: 2px solid rgba(30, 45, 74, 0.45);
  outline-offset: 3px;
  border-radius: 4px;
}
.bl-shop-tests .addon-card-detail-link:hover .addon-card-title,
.bl-shop-tests .addon-card-detail-link:hover h5 {
  color: var(--navy);
}
.bl-shop-tests .addon-card-detail-link:hover .addon-desc {
  color: var(--ink);
}
.bl-shop-tests .addon-card-title,
.bl-shop-tests .addon-card h5 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.18;
  margin: 0 0 8px;
  color: var(--ink);
}
.bl-shop-tests .addon-desc {
  font-size: 12.5px;
  line-height: 1.52;
  color: var(--ink-2);
  margin: 0 0 14px;
  flex: 0 0 auto;
  overflow: hidden;
  height: calc(1.52em * 7);
  max-height: calc(1.52em * 7);
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.bl-shop-tests .addon-desc--empty {
  flex: 0 0 auto;
  height: calc(1.52em * 7);
  max-height: calc(1.52em * 7);
  margin: 0 0 14px;
  visibility: hidden;
  pointer-events: none;
}
.bl-shop-tests .addon-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 8px;
  flex-wrap: wrap;
}
.bl-shop-tests .addon-card .price {
  font-size: 14px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.bl-shop-tests .addon-card .price-box,
.bl-shop-tests .addon-card .price-box .price {
  justify-content: flex-start;
}
.bl-shop-tests .addon-links {
  display: flex;
  gap: 10px;
  font-size: 11.5px;
  color: var(--ink-3);
}
.bl-shop-tests .addon-links a {
  border-bottom: 1px solid rgba(36, 42, 45, 0.12);
  padding-bottom: 1px;
}
.bl-shop-tests .addon-links a:hover {
  color: var(--ink);
  border-color: var(--ink);
}

/* Add to Cart button inside addon card */
.bl-shop-tests .btn-atc {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: 999px;
  font-size: 12px; font-weight: 500; letter-spacing: .04em;
  background: var(--navy); color: #f5f1e9; border: none;
  transition: background var(--t), box-shadow var(--t);
  cursor: pointer;
}
.bl-shop-tests .addon-card .addon-tocart-form {
  width: 100%;
  margin-top: 0;
}

.bl-shop-tests .addon-card .btn-atc,
.bl-shop-tests .addon-card form button {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  border-radius: var(--r-md);
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 500;
}

/* Prevent theme button styles leaking into shop tests cards */
.bl-shop-tests .btn,
.bl-shop-tests .btn-atc {
  text-transform: none;
  letter-spacing: .04em;
}


/* ============================================================
   UPLOAD OWN RESULTS
   ============================================================ */
.bl-shop-tests .section-upload { margin-bottom: 96px; }

.bl-shop-tests .upload-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  align-items: start;
}
@media (max-width: 860px) { .upload-block { grid-template-columns: 1fr; } }

.bl-shop-tests .upload-left { display: flex; flex-direction: column; }
.bl-shop-tests .upload-left h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px); line-height: 1.15;
  letter-spacing: -.01em; margin: 0 0 16px; color: var(--ink);
}
.bl-shop-tests .upload-left p {
  font-size: 14.5px; line-height: 1.68; color: var(--ink-2);
  margin: 0 0 14px;
}
.bl-shop-tests .upload-list {
  list-style: none; margin: 20px 0 24px; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
  border-top: 1px solid var(--hairline); padding-top: 20px;
}
.bl-shop-tests .upload-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--ink-2); line-height: 1.45;
}
.bl-shop-tests .upload-list li::before {
  content: ""; flex-shrink: 0; margin-top: 6px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal);
}

.bl-shop-tests .upload-visual {
  background: var(--card);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-md);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.bl-shop-tests .uv-drop {
  padding: 36px 28px 28px;
  border-bottom: 1px solid var(--hairline);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px;
  background: var(--bg);
}
.bl-shop-tests .uv-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(36,42,45,.06); border: 1px solid var(--hairline);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-3); margin-bottom: 4px;
}
.bl-shop-tests .uv-label {
  font-size: 14px; font-weight: 500; color: var(--ink); margin: 0;
}
.bl-shop-tests .uv-sub {
  font-size: 12px; color: var(--ink-3); margin: 0; line-height: 1.5;
}
.bl-shop-tests .uv-markers {
  padding: 20px 24px 24px;
  display: flex; flex-direction: column; gap: 12px;
}
.bl-shop-tests .uv-marker-row {
  display: grid; grid-template-columns: 80px 1fr 60px;
  align-items: center; gap: 10px;
}
.bl-shop-tests .uvm-name {
  font-size: 12px; font-weight: 500; color: var(--ink-2); white-space: nowrap;
}
.bl-shop-tests .uvm-bar {
  height: 5px; background: rgba(36,42,45,.07); border-radius: 999px; overflow: hidden;
}
.bl-shop-tests .uvm-fill {
  height: 100%; border-radius: 999px; display: block;
}
.bl-shop-tests .uvm-fill.optimal { background: var(--success); }
.bl-shop-tests .uvm-fill.low { background: var(--accent); }
.bl-shop-tests .uvm-fill.review { background: var(--warning); }
.bl-shop-tests .uvm-status {
  font-size: 10.5px; font-weight: 500; letter-spacing: .06em; text-align: right;
  text-transform: uppercase;
}
.bl-shop-tests .uvm-status.optimal { color: var(--success); }
.bl-shop-tests .uvm-status.low { color: var(--accent); }
.bl-shop-tests .uvm-status.review { color: var(--warning); }

/* ============================================================
   HOME TESTS — placeholder
   ============================================================ */
.bl-shop-tests .section-home { margin-bottom: 96px; }
.bl-shop-tests .home-placeholder {
  background: var(--card); border: 1px solid var(--hairline);
  box-shadow: var(--shadow-sm);
  border-radius: var(--r-xl);
  padding: clamp(48px,6vw,88px) clamp(28px,4vw,56px);
  text-align: center;
}
.bl-shop-tests .home-placeholder h3 {
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: clamp(26px,3.5vw,42px); margin: 0 0 14px; color: var(--ink);
}
.bl-shop-tests .home-placeholder p { font-size: 15px; line-height: 1.65; color: var(--ink-2); max-width: 52ch; margin: 0 auto; }
.bl-shop-tests .ph-note {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-3); margin-top: 28px;
}

/* ============================================================
   SHOP CMS WRAPPER + HERO PLACEHOLDER + WHAT'S INCLUDED PANEL
   ============================================================ */
body.bl-shop-tests-page {
  background: #f7efe2;
}

.bl-shop-tests-cms + .bl-shop-tests,
.bl-shop-tests + .bl-shop-tests-cms {
  margin-top: 0;
}

body.bl-shop-tests-page .biolume-how-it-works .shop-tests-hero .hero__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: min(520px, 72vh);
}

body.bl-shop-tests-page .biolume-how-it-works .shop-tests-hero .hero__content {
  width: min(1080px, 100%);
  max-width: 1080px;
}

body.bl-shop-tests-page .biolume-how-it-works .shop-tests-hero__creative {
  display: none;
}

.biolume-how-it-works .shop-start-tiles .shop-start-tile {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.biolume-how-it-works .shop-start-tiles .shop-start-tile .shop-start-tile__actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.biolume-how-it-works .shop-start-tiles .shop-start-tile .shop-start-tile__actions .btn {
  margin-top: 0;
}

.biolume-how-it-works .shop-start-tiles .plan ul {
  flex: 1 1 auto;
}

.biolume-how-it-works .shop-start-tiles .shop-start-tile.is-active {
  border-color: rgba(247, 239, 226, 0.55);
  box-shadow: 0 0 0 1px rgba(247, 239, 226, 0.22);
}

.biolume-how-it-works .shop-start-tiles .shop-start-tile.plan--feature.is-active {
  border-color: rgba(26, 22, 18, 0.45);
  box-shadow: 0 0 0 1px rgba(26, 22, 18, 0.12);
}

.biolume-how-it-works .shop-start-tiles .btn--included {
  margin-top: 8px;
  background: rgba(247, 239, 226, 0.07);
  border-color: rgba(247, 239, 226, 0.38);
  color: rgba(247, 239, 226, 0.94);
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.biolume-how-it-works .shop-start-tiles .btn--included:hover {
  background: rgba(247, 239, 226, 0.16);
  border-color: rgba(247, 239, 226, 0.78);
  color: #fff8ef;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.biolume-how-it-works .shop-start-tiles .btn--included:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.biolume-how-it-works .shop-start-tiles .btn--included.is-active {
  background: rgba(247, 239, 226, 0.2);
  border-color: rgba(247, 239, 226, 0.92);
  color: #fff8ef;
  box-shadow: 0 0 0 1px rgba(247, 239, 226, 0.2), 0 12px 32px rgba(0, 0, 0, 0.24);
}

/* Shop: match Start today card width to WWT sections below (1460px track) */
body.bl-shop-tests-page .biolume-how-it-works .shop-start-tiles.join {
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(28px, 4vw, 48px);
  padding-left: clamp(12px, 2vw, 18px);
  padding-right: clamp(12px, 2vw, 18px);
  box-sizing: border-box;
}

body.bl-shop-tests-page .biolume-how-it-works .shop-start-tiles .container.join__inner {
  max-width: 1460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 34px;
}

/* Inner copy + plan cards: same width as How It Works join (980px), not full 1460 track */
body.bl-shop-tests-page .biolume-how-it-works .shop-start-tiles .join__content {
  max-width: 980px;
  margin-inline: auto;
  width: 100%;
}

/* Full WWT sections toggled below Start today (same markup/CSS as What We Test CMS) */
.shop-whats-included-stack:not(.is-visible) {
  display: none;
}

.shop-whats-included-stack.is-visible {
  display: block;
}

.shop-whats-included-stack .page {
  display: grid;
  gap: 18px;
}

.shop-whats-included-pane[hidden] {
  display: none !important;
}

.shop-whats-included-pane.is-active {
  animation: shopWhatsIncludedIn 0.28s ease;
}

@keyframes shopWhatsIncludedIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .shop-whats-included-pane.is-active {
    animation: none;
  }
}

/* What's included — accordion + in-panel add-ons (shop only)
   Override cms-what-we-test FAQ `details` rules so dark membership panel stays readable. */
.shop-whats-included-stack .shop-included-accordion {
  display: grid;
  gap: 10px;
  margin: 0 0 8px;
}

.shop-whats-included-stack .shop-included-acc-item,
.shop-whats-included-stack details.shop-included-acc-item {
  border: 1px solid rgba(26, 22, 18, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  padding: 0;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.shop-whats-included-stack .shop-included-acc-item[open],
.shop-whats-included-stack details.shop-included-acc-item[open] {
  background: rgba(255, 255, 255, 0.9);
}

.shop-whats-included-stack .shop-included-panel--membership {
  margin-bottom: clamp(18px, 2.5vw, 28px);
}

.shop-whats-included-stack .shop-included-panel--membership .shop-included-acc-item,
.shop-whats-included-stack .shop-included-panel--membership details.shop-included-acc-item {
  border-color: rgba(247, 239, 226, 0.22);
  background: rgba(247, 239, 226, 0.08);
  color: rgba(247, 239, 226, 0.96);
}

.shop-whats-included-stack .shop-included-panel--membership .shop-included-acc-item[open],
.shop-whats-included-stack .shop-included-panel--membership details.shop-included-acc-item[open] {
  background: rgba(247, 239, 226, 0.12);
}

.shop-whats-included-stack .shop-included-acc-item summary,
.shop-whats-included-stack details.shop-included-acc-item > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  color: inherit;
}

.shop-whats-included-stack .shop-included-panel--membership .shop-included-acc-item summary {
  color: rgba(247, 239, 226, 0.96);
}

.shop-whats-included-stack .shop-included-acc-item summary::-webkit-details-marker {
  display: none;
}

.shop-whats-included-stack .shop-included-acc-item summary::after,
.shop-whats-included-stack details.shop-included-acc-item > summary::after {
  content: "+";
  margin-left: auto;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.65;
  color: inherit;
  transform: none;
}

.shop-whats-included-stack .shop-included-acc-item[open] summary::after,
.shop-whats-included-stack details.shop-included-acc-item[open] > summary::after {
  content: "–";
}

.shop-whats-included-stack .shop-included-acc-num {
  font-size: 12px;
  letter-spacing: 0.06em;
  opacity: 0.55;
  min-width: 1.75em;
}

.shop-whats-included-stack .shop-included-acc-body {
  padding: 0 16px 12px;
}

.shop-whats-included-stack .shop-included-acc-body p,
.shop-whats-included-stack .shop-included-acc-body ul,
.shop-whats-included-stack details.shop-included-acc-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
  color: inherit;
}

.shop-whats-included-stack .shop-included-panel--membership .shop-included-acc-body p,
.shop-whats-included-stack .shop-included-panel--membership details.shop-included-acc-item p {
  color: rgba(247, 239, 226, 0.82);
  opacity: 1;
}

.shop-whats-included-stack .shop-included-acc-body ul {
  padding-left: 1.1em;
}

.shop-whats-included-stack .shop-included-acc-body li + li {
  margin-top: 4px;
}

.shop-whats-included-stack .shop-included-addons {
  margin-top: 8px;
  padding-top: 28px;
  border-top: 1px solid rgba(26, 22, 18, 0.1);
}

.shop-whats-included-stack .shop-included-addons-label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(26, 22, 18, 0.06);
  color: rgba(26, 22, 18, 0.78);
}

.shop-whats-included-stack .shop-included-addons-head {
  margin-bottom: 16px;
}

.shop-whats-included-stack .shop-included-addons-head .display {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.4vw, 30px);
}

.shop-whats-included-stack .shop-included-addons-head p {
  margin: 0;
  max-width: 52ch;
  opacity: 0.8;
}

.shop-whats-included-stack .shop-included-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.shop-whats-included-stack .shop-included-chip {
  appearance: none;
  border: 1px solid rgba(26, 22, 18, 0.16);
  background: rgba(255, 255, 255, 0.7);
  color: inherit;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.shop-whats-included-stack .shop-included-chip:hover {
  border-color: rgba(26, 22, 18, 0.35);
}

.shop-whats-included-stack .shop-included-chip.is-active {
  background: rgba(26, 22, 18, 0.9);
  border-color: rgba(26, 22, 18, 0.9);
  color: #f7efe2;
}

.shop-whats-included-stack .shop-included-addon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}

.shop-whats-included-stack .shop-included-addon-card {
  border: 1px solid rgba(26, 22, 18, 0.1);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.shop-whats-included-stack .shop-included-addon-card[hidden] {
  display: none !important;
}

.shop-whats-included-stack .shop-included-addon-card h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.shop-whats-included-stack .shop-included-addon-price {
  margin: 0;
  font-size: 14px;
  opacity: 0.75;
}

.biolume-what-we-test.bl-shop-tests-cms {
  padding-left: clamp(12px, 2vw, 18px);
  padding-right: clamp(12px, 2vw, 18px);
  padding-bottom: clamp(12px, 2vw, 18px);
  max-width: 1460px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

body.bl-shop-tests-page .shop-whats-included-stack.is-visible {
  padding-top: clamp(28px, 4vw, 48px);
}

.shop-whats-included-stack.biolume-what-we-test:not(.is-visible) {
  padding-top: 0;
}

.shop-start-tocart-form {
  margin: 0;
  width: 100%;
}

.shop-start-tocart-form button[type="submit"] {
  width: 100%;
  cursor: pointer;
}

.shop-start-yearly-wrap {
  margin: 10px 0 0;
  text-align: center;
}

.shop-start-yearly-wrap a {
  color: inherit;
  font-size: 0.9em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.shop-start-unavailable {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.door-tocart-form {
  margin: 0;
  width: auto;
  flex: 0 0 auto;
}
.door-tocart-form button[type="submit"] {
  width: auto;
  cursor: pointer;
  white-space: nowrap;
}

.door-footer .btn {
  flex: 0 0 auto;
}

.door-price--catalog {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

.door-price--catalog .price,
.door-price--catalog .price-wrapper {
  font-weight: 600;
}

.door-price-suffix {
  font-size: 0.95em;
  opacity: 0.85;
}

.door-price--catalog.on-dark .price,
.door-price--catalog.on-dark .price-wrapper {
  color: inherit;
}

.shop-start-unavailable {
  font-size: 0.875rem;
  color: var(--ink-3, #8a8f9a);
  margin: 0 0 0.75rem;
}

/* Homepage "Biolume Portal Membership" card — centered on shop */
body.bl-shop-tests-page .shop-membership-wrap.biolume-what-we-test {
  width: 100%;
  max-width: none;
  margin: 18px auto;
  padding: 0 18px;
  display: flex;
  justify-content: center;
}

body.bl-shop-tests-page .shop-membership-wrap .page {
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: center;
  gap: 0;
}

body.bl-shop-tests-page .shop-membership-portal {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

body.bl-shop-tests-page .shop-membership-portal__card {
  border-radius: var(--radius-xl, 34px);
  overflow: hidden;
  box-shadow: var(--shadow, 0 20px 60px rgba(29, 23, 18, 0.09));
  text-align: center;
}

body.bl-shop-tests-page .shop-membership-portal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px;
}

body.bl-shop-tests-page .shop-membership-portal__title {
  margin: 8px auto;
  font-size: clamp(40px, 3.6vw, 58px);
  max-width: 12ch;
  line-height: 1.04;
  color: var(--cream, #f8f1e8) !important;
}

body.bl-shop-tests-page .shop-membership-portal__price {
  margin: 0;
  font-size: 19px;
  color: var(--cream, #f8f1e8);
}

body.bl-shop-tests-page .shop-membership-portal__save {
  color: var(--cream-soft, rgba(248, 241, 232, 0.78));
}

body.bl-shop-tests-page .shop-membership-portal__copy {
  margin: 0 auto;
  max-width: 36ch;
  font-size: 18px;
  line-height: 1.55;
  color: inherit;
  opacity: 0.88;
}

body.bl-shop-tests-page .shop-membership-portal__features {
  display: grid;
  gap: 14px;
  text-align: left;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

body.bl-shop-tests-page .shop-membership-portal__feature {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 15px;
  line-height: 1.5;
}

body.bl-shop-tests-page .shop-membership-portal__icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: inherit;
  opacity: 0.92;
}

body.bl-shop-tests-page .shop-membership-portal__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

body.bl-shop-tests-page .shop-membership-portal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}

body.bl-shop-tests-page .shop-membership-portal__actions .btn.is-adding,
body.bl-shop-tests-page .shop-membership-portal__actions .btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

@media (max-width: 820px) {
  body.bl-shop-tests-page .shop-membership-portal__inner {
    padding: 26px;
  }
}

