/* Prism 3010 redesign cleanup: remove eyebrow labels and make the announcement marquee the top boundary. */

.test-preview-ribbon,
.prism-kicker,
.section-eyebrow,
.eyebrow,
[class*="__eyebrow"],
[class*="-eyebrow"],
[class*="__kicker"],
[class*="-kicker"] {
  display: none !important;
}

html,
body {
  overscroll-behavior-y: auto;
}

body {
  margin-top: 0 !important;
}

.nav__logo--image {
  width: 132px !important;
  min-width: 132px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

.nav__brand-image {
  display: block !important;
  width: 132px !important;
  max-width: 132px !important;
  height: 48px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.news-marquee {
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  flex: 0 0 44px !important;
  z-index: 260 !important;
}

.news-marquee__track {
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
}

.news-marquee__content {
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  line-height: 44px !important;
  font-size: clamp(11px, 3vw, 14px) !important;
}

.news-marquee__content > * {
  flex: 0 0 auto !important;
}

@media (max-width: 640px) {
  .news-marquee {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    flex-basis: 36px !important;
  }

  .news-marquee__track,
  .news-marquee__content {
    height: 36px !important;
    line-height: 36px !important;
  }

  .nav,
  .nav--landing {
    top: 0 !important;
  }
}

.prism-hero,
.hero {
  margin-top: 34px !important;
}

.prism-hero__title,
.hero__title {
  margin-top: 0 !important;
}

.prism-vial-marquee,
.prism-vial-marquee * {
  -webkit-tap-highlight-color: transparent !important;
}

.prism-vial-marquee__header {
  justify-content: center !important;
  text-align: center !important;
}

.prism-vial-marquee__header strong {
  display: block !important;
  width: 100% !important;
  color: #101418 !important;
  font-size: clamp(18px, 2.5vw, 28px) !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
  font-weight: 950 !important;
}

.prism-vial-marquee__item span {
  display: none !important;
}

.prism-vial-marquee__track,
.prism-vial-marquee:hover .prism-vial-marquee__track,
.prism-vial-marquee:active .prism-vial-marquee__track,
.prism-vial-marquee:focus-within .prism-vial-marquee__track {
  animation-play-state: running !important;
}

.prism-vial-marquee__item:hover img,
.prism-vial-marquee__item:active img,
.prism-vial-marquee__item:focus img {
  transform: none !important;
}

.prism-section-head h2,
.prism-catalog-hero h1,
.section-head__title {
  margin-top: 0 !important;
}

/* Mobile optimization for the 3010 redesign preview */
@media (max-width: 760px) {
  html,
  body,
  #appContent,
  .prism-redesign,
  .landing {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body {
    background:
      radial-gradient(circle at 18% 2%, rgba(201, 246, 230, 0.42), transparent 34%),
      radial-gradient(circle at 90% 7%, rgba(238, 228, 255, 0.48), transparent 30%),
      #ffffff !important;
  }

  .news-marquee {
    position: relative !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    flex-basis: 34px !important;
  }

  .news-marquee__track,
  .news-marquee__content {
    height: 34px !important;
    line-height: 34px !important;
  }

  .news-marquee__content {
    gap: 10px !important;
    padding-right: 10px !important;
    font-size: 10px !important;
    letter-spacing: 0.055em !important;
    font-weight: 850 !important;
  }

  .news-marquee__dot {
    width: 3px !important;
    height: 3px !important;
  }

  .nav,
  .nav--landing {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 14px !important;
    overflow: hidden !important;
    border-bottom-color: rgba(16, 20, 24, 0.07) !important;
  }

  .nav.nav--mobile-open,
  .nav--landing.nav--mobile-open {
    overflow: visible !important;
    z-index: 300 !important;
  }

  .nav__inner {
    height: 56px !important;
    min-height: 56px !important;
    gap: 8px !important;
    max-width: 100% !important;
  }

  .nav__logo {
    gap: 8px !important;
    min-width: 0 !important;
  }

  .nav__logo--image {
    width: 104px !important;
    min-width: 104px !important;
    height: 44px !important;
  }

  .nav__brand-image {
    width: 104px !important;
    max-width: 104px !important;
    height: 44px !important;
  }

  .nav__logo-icon {
    width: 26px !important;
    height: 26px !important;
  }

  .nav__logo-text {
    font-size: 1rem !important;
    letter-spacing: 0.07em !important;
  }

  .nav__logo-sub {
    font-size: 0.48rem !important;
    letter-spacing: 0.16em !important;
  }

  .nav__search-wrap,
  [data-action="toggle-nav-search"] {
    display: none !important;
  }

  .nav__spacer {
    display: block !important;
    flex: 1 1 auto !important;
  }

  .nav__icon-btn {
    width: 36px !important;
    height: 36px !important;
    flex: 0 0 36px !important;
    color: #101418 !important;
  }

  /* Mobile dropdown menu */
  .nav__links {
    display: flex !important;
    position: fixed !important;
    top: 56px !important;
    left: 0 !important;
    right: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    background: #ffffff !important;
    border-top: 1px solid var(--prism-line) !important;
    padding: 6px 0 14px !important;
    box-shadow: 0 18px 44px rgba(16, 20, 24, 0.10) !important;
    transform: translateY(-8px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, visibility 0s linear 280ms !important;
    z-index: 89 !important;
    max-height: calc(100vh - 56px) !important;
    overflow-y: auto !important;
  }

  .nav--mobile-open .nav__links {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease, visibility 0s !important;
  }

  .nav__links .nav__link {
    padding: 16px 22px !important;
    font-family: var(--prism-font-body) !important;
    font-size: 0.98rem !important;
    font-weight: 500 !important;
    color: var(--prism-ink) !important;
    letter-spacing: 0.005em !important;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--prism-line) !important;
    background: transparent !important;
    transition: background 180ms ease, color 180ms ease !important;
  }

  .nav__links .nav__link:last-child {
    border-bottom: 0 !important;
  }

  .nav__links .nav__link:hover,
  .nav__links .nav__link:focus-visible {
    background: rgba(16, 20, 24, 0.04) !important;
    color: var(--prism-green) !important;
  }

  .nav__hamburger {
    display: flex !important;
    width: 36px !important;
    height: 36px !important;
    flex: 0 0 36px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 10px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 4px !important;
    cursor: pointer !important;
    transition: background 180ms ease !important;
  }

  .nav__hamburger:hover,
  .nav__hamburger:focus-visible {
    background: rgba(16, 20, 24, 0.06) !important;
  }

  .nav__hamburger span {
    display: block !important;
    width: 18px !important;
    height: 1.5px !important;
    background: #101418 !important;
    border-radius: 1px !important;
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms ease !important;
  }

  .nav--mobile-open .nav__hamburger span:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg) !important;
  }
  .nav--mobile-open .nav__hamburger span:nth-child(2) {
    opacity: 0 !important;
  }
  .nav--mobile-open .nav__hamburger span:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg) !important;
  }

  .prism-hero {
    width: calc(100% - 20px) !important;
    margin: 18px auto 0 !important;
    padding: 26px 16px 18px !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    border-radius: 28px !important;
    box-shadow: 0 16px 48px rgba(16, 24, 40, 0.10) !important;
  }

  .prism-hero__copy {
    min-height: 0 !important;
    text-align: center !important;
  }

  .prism-hero__title {
    max-width: 355px !important;
    margin: 0 auto 14px !important;
    font-size: clamp(38px, 11.5vw, 48px) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.062em !important;
    text-wrap: balance !important;
  }

  .prism-hero__text {
    max-width: 340px !important;
    margin: 0 auto !important;
    font-size: 14.5px !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
  }

  .prism-hero__actions {
    width: 100% !important;
    max-width: 340px !important;
    margin: 20px auto 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .prism-hero__actions .prism-btn {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .prism-hero__actions .prism-btn svg,
  .prism-hero__actions .prism-btn .btn-arrow {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .prism-hero__actions .prism-btn:first-child {
    grid-column: 1 / -1 !important;
  }

  .prism-hero__stage,
  .prism-vial-marquee {
    min-height: 260px !important;
    max-height: 285px !important;
    border-radius: 24px !important;
    margin-top: 2px !important;
  }

  .prism-vial-marquee__header {
    min-height: 42px !important;
    padding: 14px 14px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .prism-vial-marquee__header strong {
    max-width: 230px !important;
    margin: 0 auto !important;
    font-size: 22px !important;
    line-height: .94 !important;
    white-space: normal !important;
    text-wrap: balance !important;
  }

  .prism-vial-marquee__viewport {
    height: 218px !important;
    overflow: hidden !important;
  }

  .prism-vial-marquee__track {
    gap: 26px !important;
    animation-duration: 72s !important;
  }

  .prism-vial-marquee__item {
    flex-basis: 72px !important;
    min-height: 182px !important;
    padding: 0 !important;
  }

  .prism-vial-marquee__item img {
    height: 124px !important;
    max-height: 124px !important;
  }

  .prism-vial-marquee__item span {
    max-width: 86px !important;
    font-size: 10px !important;
  }

  .prism-guarantee,
  .prism-featured-products,
  .prism-proof-strip,
  .why-prism,
  .site-footer__inner {
    width: calc(100% - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .prism-guarantee,
  .prism-proof-strip,
  .prism-featured-grid,
  .why-prism__grid,
  .prism-trust-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .prism-guarantee article,
  .prism-proof-strip > div,
  .prism-product-card,
  .why-prism__card,
  .prism-trust-card {
    border-radius: 22px !important;
  }

  .prism-featured-products {
    margin-top: 34px !important;
  }

  .prism-section-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-bottom: 14px !important;
  }

  .prism-section-head h2,
  .why-prism h2 {
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
  }

  .prism-section-head .prism-btn {
    width: 100% !important;
  }

  .site-footer {
    padding-bottom: 34px !important;
  }
}

@media (max-width: 390px) {
  .prism-hero__title {
    font-size: clamp(34px, 10.8vw, 42px) !important;
  }

  .prism-hero__text {
    font-size: 13.5px !important;
  }

  .prism-hero__actions {
    grid-template-columns: 1fr !important;
  }
}

/* Unified Prism modal/popup theme for 3010 redesign */
:root {
  --prism-modal-bg: rgba(13, 18, 24, 0.34);
  --prism-modal-card: rgba(255, 255, 255, 0.94);
  --prism-modal-border: rgba(16, 20, 24, 0.10);
  --prism-modal-shadow: 0 28px 90px rgba(16, 24, 40, 0.18), 0 8px 28px rgba(16, 24, 40, 0.10);
  --prism-modal-radius: 30px;
  --prism-modal-text: #101418;
  --prism-modal-muted: rgba(16, 20, 24, 0.64);
  --prism-modal-soft: rgba(247, 250, 252, 0.86);
}

.age-modal,
.bac-popup,
.coa-popup,
.info-modal,
.drawer-overlay,
.settings-backdrop,
.modal-overlay,
.modal.is-open,
#coaModal,
.cart-drawer .cart-scrim {
  background:
    radial-gradient(circle at 20% 8%, rgba(201, 246, 230, 0.26), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(238, 228, 255, 0.28), transparent 30%),
    var(--prism-modal-bg) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
}

.age-modal__card,
.bac-popup__card,
.coa-popup__card,
.coa-img-popup__card,
.info-modal__panel,
.modal-panel,
.modal-overlay .modal,
.modal__inner,
#coaModal .modal__inner,
.drawer,
.cart-panel,
.settings-drawer {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,252,0.94)) !important;
  border: 1px solid var(--prism-modal-border) !important;
  border-radius: var(--prism-modal-radius) !important;
  box-shadow: var(--prism-modal-shadow) !important;
  color: var(--prism-modal-text) !important;
  overflow: hidden !important;
}

.drawer,
.settings-drawer,
.cart-panel {
  border-radius: 30px 0 0 30px !important;
}

.age-modal__card::before,
.bac-popup__card::before,
.coa-popup__card::before,
.coa-img-popup__card::before,
.info-modal__panel::before,
.modal-panel::before,
.modal-overlay .modal::before,
.modal__inner::before,
#coaModal .modal__inner::before,
.drawer::before,
.cart-panel::before,
.settings-drawer::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #101418, rgba(201,246,230,0.9), rgba(238,228,255,0.9), #101418) !important;
}

.age-modal__hex,
.bac-popup__icon,
.drawer__empty-icon,
.coa-popup__badge,
.about-hero__icon {
  background: linear-gradient(135deg, rgba(201,246,230,0.72), rgba(238,228,255,0.72)) !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 18px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.85), 0 12px 28px rgba(16,24,40,0.08) !important;
}

.age-modal__title,
.bac-popup__title,
.coa-popup__title,
.coa-img-popup__title,
.legal-page__title,
.support-page__title,
.modal-title,
.settings-drawer__title,
.drawer__title,
.modal-panel h2,
.modal-panel h3 {
  color: var(--prism-modal-text) !important;
  font-weight: 900 !important;
  letter-spacing: -0.05em !important;
}

.age-modal__text,
.age-modal__fine,
.bac-popup__desc,
.bac-popup__detail,
.coa-popup__text,
.coa-img-popup__card p,
.legal-page__body p,
.support-page__body,
.drawer-item__meta,
.drawer__empty-text,
.modal-body,
.settings-drawer__body {
  color: var(--prism-modal-muted) !important;
}

.age-modal__label,
.legal-page__label,
.support-page__label,
.coa-popup__label {
  color: rgba(16,20,24,0.48) !important;
  background: rgba(247,250,252,0.72) !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 999px !important;
  padding: 7px 11px !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.legal-page__header,
.support-page__header,
.coa-img-popup__header,
.drawer__header,
.settings-drawer__header,
.modal-head {
  background: rgba(255,255,255,0.82) !important;
  border-bottom: 1px solid rgba(16,20,24,0.08) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

.age-modal__btn,
.bac-popup__btn,
.coa-img-popup__prev,
.coa-img-popup__next,
.support-page__ticket-btn,
.drawer__checkout,
.modal-foot button,
.modal-panel button[type="submit"],
.modal-panel .btn-primary {
  border-radius: 999px !important;
  border: 1px solid rgba(16,20,24,0.12) !important;
  min-height: 44px !important;
  font-weight: 850 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 12px 28px rgba(16,24,40,0.08) !important;
}

.age-modal__btn--confirm,
.age-modal__btn--region:hover,
.bac-popup__btn--add,
.drawer__checkout,
.support-page__ticket-btn,
.modal-foot button:first-child,
.modal-panel button[type="submit"],
.modal-panel .btn-primary {
  background: #101418 !important;
  color: #fff !important;
}

.age-modal__btn--deny,
.bac-popup__btn--skip,
.modal-foot button:last-child {
  background: rgba(255,255,255,0.72) !important;
  color: var(--prism-modal-text) !important;
}

.age-modal__btn:hover,
.bac-popup__btn:hover,
.support-page__ticket-btn:hover,
.drawer__checkout:hover,
.modal-panel button:hover,
.modal-foot button:hover {
  transform: translateY(-1px) !important;
}

.legal-page__close,
.support-page__close,
.bac-popup__close,
.coa-img-popup__close,
.modal-close,
.modal__close,
.settings-drawer__close,
.drawer__close,
.drawer-item__remove {
  background: rgba(247,250,252,0.88) !important;
  color: var(--prism-modal-text) !important;
  border: 1px solid rgba(16,20,24,0.10) !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(16,24,40,0.06) !important;
}

.legal-page__close:hover,
.support-page__close:hover,
.bac-popup__close:hover,
.coa-img-popup__close:hover,
.modal-close:hover,
.modal__close:hover,
.settings-drawer__close:hover,
.drawer__close:hover,
.drawer-item__remove:hover {
  background: #101418 !important;
  color: #fff !important;
  border-color: #101418 !important;
}

.drawer__inner,
.settings-drawer__body,
.modal-body,
.legal-page__body,
.support-page__body {
  background:
    radial-gradient(circle at 12% 4%, rgba(201,246,230,0.22), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(238,228,255,0.24), transparent 28%),
    transparent !important;
}

.drawer-item,
.aff-settings-block,
.support-page__faq,
.faq-item,
.modal-panel .detail-card,
.modal-panel .order-detail-card,
.bac-popup__product {
  background: rgba(255,255,255,0.70) !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 26px rgba(16,24,40,0.05) !important;
}

.drawer-item__qty,
.drawer-item__qty-btn,
.modal-panel input,
.modal-panel textarea,
.modal-panel select,
.settings-drawer input,
.settings-drawer textarea,
.settings-drawer select {
  background: rgba(247,250,252,0.86) !important;
  border-color: rgba(16,20,24,0.10) !important;
  border-radius: 14px !important;
}

.admin-toast,
.toast {
  background: rgba(255,255,255,0.94) !important;
  color: var(--prism-modal-text) !important;
  border: 1px solid rgba(16,20,24,0.10) !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 46px rgba(16,24,40,0.16) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
}

.admin-toast--success { border-color: rgba(28, 148, 91, 0.28) !important; color: #13764a !important; }
.admin-toast--error { border-color: rgba(197, 48, 48, 0.28) !important; color: #a12828 !important; }

.coa-popup__card img,
.modal__inner img,
#coaModalImg {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(16,24,40,0.10) !important;
}

@media (max-width: 760px) {
  .age-modal,
  .bac-popup,
  .coa-popup,
  .info-modal,
  .modal-overlay {
    padding: 12px !important;
    align-items: flex-end !important;
  }

  .age-modal__card,
  .bac-popup__card,
  .coa-popup__card,
  .info-modal__panel,
  .modal-panel,
  .modal-overlay .modal {
    width: 100% !important;
    max-width: 100% !important;
    max-height: calc(100dvh - 24px) !important;
    border-radius: 26px !important;
  }

  .drawer,
  .settings-drawer,
  .cart-panel {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 26px 26px 0 0 !important;
    top: auto !important;
    max-height: calc(100dvh - 18px) !important;
  }

  .legal-page__header,
  .support-page__header,
  .drawer__header,
  .settings-drawer__header,
  .modal-head {
    padding: 16px 18px !important;
  }

  .legal-page__body,
  .support-page__body,
  .settings-drawer__body,
  .modal-body {
    padding: 20px 18px 34px !important;
  }

  .age-modal__actions,
  .bac-popup__actions,
  .modal-foot {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}


/* 3010 premium finish pass: homepage visual polish only. */
.prism-hero {
  isolation: isolate !important;
  position: relative !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(255,255,255,0.82)),
    radial-gradient(circle at 82% 12%, rgba(201,246,230,0.74), transparent 31%),
    radial-gradient(circle at 10% 86%, rgba(238,228,255,0.58), transparent 28%),
    linear-gradient(180deg, #ffffff, #f8fbfa) !important;
}

.prism-hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.82);
  border-radius: 34px;
  pointer-events: none;
  z-index: 0;
}

.prism-hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -130px;
  bottom: -170px;
  border-radius: 999px;
  background: rgba(201,246,230,0.38);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.prism-hero__copy,
.prism-hero__stage {
  position: relative !important;
  z-index: 1 !important;
}

.prism-hero__proof {
  max-width: 590px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.prism-hero__proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(16,20,24,0.09);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  color: rgba(16,20,24,0.72);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -0.01em;
  box-shadow: 0 8px 20px rgba(16,24,40,0.045);
}

.prism-hero__proof span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 999px;
  background: #1f8f67;
  box-shadow: 0 0 0 4px rgba(31,143,103,0.10);
}

.prism-btn {
  transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s cubic-bezier(.2,.8,.2,1), background-color .18s ease, color .18s ease !important;
}

.prism-btn--dark {
  box-shadow: 0 16px 34px rgba(16,24,40,0.18) !important;
}

.prism-btn--light {
  box-shadow: 0 12px 26px rgba(16,24,40,0.07) !important;
}

.prism-btn:focus-visible,
.prism-product-card__cta:focus-visible,
.site-footer__link:focus-visible {
  outline: 3px solid rgba(31,143,103,0.28) !important;
  outline-offset: 3px !important;
}

.prism-vial-marquee {
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,0.96), transparent 24%),
    radial-gradient(circle at 78% 70%, rgba(255,255,255,0.40), transparent 27%),
    linear-gradient(145deg, rgba(201,246,230,0.92), rgba(238,228,255,0.82) 58%, rgba(223,243,255,0.88)) !important;
}

.prism-vial-marquee__header strong {
  text-shadow: 0 1px 0 rgba(255,255,255,0.62) !important;
}

.prism-guarantee article,
.prism-proof-strip > div,
.prism-trust-card,
.prism-product-card {
  backdrop-filter: blur(14px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(130%) !important;
}

.prism-guarantee article,
.prism-proof-strip > div {
  background: rgba(255,255,255,0.78) !important;
  box-shadow: 0 18px 42px rgba(16,24,40,0.055) !important;
}

.prism-guarantee article:hover,
.prism-proof-strip > div:hover,
.prism-trust-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(16,24,40,0.09) !important;
}

.prism-product-card {
  background: rgba(255,255,255,0.94) !important;
}

.prism-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.64);
  pointer-events: none;
  z-index: 2;
}

.prism-product-card__media {
  min-height: 0 !important;
  aspect-ratio: 1300 / 1209 !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.98), transparent 24%),
    linear-gradient(150deg, color-mix(in srgb, var(--card-a) 20%, #fff), color-mix(in srgb, var(--card-b) 18%, #fff)) !important;
}

.prism-product-card__vial {
  transition: transform .24s cubic-bezier(.2,.8,.2,1), filter .24s ease !important;
}

.prism-product-card:hover .prism-product-card__vial {
  transform: translateY(-5px) scale(1.025);
  filter: drop-shadow(0 30px 30px rgba(16,24,40,.22)) !important;
}

.prism-product-card__badge,
.prism-product-card__meta span,
.prism-product-card__proof span {
  border: 1px solid rgba(16,20,24,0.055) !important;
  background: rgba(247,250,248,0.88) !important;
}

.prism-product-card__name {
  min-height: 48px;
  display: flex;
  align-items: flex-end;
}

.prism-product-card__cta {
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(16,24,40,0.14) !important;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, background-color .18s ease !important;
}

.site-footer {
  margin-top: 82px !important;
  background:
    radial-gradient(circle at 14% 4%, rgba(201,246,230,0.12), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(238,228,255,0.12), transparent 26%),
    #0f1418 !important;
  color: rgba(255,255,255,0.78) !important;
}

.site-footer__inner {
  border-top: 1px solid rgba(255,255,255,0.10) !important;
}

.site-footer__logo-text,
.site-footer__disclaimer-title {
  color: #ffffff !important;
}

.site-footer__link {
  color: rgba(255,255,255,0.74) !important;
  text-decoration: none !important;
}

.site-footer__link:hover {
  color: #c9f6e6 !important;
}

.site-footer__disclaimer {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

@media (max-width: 760px) {
  .prism-hero__proof {
    max-width: 340px;
    margin: 16px auto 0;
    justify-content: center;
    gap: 7px;
  }

  .prism-hero__proof span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 11px;
  }

  .prism-product-card__media {
    min-height: 0 !important;
  }

  .prism-product-card__name {
    min-height: 0;
  }

  .site-footer {
    margin-top: 46px !important;
  }

  .site-footer__disclaimer {
    padding: 0 !important;
    border-radius: 0 !important;
  }
}

/* 3010 mobile fold tightening after proof-chip polish. */
@media (max-width: 760px) {
  .prism-hero__proof {
    margin-top: 14px !important;
    gap: 6px !important;
  }

  .prism-hero__proof span {
    min-height: 28px !important;
    padding: 0 9px !important;
    font-size: 10.5px !important;
    white-space: nowrap !important;
  }

  .prism-hero__proof span::before {
    width: 5px !important;
    height: 5px !important;
    margin-right: 6px !important;
    box-shadow: 0 0 0 3px rgba(31,143,103,0.10) !important;
  }

  .prism-hero__actions {
    margin-top: 16px !important;
  }

  .prism-hero__stage,
  .prism-vial-marquee {
    min-height: 238px !important;
    max-height: 252px !important;
  }

  .prism-vial-marquee__viewport {
    height: 190px !important;
  }

  .prism-vial-marquee__item {
    min-height: 180px !important;
  }

  .prism-vial-marquee__item img {
    height: 118px !important;
    max-height: 118px !important;
  }
}

/* 3010 catalog finish pass: product discovery polish only. */
.prism-catalog-page {
  padding-bottom: 70px !important;
}

.prism-catalog-hero {
  position: relative !important;
  overflow: hidden !important;
  padding: 34px 38px !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(201,246,230,0.46), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(238,228,255,0.34), transparent 26%),
    rgba(255,255,255,0.86) !important;
  backdrop-filter: blur(16px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(135%) !important;
}

.prism-catalog-hero::after {
  content: none;
}

.prism-catalog-layout {
  align-items: flex-start !important;
  gap: 22px !important;
}

.catalog-sidebar {
  position: sticky !important;
  top: 78px !important;
  border: 1px solid rgba(16,20,24,0.085) !important;
  border-radius: 30px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,251,250,0.84)) !important;
  box-shadow: 0 18px 52px rgba(16,24,40,0.07) !important;
  backdrop-filter: blur(16px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(135%) !important;
  overflow: hidden !important;
}

.catalog-sidebar__section {
  border-bottom-color: rgba(16,20,24,0.07) !important;
}

.catalog-sidebar__heading {
  color: #101418 !important;
  font-weight: 950 !important;
  letter-spacing: -0.035em !important;
}

.catalog__search {
  border: 1px solid rgba(16,20,24,0.09) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,0.86) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 8px 18px rgba(16,24,40,0.04) !important;
}

.catalog__search-input {
  color: #101418 !important;
  font-weight: 700 !important;
}

.catalog-sidebar__segment {
  display: grid !important;
  gap: 8px !important;
}

.catalog-sidebar__seg-btn,
.price-quick-btn,
.catalog-sidebar__toggle-btn,
.catalog__sort {
  border: 1px solid rgba(16,20,24,0.085) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.72) !important;
  color: rgba(16,20,24,0.72) !important;
  font-weight: 850 !important;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

.catalog-sidebar__seg-btn:hover,
.price-quick-btn:hover,
.catalog-sidebar__toggle-btn:hover,
.catalog__sort:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 22px rgba(16,24,40,0.07) !important;
}

.catalog-sidebar__seg-btn--active,
.price-quick-btn--active,
.catalog-sidebar__toggle-btn--active {
  background: #101418 !important;
  color: #ffffff !important;
  border-color: #101418 !important;
  box-shadow: 0 14px 30px rgba(16,24,40,0.14) !important;
}

.catalog-sidebar__note,
.catalog-sidebar__info-card {
  border: 1px solid rgba(31,143,103,0.14) !important;
  border-radius: 18px !important;
  background: rgba(201,246,230,0.24) !important;
  color: rgba(16,20,24,0.68) !important;
  font-weight: 800 !important;
}

.price-slider__track {
  background: rgba(16,20,24,0.08) !important;
}

.price-slider__track-fill {
  background: linear-gradient(90deg, #101418, #1f8f67) !important;
}

.prism-catalog-toolbar {
  position: sticky !important;
  top: 60px !important;
  z-index: 30 !important;
  min-height: 86px !important;
  padding: 18px 18px !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,0.86) !important;
  box-shadow: 0 16px 42px rgba(16,24,40,0.06) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
}

.catalog__count {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: rgba(16,20,24,0.62) !important;
  font-weight: 800 !important;
}

.catalog__count strong {
  color: #101418 !important;
}

.catalog .product-grid {
  gap: 20px !important;
  align-items: stretch !important;
}

.catalog .prism-product-card {
  min-height: 100% !important;
}

.catalog .prism-product-card__body {
  display: flex !important;
  flex-direction: column !important;
  min-height: 248px !important;
}

.catalog .prism-product-card__sub {
  flex: 1 1 auto !important;
}

.catalog .prism-product-card__footer {
  margin-top: auto !important;
}

.product-grid__bundle-divider,
.no-results {
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 26px !important;
  background: rgba(255,255,255,0.82) !important;
  box-shadow: 0 16px 40px rgba(16,24,40,0.055) !important;
}

@media (max-width: 980px) {
  .catalog-sidebar,
  .prism-catalog-toolbar {
    position: relative !important;
    top: auto !important;
  }

  .prism-catalog-layout {
    gap: 16px !important;
  }
}

@media (max-width: 760px) {
  .prism-catalog-page {
    padding-bottom: 42px !important;
  }

  .prism-catalog-hero {
    width: calc(100% - 20px) !important;
    margin-top: 18px !important;
    padding: 26px 18px !important;
    border-radius: 26px !important;
  }

  .prism-catalog-hero::after {
    display: none !important;
  }

  .prism-catalog-hero h1 {
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: .98 !important;
  }

  .prism-catalog-hero p {
    font-size: 14.5px !important;
    line-height: 1.5 !important;
  }

  .prism-catalog-layout {
    width: calc(100% - 20px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .catalog-sidebar {
    border-radius: 24px !important;
  }

  .catalog-sidebar__segment,
  .price-quick-btns {
    grid-template-columns: 1fr 1fr !important;
  }

  .prism-catalog-toolbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    border-radius: 24px !important;
  }

  .catalog__count,
  .catalog__sort {
    width: 100% !important;
  }

  .catalog .product-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .catalog .prism-product-card__body {
    min-height: 0 !important;
  }
}

/* 3010 product-detail finish pass: visual buy-box polish only. */
.detail-wrap {
  background:
    radial-gradient(circle at 12% 4%, rgba(201,246,230,0.42), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(238,228,255,0.38), transparent 28%),
    linear-gradient(180deg, #fff, #fbfcff) !important;
  padding-bottom: 72px !important;
}

.detail {
  width: min(1220px, calc(100% - 32px)) !important;
  margin: 34px auto 0 !important;
}

.detail__back {
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.82) !important;
  color: rgba(16,20,24,0.72) !important;
  box-shadow: 0 10px 24px rgba(16,24,40,0.055) !important;
  font-weight: 850 !important;
}

.detail__grid {
  gap: 28px !important;
  align-items: start !important;
}

.detail__image,
.detail__info,
.detail__pairing-card {
  border: 1px solid rgba(16,20,24,0.085) !important;
  background: rgba(255,255,255,0.86) !important;
  box-shadow: 0 24px 70px rgba(16,24,40,0.09) !important;
  backdrop-filter: blur(16px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(135%) !important;
}

.detail__image {
  position: sticky !important;
  top: 86px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.96), transparent 22%),
    linear-gradient(145deg, rgba(201,246,230,0.78), rgba(238,228,255,0.62), rgba(223,243,255,0.68)) !important;
}

.detail__image::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 28px;
  pointer-events: none;
}

.detail__image-vial {
  filter: drop-shadow(0 34px 36px rgba(16,24,40,0.22)) !important;
  transform: translateY(-4px) !important;
}

.detail__catalog-id,
.detail__sale-badge {
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.78) !important;
  color: rgba(16,20,24,0.72) !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
}

.detail__sale-badge {
  background: #101418 !important;
  color: #ffffff !important;
}

.detail__info {
  border-radius: 34px !important;
  padding: clamp(24px, 4vw, 42px) !important;
}

.detail__name {
  color: #101418 !important;
  font-size: clamp(46px, 6vw, 78px) !important;
  line-height: .88 !important;
  letter-spacing: -0.075em !important;
  font-weight: 950 !important;
}

.detail__fullname {
  color: rgba(16,20,24,0.58) !important;
  font-weight: 750 !important;
  font-size: 16px !important;
}

.detail__price-row,
.mvd-detail,
.detail__mode-toggle,
.detail__size-selector,
.detail__payment-trust,
.detail__specs,
.detail__desc,
.detail__disclaimer {
  border-color: rgba(16,20,24,0.08) !important;
}

.detail__price {
  color: #1f8f67 !important;
  font-size: clamp(32px, 4vw, 46px) !important;
  letter-spacing: -0.055em !important;
}

.mvd-detail,
.detail__payment-trust,
.detail__spec,
.detail__bundle-option {
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 22px !important;
  background: rgba(247,250,248,0.76) !important;
  box-shadow: 0 10px 26px rgba(16,24,40,0.045) !important;
}

.mvd-detail__tier--best,
.detail__seg-btn--active,
.detail__size-btn--active {
  background: #101418 !important;
  color: #ffffff !important;
  border-color: #101418 !important;
}

.detail__seg-btn,
.detail__size-btn,
.detail__qty-btn,
.detail__coa-btn {
  border: 1px solid rgba(16,20,24,0.09) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.82) !important;
  color: rgba(16,20,24,0.74) !important;
  font-weight: 850 !important;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, background-color .18s ease, color .18s ease !important;
}

.detail__seg-btn:hover,
.detail__size-btn:hover,
.detail__qty-btn:hover,
.detail__coa-btn:hover,
.detail__back:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 26px rgba(16,24,40,0.075) !important;
}

.detail__actions {
  align-items: stretch !important;
  gap: 10px !important;
}

.detail__qty {
  border: 1px solid rgba(16,20,24,0.09) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.82) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72) !important;
}

.detail__add-btn {
  border-radius: 999px !important;
  background: #101418 !important;
  color: #ffffff !important;
  border: 1px solid #101418 !important;
  box-shadow: 0 16px 34px rgba(16,24,40,0.18) !important;
  font-weight: 950 !important;
  letter-spacing: -0.015em !important;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, background-color .18s ease !important;
}

.detail__add-btn:hover {
  transform: translateY(-2px) !important;
  background: #1f8f67 !important;
  border-color: #1f8f67 !important;
  box-shadow: 0 20px 42px rgba(31,143,103,0.22) !important;
}

.detail__coa-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.detail__shipping-row span,
.detail__accept-row,
.pay-logo {
  border-color: rgba(16,20,24,0.075) !important;
  background: rgba(255,255,255,0.72) !important;
  border-radius: 999px !important;
}

.detail__specs {
  gap: 10px !important;
}

.detail__spec-val {
  color: #101418 !important;
  font-weight: 850 !important;
}

.detail__pairings {
  margin-top: 48px !important;
}

.detail__pairings-title {
  color: #101418 !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  line-height: .95 !important;
  letter-spacing: -0.06em !important;
  font-weight: 950 !important;
}

.detail__pairing-card {
  border-radius: 28px !important;
  overflow: hidden !important;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease !important;
}

.detail__pairing-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 24px 60px rgba(16,24,40,0.11) !important;
}

.detail__pairing-img {
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.96), transparent 26%),
    linear-gradient(145deg, rgba(201,246,230,0.46), rgba(238,228,255,0.38)) !important;
  border-radius: 22px !important;
}

.detail__pairing-btn {
  border-radius: 999px !important;
  background: #101418 !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.detail__stock-proof {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin-top: 10px !important;
}

.detail__stock-proof span,
.detail__micro-label,
.detail__fulfillment-pill,
.detail__buy-card-pill {
  display: inline-flex !important;
  align-items: center !important;
  width: max-content !important;
  border-radius: 999px !important;
  border: 1px solid rgba(31,143,103,0.18) !important;
  background: rgba(235,255,247,0.82) !important;
  color: #176c51 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  padding: 6px 9px !important;
}

.detail__buy-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.detail__buy-card {
  position: relative !important;
  display: grid !important;
  gap: 5px !important;
  min-height: 112px !important;
  padding: 14px !important;
  text-align: left !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,0.78) !important;
  color: #101418 !important;
  box-shadow: 0 10px 26px rgba(16,24,40,0.045) !important;
  cursor: pointer !important;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), border-color .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

.detail__buy-card:hover,
.detail__buy-card--active {
  transform: translateY(-1px) !important;
  border-color: rgba(31,143,103,0.42) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(236,255,248,0.88)) !important;
  box-shadow: 0 16px 36px rgba(31,143,103,0.13) !important;
}

.detail__buy-card-top,
.detail__buy-card small {
  color: rgba(16,20,24,0.58) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

.detail__buy-card strong {
  font-size: 16px !important;
  line-height: 1.04 !important;
  letter-spacing: -0.025em !important;
}

.detail__buy-card-pill {
  position: absolute !important;
  top: -10px !important;
  right: 10px !important;
  background: #101418 !important;
  border-color: #101418 !important;
  color: #fff !important;
}

.detail__fulfillment-card,
.detail__coa-panel {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 16px !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 22px !important;
  background: rgba(247,250,248,0.8) !important;
  box-shadow: 0 10px 26px rgba(16,24,40,0.045) !important;
}

.detail__fulfillment-card strong,
.detail__coa-panel-copy strong {
  display: block !important;
  margin-top: 6px !important;
  color: #101418 !important;
  font-size: 16px !important;
  line-height: 1.16 !important;
  letter-spacing: -0.02em !important;
}

.detail__coa-panel-copy p {
  margin: 7px 0 0 !important;
  color: rgba(16,20,24,0.62) !important;
  font-size: 13px !important;
  line-height: 1.42 !important;
}

.detail__coa-panel-link {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: #101418 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

@media (max-width: 980px) {
  .detail__image {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 760px) {
  .detail {
    width: calc(100% - 20px) !important;
    margin-top: 20px !important;
  }

  .detail__grid {
    gap: 14px !important;
  }

  .detail__image,
  .detail__info {
    border-radius: 26px !important;
  }

  .detail__info {
    padding: 22px 16px !important;
  }

  .detail__name {
    font-size: clamp(38px, 12vw, 52px) !important;
  }

  .detail__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .detail__qty,
  .detail__add-btn,
  .detail__coa-btn {
    width: 100% !important;
    min-height: 46px !important;
  }

  .detail__shipping-row,
  .detail__accept-row,
  .detail__specs,
  .detail__pairings-grid,
  .detail__buy-cards {
    grid-template-columns: 1fr !important;
  }

  .detail__fulfillment-card,
  .detail__coa-panel {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .detail__fulfillment-pill,
  .detail__coa-panel-link {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Product detail premium website layout */
.detail {
  width: min(1280px, calc(100% - 48px)) !important;
  margin: 54px auto 0 !important;
}

.detail__back {
  margin-bottom: 28px !important;
  padding: 12px 18px !important;
}

.detail__grid {
  grid-template-columns: minmax(460px, 0.92fr) minmax(520px, 1.08fr) !important;
  gap: clamp(42px, 6vw, 78px) !important;
  align-items: start !important;
}

.detail__image {
  min-height: clamp(620px, 72vh, 780px) !important;
  border-radius: 42px !important;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.92), transparent 24%),
    radial-gradient(circle at 18% 76%, rgba(31,143,103,0.18), transparent 30%),
    linear-gradient(150deg, rgba(236,255,248,0.96), rgba(255,255,255,0.94) 46%, rgba(232,247,241,0.92)) !important;
  box-shadow: 0 34px 90px rgba(16,24,40,0.105) !important;
}

.detail__image::after {
  inset: 28px !important;
  border-radius: 32px !important;
  border-color: rgba(31,143,103,0.16) !important;
}

.detail__image-vial {
  max-height: min(78%, 620px) !important;
  transform: translateY(4px) !important;
  filter: drop-shadow(0 48px 44px rgba(16,24,40,0.24)) !important;
}

.detail__info {
  display: flex !important;
  flex-direction: column !important;
  gap: 22px !important;
  padding: clamp(42px, 5vw, 62px) !important;
  border-radius: 42px !important;
  background: rgba(255,255,255,0.92) !important;
  box-shadow: 0 32px 88px rgba(16,24,40,0.08) !important;
}

.detail__name {
  max-width: 10ch !important;
  font-size: clamp(64px, 7.2vw, 104px) !important;
  line-height: .86 !important;
  letter-spacing: -0.085em !important;
}

.detail__fullname {
  max-width: 54ch !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
}

.detail__price-row {
  display: grid !important;
  gap: 16px !important;
  padding: 8px 0 4px !important;
  border: 0 !important;
}

.detail__price {
  font-size: clamp(42px, 5vw, 62px) !important;
}

.detail__stock-proof {
  gap: 10px !important;
  margin-top: 2px !important;
}

.detail__stock-proof span,
.detail__micro-label,
.detail__fulfillment-pill,
.detail__buy-card-pill {
  padding: 8px 12px !important;
  font-size: 12px !important;
  letter-spacing: .035em !important;
}

.mvd-detail {
  padding: 18px !important;
  border-radius: 28px !important;
  background: rgba(247,250,248,0.72) !important;
}

.detail__buy-cards {
  gap: 16px !important;
  margin: 4px 0 8px !important;
}

.detail__buy-card {
  min-height: 152px !important;
  padding: 22px !important;
  border-radius: 30px !important;
  gap: 9px !important;
  background: rgba(255,255,255,0.9) !important;
  box-shadow: 0 18px 44px rgba(16,24,40,0.07) !important;
}

.detail__buy-card strong {
  font-size: 21px !important;
  line-height: 1.08 !important;
}

.detail__buy-card-top,
.detail__buy-card small {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.detail__mode-toggle,
.detail__size-selector {
  gap: 12px !important;
  padding: 10px !important;
  border-radius: 26px !important;
  background: rgba(247,250,248,0.72) !important;
}

.detail__seg-btn,
.detail__size-btn {
  min-height: 50px !important;
  padding-inline: 20px !important;
}

.detail__actions {
  gap: 14px !important;
  margin-top: 6px !important;
}

.detail__qty,
.detail__add-btn,
.detail__coa-btn {
  min-height: 58px !important;
}

.detail__add-btn {
  padding-inline: 30px !important;
  font-size: 16px !important;
}

.detail__payment-trust {
  padding: 18px !important;
  border-radius: 30px !important;
  background: rgba(247,250,248,0.72) !important;
}

.detail__shipping-row {
  gap: 10px !important;
}

.detail__shipping-row span,
.detail__accept-row {
  min-height: 44px !important;
  padding: 10px 14px !important;
}

.detail__fulfillment-card,
.detail__coa-panel {
  padding: 24px !important;
  border-radius: 32px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,252,248,0.9)) !important;
  box-shadow: 0 20px 52px rgba(16,24,40,0.07) !important;
}

.detail__fulfillment-card strong,
.detail__coa-panel-copy strong {
  font-size: 20px !important;
  line-height: 1.22 !important;
}

.detail__coa-panel-copy p {
  max-width: 58ch !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.detail__coa-panel-link {
  min-height: 50px !important;
  padding-inline: 22px !important;
}

.detail__specs {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 8px !important;
  border: 0 !important;
}

.detail__spec {
  min-height: 116px !important;
  padding: 22px !important;
  border-radius: 28px !important;
}

.detail__desc,
.detail__disclaimer {
  padding-top: 28px !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
}

.detail__pairings {
  margin-top: 86px !important;
  padding-bottom: 80px !important;
}

.detail__pairings-title {
  margin-bottom: 28px !important;
  font-size: clamp(44px, 5vw, 72px) !important;
}

.detail__pairings-grid {
  gap: 24px !important;
}

.detail__pairing-card {
  border-radius: 34px !important;
  padding: 18px !important;
}

@media (max-width: 1080px) {
  .detail__grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .detail__image {
    min-height: 520px !important;
  }
}

@media (max-width: 760px) {
  .detail {
    width: calc(100% - 28px) !important;
    margin-top: 28px !important;
  }

  .detail__grid {
    gap: 20px !important;
  }

  .detail__image {
    min-height: 430px !important;
    border-radius: 32px !important;
  }

  .detail__image::after {
    inset: 18px !important;
    border-radius: 24px !important;
  }

  .detail__info {
    gap: 18px !important;
    padding: 30px 20px !important;
    border-radius: 32px !important;
  }

  .detail__name {
    font-size: clamp(48px, 15vw, 66px) !important;
    max-width: 100% !important;
  }

  .detail__fullname {
    font-size: 16px !important;
  }

  .detail__price {
    font-size: 44px !important;
  }

  .detail__buy-cards {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .detail__buy-card {
    min-height: 118px !important;
    padding: 20px !important;
    border-radius: 26px !important;
  }

  .detail__actions {
    gap: 12px !important;
  }

  .detail__qty,
  .detail__add-btn,
  .detail__coa-btn,
  .detail__seg-btn,
  .detail__size-btn {
    min-height: 52px !important;
  }

  .detail__payment-trust,
  .detail__fulfillment-card,
  .detail__coa-panel,
  .detail__spec {
    border-radius: 26px !important;
  }

  .detail__specs {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }

  .detail__spec {
    min-height: 104px !important;
    padding: 18px !important;
  }

  .detail__pairings {
    margin-top: 54px !important;
    padding-bottom: 54px !important;
  }
}

body .detail {
  box-sizing: border-box !important;
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  padding: 36px 0 90px !important;
  margin: 54px auto 0 !important;
}

body .detail__info {
  gap: 26px !important;
}

body .detail__price-row {
  margin-bottom: 2px !important;
}

body .detail__size-selector {
  margin-top: 8px !important;
}

body .detail__payment-trust,
body .detail__fulfillment-card,
body .detail__coa-panel {
  margin-top: 2px !important;
}

body .mvd-detail,
body .detail__buy-cards {
  display: none !important;
}

.detail__page-sections {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr) !important;
  gap: 28px !important;
  margin-top: 76px !important;
}

.detail__section {
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 36px !important;
  background: rgba(255,255,255,0.88) !important;
  box-shadow: 0 24px 70px rgba(16,24,40,0.07) !important;
  padding: clamp(28px, 4vw, 46px) !important;
}

.detail__section--story {
  grid-row: span 2 !important;
}

.detail__section-kicker {
  margin-bottom: 14px !important;
  color: #1f8f67 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}

.detail__section h2 {
  margin: 0 0 18px !important;
  color: #101418 !important;
  font-family: var(--font-display, inherit) !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: .96 !important;
  letter-spacing: -0.055em !important;
}

.detail__section p {
  margin: 0 !important;
  max-width: 74ch !important;
  color: rgba(16,20,24,0.68) !important;
  font-size: 17px !important;
  line-height: 1.82 !important;
}

.detail__section .detail__specs {
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.detail__section .detail__spec {
  min-height: 120px !important;
}

body .detail__grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  gap: clamp(42px, 5vw, 72px) !important;
}

body .detail__add-btn,
body .detail__coa-btn,
body .detail__qty {
  height: 58px !important;
  min-height: 58px !important;
}

body .detail__add-btn {
  flex: 1 1 240px !important;
}

body .detail__coa-btn {
  flex: 0 0 150px !important;
}

body .detail__info > * {
  width: 100% !important;
}

@media (max-width: 1080px) {
  body .detail {
    max-width: 760px !important;
  }

  body .detail__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body .detail {
    width: calc(100% - 28px) !important;
    padding: 24px 0 64px !important;
  }

  .detail__page-sections {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 34px !important;
  }

  .detail__section {
    border-radius: 28px !important;
    padding: 26px 20px !important;
  }

  .detail__section h2 {
    font-size: clamp(30px, 9vw, 42px) !important;
  }

  .detail__section p {
    font-size: 15px !important;
    line-height: 1.68 !important;
  }

  .detail__section .detail__specs {
    grid-template-columns: 1fr 1fr !important;
  }

  body .detail__add-btn,
  body .detail__coa-btn,
  body .detail__qty {
    height: 54px !important;
    min-height: 54px !important;
  }

  body .detail__coa-btn {
    flex: 1 1 auto !important;
  }
}

/* Modal verification refinements */
.drawer__inner,
.cart-panel__inner,
.settings-drawer > div,
.modal-panel > *,
.modal-overlay .modal > * {
  background: transparent !important;
}

.drawer__inner,
.cart-panel {
  min-height: 100% !important;
  color: var(--prism-modal-text) !important;
}

.drawer.is-open,
.drawer.open,
.drawer.drawer--open,
.drawer-overlay.is-open,
.drawer-overlay.open,
.drawer-overlay.drawer-overlay--open {
  pointer-events: auto !important;
}

.drawer-overlay.is-open,
.drawer-overlay.open,
.drawer-overlay.drawer-overlay--open,
.settings-backdrop.settings-backdrop--open,
.modal-overlay.open,
.modal-overlay.modal-overlay--open {
  opacity: 1 !important;
}

@media (max-width: 760px) {
  .drawer.is-open,
  .drawer.open,
  .drawer.drawer--open,
  .settings-drawer.settings-drawer--open {
    transform: translateY(0) !important;
  }
}


/* 3010 mobile UI/UX repair pass: phone ergonomics and first-fold cleanup. */
@media (max-width: 760px) {
  .detail__back {
    min-height: 42px !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 13px !important;
  }

  .detail__back svg {
    width: 16px !important;
    height: 16px !important;
  }

  .detail__image {
    margin-top: 10px !important;
  }

  .detail__image-vial {
    max-height: 245px !important;
  }

  .detail__payment-trust {
    padding: 12px !important;
  }

  .detail__shipping-row span {
    min-height: 40px !important;
    justify-content: center !important;
  }

  .catalog-sidebar__seg-btn,
  .price-quick-btn,
  .catalog-sidebar__toggle-btn {
    min-height: 40px !important;
  }

  .nav__icon-btn {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }
}

/* 3010 final mobile tap-target and affiliate compactness fix. */
@media (max-width: 760px) {
  .detail__seg-btn,
  .detail__size-btn {
    min-height: 42px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .detail__segment {
    gap: 8px !important;
  }

  .detail__size-options {
    gap: 8px !important;
  }
}

/* 3010 hero vial center-pop and featured peptide horizontal scroller. */
.prism-vial-marquee__viewport {
  position: relative !important;
  overflow: hidden !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%) !important;
}

.prism-vial-marquee__item {
  position: relative !important;
  z-index: var(--vial-center-z, 1) !important;
  opacity: var(--vial-center-opacity, .72) !important;
  transform: scale(var(--vial-center-scale, .86)) !important;
  transform-origin: center bottom !important;
  transition: opacity .18s linear, filter .18s linear !important;
}

.prism-vial-marquee__item img {
  filter: drop-shadow(0 18px 22px rgba(16,24,40,.14)) saturate(.94) !important;
  transition: filter .18s linear !important;
}

.prism-vial-marquee__item[style*="--vial-center-z: 1"] img {
  filter: drop-shadow(0 12px 16px rgba(16,24,40,.10)) saturate(.88) !important;
}

.prism-featured-products {
  overflow: hidden !important;
}

.prism-featured-scroll {
  position: relative !important;
  width: 100% !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  padding: 6px 2px 18px !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(16,20,24,.22) transparent !important;
  -webkit-overflow-scrolling: touch !important;
}

.prism-featured-scroll::before,
.prism-featured-scroll::after {
  content: "" !important;
  position: sticky !important;
  top: 0 !important;
  width: 46px !important;
  flex: 0 0 46px !important;
  pointer-events: none !important;
  z-index: 5 !important;
}

.prism-featured-scroll__track {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(258px, 292px) !important;
  gap: 16px !important;
  align-items: stretch !important;
  padding-right: 22px !important;
}

.prism-featured-scroll .prism-product-card,
.prism-featured-scroll .card {
  width: 100% !important;
  min-width: 0 !important;
  scroll-snap-align: start !important;
}

.prism-featured-scroll .prism-product-card__body {
  min-height: 218px !important;
}

@media (min-width: 900px) {
  .prism-featured-scroll {
    margin-right: calc((100vw - min(1200px, calc(100vw - 40px))) / -2) !important;
    padding-right: calc((100vw - min(1200px, calc(100vw - 40px))) / 2 + 28px) !important;
  }
}

@media (max-width: 760px) {
  .prism-vial-marquee__item {
    transform: scale(var(--vial-center-scale, .82)) !important;
  }

  .prism-featured-scroll {
    margin-left: -2px !important;
    padding-bottom: 14px !important;
  }

  .prism-featured-scroll__track {
    grid-auto-columns: minmax(238px, 78vw) !important;
    gap: 12px !important;
    padding-right: 12px !important;
  }

  .prism-featured-scroll .prism-product-card__media {
    min-height: 0 !important;
  }
}


/* 3010 modal finish pass: include newsletter / exit popup in the same Prism visual system. */
.exit-popup-overlay {
  background:
    radial-gradient(circle at 18% 8%, rgba(201, 246, 230, 0.30), transparent 32%),
    radial-gradient(circle at 84% 14%, rgba(238, 228, 255, 0.32), transparent 32%),
    rgba(13, 18, 24, 0.38) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
  padding: 18px !important;
}

.exit-popup {
  max-width: 470px !important;
  padding: 34px 30px 30px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,252,0.95)) !important;
  border: 1px solid rgba(16,20,24,0.10) !important;
  border-radius: 30px !important;
  box-shadow: 0 28px 90px rgba(16,24,40,0.18), 0 8px 28px rgba(16,24,40,0.10) !important;
  color: #101418 !important;
  overflow: hidden !important;
}

.exit-popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #101418, rgba(201,246,230,0.9), rgba(238,228,255,0.9), #101418) !important;
}

.exit-popup__close {
  top: 16px !important;
  right: 16px !important;
  width: 38px !important;
  height: 38px !important;
  background: rgba(247,250,252,0.88) !important;
  color: #101418 !important;
  border: 1px solid rgba(16,20,24,0.10) !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(16,24,40,0.06) !important;
}

.exit-popup__close:hover {
  background: #101418 !important;
  color: #fff !important;
  border-color: #101418 !important;
  transform: rotate(90deg) scale(1.02) !important;
}

.exit-popup__icon {
  width: 58px !important;
  height: 58px !important;
  margin: 14px auto 22px !important;
  background: linear-gradient(135deg, rgba(201,246,230,0.72), rgba(238,228,255,0.72)) !important;
  color: #174f43 !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 20px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.85), 0 12px 28px rgba(16,24,40,0.08) !important;
}

.exit-popup__title {
  color: #101418 !important;
  font-size: clamp(30px, 4vw, 42px) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.058em !important;
  margin-bottom: 14px !important;
}

.exit-popup__desc {
  color: rgba(16,20,24,0.64) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  max-width: 38ch !important;
  margin-bottom: 22px !important;
}

.exit-popup__input {
  height: 50px !important;
  padding: 0 18px !important;
  background: rgba(247,250,252,0.88) !important;
  color: #101418 !important;
  border: 1px solid rgba(16,20,24,0.12) !important;
  border-radius: 999px !important;
  font-weight: 650 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8) !important;
}

.exit-popup__input:focus {
  border-color: rgba(23,79,67,0.48) !important;
  box-shadow: 0 0 0 4px rgba(201,246,230,0.55), inset 0 1px 0 rgba(255,255,255,0.85) !important;
}

.exit-popup__btn,
.exit-popup__discord {
  min-height: 50px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(16,20,24,0.12) !important;
  font-weight: 850 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 12px 28px rgba(16,24,40,0.10) !important;
}

.exit-popup__btn {
  background: #101418 !important;
  color: #fff !important;
}

.exit-popup__btn:hover {
  background: #174f43 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 36px rgba(23,79,67,0.18) !important;
}

.exit-popup__divider {
  margin: 22px 0 18px !important;
  color: rgba(16,20,24,0.42) !important;
}

.exit-popup__divider::before,
.exit-popup__divider::after {
  background: rgba(16,20,24,0.10) !important;
}

.exit-popup__divider span {
  background: rgba(248,251,252,0.96) !important;
  color: rgba(16,20,24,0.46) !important;
  letter-spacing: 0.14em !important;
}

.exit-popup__discord {
  background: rgba(255,255,255,0.78) !important;
  color: #101418 !important;
}

.exit-popup__discord:hover {
  background: #101418 !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 760px) {
  .exit-popup-overlay {
    align-items: flex-end !important;
    padding: 12px !important;
  }

  .exit-popup {
    width: 100% !important;
    max-width: 100% !important;
    padding: 30px 20px 22px !important;
    border-radius: 28px !important;
    max-height: calc(100dvh - 24px) !important;
    overflow-y: auto !important;
  }

  .exit-popup__icon {
    width: 52px !important;
    height: 52px !important;
    margin-bottom: 18px !important;
  }

  .exit-popup__title {
    font-size: 34px !important;
  }

  .exit-popup__desc {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
}

/* 3010 final modal authority: force every customer-facing modal to match the Prism redesign. */
body .age-modal,
body .bac-popup,
body .coa-popup,
body .exit-popup-overlay,
body .info-modal,
body .drawer-overlay,
body .settings-backdrop,
body .modal-overlay,
body #coaModal,
body .cart-drawer .cart-scrim {
  background:
    radial-gradient(circle at 18% 8%, rgba(201, 246, 230, 0.30), transparent 32%),
    radial-gradient(circle at 84% 14%, rgba(238, 228, 255, 0.32), transparent 32%),
    rgba(13, 18, 24, 0.38) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
}

body .age-modal__card,
body .bac-popup__card,
body .coa-popup__card,
body .coa-img-popup__card,
body .exit-popup,
body .info-modal__panel,
body .modal-panel,
body .modal-overlay .modal,
body .modal__inner,
body #coaModal .modal__inner,
body .drawer,
body .cart-panel,
body .settings-drawer {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,252,0.95)) !important;
  border: 1px solid rgba(16,20,24,0.10) !important;
  border-radius: 30px !important;
  box-shadow: 0 28px 90px rgba(16,24,40,0.18), 0 8px 28px rgba(16,24,40,0.10) !important;
  color: #101418 !important;
  overflow: hidden !important;
}

body .drawer,
body .settings-drawer,
body .cart-panel {
  border-radius: 30px 0 0 30px !important;
}

body .age-modal__btn--confirm,
body .age-modal__btn--region:hover,
body .bac-popup__btn--add,
body .exit-popup__btn,
body .drawer__checkout,
body .support-page__ticket-btn,
body .modal-foot button:first-child,
body .modal-panel button[type="submit"],
body .modal-panel .btn-primary {
  background: #101418 !important;
  color: #fff !important;
  border-color: rgba(16,20,24,0.12) !important;
}

body .exit-popup__discord,
body .age-modal__btn--deny,
body .bac-popup__btn--skip,
body .modal-foot button:last-child {
  background: rgba(255,255,255,0.78) !important;
  color: #101418 !important;
  border-color: rgba(16,20,24,0.12) !important;
}

body .exit-popup__close,
body .legal-page__close,
body .support-page__close,
body .bac-popup__close,
body .coa-img-popup__close,
body .modal-close,
body .modal__close,
body .settings-drawer__close,
body .drawer__close,
body .drawer-item__remove {
  background: rgba(247,250,252,0.88) !important;
  color: #101418 !important;
  border: 1px solid rgba(16,20,24,0.10) !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(16,24,40,0.06) !important;
}

@media (max-width: 760px) {
  body .exit-popup-overlay,
  body .age-modal,
  body .bac-popup,
  body .coa-popup,
  body .info-modal,
  body .modal-overlay {
    align-items: flex-end !important;
    padding: 12px !important;
  }

  body .exit-popup,
  body .age-modal__card,
  body .bac-popup__card,
  body .coa-popup__card,
  body .info-modal__panel,
  body .modal-panel,
  body .modal-overlay .modal {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 28px !important;
    max-height: calc(100dvh - 24px) !important;
    overflow-y: auto !important;
  }
}

/* 3010 site-wide de-card pass: stop treating every section as a floating card. Keep cards only for products, commerce, modals, filters, and real records. */
.prism-redesign .prism-hero,
.prism-redesign .landing-hero__shell,
.prism-redesign .prism-guarantee article,
.prism-redesign .prism-proof-strip > div,
.prism-redesign .prism-trust-card,
.prism-redesign .why-prism__card,
.prism-redesign .amino-guarantee-card,
.prism-redesign .affiliate-section__inner,
.prism-redesign .best-two__card,
.prism-redesign .section-head,
.prism-redesign .cards,
.prism-redesign .proof-panel,
.prism-redesign .about-panel,
body:not(.coa-archive-page) .hero__grid,
body:not(.coa-archive-page) .section-head,
body:not(.coa-archive-page) .cards,
body:not(.coa-archive-page) .compound-card:not(.prism-product-card),
body:not(.coa-archive-page) .card:not(.prism-product-card):not(.detail__pairing-card):not(.drawer-item):not(.modal-panel):not(.order-detail-card):not(.detail-card) {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.prism-redesign .prism-hero,
.prism-redesign .landing-hero__shell,
.prism-redesign .affiliate-section__inner,
.prism-redesign .section-head,
.prism-redesign .cards,
.prism-redesign .proof-panel,
.prism-redesign .about-panel,
body:not(.coa-archive-page) .hero__grid,
body:not(.coa-archive-page) .section-head,
body:not(.coa-archive-page) .cards {
  border-radius: 0 !important;
}

.prism-redesign .prism-hero::before,
.prism-redesign .prism-hero::after,
body:not(.coa-archive-page) .hero__grid::before,
body:not(.coa-archive-page) .hero__grid::after,
body:not(.coa-archive-page) .section-head::before,
body:not(.coa-archive-page) .section-head::after,
body:not(.coa-archive-page) .cards::before,
body:not(.coa-archive-page) .cards::after {
  display: none !important;
}

.prism-redesign .prism-hero {
  width: min(1200px, calc(100% - 40px)) !important;
  margin-top: 46px !important;
  padding: 28px 0 20px !important;
}

.prism-redesign .prism-hero__stage,
.prism-redesign .prism-vial-marquee {
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,0.88), transparent 24%),
    linear-gradient(145deg, rgba(201,246,230,0.70), rgba(238,228,255,0.58) 58%, rgba(223,243,255,0.64)) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.prism-redesign .prism-guarantee,
.prism-redesign .prism-proof-strip {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.prism-redesign .prism-guarantee article,
.prism-redesign .prism-proof-strip > div,
.prism-redesign .prism-trust-card,
.prism-redesign .why-prism__card {
  padding-left: 0 !important;
  padding-right: 0 !important;
  transform: none !important;
}

.prism-redesign .prism-guarantee article:hover,
.prism-redesign .prism-proof-strip > div:hover,
.prism-redesign .prism-trust-card:hover,
.prism-redesign .why-prism__card:hover {
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  .prism-redesign .prism-hero {
    width: calc(100% - 20px) !important;
    margin-top: 24px !important;
    padding: 12px 0 8px !important;
  }

  .prism-redesign .prism-guarantee article,
  .prism-redesign .prism-proof-strip > div,
  .prism-redesign .prism-trust-card,
  .prism-redesign .why-prism__card {
    border-radius: 0 !important;
  }
}

/* 3010 Why Prism section polish: restore premium visual treatment only for the section Isaac flagged. */
.prism-redesign .prism-trust-section {
  position: relative !important;
  width: min(1220px, calc(100% - 40px)) !important;
  margin: 92px auto 54px !important;
  padding: 42px 0 26px !important;
}

.prism-redesign .prism-trust-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 70px -34px -18px !important;
  z-index: -1 !important;
  border-radius: 52px !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(32, 184, 135, 0.14), transparent 28%),
    radial-gradient(circle at 82% 70%, rgba(105, 174, 136, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(247, 252, 249, 0.92), rgba(255,255,255,0.72)) !important;
}

.prism-redesign .prism-trust-section .prism-section-head {
  align-items: flex-end !important;
  gap: 28px !important;
  margin-bottom: 30px !important;
}

.prism-redesign .prism-trust-section .prism-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: max-content !important;
  margin-bottom: 16px !important;
  padding: 9px 13px !important;
  border: 1px solid rgba(31,143,103,0.16) !important;
  border-radius: 999px !important;
  background: rgba(235, 250, 244, 0.82) !important;
  color: #17684f !important;
  box-shadow: 0 10px 26px rgba(31,143,103,0.08) !important;
}

.prism-redesign .prism-trust-section .prism-kicker::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #21a575 !important;
  box-shadow: 0 0 0 5px rgba(33,165,117,0.13) !important;
}

.prism-redesign .prism-trust-section .prism-section-head h2 {
  max-width: 850px !important;
  font-size: clamp(48px, 6vw, 82px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.075em !important;
}

.prism-redesign .prism-trust-section .prism-btn {
  background: #101418 !important;
  color: #fff !important;
  border: 1px solid rgba(16,20,24,0.92) !important;
  box-shadow: 0 18px 42px rgba(16,24,40,0.18) !important;
}

.prism-redesign .prism-trust-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.prism-redesign .prism-trust-card {
  min-height: 270px !important;
  padding: 30px !important;
  border-radius: 34px !important;
  border: 1px solid rgba(16, 20, 24, 0.08) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.86)) padding-box,
    linear-gradient(135deg, rgba(31,143,103,0.20), rgba(255,255,255,0.3), rgba(31,143,103,0.12)) border-box !important;
  box-shadow: 0 26px 70px rgba(16,24,40,0.09) !important;
  overflow: hidden !important;
  position: relative !important;
  transform: none !important;
  backdrop-filter: blur(18px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
}

.prism-redesign .prism-trust-card::before {
  content: "" !important;
  position: absolute !important;
  right: 24px !important;
  top: 24px !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(145deg, rgba(31,143,103,0.96), rgba(94,203,160,0.78)) !important;
  box-shadow: 0 16px 32px rgba(31,143,103,0.20) !important;
}

.prism-redesign .prism-trust-card::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  width: 250px !important;
  height: 250px !important;
  right: -96px !important;
  bottom: -122px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(31,143,103,0.16), rgba(31,143,103,0.035) 54%, transparent 70%) !important;
}

.prism-redesign .prism-trust-card--2::before {
  background: linear-gradient(145deg, #111827, #4b6b5e) !important;
}

.prism-redesign .prism-trust-card--3::before {
  background: linear-gradient(145deg, #dff8ed, #36b987) !important;
  border: 1px solid rgba(31,143,103,0.18) !important;
}

.prism-redesign .prism-trust-card__num {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: rgba(239, 250, 245, 0.9) !important;
  color: #17684f !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
}

.prism-redesign .prism-trust-card h3 {
  position: relative !important;
  z-index: 1 !important;
  margin: 54px 0 14px !important;
  max-width: 260px !important;
  color: #101418 !important;
  font-size: clamp(28px, 2.8vw, 38px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.07em !important;
}

.prism-redesign .prism-trust-card p {
  position: relative !important;
  z-index: 1 !important;
  max-width: 330px !important;
  color: rgba(16,20,24,0.66) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  font-weight: 720 !important;
}

.prism-redesign .prism-trust-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 34px 84px rgba(16,24,40,0.13) !important;
}

@media (max-width: 860px) {
  .prism-redesign .prism-trust-section {
    width: calc(100% - 28px) !important;
    margin: 54px auto 34px !important;
    padding-top: 20px !important;
  }

  .prism-redesign .prism-trust-section::before {
    inset: 76px -10px -12px !important;
    border-radius: 34px !important;
  }

  .prism-redesign .prism-trust-section .prism-section-head {
    align-items: flex-start !important;
    margin-bottom: 22px !important;
  }

  .prism-redesign .prism-trust-section .prism-section-head h2 {
    font-size: clamp(38px, 12vw, 54px) !important;
    line-height: .92 !important;
  }

  .prism-redesign .prism-trust-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .prism-redesign .prism-trust-card {
    min-height: 220px !important;
    padding: 24px !important;
    border-radius: 28px !important;
  }

  .prism-redesign .prism-trust-card h3 {
    margin-top: 38px !important;
  }
}

/* 3010 vial marquee stability pass: consistent loop, wider spacing, lifted vials, no bottom crop. */
body .prism-vial-marquee {
  min-height: 560px !important;
  overflow: hidden !important;
}

body .prism-vial-marquee__viewport {
  overflow: hidden !important;
  padding: 4px 0 58px !important;
  min-height: 382px !important;
  contain: layout paint !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
}

body .prism-vial-marquee__track {
  display: flex !important;
  align-items: flex-end !important;
  gap: 104px !important;
  width: max-content !important;
  animation: prismVialMarquee 108s linear infinite reverse !important;
  will-change: transform !important;
  backface-visibility: hidden !important;
  transform: translate3d(0, 0, 0);
}

body .prism-vial-marquee__item {
  flex: 0 0 128px !important;
  width: 128px !important;
  min-width: 128px !important;
  min-height: 312px !important;
  padding: 0 0 18px !important;
  justify-content: flex-end !important;
  transform: translateZ(0);
  --vial-center-scale: .82;
}

body .prism-vial-marquee__item img {
  height: 214px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: translateY(calc(-6px + ((1 - var(--vial-center-scale)) * 8px))) scale(var(--vial-center-scale)) !important;
  transform-origin: 50% 92% !important;
  filter: drop-shadow(0 24px 24px rgba(16,24,40,.15)) !important;
  will-change: transform !important;
}

body .prism-vial-marquee__item span {
  margin-top: -4px !important;
  opacity: calc(.42 + (var(--vial-center-scale) - .82) * 1.8) !important;
}

body .prism-vial-marquee__edge {
  display: none !important;
}

@media (max-width: 980px) {
  body .prism-vial-marquee {
    min-height: 450px !important;
  }

  body .prism-vial-marquee__viewport {
    min-height: 292px !important;
    padding-bottom: 46px !important;
  }

  body .prism-vial-marquee__track {
    gap: 68px !important;
    animation-duration: 92s !important;
  }

  body .prism-vial-marquee__item {
    flex-basis: 104px !important;
    width: 104px !important;
    min-width: 104px !important;
    min-height: 250px !important;
    padding-bottom: 16px !important;
  }

  body .prism-vial-marquee__item img {
    height: 178px !important;
    transform: translateY(calc(-5px + ((1 - var(--vial-center-scale)) * 7px))) scale(var(--vial-center-scale)) !important;
  }
}

@media (max-width: 640px) {
  body .prism-vial-marquee {
    min-height: 440px !important;
  }

  body .prism-vial-marquee__header {
    padding-bottom: 10px !important;
  }

  body .prism-vial-marquee__viewport {
    min-height: 302px !important;
    padding-top: 4px !important;
    padding-bottom: 58px !important;
  }

  body .prism-vial-marquee__track {
    gap: 48px !important;
    animation-duration: 84s !important;
  }

  body .prism-vial-marquee__item {
    flex-basis: 86px !important;
    width: 86px !important;
    min-width: 86px !important;
    min-height: 204px !important;
    padding-bottom: 14px !important;
  }

  body .prism-vial-marquee__item img {
    height: 136px !important;
    transform: translateY(calc(3px + ((1 - var(--vial-center-scale)) * 6px))) scale(var(--vial-center-scale)) !important;
  }
}

/* 3010 vial marquee product buttons: visible jump targets under every vial. */
body .prism-vial-marquee__item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  border: 0 !important;
  background: transparent !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body .prism-vial-marquee__view {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 64px !important;
  height: 30px !important;
  margin-top: -14px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #101418 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 10px 20px rgba(16,24,40,.14) !important;
  cursor: pointer !important;
  opacity: calc(.56 + (var(--vial-center-scale) - .82) * 1.6) !important;
  transform: translateY(0) !important;
  transition: opacity .16s ease, transform .16s ease, background .16s ease !important;
}

body .prism-vial-marquee__view:hover,
body .prism-vial-marquee__view:focus-visible {
  background: #000 !important;
  opacity: 1 !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

@media (max-width: 640px) {
  body .prism-vial-marquee__view {
    min-width: 54px !important;
    height: 26px !important;
    margin-top: -10px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
  }
}

/* 3010 mobile fit guard: no title overlap, no faded/covered View buttons. */
body .prism-vial-marquee,
body .prism-vial-marquee__viewport {
  clip-path: none !important;
}

body .prism-vial-marquee__viewport {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

body .prism-vial-marquee__view {
  position: relative !important;
  z-index: 5 !important;
  opacity: 1 !important;
}

@media (max-width: 640px) {
  body .prism-vial-marquee__header strong,
  body .prism-vial-marquee__title,
  body .prism-vial-marquee strong {
    position: relative !important;
    z-index: 6 !important;
  }

  body .prism-vial-marquee__track {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

/* 3010 mobile no-overlap correction: move vial/button group below heading. */
@media (max-width: 640px) {
  body .prism-vial-marquee__item {
    transform: translateY(46px) translateZ(0) !important;
  }
}

/* 3010 catalog compact de-card pass: keep product cards, open the surrounding wrappers. */
body .catalog-wrap.prism-catalog-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(54, 211, 166, .12), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(129, 140, 248, .10), transparent 30%),
    linear-gradient(180deg, #f6faf9 0%, #f7f8f7 48%, #ffffff 100%) !important;
  padding-top: clamp(22px, 3.6vw, 38px) !important;
  padding-bottom: 50px !important;
}

body .prism-catalog-hero {
  max-width: 1180px !important;
  margin: 18px auto 14px !important;
  padding: 8px 4px 10px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body .prism-catalog-hero h1 {
  max-width: 760px !important;
  margin-bottom: 12px !important;
  letter-spacing: -.055em !important;
}

body .prism-catalog-hero p {
  max-width: 650px !important;
  margin-bottom: 0 !important;
}

body .catalog-layout.prism-catalog-layout {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 12px 0 42px !important;
  gap: 22px !important;
}

body .catalog-sidebar {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body .catalog-sidebar__section {
  margin-bottom: 14px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body .catalog-sidebar__section:first-of-type {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body .catalog-sidebar__label {
  margin-bottom: 8px !important;
  font-size: 11px !important;
  letter-spacing: .04em !important;
}

body .catalog-sidebar__search,
body .catalog-sidebar input[type='search'],
body .catalog-sidebar input[type='text'] {
  min-height: 44px !important;
}

body .catalog-sidebar__segment {
  gap: 8px !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

body .catalog-sidebar__segment button,
body .catalog-sidebar .filter-btn,
body .catalog-sidebar button[data-filter] {
  min-height: 42px !important;
  border-radius: 999px !important;
}

body .catalog__header.prism-catalog-toolbar {
  margin-bottom: 16px !important;
  padding: 0 0 12px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(16,20,24,.08) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body .catalog__header h2,
body .catalog__header .catalog__title {
  margin-bottom: 8px !important;
}

body .catalog__header select,
body .catalog__header .select,
body .catalog__header .catalog-sort {
  min-height: 42px !important;
  border-radius: 999px !important;
}

body .product-grid,
body .catalog__grid,
body .products-grid {
  gap: 18px !important;
}

body .prism-product-card {
  box-shadow: 0 14px 36px rgba(16,24,40,.065) !important;
}

@media (max-width: 980px) {
  body .catalog-wrap.prism-catalog-page {
    padding: 18px 16px 42px !important;
  }

  body .prism-catalog-hero {
    margin: 12px auto 12px !important;
    padding: 0 2px 6px !important;
  }

  body .catalog-layout.prism-catalog-layout {
    padding-top: 8px !important;
    gap: 14px !important;
  }

  body .catalog-sidebar__section:first-of-type {
    padding: 0 !important;
  }
}

@media (max-width: 640px) {
  body .catalog-wrap.prism-catalog-page {
    padding: 14px 16px 34px !important;
  }

  body .prism-catalog-hero {
    margin: 8px auto 10px !important;
    padding: 0 !important;
  }

  body .prism-catalog-hero h1 {
    font-size: clamp(38px, 12vw, 50px) !important;
    line-height: .94 !important;
    margin-bottom: 10px !important;
  }

  body .prism-catalog-hero p {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  body .catalog-layout.prism-catalog-layout {
    padding: 6px 0 30px !important;
    gap: 14px !important;
  }

  body .catalog-sidebar {
    margin-bottom: 8px !important;
  }

  body .catalog-sidebar__section:first-of-type {
    padding: 0 !important;
    border-radius: 0 !important;
  }

  body .catalog-sidebar__section {
    margin-bottom: 10px !important;
  }

  body .catalog__header.prism-catalog-toolbar {
    margin-top: 4px !important;
    margin-bottom: 12px !important;
    padding-bottom: 10px !important;
  }

  body .catalog__header h2,
  body .catalog__header .catalog__title {
    font-size: clamp(26px, 7vw, 34px) !important;
    line-height: .98 !important;
    margin-bottom: 6px !important;
  }

  body .product-grid,
  body .catalog__grid,
  body .products-grid {
    gap: 14px !important;
  }
}

/* 3010 catalog mobile gap correction: filters should flow directly into Products. */
@media (max-width: 640px) {
  body .catalog {
    padding-top: 0 !important;
  }

  body .catalog__header.prism-catalog-toolbar {
    margin-top: 0 !important;
  }
}

/* 3010 catalog compact All Products heading. */
body .prism-catalog-hero.prism-catalog-hero--compact {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 6px auto 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body .prism-catalog-hero.prism-catalog-hero--compact h1 {
  margin: 0 !important;
  max-width: none !important;
  font-size: clamp(2rem, 5vw, 3.4rem) !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
}

@media (max-width: 640px) {
  body .prism-catalog-hero.prism-catalog-hero--compact {
    margin: 4px auto 8px !important;
  }

  body .prism-catalog-hero.prism-catalog-hero--compact h1 {
    font-size: clamp(1.85rem, 8vw, 2.35rem) !important;
    line-height: 1 !important;
  }
}

/* 3010 catalog heading scale correction: keep catalog headings modest. */
body .catalog__header .prism-catalog-title,
body .catalog__header .catalog__title,
body .catalog__header h2 {
  font-size: clamp(24px, 4.5vw, 34px) !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
  margin-bottom: 6px !important;
}

@media (max-width: 640px) {
  body .catalog__header .prism-catalog-title,
  body .catalog__header .catalog__title,
  body .catalog__header h2 {
    font-size: clamp(22px, 6vw, 26px) !important;
    line-height: 1 !important;
    margin-bottom: 6px !important;
  }
}

/* 3010 mobile catalog filter placement: search/chips sit directly above first product card. */
body .catalog-sidebar--mobile-inline {
  display: none !important;
}

@media (max-width: 640px) {
  body .prism-catalog-layout > .catalog-sidebar:not(.catalog-sidebar--mobile-inline) {
    display: none !important;
  }

  body .catalog-sidebar--mobile-inline {
    display: grid !important;
    width: 100% !important;
    margin: 2px 0 -2px !important;
    padding: 0 !important;
    gap: 8px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body .catalog-sidebar--mobile-inline .catalog-sidebar__section {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body .catalog-sidebar--mobile-inline .catalog-sidebar__heading {
    margin: 0 0 6px !important;
    font-size: 9.5px !important;
  }

  body .catalog-sidebar--mobile-inline .catalog__search {
    margin: 0 !important;
  }

  body .catalog-sidebar--mobile-inline .catalog-sidebar__segment {
    margin: 0 !important;
    gap: 6px !important;
  }

  body .catalog-sidebar--mobile-inline .catalog-sidebar__note {
    margin-top: 6px !important;
  }

  body .product-grid,
  body .catalog__grid,
  body .products-grid {
    margin-top: 0 !important;
  }
}

/* 3010 vial fit correction: compact the lineup frame while keeping centered vials clear of the heading. */
body .prism-vial-marquee {
  min-height: 430px !important;
  width: min(560px, 100%) !important;
  max-width: 560px !important;
  justify-self: end !important;
  margin-top: 34px !important;
}

body .prism-vial-marquee__header {
  padding: 24px 28px 2px !important;
}

body .prism-vial-marquee__viewport {
  min-height: 286px !important;
  padding: 8px 0 14px !important;
}

body .prism-vial-marquee__item {
  flex-basis: 116px !important;
  width: 116px !important;
  min-width: 116px !important;
  min-height: 238px !important;
  padding-bottom: 4px !important;
  gap: 16px !important;
}

body .prism-vial-marquee__item img {
  height: 188px !important;
  transform: translateY(calc(16px + ((1 - var(--vial-center-scale)) * 6px))) scale(var(--vial-center-scale)) !important;
  transform-origin: 50% 90% !important;
}

body .prism-vial-marquee__view {
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  body .prism-vial-marquee {
    min-height: 350px !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-self: stretch !important;
    margin-top: 22px !important;
  }

  body .prism-vial-marquee__header {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }

  body .prism-vial-marquee__viewport {
    min-height: 236px !important;
    padding: 8px 0 12px !important;
  }

  body .prism-vial-marquee__item {
    flex-basis: 94px !important;
    width: 94px !important;
    min-width: 94px !important;
    min-height: 198px !important;
  }

  body .prism-vial-marquee__item img {
    height: 154px !important;
  }
}

@media (max-width: 640px) {
  body .prism-vial-marquee {
    min-height: 304px !important;
    margin-top: 18px !important;
    overflow: hidden !important;
  }

  body .prism-vial-marquee__header {
    padding: 18px 18px 0 !important;
  }

  body .prism-vial-marquee__viewport {
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
    min-height: 194px !important;
    margin: 0 auto !important;
    padding: 8px 0 10px !important;
    overflow: hidden !important;
    border-radius: 30px !important;
  }

  body .prism-vial-marquee__track {
    gap: 24px !important;
  }

  body .prism-vial-marquee__item {
    flex-basis: 76px !important;
    width: 76px !important;
    min-width: 76px !important;
    min-height: 160px !important;
    padding-bottom: 4px !important;
    gap: 3px !important;
    transform: translateY(14px) translateZ(0) !important;
  }

  body .prism-vial-marquee__item img {
    height: 108px !important;
    transform: translateY(calc(2px + ((1 - var(--vial-center-scale)) * 4px))) scale(var(--vial-center-scale)) !important;
  }
}


/* Emergency scroll guard: never let verification or modal state freeze mobile page scroll. */
html,
body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100% !important;
  -webkit-overflow-scrolling: touch !important;
}

body.age-locked {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: static !important;
  height: auto !important;
  touch-action: pan-y !important;
}

.age-modal {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain;
  touch-action: pan-y !important;
}

.age-modal__card {
  max-height: calc(100dvh - 28px) !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}


/* v35 hard native scroll reset for local 3010 review. Keep the document as the only scroll container. */
html,
body {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 100% !important;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  position: static !important;
  overscroll-behavior-x: none !important;
  overscroll-behavior-y: auto !important;
  scroll-behavior: auto !important;
  touch-action: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body,
#appContent,
.prism-redesign,
.landing {
  display: block !important;
  min-height: 0 !important;
  overflow-y: visible !important;
  touch-action: auto !important;
}

.age-modal,
#ageGate:empty {
  pointer-events: none !important;
}

.age-modal .age-modal__card {
  pointer-events: auto !important;
}

/* Static COA/Research pages: use the same header format as the 3010 homepage. */
.static-home-header.nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 150 !important;
  height: 60px !important;
  min-height: 60px !important;
  padding: 0 32px !important;
  display: flex !important;
  align-items: center !important;
  background: rgba(255,255,255,.84) !important;
  border-bottom: 1px solid rgba(16,20,24,.08) !important;
  box-shadow: 0 10px 30px rgba(16,24,40,.05) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.static-home-header .nav__inner {
  width: 100% !important;
  max-width: none !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.static-home-header .nav__links {
  margin-left: 32px !important;
  gap: 6px !important;
  display: flex !important;
  align-items: center !important;
}

.static-home-header .nav__link {
  min-height: 38px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(16,20,24,.68) !important;
  font-family: 'Albert Sans', 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  border-radius: 6px !important;
  background: transparent !important;
}

.static-home-header .nav__link:hover,
.static-home-header .nav__link:focus-visible,
.static-home-header .nav__icon-btn:hover,
.static-home-header .nav__hamburger:hover,
.static-home-header .nav__icon-btn:focus-visible,
.static-home-header .nav__hamburger:focus-visible {
  color: #101418 !important;
  background: rgba(16,20,24,.06) !important;
  outline: none !important;
}

.static-home-header .nav__spacer {
  display: block !important;
  flex: 1 1 auto !important;
}

.static-home-header .nav__icon-btn,
.static-home-header .nav__hamburger {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(16,20,24,.68) !important;
  border-radius: 6px !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  position: relative !important;
}

.static-home-header .nav__icon-btn svg {
  width: 19px !important;
  height: 19px !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.static-home-header .nav__hamburger {
  flex-direction: column !important;
  gap: 5px !important;
}

.static-home-header .nav__hamburger span {
  display: block !important;
  width: 20px !important;
  height: 2px !important;
  background: currentColor !important;
  border-radius: 1px !important;
}

@media (max-width: 768px) {
  .static-home-header.nav {
    padding: 0 16px !important;
  }
  .static-home-header .nav__links {
    display: none !important;
  }
  .static-home-header .nav__brand-image,
  .static-home-header .nav__logo--image {
    width: 118px !important;
    min-width: 118px !important;
    max-width: 118px !important;
  }
}



/* v36 vial marquee edge fade: fade vials in/out at both sides without changing item sizing. */
body .prism-vial-marquee__viewport {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 3%, #000 10%, #000 90%, rgba(0,0,0,.08) 97%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 3%, #000 10%, #000 90%, rgba(0,0,0,.08) 97%, transparent 100%) !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
}

@media (max-width: 640px) {
  body .prism-vial-marquee__viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.12) 4%, #000 14%, #000 86%, rgba(0,0,0,.12) 96%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.12) 4%, #000 14%, #000 86%, rgba(0,0,0,.12) 96%, transparent 100%) !important;
  }
}


/* v37 sitewide monochrome pass: remove accent colors across the 3010 redesign. */
:root,
body,
.prism-redesign {
  --prism-green: #111111 !important;
  --prism-green-dark: #000000 !important;
  --prism-green-soft: #f4f4f4 !important;
  --prism-accent: #111111 !important;
  --accent: #111111 !important;
  --accent-2: #2b2b2b !important;
  --primary: #111111 !important;
  --primary-dark: #000000 !important;
  --success: #111111 !important;
  --info: #222222 !important;
  --warning: #555555 !important;
  --bg: #ffffff !important;
  --bg-soft: #f6f6f6 !important;
  --bg-card: #ffffff !important;
  --surface: #ffffff !important;
  --surface-soft: #f5f5f5 !important;
  --text: #111111 !important;
  --text-muted: #666666 !important;
  --border: rgba(17, 17, 17, .12) !important;
  --shadow: 0 22px 60px rgba(0, 0, 0, .08) !important;
}

html,
body,
.prism-redesign,
#app,
.app-shell {
  background: #ffffff !important;
  color: #111111 !important;
}

body::before,
body::after,
.prism-redesign::before,
.prism-redesign::after,
.app-shell::before,
.app-shell::after,
.prism-hero::before,
.prism-hero::after,
.landing::before,
.landing::after,
.hero::before,
.hero::after,
[class*="gradient"]::before,
[class*="gradient"]::after {
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

body a,
body a:visited,
.nav a,
.footer a,
.prism-redesign a,
.link {
  color: #111111 !important;
}

button,
.button,
.btn,
.prism-redesign button,
.prism-redesign .btn,
.prism-redesign .button,
.prism-redesign [class*="__btn"],
.prism-redesign [class*="-btn"],
.prism-vial-marquee__view,
.product-card__button,
.prism-product-card__button,
.checkout-button,
.cart-checkout,
.exit-popup__btn,
.modal button[type="submit"] {
  background: #111111 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12) !important;
}

button.secondary,
.button.secondary,
.btn.secondary,
.prism-redesign .btn--secondary,
.prism-redesign .button--secondary,
.prism-redesign [class*="secondary"],
.prism-redesign [class*="outline"],
.prism-redesign [class*="ghost"],
.exit-popup__discord,
.prism-filter-chip,
.category-chip,
.filter-chip,
.pill,
.badge,
.tag,
[class*="badge"],
[class*="pill"],
[class*="chip"] {
  background: #f3f3f3 !important;
  background-image: none !important;
  color: #111111 !important;
  border-color: rgba(17, 17, 17, .14) !important;
  box-shadow: none !important;
}

.prism-redesign [aria-pressed="true"],
.prism-redesign .active,
.prism-redesign .is-active,
.prism-redesign .selected,
.prism-redesign .is-selected,
.filter-chip.active,
.category-chip.active,
.prism-filter-chip.active {
  background: #111111 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}

input,
select,
textarea,
.search-input,
.prism-redesign input,
.prism-redesign select,
.prism-redesign textarea {
  background: #ffffff !important;
  color: #111111 !important;
  border-color: rgba(17, 17, 17, .16) !important;
  box-shadow: none !important;
}

input:focus,
select:focus,
textarea:focus,
.prism-redesign input:focus,
.prism-redesign select:focus,
.prism-redesign textarea:focus {
  border-color: #111111 !important;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, .08) !important;
  outline: none !important;
}

.card,
.product-card,
.prism-product-card,
.drawer,
.modal,
.modal-panel,
.modal__inner,
.settings-drawer,
.admin-toast,
.coa-popup__card,
.coa-img-popup__card,
.exit-popup,
.cart-drawer,
.checkout-panel,
.prism-redesign article,
.prism-redesign section {
  border-color: rgba(17, 17, 17, .10) !important;
}

.prism-redesign .news-marquee,
.news-marquee,
.announcement-bar {
  background: #3d6a8c !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #3d6a8c !important;
}

.prism-redesign .nav,
.nav,
.topnav,
.site-header {
  background: rgba(255,255,255,.92) !important;
  background-image: none !important;
  color: #111111 !important;
  border-color: rgba(17,17,17,.10) !important;
}

.prism-redesign h1,
.prism-redesign h2,
.prism-redesign h3,
.prism-redesign h4,
.prism-redesign strong,
.price,
.product-price,
.prism-product-card__price {
  color: #111111 !important;
}

.prism-redesign p,
.prism-redesign li,
.prism-redesign small,
.muted,
.text-muted,
.product-subtitle,
.prism-product-card__subtitle {
  color: #666666 !important;
}

.prism-redesign img,
.prism-redesign video,
.prism-redesign picture,
.product-card img,
.prism-product-card img,
.prism-vial-marquee img,
.cart-item img,
.checkout-item img,
.logo img {
  filter: grayscale(1) saturate(0) contrast(1.04) !important;
}

svg,
svg *,
.icon,
.icon * {
  color: currentColor !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

[style*="color"],
[style*="background"] {
  border-color: rgba(17,17,17,.12) !important;
}

::selection {
  background: #111111 !important;
  color: #ffffff !important;
}


/* v38 hard monochrome image/control override: beat earlier vial and card-specific color rules. */
body .prism-redesign img,
body .prism-vial-marquee__item img,
body .prism-vial-marquee img,
body .hero-vial img,
body .product-card img,
body .prism-product-card img,
body .prism-product-card__media img,
body .product-detail img,
body .cart-item img,
body .checkout-item img,
body .coa-popup img,
body .coa-img-popup img,
body .logo img,
body picture img {
  filter: grayscale(1) saturate(0) contrast(1.04) drop-shadow(0 18px 22px rgba(0,0,0,.12)) !important;
}

body .prism-redesign .reveal,
body .prism-redesign .section-fade,
body .prism-redesign .prism-product-card,
body .prism-redesign .prism-hero,
body .prism-redesign .prism-vial-marquee {
  filter: none !important;
}

body .prism-redesign [style*="linear-gradient"],
body .prism-redesign [class*="gradient"],
body .prism-redesign [class*="accent"],
body .prism-redesign [class*="green"],
body .prism-redesign [class*="blue"],
body .prism-redesign [class*="purple"] {
  background-image: none !important;
  color: #111111 !important;
  border-color: rgba(17,17,17,.12) !important;
}

body .prism-redesign button svg,
body .prism-redesign a svg,
body .prism-redesign button svg *,
body .prism-redesign a svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
}


/* v39 final vial monochrome priority: override center-grow inline-style selectors. */
body .prism-redesign .prism-vial-marquee__item img,
body .prism-redesign .prism-vial-marquee__item[style] img,
body .prism-redesign .prism-vial-marquee__item[style*="--vial-center-z"] img,
body .prism-redesign .prism-vial-marquee__item[style*="--vial-center-z: 1"] img,
html body .prism-vial-marquee__item[style] img,
html body .prism-vial-marquee__item[style*="--vial-center-z"] img {
  filter: grayscale(1) saturate(0) contrast(1.04) drop-shadow(0 18px 22px rgba(0,0,0,.12)) !important;
}


/* v40 remove remaining page-level color gradients. */
body .catalog-wrap.prism-catalog-page,
body .prism-redesign .catalog-wrap,
body .prism-redesign .prism-catalog-page,
body .prism-redesign .landing,
body .prism-redesign .hero,
body .prism-redesign .prism-hero,
body .prism-redesign .prism-guarantee,
body .prism-redesign .prism-proof-strip,
body .prism-redesign .why-prism,
body .prism-redesign .footer,
body .prism-redesign [class*="section"],
body .prism-redesign [class*="wrap"] {
  background-image: none !important;
}

body .catalog-wrap.prism-catalog-page,
body .prism-redesign .catalog-wrap,
body .prism-redesign .prism-catalog-page {
  background: #ffffff !important;
  color: #111111 !important;
}

body .prism-redesign [class*="green"],
body .prism-redesign [class*="blue"],
body .prism-redesign [class*="purple"],
body .prism-redesign [class*="teal"],
body .prism-redesign [class*="amber"] {
  background: #f4f4f4 !important;
  background-image: none !important;
  color: #111111 !important;
}


/* v41 absolute monochrome cards: product cards, all cards, panels, modals, drawers, popups, records. */
body .prism-redesign .prism-product-card,
body .prism-redesign .prism-product-card *,
body .prism-redesign .prism-product-card *::before,
body .prism-redesign .prism-product-card *::after,
body .prism-redesign .card,
body .prism-redesign .card *,
body .prism-redesign .card *::before,
body .prism-redesign .card *::after,
body .prism-redesign [class*="card"],
body .prism-redesign [class*="card"] *,
body .prism-redesign [class*="card"] *::before,
body .prism-redesign [class*="card"] *::after,
body .prism-redesign [class*="panel"],
body .prism-redesign [class*="panel"] *,
body .prism-redesign [class*="panel"] *::before,
body .prism-redesign [class*="panel"] *::after,
body .prism-redesign [class*="record"],
body .prism-redesign [class*="record"] *,
body .prism-redesign [class*="record"] *::before,
body .prism-redesign [class*="record"] *::after,
body .prism-redesign [class*="modal"],
body .prism-redesign [class*="modal"] *,
body .prism-redesign [class*="modal"] *::before,
body .prism-redesign [class*="modal"] *::after,
body .prism-redesign [class*="popup"],
body .prism-redesign [class*="popup"] *,
body .prism-redesign [class*="popup"] *::before,
body .prism-redesign [class*="popup"] *::after,
body .prism-redesign [class*="drawer"],
body .prism-redesign [class*="drawer"] *,
body .prism-redesign [class*="drawer"] *::before,
body .prism-redesign [class*="drawer"] *::after,
body .prism-redesign [class*="toast"],
body .prism-redesign [class*="toast"] *,
body .prism-redesign [class*="toast"] *::before,
body .prism-redesign [class*="toast"] *::after,
body .prism-redesign [class*="badge"],
body .prism-redesign [class*="chip"],
body .prism-redesign [class*="pill"],
body .prism-redesign [class*="tag"],
body .drawer,
body .drawer *,
body .drawer *::before,
body .drawer *::after,
body .modal,
body .modal *,
body .modal *::before,
body .modal *::after,
body .age-modal__card,
body .age-modal__card *,
body .exit-popup,
body .exit-popup *,
body .bac-popup,
body .bac-popup *,
body .toast,
body .toast *,
body .product-detail,
body .product-detail *,
body .product-detail *::before,
body .product-detail *::after,
body .coa-archive-page [class*="card"],
body .coa-archive-page [class*="card"] *,
body .coa-archive-page [class*="record"],
body .coa-archive-page [class*="record"] *,
body .coa-archive-page [class*="result"],
body .coa-archive-page [class*="result"] *,
body .coa-archive-page [class*="modal"],
body .coa-archive-page [class*="modal"] *,
body .coa-archive-page table,
body .coa-archive-page thead,
body .coa-archive-page tbody,
body .coa-archive-page tr,
body .coa-archive-page td,
body .coa-archive-page th,
body .card,
body .card *,
body [class*="card"],
body [class*="card"] * {
  color: #111111 !important;
  border-color: rgba(17,17,17,.12) !important;
  outline-color: rgba(17,17,17,.22) !important;
  text-decoration-color: rgba(17,17,17,.32) !important;
}

body .card,
body [class*="card"] {
  box-shadow: 0 14px 36px rgba(0,0,0,.06) !important;
}

body .card > h1, body .card > h2, body .card > h3, body .card > h4, body .card > p, body .card > span, body .card > strong, body .card > em,
body [class*="card"] > h1, body [class*="card"] > h2, body [class*="card"] > h3, body [class*="card"] > h4, body [class*="card"] > p, body [class*="card"] > span, body [class*="card"] > strong, body [class*="card"] > em {
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
}

body .prism-redesign .prism-product-card,
body .prism-redesign .card,
body .prism-redesign [class*="card"],
body .prism-redesign [class*="panel"],
body .prism-redesign [class*="record"],
body .prism-redesign [class*="modal"],
body .prism-redesign [class*="popup"],
body .prism-redesign [class*="drawer"],
body .drawer,
body .modal,
body .age-modal__card,
body .exit-popup,
body .bac-popup,
body .product-detail,
body .coa-archive-page [class*="card"],
body .coa-archive-page [class*="record"],
body .coa-archive-page [class*="result"],
body .coa-archive-page [class*="modal"],
body .card,
body [class*="card"] {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: rgba(17,17,17,.12) !important;
}

body .prism-redesign .prism-product-card__media,
body .prism-redesign .prism-product-card__image,
body .prism-redesign .card__image,
body .prism-redesign [class*="media"],
body .prism-redesign [class*="thumb"],
body .drawer [class*="thumb"],
body .modal [class*="media"],
body .modal [class*="thumb"],
body .bac-popup [class*="thumb"],
body .product-detail [class*="media"],
body .product-detail [class*="image"] {
  background: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  background-image: none !important;
  border-color: rgba(17,17,17,.10) !important;
}

body .prism-redesign .prism-product-card img,
body .prism-redesign .card img,
body .prism-redesign [class*="card"] img,
body .drawer img,
body .modal img,
body .product-detail img,
body .bac-popup img,
body .coa-archive-page img {
  filter: grayscale(1) saturate(0) contrast(1.04) drop-shadow(0 18px 22px rgba(0,0,0,.12)) !important;
}

body .prism-redesign .prism-product-card button,
body .prism-redesign .card button,
body .prism-redesign [class*="card"] button,
body .drawer button,
body .modal button,
body .product-detail button,
body .bac-popup button,
body .coa-archive-page button,
body .coa-archive-page a.button,
body .coa-archive-page .button {
  background: #111111 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  box-shadow: none !important;
}

body .prism-redesign .prism-product-card a,
body .prism-redesign .card a,
body .prism-redesign [class*="card"] a,
body .drawer a,
body .modal a,
body .product-detail a,
body .bac-popup a,
body .coa-archive-page a {
  color: #111111 !important;
  background-image: none !important;
}

body .prism-redesign .prism-product-card [class*="price"],
body .prism-redesign .prism-product-card [class*="stock"],
body .prism-redesign .prism-product-card [class*="sale"],
body .prism-redesign .prism-product-card [class*="compare"],
body .prism-redesign .prism-product-card [class*="proof"],
body .prism-redesign .prism-product-card [class*="meta"],
body .prism-redesign [class*="badge"],
body .prism-redesign [class*="chip"],
body .prism-redesign [class*="pill"],
body .prism-redesign [class*="tag"] {
  background: #f4f4f4 !important;
  background-image: none !important;
  color: #111111 !important;
  border-color: rgba(17,17,17,.12) !important;
}

body .prism-redesign .prism-product-card svg,
body .prism-redesign .card svg,
body .prism-redesign [class*="card"] svg,
body .drawer svg,
body .modal svg,
body .product-detail svg,
body .bac-popup svg,
body .coa-archive-page svg {
  color: #111111 !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}


/* v42 product-detail card/color cleanup: detail cards, buying panels, pairings, section labels. */
body .detail-wrap,
body .detail,
body .detail__grid,
body .detail__image,
body .detail__image-bg,
body .detail__info,
body .detail__mode-toggle,
body .detail__segment,
body .detail__bundle-option,
body .detail__size-selector,
body .detail__qty,
body .detail__payment-trust,
body .detail__accept-row,
body .detail__fulfillment-card,
body .detail__coa-panel,
body .detail__section,
body .detail__specs,
body .detail__spec,
body .detail__pairing-card,
body .detail__pairing-img,
body .detail__pairing-img::before,
body .detail__pairing-img::after,
body .detail [class*="card"],
body .detail [class*="panel"],
body .detail [class*="image"],
body .detail [class*="media"],
body .detail [class*="option"],
body .detail [class*="selector"],
body .detail [class*="spec"],
body .detail [class*="pairing"] {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #111111 !important;
  border-color: rgba(17,17,17,.12) !important;
}

body .detail__image,
body .detail__pairing-img,
body .detail__payment-logos,
body .detail__bundle-option-vials,
body .detail [class*="thumb"],
body .detail [class*="vial"] {
  background: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  background-image: none !important;
}

body .detail__section-kicker,
body .detail__fullname,
body .detail__bundle-option-name,
body .detail__bundle-option-items,
body .detail__spec-label,
body .detail__spec-val,
body .detail__stock-proof,
body .detail__price,
body .detail__compare,
body .detail__sale,
body .detail__badge,
body .detail [class*="kicker"],
body .detail [class*="price"],
body .detail [class*="stock"],
body .detail [class*="sale"],
body .detail [class*="badge"],
body .detail [class*="proof"],
body .detail [class*="meta"] {
  color: #111111 !important;
  border-color: rgba(17,17,17,.12) !important;
  background-image: none !important;
}

body .detail button,
body .detail .button,
body .detail__add,
body .detail__cta,
body .detail__segment button[aria-pressed="true"],
body .detail__size-option.is-active,
body .detail__size-option[aria-pressed="true"] {
  background: #111111 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  box-shadow: none !important;
}

body .detail button:not(.detail__add):not(.detail__cta):not([aria-pressed="true"]),
body .detail__segment button:not([aria-pressed="true"]),
body .detail__size-option:not(.is-active):not([aria-pressed="true"]) {
  background: #ffffff !important;
  background-image: none !important;
  color: #111111 !important;
  border-color: rgba(17,17,17,.16) !important;
}

body .detail img,
body .detail svg,
body .detail picture img {
  filter: grayscale(1) saturate(0) contrast(1.04) drop-shadow(0 18px 22px rgba(0,0,0,.12)) !important;
}


/* v43 final targeted polish for the flagged Why Prism section; placed after broad card/color reset. */
body .prism-redesign .prism-trust-section .prism-trust-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,253,250,0.88)) padding-box,
    linear-gradient(135deg, rgba(31,143,103,0.22), rgba(255,255,255,0.36), rgba(31,143,103,0.14)) border-box !important;
  background-color: transparent !important;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,253,250,0.88)),
    linear-gradient(135deg, rgba(31,143,103,0.22), rgba(255,255,255,0.36), rgba(31,143,103,0.14)) !important;
  border-color: rgba(31,143,103,0.16) !important;
  box-shadow: 0 30px 76px rgba(16,24,40,0.12) !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card:hover {
  box-shadow: 0 38px 92px rgba(16,24,40,0.16) !important;
  transform: translateY(-4px) !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card::before {
  background-image: linear-gradient(145deg, rgba(31,143,103,0.96), rgba(94,203,160,0.78)) !important;
  background-color: transparent !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card--2::before {
  background-image: linear-gradient(145deg, #111827, #4b6b5e) !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card--3::before {
  background-image: linear-gradient(145deg, #dff8ed, #36b987) !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card::after {
  background-image: radial-gradient(circle, rgba(31,143,103,0.18), rgba(31,143,103,0.04) 54%, transparent 70%) !important;
}

/* 3010 featured product cards: wider reference-inspired card rhythm + footer contrast repair. */
body .prism-featured-products {
  max-width: none !important;
  width: min(100%, 1280px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-inline: clamp(18px, 5vw, 64px) !important;
  overflow: hidden !important;
}

body .prism-featured-products .prism-section-head {
  max-width: none !important;
  align-items: center !important;
}

body .prism-featured-scroll {
  width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 0 0 24px !important;
  scroll-snap-type: x proximity !important;
  -webkit-overflow-scrolling: touch !important;
}

body .prism-featured-scroll__track {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: clamp(310px, 25.5vw, 360px) !important;
  grid-template-columns: none !important;
  gap: clamp(18px, 1.8vw, 28px) !important;
  align-items: stretch !important;
  width: max-content !important;
  min-width: 100% !important;
}

body .prism-featured-scroll__track > .prism-product-card,
body .prism-featured-products .prism-product-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  border-radius: 28px !important;
  scroll-snap-align: start !important;
}

body .prism-featured-products .prism-product-card__media {
  width: 100% !important;
  min-height: 270px !important;
  border-radius: 26px 26px 0 0 !important;
}

body .prism-featured-products .prism-product-card__vial {
  max-height: 230px !important;
  transform: translateY(2px) scale(1.04) !important;
}

body .prism-featured-products .prism-product-card__body {
  padding: 24px 24px 22px !important;
}

body .prism-featured-products .prism-product-card__name,
body .prism-featured-products .prism-product-card h3 {
  font-size: clamp(25px, 2vw, 31px) !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
}

body .prism-featured-products .prism-product-card__cta,
body .prism-featured-products .prism-product-card button {
  min-width: 82px !important;
  min-height: 54px !important;
  border-radius: 999px !important;
}

body .prism-featured-scroll::-webkit-scrollbar {
  height: 8px !important;
}

body .prism-featured-scroll::-webkit-scrollbar-track {
  background: rgba(17,17,17,.12) !important;
  border-radius: 999px !important;
}

body .prism-featured-scroll::-webkit-scrollbar-thumb {
  background: rgba(17,17,17,.34) !important;
  border-radius: 999px !important;
}

body .site-footer,
body footer.site-footer {
  color: rgba(255,255,255,.88) !important;
  background: rgb(15,20,24) !important;
  background-image: none !important;
}

body .site-footer *,
body footer.site-footer * {
  border-color: rgba(255,255,255,.14) !important;
}

body .site-footer p,
body .site-footer span,
body .site-footer strong,
body .site-footer small,
body .site-footer li,
body .site-footer div,
body .site-footer__disclaimer-title,
body .site-footer__disclaimer,
body footer.site-footer p,
body footer.site-footer span,
body footer.site-footer strong,
body footer.site-footer small,
body footer.site-footer li,
body footer.site-footer div {
  color: rgba(255,255,255,.84) !important;
}

body .site-footer a,
body .site-footer button,
body .site-footer__link,
body footer.site-footer a,
body footer.site-footer button {
  color: rgba(255,255,255,.94) !important;
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.14) !important;
}

body .site-footer a:hover,
body .site-footer button:hover,
body .site-footer__link:hover {
  color: #fff !important;
  background: rgba(255,255,255,.14) !important;
}

@media (max-width: 760px) {
  body .prism-featured-products {
    padding-inline: 16px !important;
  }

  body .prism-featured-scroll__track {
    grid-auto-columns: min(86vw, 342px) !important;
    gap: 16px !important;
  }

  body .prism-featured-scroll__track > .prism-product-card,
  body .prism-featured-products .prism-product-card {
    min-height: 560px !important;
    border-radius: 26px !important;
  }

  body .prism-featured-products .prism-product-card__media {
    min-height: 252px !important;
  }

  body .prism-featured-products .prism-product-card__body {
    padding: 22px 20px !important;
  }
}

/* 3010 catalog product cards: make listing cards wider too. */
body .catalog .product-grid,
body .catalog-wrap .product-grid,
body .catalog__grid,
body .products-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

body .catalog .prism-product-card,
body .catalog-wrap .prism-product-card,
body .product-grid .prism-product-card,
body .catalog__grid .prism-product-card,
body .products-grid .prism-product-card {
  width: 100% !important;
  max-width: none !important;
  min-height: 580px !important;
  border-radius: 28px !important;
}

body .catalog .prism-product-card__media,
body .catalog-wrap .prism-product-card__media,
body .product-grid .prism-product-card__media,
body .catalog__grid .prism-product-card__media,
body .products-grid .prism-product-card__media {
  width: 100% !important;
  min-height: 260px !important;
}

@media (max-width: 760px) {
  body .catalog .product-grid,
  body .catalog-wrap .product-grid,
  body .catalog__grid,
  body .products-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body .catalog .prism-product-card,
  body .catalog-wrap .prism-product-card,
  body .product-grid .prism-product-card,
  body .catalog__grid .prism-product-card,
  body .products-grid .prism-product-card {
    min-height: 550px !important;
  }
}



/* v45 monochrome Why Prism: remove color, add real visual content in each card. */
body .prism-redesign .prism-trust-section::before {
  background:
    radial-gradient(circle at 14% 20%, rgba(17,17,17,0.055), transparent 28%),
    radial-gradient(circle at 86% 74%, rgba(17,17,17,0.045), transparent 30%),
    linear-gradient(180deg, rgba(248,248,248,0.92), rgba(255,255,255,0.74)) !important;
}

body .prism-redesign .prism-trust-section .prism-kicker {
  background: rgba(255,255,255,0.88) !important;
  color: #111111 !important;
  border-color: rgba(17,17,17,0.14) !important;
  box-shadow: 0 12px 28px rgba(17,17,17,0.06) !important;
}

body .prism-redesign .prism-trust-section .prism-kicker::before {
  background: #111111 !important;
  box-shadow: 0 0 0 5px rgba(17,17,17,0.08) !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,247,247,0.92)) padding-box,
    linear-gradient(135deg, rgba(17,17,17,0.16), rgba(255,255,255,0.42), rgba(17,17,17,0.10)) border-box !important;
  background-color: transparent !important;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,247,247,0.92)),
    linear-gradient(135deg, rgba(17,17,17,0.16), rgba(255,255,255,0.42), rgba(17,17,17,0.10)) !important;
  border-color: rgba(17,17,17,0.13) !important;
  box-shadow: 0 30px 76px rgba(17,17,17,0.10) !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card::before {
  content: "" !important;
  width: 76px !important;
  height: 76px !important;
  right: 24px !important;
  top: 24px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(17,17,17,0.16) !important;
  background-color: #ffffff !important;
  background-image:
    linear-gradient(90deg, rgba(17,17,17,0.88) 0 2px, transparent 2px 100%),
    linear-gradient(180deg, rgba(17,17,17,0.12) 0 1px, transparent 1px 100%) !important;
  background-size: 14px 100%, 100% 14px !important;
  box-shadow: 0 18px 38px rgba(17,17,17,0.10) !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card--2::before {
  background-image:
    radial-gradient(circle at 50% 50%, #111111 0 5px, transparent 6px),
    repeating-linear-gradient(135deg, rgba(17,17,17,0.16) 0 2px, transparent 2px 8px) !important;
  background-color: #f8f8f8 !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card--3::before {
  background-image:
    linear-gradient(135deg, transparent 38%, #111111 39% 43%, transparent 44%),
    linear-gradient(45deg, transparent 38%, rgba(17,17,17,0.26) 39% 43%, transparent 44%),
    radial-gradient(circle at 50% 50%, transparent 0 22px, rgba(17,17,17,0.14) 23px 24px, transparent 25px) !important;
  background-color: #ffffff !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: auto 24px 22px 24px !important;
  width: auto !important;
  height: 46px !important;
  border-radius: 18px !important;
  background-color: transparent !important;
  background-image:
    linear-gradient(90deg, rgba(17,17,17,0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17,17,17,0.10) 1px, transparent 1px) !important;
  background-size: 18px 18px !important;
  opacity: 0.72 !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card--1::after {
  background-image:
    linear-gradient(90deg, rgba(17,17,17,0.82) 0 34%, transparent 34% 42%, rgba(17,17,17,0.22) 42% 100%),
    linear-gradient(180deg, transparent 0 12px, rgba(17,17,17,0.10) 12px 13px, transparent 13px 100%) !important;
  background-size: 100% 14px !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card--2::after {
  background-image:
    linear-gradient(90deg, rgba(17,17,17,0.16), rgba(17,17,17,0.16)),
    radial-gradient(circle, #111111 0 4px, transparent 5px),
    radial-gradient(circle, #111111 0 4px, transparent 5px),
    radial-gradient(circle, #111111 0 4px, transparent 5px) !important;
  background-size: 100% 1px, 9px 9px, 9px 9px, 9px 9px !important;
  background-position: 0 23px, 14% 18px, 50% 18px, 86% 18px !important;
  background-repeat: no-repeat !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card--3::after {
  background-image:
    linear-gradient(90deg, rgba(17,17,17,0.12) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(17,17,17,0.12) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, transparent 45%, rgba(17,17,17,0.55) 46% 52%, transparent 53%) !important;
  background-size: 16px 16px, 16px 16px, 100% 100% !important;
}

body .prism-redesign .prism-trust-section .prism-trust-card__num {
  background: #111111 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(17,17,17,0.14) !important;
}


/* v48 Isaac correction: no card/background around the full Why Prism section, no eyebrow. */
body .prism-redesign .prism-trust-section {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-top: 28px !important;
}

body .prism-redesign .prism-trust-section::before,
body .prism-redesign .prism-trust-section::after {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

body .prism-redesign .prism-trust-section .prism-kicker {
  display: none !important;
}

body .prism-redesign .prism-trust-section .prism-section-head {
  margin-bottom: 28px !important;
}

body .prism-redesign .prism-trust-section .prism-section-head h2 {
  margin-top: 0 !important;
}

/* 3010 vial image transparency: no baked or CSS panel background behind peptide vial images. */
body .prism-product-card__media,
body .prism-product-card__media::before,
body .prism-product-card__media::after,
body .detail__image,
body .detail__image::before,
body .detail__image::after,
body .detail__pairing-img,
body .detail__pairing-img::before,
body .detail__pairing-img::after,
body .drawer-item__thumb,
body .drawer-item__thumb::before,
body .drawer-item__thumb::after,
body .cart-item__image,
body .cart-item__image::before,
body .cart-item__image::after,
body .checkout-item__image,
body .checkout-item__image::before,
body .checkout-item__image::after,
body .vial-marquee__frame,
body .vial-marquee__frame::before,
body .vial-marquee__frame::after,
body .vial-showcase__card,
body .vial-showcase__card::before,
body .vial-showcase__card::after,
body .hero-vial,
body .hero-vial::before,
body .hero-vial::after {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body .prism-product-card__image,
body .prism-product-card__vial,
body .detail__image img,
body .detail__pairing-img img,
body .drawer-item__thumb img,
body .cart-item__image img,
body .checkout-item__image img,
body .vial-marquee__img,
body .vial-showcase__img,
body img[src*="Vial%20Mockups"],
body img[src*="Vial Mockups"],
body img[src*="/webp/"] {
  background: transparent !important;
  background-image: none !important;
}

/* v49 final priority: vial image boxes must render transparent, not white/gray panels. */
html body .prism-product-card .prism-product-card__media,
html body .prism-product-card .prism-product-card__media::before,
html body .prism-product-card .prism-product-card__media::after,
html body .prism-featured-products .prism-product-card__media,
html body .catalog .prism-product-card__media,
html body .catalog-wrap .prism-product-card__media,
html body .product-grid .prism-product-card__media,
html body .detail__image,
html body .detail__image::before,
html body .detail__image::after,
html body .drawer-item__thumb,
html body .cart-item__image,
html body .checkout-item__image {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body .prism-product-card .prism-product-card__vial,
html body .prism-featured-products .prism-product-card__vial,
html body .catalog .prism-product-card__vial,
html body .catalog-wrap .prism-product-card__vial,
html body .product-grid .prism-product-card__vial,
html body img.prism-product-card__vial,
html body img[src*="Vial%20Mockups"],
html body img[src*="Vial Mockups"],
html body img[src*="/Vial%20Mockups/webp/"],
html body img[src*="/Vial Mockups/webp/"] {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* v50 exact detail/cart vial transparency: remove remaining product-detail image backgrounds. */
html body .detail-wrap .detail__image,
html body .detail-wrap .detail__image::before,
html body .detail-wrap .detail__image::after,
html body .detail-wrap .detail__pairing-img,
html body .detail-wrap .detail__pairing-img::before,
html body .detail-wrap .detail__pairing-img::after,
html body .drawer .drawer-item__thumb,
html body .drawer .drawer-item__thumb::before,
html body .drawer .drawer-item__thumb::after,
html body .checkout-page .checkout-item__image,
html body .checkout-page .checkout-item__image::before,
html body .checkout-page .checkout-item__image::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body .detail-wrap img.detail__image-vial,
html body .detail-wrap .detail__image img,
html body .detail-wrap .detail__pairing-img img,
html body .drawer .drawer-item__thumb img,
html body .checkout-page .checkout-item__image img,
html body img.detail__image-vial {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* v51 Isaac correction: simplify Why Prism cards and remove abstract decorative artwork. */
html body .prism-redesign .prism-trust-section .prism-trust-card {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid rgba(17,17,17,0.10) !important;
  box-shadow: 0 18px 44px rgba(17,17,17,0.06) !important;
  overflow: hidden !important;
}

html body .prism-redesign .prism-trust-section .prism-trust-card::before,
html body .prism-redesign .prism-trust-section .prism-trust-card::after,
html body .prism-redesign .prism-trust-section .prism-trust-card--1::before,
html body .prism-redesign .prism-trust-section .prism-trust-card--1::after,
html body .prism-redesign .prism-trust-section .prism-trust-card--2::before,
html body .prism-redesign .prism-trust-section .prism-trust-card--2::after,
html body .prism-redesign .prism-trust-section .prism-trust-card--3::before,
html body .prism-redesign .prism-trust-section .prism-trust-card--3::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .prism-redesign .prism-trust-section .prism-trust-card__num {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border-radius: 999px !important;
  background: #111111 !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(17,17,17,0.12) !important;
}

html body .prism-redesign .prism-trust-section .prism-trust-card h3,
html body .prism-redesign .prism-trust-section .prism-trust-card p {
  position: relative !important;
  z-index: 1 !important;
  max-width: none !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

html body .prism-redesign .prism-trust-section .prism-trust-card h3::before,
html body .prism-redesign .prism-trust-section .prism-trust-card h3::after,
html body .prism-redesign .prism-trust-section .prism-trust-card p::before,
html body .prism-redesign .prism-trust-section .prism-trust-card p::after {
  display: none !important;
  content: none !important;
}

html body .prism-product-card .prism-product-card__media,
html body .prism-featured-products .prism-product-card__media,
html body .catalog .prism-product-card__media,
html body .catalog-wrap .prism-product-card__media,
html body .product-grid .prism-product-card__media,
html body .catalog__grid .prism-product-card__media,
html body .products-grid .prism-product-card__media,
html body .prism-featured-scroll .prism-product-card__media {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 1300 / 1209 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

html body .prism-product-card .prism-product-card__vial,
html body .prism-featured-products .prism-product-card__vial,
html body .catalog .prism-product-card__vial,
html body .catalog-wrap .prism-product-card__vial,
html body .product-grid .prism-product-card__vial,
html body .catalog__grid .prism-product-card__vial,
html body .products-grid .prism-product-card__vial,
html body .prism-featured-scroll .prism-product-card__vial {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  transform: none !important;
  filter: none !important;
}

/* Icon-only / utility buttons must not pick up the global dark button fill */
.nav__icon-btn,
button.nav__icon-btn,
a.nav__icon-btn,
.nav__hamburger,
button.nav__hamburger,
.catalog__search-clear,
button.catalog__search-clear,
.price-clear-btn,
button.price-clear-btn,
.detail__qty-btn,
button.detail__qty-btn,
.detail__add-qty-btn,
button.detail__add-qty-btn,
.bundle-detail__bac-qty-btn,
button.bundle-detail__bac-qty-btn,
.detail__back,
button.detail__back {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  color: rgba(16, 20, 24, .68) !important;
}

.nav__icon-btn:hover,
.nav__hamburger:hover,
.catalog__search-clear:hover,
.price-clear-btn:hover,
.detail__qty-btn:hover,
.detail__add-qty-btn:hover,
.bundle-detail__bac-qty-btn:hover,
.detail__back:hover {
  background: rgba(16, 20, 24, .06) !important;
  color: #101418 !important;
}

.nav__icon-btn svg,
.nav__icon-btn svg path,
.nav__icon-btn svg circle,
.nav__icon-btn svg line,
.nav__icon-btn svg rect,
.nav__icon-btn svg polyline,
.nav__icon-btn svg polygon {
  fill: none !important;
  stroke: currentColor !important;
}

html body .prism-product-card .prism-product-card__body,
html body .catalog .prism-product-card__body,
html body .prism-featured-products .prism-product-card__body,
html body .prism-featured-scroll .prism-product-card__body {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 16px 18px 18px !important;
  min-height: 0 !important;
}

html body .prism-product-card__row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
}

html body .prism-product-card .prism-product-card__name {
  margin: 0 !important;
  min-height: 0 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  display: block !important;
  flex: 1 1 auto !important;
}

html body .prism-product-card .prism-product-card__prices {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 0 !important;
  flex: 0 0 auto !important;
}

html body .prism-product-card__from {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #98a2ad !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin-bottom: 2px !important;
}

html body .prism-product-card .prism-product-card__price {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #111 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
}

html body .prism-product-card .prism-product-card__sub {
  margin: 0 0 4px !important;
  min-height: 0 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #6b7380 !important;
  line-height: 1.35 !important;
  flex: 1 1 auto !important;
}

html body .prism-product-card .prism-product-card__cta {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin-top: 8px !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border: none !important;
  cursor: pointer !important;
}

html body .prism-product-card .prism-product-card__cta:hover {
  background: #000 !important;
}

html body .prism-product-card__meta,
html body .prism-product-card__proof,
html body .prism-product-card__compare,
html body .prism-product-card__footer,
html body .prism-product-card__stock {
  display: none !important;
}

html body .prism-hero__stage.prism-vial-marquee,
html body .prism-vial-marquee {
  background: #EEEEEE !important;
  background-image: none !important;
}

html body .prism-hero__actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 520px !important;
}

html body .prism-hero__actions > .prism-btn {
  width: 100% !important;
  justify-content: center !important;
  padding: 16px 20px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

html body .prism-hero__actions-row {
  display: flex !important;
  gap: 10px !important;
  width: 100% !important;
}

html body .prism-hero__actions-row .prism-btn {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

html body .prism-btn.prism-btn--blue {
  background: #5582A8 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 10px 24px rgba(85, 130, 168, 0.26) !important;
}

html body .prism-btn.prism-btn--blue:hover {
  background: #467396 !important;
}

@media (min-width: 981px) {
  html body .prism-vial-marquee__item {
    flex-basis: 168px !important;
    min-height: 360px !important;
  }

  html body .prism-vial-marquee__item img {
    height: 290px !important;
  }

  html body .prism-vial-marquee__track {
    gap: 36px !important;
  }
}

html body .prism-vial-marquee__item img {
  transform: none !important;
  transition: none !important;
}

html body .prism-vial-marquee__item span {
  opacity: 1 !important;
  transition: none !important;
}

@media (max-width: 640px) {
  html body .prism-vial-marquee {
    width: calc(100% - 44px) !important;
    max-width: 346px !important;
    min-height: 386px !important;
    max-height: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body .prism-vial-marquee__header {
    padding: 24px 18px 0 !important;
  }

  html body .prism-vial-marquee__viewport {
    width: 100% !important;
    max-width: 100% !important;
    height: 276px !important;
    min-height: 276px !important;
    margin: 0 auto !important;
    padding: 14px 0 14px !important;
    overflow: hidden !important;
    border-radius: 30px !important;
  }

  html body .prism-vial-marquee__track {
    width: max-content !important;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: end !important;
    justify-items: initial !important;
    gap: 42px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    animation: prismVialMarquee 88s linear infinite reverse !important;
    transform: translate3d(0, 0, 0);
  }

  html body .prism-vial-marquee__item[aria-hidden="true"] {
    display: flex !important;
  }

  html body .prism-vial-marquee__item:nth-child(n + 4) {
    display: flex !important;
  }

  html body .prism-vial-marquee__item {
    flex: 0 0 112px !important;
    width: 112px !important;
    min-width: 112px !important;
    min-height: 248px !important;
    padding-bottom: 0 !important;
    gap: 12px !important;
    transform: none !important;
    opacity: 1 !important;
  }

  html body .prism-vial-marquee__item img {
    height: 198px !important;
    max-height: 198px !important;
    max-width: none !important;
    transform: none !important;
  }

  html body .prism-vial-marquee__item span {
    display: none !important;
  }

  html body .prism-vial-marquee__view {
    min-width: 54px !important;
    height: 26px !important;
    margin-top: 0 !important;
    padding: 0 12px !important;
    font-size: 10px !important;
  }
}

html body .detail__coa-card .detail__coa-card-label,
html body .detail__coa-card .detail__coa-card-value,
html body .detail__coa-card .detail__coa-card-unit,
html body .detail__coa-card .detail__coa-card-meta,
html body .detail__coa-card .detail__coa-card-link {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
}

html body button.detail__coa-card-link {
  padding: 0 !important;
  font: inherit !important;
  cursor: pointer !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #0A0A0A !important;
}

html body .cards .card *,
html body .cards .card *::before,
html body .cards .card *::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body .prism-faq {
  max-width: 760px;
  margin: 96px auto 64px;
  padding: 0 24px;
}

html body .prism-faq__head {
  text-align: center;
  margin-bottom: 36px;
}

html body .prism-faq__title {
  margin: 0 0 8px;
  font-family: 'Newsreader', 'Droid Serif', Georgia, serif;
  font-weight: 700;
  font-size: clamp(36px, 4.2vw, 48px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: #0A0A0A;
}

html body .prism-section-head h2,
html body .prism-section-head .prism-section-head__title,
html body .prism-trust-section .prism-section-head h2,
html body .prism-trust-section h2 {
  font-family: 'Newsreader', 'Droid Serif', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: clamp(36px, 4.2vw, 48px) !important;
  letter-spacing: -0.025em !important;
  line-height: 1.05 !important;
  color: #0A0A0A !important;
}

html body .prism-faq__sub {
  margin: 0;
  font-size: 14px;
  color: #6b7380;
  font-weight: 500;
}

html body .prism-faq__list {
  display: flex;
  flex-direction: column;
}

html body .prism-faq__item {
  border-bottom: 1px solid rgba(16, 20, 24, 0.08);
}

html body .prism-faq__question {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 18px 4px !important;
  background: transparent !important;
  border: none !important;
  font: inherit !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111 !important;
  text-align: left !important;
  cursor: pointer !important;
  gap: 16px;
}

html body .prism-faq__question .faq-item__chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #6b7380;
  transition: transform 200ms cubic-bezier(.2,.8,.2,1);
}

html body .prism-faq__item.faq-item--open .faq-item__chevron {
  transform: rotate(180deg);
}

html body .prism-faq__answer {
  display: none;
  padding: 0 4px 18px;
  color: #525252;
  font-size: 14px;
  line-height: 1.6;
}

html body .prism-faq__item.faq-item--open .prism-faq__answer {
  display: block;
}

html body .prism-faq__answer p {
  margin: 0;
}

html body .detail__short-desc {
  margin: 0 0 18px !important;
  color: #525252 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

html body .prism-featured-products {
  margin-top: 110px !important;
}

html body .prism-proof-strip {
  margin-top: 96px !important;
}

html body .prism-proof-strip__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  margin-bottom: 14px !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #0A0A0A !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body .prism-proof-strip__icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

html body .prism-proof-strip__icon svg .proof-icon-line {
  stroke: #ffffff !important;
  fill: none !important;
  color: #ffffff !important;
}

html body .prism-proof-strip__icon svg .proof-icon-fill {
  fill: #ffffff !important;
  stroke: none !important;
  color: #ffffff !important;
}

html body .prism-proof-strip > div:nth-child(1) .prism-proof-strip__icon {
  color: #4F73B8 !important;
}
html body .prism-proof-strip > div:nth-child(2) .prism-proof-strip__icon {
  color: #3E9986 !important;
}
html body .prism-proof-strip > div:nth-child(3) .prism-proof-strip__icon {
  color: #D89A3A !important;
}
html body .prism-proof-strip > div:nth-child(4) .prism-proof-strip__icon {
  color: #8A5BA8 !important;
}

@media (max-width: 760px) {
  html body section.prism-proof-strip,
  html body .prism-proof-strip {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

html body .section-fade,
html body .reveal,
html body .anim-fadeup {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  transition: none !important;
  visibility: visible !important;
}

html body .prism-hero,
html body .prism-hero__copy,
html body .prism-hero__copy * {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
}

@media (max-width: 760px) {
  html body .prism-faq {
    margin: 56px auto 40px;
    padding: 0 18px;
  }

  body .prism-redesign .testimonials.section-fade {
    padding-bottom: 48px !important;
  }

  body .prism-redesign .testimonials.section-fade + .prism-faq {
    margin-top: 28px;
  }

  html body .prism-featured-products {
    margin-top: 64px !important;
  }
  html body .prism-proof-strip {
    margin-top: 56px !important;
  }
}

@media (max-width: 760px) {
  html body .catalog .prism-product-card,
  html body .product-grid .prism-product-card,
  html body .prism-featured-products .prism-product-card,
  html body .prism-featured-scroll .prism-product-card {
    min-height: 0 !important;
    height: auto !important;
  }

  html body .prism-product-card .prism-product-card__sub,
  html body .catalog .prism-product-card__sub {
    flex: 0 0 auto !important;
  }

  html body .prism-product-card .prism-product-card__body,
  html body .catalog .prism-product-card__body,
  html body .prism-featured-products .prism-product-card__body,
  html body .prism-featured-scroll .prism-product-card__body {
    min-height: 0 !important;
    height: auto !important;
  }

  html body .catalog-sidebar,
  html body .prism-catalog-toolbar {
    border-radius: 14px !important;
    padding: 14px !important;
  }

  html body .catalog__sort,
  html body .catalog-sidebar__seg-btn,
  html body .catalog-sidebar__note,
  html body .price-quick-btn,
  html body .catalog-sidebar__toggle-btn {
    border-radius: 10px !important;
  }

  html body .catalog-sidebar__seg-btn {
    padding: 12px 14px !important;
    font-size: 14px !important;
  }

  html body .catalog__sort {
    padding: 10px 14px !important;
    font-size: 13px !important;
  }

  html body .catalog__count {
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 13px !important;
  }

  html body .catalog-sidebar__note {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
}

html body .prism-btn.prism-btn--grey {
  background: #EEEEEE !important;
  background-image: none !important;
  color: #111 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html body .prism-btn.prism-btn--grey:hover {
  background: #E2E2E2 !important;
}

/* === Amino-Club inspired detail sections =================================== */

.detail__page-sections .detail__section--coa-pair,
.detail__page-sections .detail__section--storage,
.detail__page-sections .detail__section--refs,
.detail__page-sections .detail__section--compliance {
  grid-column: 1 / -1 !important;
}

.detail__page-sections .detail__section--coa-pair h2,
.detail__page-sections .detail__section--info h2,
.detail__page-sections .detail__section--storage h2,
.detail__page-sections .detail__section--refs h2 {
  font-size: clamp(22px, 2.4vw, 30px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 20px !important;
}

.detail__coa-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.detail__coa-card {
  position: relative;
  border: 1px solid #E5E5E5;
  border-radius: 18px;
  padding: 22px 24px 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 200ms cubic-bezier(.2,.8,.2,1), box-shadow 200ms cubic-bezier(.2,.8,.2,1);
}
.detail__coa-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -22px rgba(15, 23, 42, 0.18);
}
.detail__coa-card-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #71717A;
  font-weight: 600;
}
.detail__coa-card-value {
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #0A0A0A;
  margin: 4px 0 2px;
}
.detail__coa-card-unit {
  font-size: 0.45em;
  font-weight: 600;
  margin-left: 2px;
  color: #404040;
  vertical-align: super;
}
.detail__coa-card-meta {
  font-size: 13px;
  color: #525252;
}
.detail__coa-card-link {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #0A0A0A;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease;
}
.detail__coa-card-link:hover {
  border-bottom-color: #0A0A0A;
}

.detail__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  border-top: 1px solid #EAEAEA;
}
.detail__info-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 14px 4px;
  border-bottom: 1px solid #EAEAEA;
}
.detail__info-row dt {
  font-size: 13px;
  color: #71717A;
  font-weight: 500;
  margin: 0;
}
.detail__info-row dd {
  font-size: 14px;
  color: #0A0A0A;
  font-weight: 600;
  margin: 0;
  text-align: right;
}

.detail__storage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.detail__storage-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #EAEAEA;
  border-radius: 14px;
  background: #FAFAFA;
}
.detail__storage-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  font-size: 18px;
}
.detail__storage-row > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.detail__storage-row strong {
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #0A0A0A;
}
.detail__storage-row span {
  font-size: 13.5px;
  line-height: 1.55;
  color: #404040;
}

.detail__refs-list {
  list-style: none;
  counter-reset: refs;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.detail__refs-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  background: #FFFFFF;
}
.detail__refs-num {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #0A0A0A;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  font-feature-settings: 'tnum' 1;
}
.detail__refs-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.detail__refs-authors {
  font-size: 13px;
  color: #525252;
}
.detail__refs-title {
  font-size: 14.5px;
  color: #0A0A0A;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.detail__refs-meta {
  font-size: 13px;
  color: #71717A;
}
.detail__refs-meta em {
  font-style: italic;
}
.detail__refs-link {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #0A0A0A;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease;
}
.detail__refs-link:hover {
  border-bottom-color: #0A0A0A;
}

.detail__compliance-callout {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #FCD34D;
  background: #FFFBEB;
  border-radius: 14px;
}
.detail__compliance-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FEF3C7;
  border-radius: 10px;
  font-size: 18px;
}
.detail__compliance-callout strong {
  display: block;
  font-size: 14.5px;
  letter-spacing: -0.01em;
  color: #78350F;
  margin-bottom: 4px;
}
.detail__compliance-callout p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: #57534E;
}

@media (max-width: 720px) {
  .detail__coa-pair { grid-template-columns: 1fr; }
  .detail__info-grid { grid-template-columns: 1fr; }
  .detail__refs-item { grid-template-columns: 28px 1fr; padding: 12px 14px; }
  .detail__compliance-callout { grid-template-columns: 36px 1fr; }
}

/* === Detail hero tightening: shrink card, title, padding =================== */

html body .detail__name {
  font-size: clamp(30px, 3.4vw, 44px) !important;
  line-height: .98 !important;
  letter-spacing: -0.04em !important;
  font-weight: 800 !important;
}

html body .detail {
  padding: 12px 0 80px !important;
  margin: 16px auto 0 !important;
}

html body .detail__info {
  padding: 0 !important;
  border-radius: 0 !important;
  gap: 12px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body .detail__fullname {
  margin-top: -4px !important;
  font-size: 14px !important;
}

html body .detail__price-row {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 4px 0 0 !important;
}
html body .detail__price {
  font-size: clamp(28px, 3.4vw, 38px) !important;
}

html body .detail__size-selector,
html body .detail__mode-toggle {
  margin: 0 !important;
}

html body .detail__payment-trust {
  padding: 12px 0 !important;
  margin-top: 4px !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body .detail__shipping-row {
  gap: 14px !important;
}

html body .detail__actions {
  margin-top: 4px !important;
}

/* Active state for size + segment buttons (specificity must beat body .detail button:not(...) chain) */
html body .detail .detail__size-options .detail__size-btn.detail__size-btn--active,
html body .detail .detail__segment .detail__seg-btn.detail__seg-btn--active {
  background: #101418 !important;
  color: #FFFFFF !important;
  border-color: #101418 !important;
  box-shadow: 0 6px 16px rgba(16,20,24,0.18) !important;
}

html body .detail__size-btn,
html body .detail__seg-btn,
html body .detail__qty-btn {
  transition: transform 120ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease !important;
}
html body .detail__size-btn:active,
html body .detail__seg-btn:active,
html body .detail__qty-btn:active,
html body .detail__add-btn:active,
html body .detail__coa-btn:active {
  transform: scale(0.97) !important;
}

html body .detail__image {
  background: #FAFAFA !important;
  border-radius: 24px !important;
  padding: 18px !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
}
html body .detail__image::after {
  display: none !important;
}
html body .detail__image-vial {
  filter: drop-shadow(0 18px 26px rgba(16,24,40,0.16)) !important;
  transform: none !important;
  max-width: 78% !important;
  margin: auto !important;
}

body .prism-product-card__row,
body .prism-product-card__name,
body .prism-product-card__prices,
body .prism-product-card__from,
body .prism-product-card__price,
body .prism-product-card__sub,
body .prism-redesign .prism-product-card__row,
body .prism-redesign .prism-product-card__name,
body .prism-redesign .prism-product-card__prices,
body .prism-redesign .prism-product-card__from,
body .prism-redesign .prism-product-card__price,
body .prism-redesign .prism-product-card__sub,
body .prism-redesign .prism-product-card [class*="price"],
body .prism-redesign .prism-product-card [class*="from"] {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

body .prism-redesign .prism-guarantee {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
  margin: 48px auto 32px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

@media (max-width: 900px) {
  body .prism-redesign .prism-guarantee { grid-template-columns: 1fr !important; }
}

body .prism-redesign .prism-guarantee article.prism-guarantee__card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 44px 1fr !important;
  align-items: start !important;
  gap: 16px !important;
  padding: 8px 32px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transition: none !important;
  transform: none !important;
}

body .prism-redesign .prism-guarantee article.prism-guarantee__card + article.prism-guarantee__card {
  border-left: 1px solid rgba(17, 17, 17, 0.08) !important;
}

@media (max-width: 900px) {
  body .prism-redesign .prism-guarantee article.prism-guarantee__card { padding: 24px 0 !important; }
  body .prism-redesign .prism-guarantee article.prism-guarantee__card + article.prism-guarantee__card {
    border-left: 0 !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
  }
}

body .prism-redesign .prism-guarantee article.prism-guarantee__card:hover {
  transform: none !important;
  box-shadow: none !important;
}

body .prism-redesign .prism-guarantee__icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #f0f4f9, #e6edf4) !important;
  color: #1a3a5c !important;
  border: 1px solid rgba(17, 17, 17, 0.06) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  flex: 0 0 44px !important;
  position: relative !important;
  z-index: 1 !important;
}

body .prism-redesign .prism-guarantee__icon svg,
body .prism-redesign .prism-guarantee__icon svg path,
body .prism-redesign .prism-guarantee__icon svg circle,
body .prism-redesign .prism-guarantee__icon svg line,
body .prism-redesign .prism-guarantee__icon svg rect,
body .prism-redesign .prism-guarantee__icon svg polyline,
body .prism-redesign .prism-guarantee__icon svg polygon {
  width: 22px !important;
  height: 22px !important;
  color: #0f5c3a !important;
  stroke: #0f5c3a !important;
  fill: none !important;
}

body .prism-redesign .prism-guarantee__body {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  position: relative !important;
  z-index: 1 !important;
}

body .prism-redesign .prism-guarantee__metric {
  display: inline-block !important;
  align-self: flex-start !important;
  height: auto !important;
  padding: 0 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #0f5c3a !important;
  background: transparent !important;
  border-radius: 0 !important;
  margin-bottom: 4px !important;
}

body .prism-redesign .prism-guarantee__card strong {
  display: block !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.15 !important;
  color: #101418 !important;
  margin: 0 !important;
}

body .prism-redesign .prism-guarantee__desc {
  display: block !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  color: #5b6573 !important;
  margin-top: 2px !important;
}

body .prism-redesign .prism-guarantee__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #101418 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  align-self: flex-start !important;
}

body .prism-redesign .prism-guarantee__link svg {
  width: 14px !important;
  height: 14px !important;
  transition: transform 0.18s ease !important;
}

body .prism-redesign .prism-guarantee__link:hover svg {
  transform: translateX(3px) !important;
}

body .prism-redesign .prism-guarantee__card *,
body .prism-redesign .prism-guarantee__card *::before,
body .prism-redesign .prism-guarantee__card *::after {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

body .prism-redesign .prism-guarantee__icon {
  background: linear-gradient(135deg, #ecf6ee, #dceee2) !important;
  border: 1px solid rgba(22, 140, 90, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  color: #0f5c3a !important;
}

body .prism-redesign .prism-guarantee__metric {
  background: transparent !important;
  color: #0f5c3a !important;
}

body .prism-redesign .prism-proof-strip {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  margin: 56px auto 56px !important;
  padding: 32px 0 !important;
  background: transparent !important;
  border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
  box-shadow: none !important;
}

@media (max-width: 720px) {
  body .prism-redesign .prism-proof-strip {
    grid-template-columns: 1fr !important;
    margin: 32px auto !important;
    padding: 8px 0 !important;
  }
}

body .prism-redesign .prism-proof-strip > div {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 8px 16px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

body .prism-redesign .prism-proof-strip > div + div::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 1px !important;
  height: 56px !important;
  background: rgba(17, 17, 17, 0.10) !important;
}

@media (max-width: 720px) {
  body .prism-redesign .prism-proof-strip > div {
    padding: 22px 16px !important;
  }
  body .prism-redesign .prism-proof-strip > div + div::before {
    width: 64px !important;
    height: 1px !important;
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) !important;
  }
}

body .prism-redesign .prism-proof-strip > div strong {
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  color: #101418 !important;
  display: inline-block !important;
  white-space: nowrap !important;
}

body .prism-redesign .prism-proof-strip > div strong sup {
  font-family: inherit !important;
  font-size: 0.5em !important;
  font-weight: 600 !important;
  vertical-align: super !important;
  margin-left: 2px !important;
  color: #5b6573 !important;
}

body .prism-redesign .prism-proof-strip > div span {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #6b7380 !important;
  margin-top: 4px !important;
}

body .prism-redesign .prism-guarantee,
body .prism-redesign .prism-proof-strip {
  position: relative !important;
  isolation: isolate !important;
}

body .prism-redesign .prism-guarantee::before,
body .prism-redesign .prism-proof-strip::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  top: -32px !important;
  bottom: -32px !important;
  z-index: -1 !important;
  pointer-events: none !important;
}

body .prism-redesign .prism-guarantee::before {
  background:
    radial-gradient(ellipse 60% 90% at 20% 0%, rgba(58, 100, 142, 0.07), transparent 65%),
    radial-gradient(ellipse 70% 100% at 90% 100%, rgba(232, 220, 200, 0.35), transparent 60%),
    linear-gradient(180deg, rgba(247, 244, 240, 0.6), rgba(247, 244, 240, 0)) !important;
}

body .prism-redesign .prism-proof-strip::before {
  background:
    radial-gradient(ellipse 70% 100% at 50% 50%, rgba(58, 100, 142, 0.06), transparent 70%),
    linear-gradient(180deg, rgba(245, 240, 232, 0), rgba(245, 240, 232, 0.4), rgba(245, 240, 232, 0)) !important;
}

body .testimonials .testimonial__card *,
body .testimonials .testimonial__text,
body .testimonials .testimonial__stars,
body .testimonials .testimonial__author,
body .testimonials .testimonial__rating {
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
}

body .testimonials .testimonial__stars,
body .testimonials .testimonial__rating {
  color: #facc15 !important;
}

body .testimonials .testimonial__stars svg,
body .testimonials .testimonial__stars svg * {
  fill: #facc15 !important;
  stroke: none !important;
}

body .testimonials .testimonials__marquee {
  width: min(1320px, calc(100% - 24px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%) !important;
}

body .prism-redesign .testimonials.section-fade {
  padding-bottom: 72px !important;
  background-image: linear-gradient(180deg, #fbfcfd 0%, #f1f3f6 35%, #f1f3f6 88%, #ffffff 100%) !important;
  background-color: #ffffff !important;
}

body .prism-redesign .testimonials.section-fade + .prism-faq {
  margin-top: 40px;
}

body .prism-featured-scroll {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
}

.prism-featured-scroll-wrap {
  position: relative;
}

/* Home FAQ polish: make the section feel connected to the storefront rhythm. */
body .prism-redesign .testimonials.section-fade + .prism-faq,
html body .prism-faq {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 88px max(24px, calc((100vw - 1220px) / 2)) 96px !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr) !important;
  align-items: start !important;
  gap: clamp(44px, 6vw, 92px) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f8fa 55%, #ffffff 100%) !important;
  border-top: 1px solid rgba(16, 20, 24, 0.08) !important;
}

html body .prism-faq__head {
  position: sticky !important;
  top: 104px !important;
  text-align: left !important;
  margin: 0 !important;
  max-width: 420px !important;
}

html body .prism-faq__title {
  margin-bottom: 14px !important;
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 0.96 !important;
  text-wrap: balance;
}

html body .prism-faq__sub {
  max-width: 310px !important;
  color: #667085 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

html body .prism-faq__list {
  display: grid !important;
  gap: 12px !important;
}

html body .prism-faq__item,
body .prism-redesign .prism-faq .faq-item {
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(16, 20, 24, 0.09) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.055) !important;
  transition:
    border-color 180ms cubic-bezier(.2,.8,.2,1),
    box-shadow 180ms cubic-bezier(.2,.8,.2,1),
    transform 180ms cubic-bezier(.2,.8,.2,1) !important;
}

html body .prism-faq__item:hover,
html body .prism-faq__item.faq-item--open {
  border-color: rgba(16, 20, 24, 0.18) !important;
  box-shadow: 0 22px 58px rgba(16, 24, 40, 0.08) !important;
}

html body .prism-faq__question {
  min-height: 64px !important;
  padding: 19px 22px !important;
  background: transparent !important;
  color: #101418 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

html body .prism-faq__question span {
  max-width: 62ch !important;
}

html body .prism-faq__question:focus-visible {
  outline: 2px solid rgba(58, 105, 135, 0.42) !important;
  outline-offset: -4px !important;
}

html body .prism-faq__question .faq-item__chevron {
  width: 18px !important;
  height: 18px !important;
  color: #3f5364 !important;
}

html body .prism-faq__answer {
  padding: 0 22px 20px !important;
  color: #4d5661 !important;
  font-family: 'Albert Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

html body .prism-faq__answer p {
  max-width: 68ch !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

@media (max-width: 860px) {
  body .prism-redesign .testimonials.section-fade + .prism-faq,
  html body .prism-faq {
    padding: 56px 18px 64px !important;
    display: block !important;
  }

  html body .prism-faq__head {
    position: static !important;
    max-width: 520px !important;
    margin: 0 auto 28px !important;
    text-align: center !important;
  }

  html body .prism-faq__title {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1 !important;
  }

  html body .prism-faq__sub {
    max-width: 340px !important;
    margin: 0 auto !important;
    font-size: 14px !important;
  }

  html body .prism-faq__question {
    min-height: 58px !important;
    padding: 16px 16px !important;
    font-size: 14px !important;
  }

  html body .prism-faq__answer {
    padding: 0 16px 17px !important;
    font-size: 13px !important;
  }
}

.prism-featured-scroll__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(16,20,24,.12);
  background: rgba(255,255,255,.94);
  color: #101418;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(16,24,40,.10), 0 1px 2px rgba(16,24,40,.06);
  transition: transform 180ms ease, background-color 180ms ease, opacity 180ms ease;
  padding: 0;
}

.prism-featured-scroll__nav svg {
  width: 22px;
  height: 22px;
}

.prism-featured-scroll__nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.06);
}

.prism-featured-scroll__nav:active {
  transform: translateY(-50%) scale(0.96);
}

.prism-featured-scroll__nav--prev { left: -8px; }
.prism-featured-scroll__nav--next { right: -8px; }

@media (min-width: 900px) {
  .prism-featured-scroll__nav { display: inline-flex; }
}

/* Per-card guarantee icon tints: shipping = blue, research-only = yellow */
body .prism-redesign .prism-guarantee__card:nth-child(2) .prism-guarantee__icon {
  background: linear-gradient(135deg, #DCEBFB, #BFD8F2) !important;
  border-color: rgba(31, 86, 142, 0.18) !important;
}
body .prism-redesign .prism-guarantee__card:nth-child(2) .prism-guarantee__icon svg,
body .prism-redesign .prism-guarantee__card:nth-child(2) .prism-guarantee__icon svg path,
body .prism-redesign .prism-guarantee__card:nth-child(2) .prism-guarantee__icon svg circle,
body .prism-redesign .prism-guarantee__card:nth-child(2) .prism-guarantee__icon svg line,
body .prism-redesign .prism-guarantee__card:nth-child(2) .prism-guarantee__icon svg rect,
body .prism-redesign .prism-guarantee__card:nth-child(2) .prism-guarantee__icon svg polyline {
  color: #1F568E !important;
  stroke: #1F568E !important;
}
body .prism-redesign .prism-guarantee__card:nth-child(2) .prism-guarantee__metric {
  color: #1F568E !important;
}

body .prism-redesign .prism-guarantee__card:nth-child(3) .prism-guarantee__icon {
  background: linear-gradient(135deg, #FFF1C2, #FCE39A) !important;
  border-color: rgba(146, 99, 12, 0.20) !important;
}
body .prism-redesign .prism-guarantee__card:nth-child(3) .prism-guarantee__icon svg,
body .prism-redesign .prism-guarantee__card:nth-child(3) .prism-guarantee__icon svg path,
body .prism-redesign .prism-guarantee__card:nth-child(3) .prism-guarantee__icon svg circle,
body .prism-redesign .prism-guarantee__card:nth-child(3) .prism-guarantee__icon svg line,
body .prism-redesign .prism-guarantee__card:nth-child(3) .prism-guarantee__icon svg rect,
body .prism-redesign .prism-guarantee__card:nth-child(3) .prism-guarantee__icon svg polyline {
  color: #92630C !important;
  stroke: #92630C !important;
}
body .prism-redesign .prism-guarantee__card:nth-child(3) .prism-guarantee__metric {
  color: #92630C !important;
}

@media (max-width: 640px) {
  body .catalog-wrap.prism-catalog-page {
    padding: 8px 8px 24px !important;
  }

  body .prism-catalog-hero.prism-catalog-hero--compact {
    margin: 2px 0 4px !important;
  }

  body .prism-catalog-hero.prism-catalog-hero--compact h1 {
    font-size: clamp(1.6rem, 6.8vw, 2rem) !important;
  }

  body .catalog__header.prism-catalog-toolbar {
    display: none !important;
  }

  body .catalog__header h2,
  body .catalog__header .catalog__title,
  body .catalog__header .prism-catalog-title {
    display: none !important;
  }

  body .catalog__header .prism-kicker {
    font-size: 11px !important;
    margin: 0 !important;
  }

  body .catalog__count {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  body .catalog__header select,
  body .catalog__header .catalog__sort {
    min-height: 32px !important;
    height: 32px !important;
    padding: 0 28px 0 12px !important;
    font-size: 12px !important;
    justify-self: end !important;
  }

  html body .catalog-sidebar.catalog-sidebar--mobile-inline,
  body .catalog-sidebar--mobile-inline {
    width: calc(100% + 32px) !important;
    max-width: none !important;
    justify-self: stretch !important;
    gap: 8px !important;
    margin: 0 -16px !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  body .catalog-sidebar--mobile-inline .catalog-sidebar__heading {
    display: none !important;
  }

  body .catalog-sidebar--mobile-inline .catalog__search-input {
    height: 36px !important;
    min-height: 36px !important;
    font-size: 13px !important;
  }

  body .catalog-sidebar--mobile-inline .catalog-sidebar__seg-btn {
    min-height: 32px !important;
    height: 32px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }

  body .catalog-sidebar--mobile-inline .catalog-sidebar__note {
    margin-top: 2px !important;
    font-size: 11px !important;
    padding: 6px 10px !important;
  }

  body .product-grid,
  body .catalog__grid,
  body .products-grid {
    gap: 10px !important;
  }
}

@media (min-width: 641px) {
  body .catalog-layout.prism-catalog-layout {
    display: block !important;
  }

  body .prism-catalog-layout > .catalog-sidebar:not(.catalog-sidebar--mobile-inline) {
    width: 100% !important;
    position: static !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
  }

  body .prism-catalog-layout > .catalog-sidebar:not(.catalog-sidebar--mobile-inline) .catalog-sidebar__section {
    margin: 0 !important;
    width: 100% !important;
  }

  body .prism-catalog-layout > .catalog-sidebar:not(.catalog-sidebar--mobile-inline) .catalog-sidebar__heading {
    display: none !important;
  }

  body .prism-catalog-layout > .catalog-sidebar:not(.catalog-sidebar--mobile-inline) .catalog-sidebar__segment {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  body .prism-catalog-layout > .catalog-sidebar:not(.catalog-sidebar--mobile-inline) .catalog-sidebar__seg-btn {
    flex: 1 1 0 !important;
    min-height: 48px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
  }

  body .prism-catalog-layout > .catalog-sidebar:not(.catalog-sidebar--mobile-inline) .catalog-sidebar__note {
    margin-top: 8px !important;
    text-align: center !important;
  }

  body .prism-catalog-layout > .catalog-sidebar:not(.catalog-sidebar--mobile-inline) .catalog__search-input {
    width: 100% !important;
    min-height: 52px !important;
    font-size: 15px !important;
  }
}

body .catalog__header.prism-catalog-toolbar {
  display: none !important;
}

/* v88 modal consistency pass: keep every modal/popup aligned with the live site shell. */
:root {
  --prism-site-modal-scrim: rgba(17, 17, 17, 0.54);
  --prism-site-modal-card: #ffffff;
  --prism-site-modal-ink: #111111;
  --prism-site-modal-muted: #666666;
  --prism-site-modal-line: rgba(17, 17, 17, 0.12);
  --prism-site-modal-soft: #f5f5f5;
  --prism-site-modal-shadow: 0 28px 90px rgba(0, 0, 0, 0.18), 0 10px 30px rgba(0, 0, 0, 0.10);
}

body .age-modal,
body .bac-popup,
body .coa-popup,
body .exit-popup-overlay,
body .info-modal,
body .info-modal__overlay,
body .drawer-overlay,
body .settings-backdrop,
body .modal-overlay,
body .modal.is-open,
body #coaModal,
body .ck-finalpay,
body .ck-finalpay__overlay,
body .coa-popup__overlay,
body .cart-drawer .cart-scrim {
  background: var(--prism-site-modal-scrim) !important;
  background-image: none !important;
  backdrop-filter: blur(16px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(120%) !important;
}

body .age-modal__card,
body .bac-popup__card,
body .coa-popup__card,
body .coa-img-popup__card,
body .exit-popup,
body .info-modal__panel,
body .modal-panel,
body .modal-card,
body .modal-overlay .modal,
body .modal__inner,
body #coaModal .modal__inner,
body .ck-finalpay__panel,
body .drawer,
body .cart-panel,
body .settings-drawer {
  background: var(--prism-site-modal-card) !important;
  background-color: var(--prism-site-modal-card) !important;
  background-image: none !important;
  border: 1px solid var(--prism-site-modal-line) !important;
  border-radius: 30px !important;
  box-shadow: var(--prism-site-modal-shadow) !important;
  color: var(--prism-site-modal-ink) !important;
  overflow: hidden !important;
}

body .drawer,
body .cart-panel,
body .settings-drawer,
body .modal-panel {
  border-radius: 30px 0 0 30px !important;
}

body .age-modal__card::before,
body .bac-popup__card::before,
body .coa-popup__card::before,
body .coa-img-popup__card::before,
body .exit-popup::before,
body .info-modal__panel::before,
body .modal-panel::before,
body .modal-card::before,
body .modal-overlay .modal::before,
body .modal__inner::before,
body #coaModal .modal__inner::before,
body .ck-finalpay__panel::before,
body .drawer::before,
body .cart-panel::before,
body .settings-drawer::before {
  content: "" !important;
  display: block !important;
  height: 4px !important;
  background: var(--prism-site-modal-ink) !important;
  background-image: none !important;
  opacity: 1 !important;
}

body .age-modal__title,
body .bac-popup__title,
body .coa-popup__title,
body .coa-img-popup__title,
body .exit-popup__title,
body .legal-page__title,
body .support-page__title,
body .settings-drawer__title,
body .drawer__title,
body .modal-title,
body .modal-card h1,
body .modal-card h2,
body .modal-card h3,
body .modal-panel h1,
body .modal-panel h2,
body .modal-panel h3,
body .ck-finalpay__title {
  color: var(--prism-site-modal-ink) !important;
  letter-spacing: -0.045em !important;
}

body .age-modal__text,
body .age-modal__fine,
body .bac-popup__desc,
body .bac-popup__detail,
body .coa-popup__text,
body .coa-img-popup__card p,
body .exit-popup__desc,
body .legal-page__body,
body .support-page__body,
body .settings-drawer__body,
body .drawer-item__meta,
body .drawer__empty-text,
body .modal-body,
body .modal-card p,
body .modal-panel p,
body .ck-finalpay__subtitle,
body .ck-finalpay__row span {
  color: var(--prism-site-modal-muted) !important;
}

body .age-modal__label,
body .legal-page__label,
body .support-page__label,
body .coa-popup__label,
body .ck-finalpay__eyebrow {
  background: var(--prism-site-modal-soft) !important;
  background-image: none !important;
  color: var(--prism-site-modal-ink) !important;
  border: 1px solid var(--prism-site-modal-line) !important;
  border-radius: 999px !important;
}

body .drawer-item,
body .aff-settings-block,
body .support-page__faq,
body .faq-item,
body .modal-panel .detail-card,
body .modal-panel .order-detail-card,
body .modal-card .detail-card,
body .modal-card .order-detail-card,
body .bac-popup__product,
body .ck-finalpay__rows,
body .ck-finalpay__attest {
  background: var(--prism-site-modal-soft) !important;
  background-image: none !important;
  border: 1px solid var(--prism-site-modal-line) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  color: var(--prism-site-modal-ink) !important;
}

body .modal-panel input,
body .modal-panel textarea,
body .modal-panel select,
body .modal-card input,
body .modal-card textarea,
body .modal-card select,
body .settings-drawer input,
body .settings-drawer textarea,
body .settings-drawer select,
body .exit-popup__input {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid var(--prism-site-modal-line) !important;
  border-radius: 14px !important;
  color: var(--prism-site-modal-ink) !important;
}

body .modal-panel input:focus,
body .modal-panel textarea:focus,
body .modal-panel select:focus,
body .modal-card input:focus,
body .modal-card textarea:focus,
body .modal-card select:focus,
body .settings-drawer input:focus,
body .settings-drawer textarea:focus,
body .settings-drawer select:focus,
body .exit-popup__input:focus {
  border-color: var(--prism-site-modal-ink) !important;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.08) !important;
}

body .age-modal__btn,
body .bac-popup__btn,
body .coa-img-popup__prev,
body .coa-img-popup__next,
body .exit-popup__btn,
body .exit-popup__discord,
body .support-page__ticket-btn,
body .drawer__checkout,
body .drawer__checkout-btn,
body .modal-foot button,
body .modal-panel button,
body .modal-card button,
body .ck-finalpay__btn,
body .settings-drawer button {
  border-radius: 999px !important;
  border: 1px solid var(--prism-site-modal-line) !important;
  min-height: 44px !important;
  font-weight: 850 !important;
  transition: transform 0.18s cubic-bezier(.2,.8,.2,1), background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

body .age-modal__btn--confirm,
body .bac-popup__btn--add,
body .exit-popup__btn,
body .support-page__ticket-btn,
body .drawer__checkout,
body .drawer__checkout-btn,
body .modal-foot button:first-child,
body .modal-panel button[type="submit"],
body .modal-panel .btn--primary,
body .modal-panel .btn-primary,
body .modal-card button[type="submit"],
body .modal-card .btn--primary,
body .modal-card .btn-primary,
body .ck-finalpay__btn--primary {
  background: var(--prism-site-modal-ink) !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: var(--prism-site-modal-ink) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12) !important;
}

body .age-modal__btn--deny,
body .age-modal__btn--region,
body .bac-popup__btn--skip,
body .exit-popup__discord,
body .modal-foot button:last-child,
body .modal-panel .btn--ghost,
body .modal-panel .btn--secondary,
body .modal-panel .btn.secondary,
body .modal-card .btn--ghost,
body .modal-card .btn--secondary,
body .modal-card .btn.secondary,
body .ck-finalpay__btn--ghost {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--prism-site-modal-ink) !important;
  border-color: var(--prism-site-modal-line) !important;
  box-shadow: none !important;
}

body .age-modal__btn:hover,
body .bac-popup__btn:hover,
body .exit-popup__btn:hover,
body .exit-popup__discord:hover,
body .support-page__ticket-btn:hover,
body .drawer__checkout:hover,
body .drawer__checkout-btn:hover,
body .modal-panel button:hover,
body .modal-card button:hover,
body .ck-finalpay__btn:hover,
body .settings-drawer button:hover {
  transform: translateY(-1px) !important;
}

body .exit-popup__close,
body .legal-page__close,
body .support-page__close,
body .bac-popup__close,
body .coa-img-popup__close,
body .modal-close,
body .modal__close,
body .modal-card__close,
body .modal-panel .btn--icon,
body .modal-card .btn--icon,
body .settings-drawer__close,
body .drawer__close,
body .drawer-item__remove {
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  background: var(--prism-site-modal-soft) !important;
  background-image: none !important;
  color: var(--prism-site-modal-ink) !important;
  border: 1px solid var(--prism-site-modal-line) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body .exit-popup__close:hover,
body .legal-page__close:hover,
body .support-page__close:hover,
body .bac-popup__close:hover,
body .coa-img-popup__close:hover,
body .modal-close:hover,
body .modal__close:hover,
body .modal-card__close:hover,
body .modal-panel .btn--icon:hover,
body .modal-card .btn--icon:hover,
body .settings-drawer__close:hover,
body .drawer__close:hover,
body .drawer-item__remove:hover {
  background: var(--prism-site-modal-ink) !important;
  color: #ffffff !important;
  border-color: var(--prism-site-modal-ink) !important;
}

body .coa-popup__card img,
body .coa-img-popup__img,
body .modal__inner img,
body #coaModalImg {
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.10) !important;
}

body .ck-finalpay__row {
  border-color: var(--prism-site-modal-line) !important;
}

body .ck-finalpay__attest {
  color: var(--prism-site-modal-ink) !important;
}

body .exit-popup__thanks {
  color: var(--prism-site-modal-ink) !important;
  font-weight: 850 !important;
}

@media (max-width: 760px) {
  body .age-modal,
  body .bac-popup,
  body .coa-popup,
  body .exit-popup-overlay,
  body .info-modal,
  body .modal-overlay,
  body #coaModal,
  body .ck-finalpay {
    align-items: flex-end !important;
    padding: 12px !important;
  }

  body .age-modal__card,
  body .bac-popup__card,
  body .coa-popup__card,
  body .coa-img-popup__card,
  body .exit-popup,
  body .info-modal__panel,
  body .modal-card,
  body .modal-overlay .modal,
  body .modal__inner,
  body #coaModal .modal__inner,
  body .ck-finalpay__panel {
    width: 100% !important;
    max-width: 100% !important;
    max-height: calc(100dvh - 24px) !important;
    border-radius: 28px !important;
    overflow-y: auto !important;
  }

  body .drawer,
  body .cart-panel,
  body .settings-drawer,
  body .modal-panel {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 28px 28px 0 0 !important;
  }
}

/* v88 specificity guard: beat older blanket popup/modal button rules. */
body .bac-popup button.bac-popup__btn--add,
body .exit-popup button.exit-popup__btn,
body .ck-finalpay button.ck-finalpay__btn--primary,
body .modal-panel button.btn--primary,
body .modal-card button.btn--primary {
  background: var(--prism-site-modal-ink) !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: var(--prism-site-modal-ink) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12) !important;
}

body .age-modal button.age-modal__btn--deny,
body .age-modal button.age-modal__btn--region,
body .bac-popup button.bac-popup__btn--skip,
body .exit-popup a.exit-popup__discord,
body .ck-finalpay button.ck-finalpay__btn--ghost,
body .modal-panel button.btn--ghost,
body .modal-panel button.btn--secondary,
body .modal-card button.btn--ghost,
body .modal-card button.btn--secondary {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--prism-site-modal-ink) !important;
  border-color: var(--prism-site-modal-line) !important;
  box-shadow: none !important;
}

body .bac-popup button.bac-popup__close,
body .coa-popup button.coa-img-popup__close,
body .modal button.modal__close,
body #coaModal button.modal__close,
body .exit-popup button.exit-popup__close,
body .modal-card button.modal-card__close,
body .modal-panel button.btn--icon,
body .settings-drawer button.settings-drawer__close,
body .drawer button.drawer__close,
body .drawer button.drawer-item__remove {
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  background: var(--prism-site-modal-soft) !important;
  background-image: none !important;
  color: var(--prism-site-modal-ink) !important;
  border: 1px solid var(--prism-site-modal-line) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body div.age-modal,
body div.bac-popup,
body div.coa-popup,
body div.exit-popup-overlay,
body div.info-modal,
body div.info-modal__overlay,
body div.drawer-overlay,
body div.settings-backdrop,
body div.modal-overlay,
body div.modal.is-open,
body div#coaModal,
body div.ck-finalpay,
body div.ck-finalpay__overlay,
body div.coa-popup__overlay {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* v91 checkout back link: keep it black without selected-text highlighting. */
body .checkout__back,
body .checkout__back:hover,
body .checkout__back:active {
  background: transparent !important;
  background-image: none !important;
  color: #111111 !important;
  box-shadow: none !important;
}

body .checkout__back,
body .checkout__back * {
  -webkit-user-select: none;
  user-select: none;
}

/* v92 checkout background: remove pastel wash from the checkout surface. */
body .checkout,
body .checkout .ck-empty {
  background: #ffffff !important;
  background-image: none !important;
}

/* v93 single-bundle artwork: use dedicated bundle images instead of kit-vial clusters. */
body .prism-product-card__bundle-image,
body .best-two__bundle-image,
body .card__bundle-image {
  display: block !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 20px 28px rgba(16, 24, 40, 0.16)) !important;
}

body .prism-product-card__media--bundle .prism-product-card__bundle-image {
  max-width: min(92%, 300px) !important;
  max-height: 196px !important;
}

html body .prism-product-card--bundle .prism-product-card__media,
html body .catalog .prism-product-card--bundle .prism-product-card__media,
html body .catalog-wrap .prism-product-card--bundle .prism-product-card__media,
html body .product-grid .prism-product-card--bundle .prism-product-card__media {
  display: grid !important;
  place-items: center !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  padding: 18px !important;
}

html body .catalog .prism-product-card--bundle .prism-product-card__body,
html body .catalog-wrap .prism-product-card--bundle .prism-product-card__body,
html body .product-grid .prism-product-card--bundle .prism-product-card__body {
  min-height: 168px !important;
}

body .best-two__bundle-vials {
  align-items: center !important;
  justify-content: center !important;
}

body .best-two__bundle-image {
  max-width: min(90%, 300px) !important;
  max-height: 190px !important;
}

body .card__bundle-image--detail {
  max-width: min(92%, 640px) !important;
  max-height: 440px !important;
  margin: auto !important;
}

@media (max-width: 640px) {
  body .prism-product-card__media--bundle .prism-product-card__bundle-image,
  body .best-two__bundle-image {
    max-height: 160px !important;
  }

  body .card__bundle-image--detail {
    max-height: 300px !important;
  }
}

/* v94 catalog bundles: stop the divider and bundle cards inheriting oversized listing surfaces. */
html body .catalog .product-grid__bundle-divider,
html body .catalog-wrap .product-grid__bundle-divider,
html body .product-grid .product-grid__bundle-divider {
  grid-column: 1 / -1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 16px 0 0 !important;
  padding: 18px 0 6px !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(16, 20, 24, 0.10) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #101418 !important;
  -webkit-text-fill-color: #101418 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body .catalog .product-grid__bundle-divider::after,
html body .catalog-wrap .product-grid__bundle-divider::after,
html body .product-grid .product-grid__bundle-divider::after {
  content: "" !important;
  display: block !important;
  flex: 1 1 auto !important;
  height: 1px !important;
  background: rgba(16, 20, 24, 0.10) !important;
}

html body .catalog .prism-product-card--bundle,
html body .catalog-wrap .prism-product-card--bundle,
html body .product-grid .prism-product-card--bundle,
html body .catalog__grid .prism-product-card--bundle,
html body .products-grid .prism-product-card--bundle {
  min-height: 0 !important;
  height: auto !important;
  align-self: start !important;
  overflow: hidden !important;
}

html body .catalog .prism-product-card--bundle .prism-product-card__media,
html body .catalog-wrap .prism-product-card--bundle .prism-product-card__media,
html body .product-grid .prism-product-card--bundle .prism-product-card__media,
html body .catalog__grid .prism-product-card--bundle .prism-product-card__media,
html body .products-grid .prism-product-card--bundle .prism-product-card__media {
  min-height: 224px !important;
  padding: 18px 18px 10px !important;
}

html body .catalog .prism-product-card--bundle .prism-product-card__body,
html body .catalog-wrap .prism-product-card--bundle .prism-product-card__body,
html body .product-grid .prism-product-card--bundle .prism-product-card__body,
html body .catalog__grid .prism-product-card--bundle .prism-product-card__body,
html body .products-grid .prism-product-card--bundle .prism-product-card__body {
  min-height: 178px !important;
  padding-bottom: 18px !important;
}

html body .prism-product-card--bundle .card__sale-badge,
html body .prism-product-card--bundle .card__bundle-badge {
  position: absolute !important;
  top: 14px !important;
  z-index: 5 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 24px !important;
  padding: 5px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 999px !important;
  background: #101418 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(16, 20, 24, 0.16) !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body .prism-product-card--bundle .card__sale-badge {
  right: 14px !important;
  left: auto !important;
}

html body .prism-product-card--bundle .card__bundle-badge {
  right: auto !important;
  left: 14px !important;
  background: #164b40 !important;
}

@media (max-width: 640px) {
  html body .catalog .product-grid__bundle-divider,
  html body .catalog-wrap .product-grid__bundle-divider,
  html body .product-grid .product-grid__bundle-divider {
    margin-top: 12px !important;
    padding-top: 16px !important;
  }

  html body .catalog .prism-product-card--bundle .prism-product-card__media,
  html body .catalog-wrap .prism-product-card--bundle .prism-product-card__media,
  html body .product-grid .prism-product-card--bundle .prism-product-card__media,
  html body .catalog__grid .prism-product-card--bundle .prism-product-card__media,
  html body .products-grid .prism-product-card--bundle .prism-product-card__media {
    min-height: 196px !important;
  }

  html body .catalog .prism-product-card--bundle .prism-product-card__body,
  html body .catalog-wrap .prism-product-card--bundle .prism-product-card__body,
  html body .product-grid .prism-product-card--bundle .prism-product-card__body,
  html body .catalog__grid .prism-product-card--bundle .prism-product-card__body,
  html body .products-grid .prism-product-card--bundle .prism-product-card__body {
    min-height: 172px !important;
  }
}


/* Bundle detail premium purchasing UX */
.detail--bundle .detail__image--bundle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(28px, 4vw, 52px) !important;
}

.detail--bundle .card__bundle-image--detail {
  position: relative !important;
  z-index: 2 !important;
  width: min(88%, 580px) !important;
  max-height: 78% !important;
  object-fit: contain !important;
  filter: drop-shadow(0 40px 42px rgba(16,24,40,0.22)) !important;
}

.detail--bundle .card__bundle-products--detail {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(14px, 2vw, 24px) !important;
  width: 100% !important;
  min-height: 360px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.detail--bundle .card__bundle-vial--detail {
  width: clamp(120px, 15vw, 220px) !important;
  height: auto !important;
  max-height: 430px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 30px 34px rgba(16,24,40,0.2)) grayscale(1) !important;
}

.detail--bundle .detail__name {
  max-width: 12ch !important;
}

.detail--bundle .detail__price-row--bundle {
  align-items: start !important;
}

.detail--bundle .bundle-detail__savings {
  width: fit-content !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(31,143,103,0.18) !important;
  border-radius: 999px !important;
  background: rgba(31,143,103,0.08) !important;
  color: #174f3f !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

.detail--bundle .bundle-detail__tier-note {
  margin: -4px 0 0 !important;
  color: rgba(16,20,24,0.62) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

.detail--bundle .bundle-detail__buy-panel {
  display: grid !important;
  gap: 16px !important;
  padding: 18px !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 30px !important;
  background: rgba(247,250,248,0.76) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.74) !important;
}

.detail--bundle .bundle-detail__products-heading {
  margin: 0 !important;
  color: #101418 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}

.detail--bundle .card__bundle-includes--detail {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

.detail--bundle .card__bundle-pill--detail {
  padding: 8px 11px !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.9) !important;
  color: rgba(16,20,24,0.72) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.detail--bundle .bundle-detail__product-list {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
}

.detail--bundle .bundle-detail__product {
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 12px !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,0.92) !important;
  box-shadow: 0 12px 28px rgba(16,24,40,0.045) !important;
}

.detail--bundle .bundle-detail__product-img,
.detail--bundle .bundle-detail__product-img-placeholder {
  width: 58px !important;
  height: 58px !important;
  border-radius: 18px !important;
  object-fit: contain !important;
  background: rgba(247,250,248,0.9) !important;
}

.detail--bundle .bundle-detail__product-info {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.detail--bundle .bundle-detail__product-name {
  color: #101418 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

.detail--bundle .bundle-detail__product-price,
.detail--bundle .bundle-detail__bac-qty-note {
  color: rgba(16,20,24,0.58) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

.detail--bundle .bundle-detail__size-select {
  min-height: 42px !important;
  width: 100% !important;
  padding: 0 40px 0 14px !important;
  border: 1px solid rgba(16,20,24,0.1) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #101418 !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.detail--bundle .bundle-detail__size-toggle,
.detail--bundle .bundle-detail__mt-swap-toggle {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
}

.detail--bundle .bundle-detail__size-btn,
.detail--bundle .bundle-detail__mt-swap-btn,
.detail--bundle .bundle-detail__bac-qty-btn {
  min-height: 42px !important;
  border: 1px solid rgba(16,20,24,0.1) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #101418 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.detail--bundle .bundle-detail__size-btn--active,
.detail--bundle .bundle-detail__size-btn:hover,
.detail--bundle .bundle-detail__mt-swap-btn--active,
.detail--bundle .bundle-detail__mt-swap-btn:hover,
.detail--bundle .bundle-detail__bac-qty-btn:hover {
  border-color: #101418 !important;
  background: #101418 !important;
  color: #fff !important;
}

.detail--bundle .bundle-detail__bac-qty {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
}

.detail--bundle .bundle-detail__bac-qty-val {
  min-width: 38px !important;
  text-align: center !important;
  color: #101418 !important;
  font-weight: 950 !important;
}

.detail--bundle .bundle-detail__more-info {
  width: fit-content !important;
  color: #1f8f67 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.detail--bundle .detail__actions--bundle {
  display: flex !important;
}

.detail--bundle .detail__add-btn--bundle {
  width: 100% !important;
  flex: 1 1 100% !important;
}

.detail__page-sections--bundle {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr) !important;
}

.detail__section--bundle-items {
  grid-row: span 2 !important;
}

.detail--bundle .bundle-detail__compounds {
  display: grid !important;
  gap: 12px !important;
}

.detail--bundle .bundle-detail__compound {
  display: grid !important;
  gap: 8px !important;
  padding: 16px !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 22px !important;
  background: rgba(247,250,248,0.68) !important;
}

.detail--bundle .bundle-detail__compound-header {
  display: grid !important;
  gap: 3px !important;
}

.detail--bundle .bundle-detail__compound-name {
  color: #101418 !important;
  font-size: 16px !important;
  font-weight: 950 !important;
}

.detail--bundle .bundle-detail__compound-fullname,
.detail--bundle .bundle-detail__compound-meta {
  color: rgba(16,20,24,0.54) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

.detail--bundle .bundle-detail__compound-desc {
  max-width: none !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

@media (max-width: 760px) {
  .detail--bundle .detail__image--bundle {
    min-height: 360px !important;
    padding: 22px !important;
  }

  .detail--bundle .card__bundle-products--detail {
    min-height: 260px !important;
    gap: 8px !important;
  }

  .detail--bundle .card__bundle-vial--detail {
    width: clamp(82px, 24vw, 118px) !important;
    max-height: 250px !important;
  }

  .detail--bundle .bundle-detail__buy-panel {
    padding: 14px !important;
    border-radius: 24px !important;
  }

  .detail--bundle .bundle-detail__product {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 10px !important;
    border-radius: 18px !important;
  }

  .detail--bundle .bundle-detail__product-img,
  .detail--bundle .bundle-detail__product-img-placeholder {
    width: 50px !important;
    height: 50px !important;
    border-radius: 15px !important;
  }

  .detail--bundle .bundle-detail__size-toggle,
  .detail--bundle .bundle-detail__mt-swap-toggle {
    grid-template-columns: 1fr !important;
  }

  .detail__page-sections--bundle {
    grid-template-columns: 1fr !important;
  }
}


/* Bundle detail final contrast and trust-strip lock */
body .detail--bundle .detail__payment-trust--bundle {
  display: grid !important;
  gap: 12px !important;
  padding: 18px !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 30px !important;
  background: rgba(247,250,248,0.78) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72) !important;
}

body .detail--bundle .detail__payment-trust--bundle .detail__shipping-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body .detail--bundle .detail__payment-trust--bundle .detail__shipping-row span,
body .detail--bundle .detail__payment-trust--bundle .detail__accept-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 44px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(16,20,24,0.08) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.92) !important;
  color: rgba(16,20,24,0.72) !important;
}

body .detail--bundle .detail__payment-trust--bundle svg {
  width: 17px !important;
  height: 17px !important;
  flex: 0 0 17px !important;
  fill: none !important;
  stroke: #1f8f67 !important;
  stroke-width: 2 !important;
}

body .detail--bundle button.detail__add-btn--bundle:not(.detail__add-btn--qty),
body .detail--bundle .detail__actions--bundle > button[data-action="add-bundle"] {
  border-color: #101418 !important;
  background: #101418 !important;
  background-color: #101418 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(16,24,40,0.18) !important;
}

body .detail--bundle .detail__add-btn--bundle:not(.detail__add-btn--qty):hover {
  background: #1f8f67 !important;
  border-color: #1f8f67 !important;
  transform: translateY(-1px) !important;
}

body .detail--bundle .detail__add-btn--qty {
  display: grid !important;
  grid-template-columns: 56px 1fr 56px !important;
  align-items: center !important;
  overflow: hidden !important;
  background: #101418 !important;
  color: #fff !important;
}

body .detail--bundle .detail__add-qty-btn,
body .detail--bundle .detail__add-qty-val {
  color: #fff !important;
}

@media (max-width: 760px) {
  body .detail--bundle .detail__payment-trust--bundle {
    padding: 14px !important;
    border-radius: 24px !important;
  }

  body .detail--bundle .detail__payment-trust--bundle .detail__shipping-row {
    grid-template-columns: 1fr !important;
  }
}


/* Bundle add button beats generic detail neutral button reset */
html body .detail.detail--bundle .detail__info.detail__info--bundle .detail__actions.detail__actions--bundle > button.detail__add-btn.detail__add-btn--bundle[data-action="add-bundle"] {
  background: #101418 !important;
  background-color: #101418 !important;
  background-image: none !important;
  border: 1px solid #101418 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(16,24,40,0.18) !important;
}

/* v99 product-card image recovery: preserve original card mockup color and fill. */
html body .prism-redesign .prism-product-card--bundle .prism-product-card__bundle-image,
html body .prism-redesign .prism-product-card__media--bundle .prism-product-card__bundle-image,
html body .catalog .prism-product-card--bundle .prism-product-card__bundle-image,
html body .catalog-wrap .prism-product-card--bundle .prism-product-card__bundle-image,
html body .product-grid .prism-product-card--bundle .prism-product-card__bundle-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: none !important;
}

html body .prism-redesign .prism-product-card--bundle .prism-product-card__media,
html body .catalog .prism-product-card--bundle .prism-product-card__media,
html body .catalog-wrap .prism-product-card--bundle .prism-product-card__media,
html body .product-grid .prism-product-card--bundle .prism-product-card__media,
html body .catalog__grid .prism-product-card--bundle .prism-product-card__media,
html body .products-grid .prism-product-card--bundle .prism-product-card__media {
  aspect-ratio: 4 / 3 !important;
  min-height: 260px !important;
  padding: 0 !important;
  background: #f8f7f4 !important;
  overflow: hidden !important;
}

html body .prism-redesign .prism-product-card[data-id="ghk-cu"] .prism-product-card__vial,
html body .catalog .prism-product-card[data-id="ghk-cu"] .prism-product-card__vial,
html body .catalog-wrap .prism-product-card[data-id="ghk-cu"] .prism-product-card__vial,
html body .product-grid .prism-product-card[data-id="ghk-cu"] .prism-product-card__vial {
  object-fit: cover !important;
  transform: scale(1.04) !important;
  transform-origin: center center !important;
}

@media (max-width: 640px) {
  html body .prism-redesign .prism-product-card--bundle .prism-product-card__media,
  html body .catalog .prism-product-card--bundle .prism-product-card__media,
  html body .catalog-wrap .prism-product-card--bundle .prism-product-card__media,
  html body .product-grid .prism-product-card--bundle .prism-product-card__media,
  html body .catalog__grid .prism-product-card--bundle .prism-product-card__media,
  html body .products-grid .prism-product-card--bundle .prism-product-card__media {
    min-height: 254px !important;
  }
}

/* v101 modal cleanup: remove decorative modal rule bars and logo gradient cards. */
html body .age-modal__card::before,
html body .bac-popup__card::before,
html body .coa-popup__card::before,
html body .coa-img-popup__card::before,
html body .info-modal__panel::before,
html body .modal-panel::before,
html body .modal-overlay .modal::before,
html body .modal__inner::before,
html body #coaModal .modal__inner::before,
html body .drawer::before,
html body .cart-panel::before,
html body .settings-drawer::before {
  content: none !important;
  display: none !important;
  height: 0 !important;
  background: transparent !important;
}

html body .age-modal__hex {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
}

html body .age-modal__hex img {
  display: block !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

html body .age-modal [data-action="age-skip"] {
  background: transparent !important;
  background-image: none !important;
  color: #101418 !important;
  border: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
}

