.halo-site-shell {
  min-height: calc(100vh - 70px);
  background:
    radial-gradient(circle at top left, rgba(232, 229, 255, 0.85), transparent 38%),
    radial-gradient(circle at top right, rgba(203, 229, 252, 0.75), transparent 42%),
    linear-gradient(180deg, #f7f6fb 0%, #ffffff 34%, #ffffff 100%);
}

/* Dynamic homepage quality block. */
.halo-home-quality {
  background: #ffffff;
  padding: clamp(56px, 7vw, 88px) 0;
  overflow: hidden;
}

.halo-home-quality__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.halo-home-quality__copy {
  min-width: 0;
}

.halo-home-quality__title {
  max-width: 760px;
  margin: 0 0 20px;
  color: #0f0f10;
  font-size: clamp(2.35rem, 4.6vw, 4.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.halo-home-quality__description {
  max-width: 820px;
  margin: 0 0 28px;
  color: rgba(15, 15, 16, 0.7);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.6;
}

.halo-home-quality__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.halo-home-quality__stat {
  min-height: 108px;
  padding: 20px;
  border: 1px solid rgba(15, 15, 16, 0.1);
  border-radius: 18px;
  background: #ffffff;
}

.halo-home-quality__stat strong {
  display: block;
  color: #050505;
  font-size: clamp(1.85rem, 2.6vw, 2.55rem);
  font-weight: 700;
  line-height: 1;
}

.halo-home-quality__stat span {
  display: block;
  margin-top: 6px;
  color: rgba(15, 15, 16, 0.58);
  font-size: 0.95rem;
  line-height: 1.25;
}

.halo-home-quality__cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 132px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: #40336e;
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.halo-home-quality__cta:hover {
  background: #2f2654;
  color: #ffffff !important;
}

.halo-home-quality__media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 30px;
  padding: 40px;
}

.halo-home-quality__image {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: -8px;
  z-index: 1;
  width: min(58%, 360px);
  max-height: 390px;
  object-fit: contain;
  object-position: center bottom;
}

.halo-home-quality__badge {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 34px;
  z-index: 2;
  width: auto;
  padding: 24px 28px;
  border: 1px solid rgba(15, 15, 16, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}

.halo-home-quality__badge strong {
  display: block;
  color: #050505;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.15;
}

.halo-home-quality__badge span {
  display: block;
  margin-top: 8px;
  color: rgba(15, 15, 16, 0.62);
  font-size: 1rem;
  line-height: 1.3;
}

.halo-home-quality__tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.halo-home-quality__tab {
  min-height: 230px;
  padding: 28px 26px;
  border: 1px solid rgba(15, 15, 16, 0.09);
  border-radius: 18px;
  background: #ffffff;
}

.halo-home-quality__tab span {
  display: block;
  margin-bottom: 18px;
  color: rgba(15, 15, 16, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.halo-home-quality__tab h3 {
  margin: 0 0 14px;
  color: #050505;
  font-size: clamp(1.1rem, 1.25vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
}

.halo-home-quality__tab p {
  margin: 0;
  color: rgba(15, 15, 16, 0.68);
  font-size: 0.96rem;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .halo-home-quality__grid {
    grid-template-columns: 1fr;
  }

  .halo-home-quality__media {
    min-height: 360px;
  }

  .halo-home-quality__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .halo-home-quality {
    padding: 44px 0;
  }

  .halo-home-quality__stats,
  .halo-home-quality__tabs {
    grid-template-columns: 1fr;
  }

  .halo-home-quality__media {
    min-height: 300px;
    padding: 24px;
  }

  .halo-home-quality__badge {
    left: 24px;
    right: 24px;
    bottom: 22px;
    padding: 18px 20px;
  }

  .halo-home-quality__image {
    width: min(68%, 260px);
    right: 8px;
  }
}

.halo-page-hero {
  padding: 52px 0 16px;
}

.halo-page-hero__inner {
  max-width: 860px;
  padding: 0 0 20px;
}

.halo-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 9999px;
  background: rgba(64, 51, 110, 0.09);
  color: #40336e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.halo-page-hero__title {
  margin: 20px 0 0;
  color: #141414;
  font-size: clamp(2.75rem, 6vw, 4.75rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.halo-page-hero__copy {
  max-width: 46rem;
  margin: 18px 0 0;
  color: rgba(20, 20, 20, 0.68);
  font-size: 17px;
  line-height: 1.75;
}

.halo-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.halo-page-section {
  padding: 24px 0 72px;
}

.halo-surface {
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(10px);
}

.halo-page-panel {
  padding: 34px clamp(20px, 3vw, 38px);
}

.halo-prose {
  color: rgba(20, 20, 20, 0.78);
  font-size: 16px;
  line-height: 1.85;
}

.halo-prose h2,
.halo-prose h3,
.halo-prose h4 {
  color: #141414;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.halo-prose h2 {
  margin: 1.8em 0 0.6em;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.halo-prose h3 {
  margin: 1.6em 0 0.55em;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.halo-prose p,
.halo-prose ul,
.halo-prose ol,
.halo-prose blockquote {
  margin: 0 0 1.1em;
}

.halo-prose ul,
.halo-prose ol {
  padding-left: 1.2em;
}

.halo-prose a {
  color: #40336e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.halo-prose table {
  width: 100%;
  border-collapse: collapse;
}

.halo-prose th,
.halo-prose td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  text-align: left;
}

.halo-empty-state {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(20, 20, 20, 0.03);
  color: rgba(20, 20, 20, 0.66);
}

.halo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 9999px;
  background: #40336e;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.halo-cta:hover {
  transform: translateY(-1px);
  background: #332956;
  color: #fff;
}

.halo-cta--secondary {
  border: 1px solid rgba(20, 20, 20, 0.1);
  background: #fff;
  color: #141414;
}

.halo-cta--secondary:hover {
  background: rgba(20, 20, 20, 0.03);
  color: #141414;
}

.halo-shop-panel,
.halo-product-panel,
.halo-cart-panel,
.halo-checkout-panel,
.halo-track-panel {
  padding: 26px clamp(18px, 3vw, 34px) 34px;
}

.halo-shop-toolbar,
.halo-track-intro {
  margin-bottom: 22px;
}

.halo-catalog-panel {
  padding: clamp(18px, 2.6vw, 34px);
}

.halo-catalog-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.halo-catalog-head p {
  margin: 10px 0 0;
  color: rgba(15, 23, 42, 0.68);
  font-size: 18px;
}

.halo-catalog-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
}

.halo-catalog-search {
  position: relative;
  flex: 1;
  max-width: 100%;
}

.halo-catalog-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(100, 116, 139, 0.8);
  pointer-events: none;
}

.halo-catalog-search input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px 0 42px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 9999px;
  background: #ffffff;
  color: #0f172a;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.halo-catalog-search input:focus {
  outline: none;
  border-color: rgba(64, 51, 110, 0.36);
  box-shadow: 0 0 0 4px rgba(64, 51, 110, 0.08);
}

.halo-store-sort {
  width: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 8px;
}

.halo-store-sort label {
  margin: 0;
  color: rgba(20, 20, 20, 0.66);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.halo-store-sort select {
  min-width: 190px;
  min-height: 52px;
  padding: 0 44px 0 14px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 9999px;
  appearance: none;
  -webkit-appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(64, 51, 110, 0.72) 50%) calc(100% - 22px) calc(50% - 3px) / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(64, 51, 110, 0.72) 50%, transparent 50%) calc(100% - 17px) calc(50% - 3px) / 7px 7px no-repeat,
    #fff;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.halo-store-sort select:focus {
  outline: none;
  border-color: rgba(64, 51, 110, 0.36);
  box-shadow: 0 0 0 4px rgba(64, 51, 110, 0.08);
}

.halo-catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.halo-catalog-tab {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 9999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #edf0f4;
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.halo-catalog-tab__label {
  display: block;
  max-width: 100%;
}

.halo-catalog-tab:hover {
  border-color: rgba(64, 51, 110, 0.3);
  color: #40336e;
}

.halo-catalog-tab.is-active {
  background: rgba(64, 51, 110, 0.12);
  border-color: rgba(64, 51, 110, 0.2);
  color: #40336e;
}

.halo-store-results {
  margin-top: 20px;
  transition: opacity 0.18s ease;
}

.halo-catalog-panel.is-loading .halo-store-results {
  opacity: 0.5;
  pointer-events: none;
}

.halo-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.halo-product-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background: #f2f4f7;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
}

.halo-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  background: #e7eaee;
  text-decoration: none;
}

.halo-card-tint-a .halo-product-card__media {
  background: linear-gradient(180deg, #dbe5ef 0%, #b7cbde 100%);
}

.halo-card-tint-b .halo-product-card__media {
  background: linear-gradient(180deg, #e8d8d4 0%, #c7aba4 100%);
}

.halo-card-tint-c .halo-product-card__media {
  background: linear-gradient(180deg, #d8e0e8 0%, #afc0cf 100%);
}

.halo-card-tint-d .halo-product-card__media {
  background: linear-gradient(180deg, #d8c7df 0%, #b298c1 100%);
}

.halo-product-card__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: 85% center;
  transition: transform 0.3s ease;
}

.halo-product-card:hover .halo-product-card__media img {
  transform: scale(1.05);
}

.halo-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 16px 18px 18px;
  background: #f9f9f9;
}

.halo-product-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.halo-product-card__top h3 {
  margin: 0;
  min-width: 0;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.halo-product-card__top h3 a,
.halo-product-card__title-link {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #0f172a;
  text-decoration: none;
}

.halo-product-card__top h3 a:hover,
.halo-product-card__title-link:hover {
  opacity: 0.8;
}

.halo-product-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
}

.halo-product-card__price .halo-card-price-prefix {
  display: block;
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2px;
}

.halo-product-card__price .halo-card-price-value,
.halo-product-card__price .amount {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.halo-product-card__subtitle {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 14px;
}

.halo-product-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 18px;
  margin-bottom: 16px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1;
}

.halo-product-card__stars {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #d1d5db;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.halo-product-card__stars::before {
  content: "\2605\2605\2605\2605\2605";
}

.halo-product-card__stars-fill {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  color: #fbbf24;
  white-space: nowrap;
}

.halo-product-card__stars-fill::before {
  content: "\2605\2605\2605\2605\2605";
}

.halo-product-card__rating span:last-child {
  line-height: 1;
}

.halo-product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-top: auto;
  border-radius: 9999px;
  background: #15151a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.halo-product-card__cta:hover {
  background: #1f232b;
  color: #fff;
}

.halo-store-pagination {
  margin-top: 28px;
}

.halo-store-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.halo-store-pagination .page-numbers li {
  margin: 0;
}

.halo-store-pagination .page-numbers a,
.halo-store-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 9999px;
  background: #fff;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.halo-store-pagination .page-numbers .current {
  border-color: #40336e;
  background: #40336e;
  color: #fff;
}

.halo-store-empty {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 340px;
  align-items: flex-start;
  justify-content: center;
}

.halo-store-empty h3,
.halo-store-empty p {
  margin: 0;
}

.halo-store-empty h3 {
  color: #141414;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.halo-store-empty p {
  max-width: 38rem;
  color: rgba(20, 20, 20, 0.7);
  line-height: 1.8;
}

.halo-track-form .form-row,
.halo-cart-panel .coupon,
.halo-checkout-panel .form-row {
  margin-bottom: 16px;
}

.halo-cart-panel .woocommerce {
  display: grid;
  gap: 24px;
}

.halo-cart-panel .woocommerce-notices-wrapper:empty {
  display: none;
}

.halo-cart-panel .woocommerce-notices-wrapper {
  display: grid;
  gap: 12px;
}

.halo-cart-panel .woocommerce-error,
.halo-cart-panel .woocommerce-info,
.halo-cart-panel .woocommerce-message {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;
  background: #fff;
  color: #344054;
  font-size: 13px;
  line-height: 1.5;
  list-style: none;
}

.halo-cart-panel .woocommerce-message {
  border-color: rgba(22, 163, 74, 0.16);
  background: rgba(34, 197, 94, 0.06);
  color: #166534;
}

.halo-cart-panel .woocommerce-error {
  border-color: rgba(220, 38, 38, 0.16);
  background: rgba(239, 68, 68, 0.06);
  color: #991b1b;
}

.halo-cart-panel .woocommerce-info {
  border-color: rgba(64, 51, 110, 0.14);
  background: rgba(64, 51, 110, 0.05);
  color: #40336e;
}

.halo-cart-panel table.shop_table {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 24px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  overflow: hidden;
}

.halo-cart-panel table.shop_table thead th {
  padding: 16px 12px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  color: #141414;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.halo-cart-panel table.shop_table thead th.product-remove {
  width: 18px;
  min-width: 18px;
  padding-left: 0;
  padding-right: 0;
}

.halo-cart-panel table.shop_table tbody td,
.halo-cart-panel table.shop_table tbody th {
  padding: 16px 12px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  color: #141414;
  vertical-align: middle;
  font-size: 12px;
}

.halo-cart-panel table.shop_table tbody tr:last-child td {
  border-bottom: 0;
}

.halo-cart-panel table.shop_table td.product-name {
  min-width: 260px;
}

.halo-cart-panel table.shop_table td.product-name a {
  color: #141414;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.halo-cart-panel table.shop_table td.product-name dl.variation,
.halo-cart-panel table.shop_table td.product-name .wc-item-meta {
  margin: 6px 0 0;
}

.halo-cart-panel table.shop_table td.product-name dl.variation dt,
.halo-cart-panel table.shop_table td.product-name dl.variation dd,
.halo-cart-panel table.shop_table td.product-name .wc-item-meta li {
  color: #667085;
  font-size: 11px;
  line-height: 1.45;
}

.halo-cart-panel table.shop_table td.product-name a:hover {
  color: #40336e;
}

.halo-cart-panel table.shop_table td.product-price,
.halo-cart-panel table.shop_table td.product-subtotal {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}

.halo-cart-panel table.shop_table td.product-quantity {
  min-width: 96px;
}

.halo-cart-panel .quantity .qty {
  width: 64px;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(20, 20, 20, 0.14);
  border-radius: 14px;
  background: #fff;
  color: #141414;
  font-size: 12px;
  text-align: center;
}

.halo-cart-panel table.shop_table td.product-thumbnail img {
  width: 96px;
  height: 96px;
  max-width: 96px;
  max-height: 96px;
  display: block;
  border-radius: 16px;
  background: #ecf3fb;
  object-fit: contain;
  object-position: center;
}

.halo-cart-panel table.shop_table td.product-thumbnail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
}

.halo-cart-panel table.shop_table td.product-remove {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.halo-cart-panel table.shop_table td.product-remove a.remove {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 0 auto !important;
  border: 1px solid rgba(20, 20, 20, 0.14);
  border-radius: 9999px;
  color: rgba(20, 20, 20, 0.72) !important;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.halo-cart-panel table.shop_table td.product-remove a.remove:hover {
  border-color: rgba(20, 20, 20, 0.24);
  background: rgba(20, 20, 20, 0.04);
  color: #141414 !important;
}

.halo-cart-panel .actions .coupon {
  display: flex;
  align-items: center;
  gap: 12px;
  float: none;
}

.halo-cart-panel .actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.halo-cart-panel .actions .coupon label {
  display: none;
}

.halo-cart-panel .actions .coupon .input-text {
  width: min(100%, 280px);
  min-width: 220px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 9999px;
  background: #fff;
  color: #141414;
  font-size: 13px;
}

.halo-cart-panel .actions .coupon .input-text::placeholder {
  color: rgba(20, 20, 20, 0.45);
}

.halo-cart-panel .actions .coupon .input-text:focus {
  outline: none;
  border-color: rgba(64, 51, 110, 0.34);
  box-shadow: 0 0 0 4px rgba(64, 51, 110, 0.08);
}

.halo-cart-panel .actions .coupon button.button,
.halo-cart-panel .actions .coupon input.button,
.halo-cart-panel .actions button[name="update_cart"],
.halo-cart-panel .actions input[name="update_cart"] {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 9999px;
  background: #40336e;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.halo-cart-panel .actions button[name="update_cart"],
.halo-cart-panel .actions input[name="update_cart"] {
  margin-left: auto;
}

.halo-cart-panel .actions .button:disabled,
.halo-cart-panel .actions button:disabled {
  opacity: 0.55;
}

.halo-cart-panel .cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.halo-cart-panel .cart_totals {
  width: min(100%, 420px);
  padding: 20px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
}

.halo-cart-panel .cart_totals > h2 {
  margin: 0 0 12px;
  color: #141414;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.halo-cart-panel .cart_totals table {
  width: 100%;
  margin: 0 0 18px;
  border-collapse: collapse;
}

.halo-cart-panel .cart_totals table th,
.halo-cart-panel .cart_totals table td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  color: #141414;
  text-align: left;
  font-size: 12px;
}

.halo-cart-panel .cart_totals table td {
  text-align: right;
  font-weight: 600;
}

.halo-cart-panel .cart_totals .woocommerce-shipping-destination,
.halo-cart-panel .cart_totals .woocommerce-shipping-calculator {
  margin-top: 10px;
  text-align: left;
}

.halo-cart-panel .cart_totals ul#shipping_method {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.halo-cart-panel .cart_totals ul#shipping_method li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #344054;
  font-size: 12px;
  line-height: 1.45;
}

.halo-cart-panel .cart_totals ul#shipping_method input[type="radio"] {
  margin: 2px 0 0;
  accent-color: #40336e;
}

.halo-cart-panel .shipping-calculator-button {
  color: #40336e;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.halo-cart-panel .shipping-calculator-button:hover {
  color: #332956;
}

.halo-cart-panel .shipping-calculator-form {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.halo-cart-panel .shipping-calculator-form .input-text,
.halo-cart-panel .shipping-calculator-form select {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 14px;
  background: #fff;
  color: #141414;
  font-size: 12px;
}

.halo-cart-panel .shipping-calculator-form button.button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 9999px;
  background: #40336e;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.halo-cart-panel .cart_totals table tr:last-child th,
.halo-cart-panel .cart_totals table tr:last-child td {
  border-bottom: 0;
  font-weight: 700;
}

.halo-cart-panel .wc-proceed-to-checkout {
  margin: 0;
  padding: 0;
}

.halo-cart-panel .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 0 22px;
  border-radius: 9999px;
  background: #40336e;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.halo-cart-panel .wc-proceed-to-checkout a.checkout-button:hover {
  background: #332956;
}

.halo-cart-panel .wc-empty-cart-message .cart-empty {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;
  background: rgba(20, 20, 20, 0.03);
  color: rgba(20, 20, 20, 0.78);
}

.halo-cart-panel .return-to-shop {
  margin: 0;
}

.halo-cart-panel .return-to-shop .button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 9999px;
  background: #40336e;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Final cart-page overrides */
.woocommerce-cart .halo-cart-panel .woocommerce {
  gap: 18px !important;
}

.woocommerce-cart .halo-cart-panel table.shop_table thead th {
  padding: 14px 10px !important;
  font-size: 11px !important;
}

.woocommerce-cart .halo-cart-panel table.shop_table thead th.product-remove {
  width: 16px !important;
  min-width: 16px !important;
}

.woocommerce-cart .halo-cart-panel table.shop_table tbody td,
.woocommerce-cart .halo-cart-panel table.shop_table tbody th {
  padding: 14px 10px !important;
  font-size: 12px !important;
}

.woocommerce-cart .halo-cart-panel table.shop_table td.product-remove {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
}

.woocommerce-cart .halo-cart-panel table.shop_table td.product-remove a.remove {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

.woocommerce-cart .halo-cart-panel table.shop_table td.product-thumbnail,
.woocommerce-cart .halo-cart-panel table.shop_table td.product-thumbnail a {
  width: 88px !important;
}

.woocommerce-cart .halo-cart-panel table.shop_table td.product-thumbnail a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 88px !important;
}

.woocommerce-cart .halo-cart-panel table.shop_table td.product-thumbnail img {
  width: 88px !important;
  height: 88px !important;
  max-width: 88px !important;
  max-height: 88px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.woocommerce-cart .halo-cart-panel table.shop_table td.product-name a {
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.woocommerce-cart .halo-cart-panel table.shop_table td.product-name .variation,
.woocommerce-cart .halo-cart-panel table.shop_table td.product-name .wc-item-meta,
.woocommerce-cart .halo-cart-panel table.shop_table td.product-name .wc-item-meta li {
  font-size: 11px !important;
}

.woocommerce-cart .halo-cart-panel table.shop_table td.product-price,
.woocommerce-cart .halo-cart-panel table.shop_table td.product-subtotal {
  font-size: 12px !important;
}

.woocommerce-cart .halo-cart-panel .quantity .qty {
  width: 58px !important;
  min-height: 34px !important;
  font-size: 12px !important;
}

.woocommerce-cart .halo-cart-panel .actions .coupon .input-text {
  min-height: 42px !important;
  font-size: 12px !important;
}

.woocommerce-cart .halo-cart-panel .actions .coupon button.button,
.woocommerce-cart .halo-cart-panel .actions .coupon input.button,
.woocommerce-cart .halo-cart-panel .actions button[name="update_cart"],
.woocommerce-cart .halo-cart-panel .actions input[name="update_cart"] {
  min-height: 42px !important;
  padding: 0 16px !important;
  font-size: 12px !important;
}

.woocommerce-cart .halo-cart-panel .cart_totals {
  width: min(100%, 380px) !important;
  padding: 18px !important;
}

.woocommerce-cart .halo-cart-panel .cart_totals > h2 {
  font-size: 16px !important;
}

.woocommerce-cart .halo-cart-panel .cart_totals table th,
.woocommerce-cart .halo-cart-panel .cart_totals table td {
  font-size: 12px !important;
  padding: 10px 0 !important;
}

.woocommerce-cart .halo-cart-panel .cart_totals ul#shipping_method li,
.woocommerce-cart .halo-cart-panel .shipping-calculator-button,
.woocommerce-cart .halo-cart-panel .shipping-calculator-form .input-text,
.woocommerce-cart .halo-cart-panel .shipping-calculator-form select,
.woocommerce-cart .halo-cart-panel .shipping-calculator-form button.button {
  font-size: 12px !important;
}

.woocommerce-cart .halo-cart-panel .wc-proceed-to-checkout a.checkout-button {
  min-height: 44px !important;
  font-size: 13px !important;
}

.halo-cart-backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(2px);
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 980;
}

.halo-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(480px, 100vw);
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #fafaf8;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: -24px 0 64px rgba(15, 23, 42, 0.16);
  transform: translateX(104%);
  transition: transform 0.28s ease;
  z-index: 990;
}

body.admin-bar .halo-cart-drawer {
  top: 32px;
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
}

body.halo-cart-open {
  overflow: hidden;
}

body.halo-cart-open .halo-cart-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.halo-cart-open .halo-cart-drawer {
  transform: translateX(0);
}

body.halo-cart-open.halo-product-shell .halo-science-product__mobile-dock {
  opacity: 0;
  pointer-events: none;
}

.halo-cart-drawer.is-loading {
  pointer-events: none;
}

.halo-cart-drawer.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(250, 250, 248, 0.6);
}

.halo-cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 16px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  background: #fafaf8;
}

.halo-cart-drawer__head h2 {
  margin: 0;
  color: #141414;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.halo-cart-drawer__head h2 span {
  margin-left: 4px;
  color: rgba(20, 20, 20, 0.5);
  font-size: 12px;
  font-weight: 500;
}

.halo-cart-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: rgba(20, 20, 20, 0.66);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.halo-cart-drawer__close:hover {
  color: #141414;
  background: rgba(20, 20, 20, 0.05);
}

.halo-cart-drawer__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 10px 12px 16px;
}

.halo-cart-drawer__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.halo-cart-drawer__item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 14px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 24px;
  background: #f6f6f4;
}

.halo-cart-drawer__thumb-wrap {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  background: #ecf3fb;
  overflow: hidden;
}

.halo-cart-drawer__thumb-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 85% center;
}

.halo-cart-drawer__item-main {
  min-width: 0;
}

.halo-cart-drawer__item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.halo-cart-drawer__item-head h4 {
  margin: 0;
  color: #141414;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.halo-cart-drawer__item-head h4 a {
  color: inherit;
  text-decoration: none;
}

.halo-cart-drawer__item-head h4 a:hover {
  color: #40336e;
}

.halo-cart-drawer__remove {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin-left: auto;
  color: rgba(20, 20, 20, 0.46);
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.halo-cart-drawer__remove:hover {
  color: #141414;
}

.halo-cart-drawer__meta,
.halo-cart-drawer__meta dl.variation {
  margin: 4px 0 0;
}

.halo-cart-drawer__meta,
.halo-cart-drawer__meta dd,
.halo-cart-drawer__meta dt {
  color: #667085;
  font-size: 11px;
  line-height: 1.4;
}

.halo-cart-drawer__meta {
  display: grid;
  gap: 4px;
}

.halo-cart-drawer__meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.halo-cart-drawer__meta-row span {
  color: #667085;
}

.halo-cart-drawer__meta-row strong {
  color: #344054;
  font-size: 11px;
  font-weight: 600;
}

.halo-cart-drawer__meta-row--bundle span,
.halo-cart-drawer__meta-row--bundle strong {
  color: #2f6b72;
}

.halo-cart-drawer__meta dl.variation dt,
.halo-cart-drawer__meta dl.variation dd {
  float: none;
  margin: 0;
  padding: 0;
}

.halo-cart-drawer__item-foot {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.halo-cart-drawer__qty {
  display: inline-flex;
  align-items: center;
}

.halo-cart-drawer__qty select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 62px;
  height: 36px;
  padding: 0 28px 0 12px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(45deg, transparent 50%, rgba(20,20,20,0.45) 50%) calc(100% - 15px) calc(50% - 2px) / 5px 5px no-repeat,
    linear-gradient(135deg, rgba(20,20,20,0.45) 50%, transparent 50%) calc(100% - 11px) calc(50% - 2px) / 5px 5px no-repeat,
    #fff;
  color: #141414;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.halo-cart-drawer__item-foot strong {
  color: #141414;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.halo-price-stack {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.halo-price-stack__original {
  color: rgba(20, 20, 20, 0.46);
  text-decoration-thickness: 1.5px;
}

.halo-price-stack__current {
  color: inherit;
  font-weight: 700;
}

.halo-price-stack--cart,
.halo-price-stack--subtotal {
  justify-content: flex-end;
  text-align: right;
}

.halo-price-stack--cart .halo-price-stack__original,
.halo-price-stack--subtotal .halo-price-stack__original {
  font-size: 12px;
}

.halo-cart-drawer__item-foot .halo-price-stack,
.halo-cart-drawer__totals .halo-price-stack {
  justify-content: flex-end;
  text-align: right;
}

.halo-cart-drawer__service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 15px 14px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 22px;
  background: #f6f6f4;
}

.halo-cart-drawer__service-copy {
  display: flex;
  align-items: center;
  gap: 12px;
}

.halo-cart-drawer__service-icon {
  display: inline-flex;
  color: #16a34a;
}

.halo-cart-drawer__service-copy strong {
  color: #344054;
  font-size: 13px;
  font-weight: 500;
}

.halo-cart-drawer__service-price {
  color: #16a34a;
  font-size: 13px;
  font-weight: 600;
}

.halo-cart-drawer__empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
}

.halo-cart-drawer__empty h3,
.halo-cart-drawer__empty p {
  margin: 0;
}

.halo-cart-drawer__empty h3 {
  color: #141414;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.halo-cart-drawer__empty p {
  color: rgba(20, 20, 20, 0.66);
  line-height: 1.7;
}

.halo-cart-drawer__footer {
  flex-shrink: 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  padding: 0 0 18px;
  background: #fafaf8;
}

.halo-cart-drawer__coupon {
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  margin-bottom: 14px;
  background: #fafaf8;
}

.halo-cart-drawer__coupon-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 14px 10px;
  border: 0;
  background: transparent;
  color: #141414;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.halo-cart-drawer__coupon-icon {
  display: inline-flex;
}

.halo-cart-drawer__coupon-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 14px 14px;
}

.halo-cart-drawer__coupon-form input {
  flex: 1;
  min-width: 160px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #141414;
  font-size: 13px;
}

.halo-cart-drawer__coupon-form input:focus {
  outline: none;
  border-color: rgba(20, 20, 20, 0.28);
  box-shadow: 0 0 0 3px rgba(20, 20, 20, 0.05);
}

.halo-cart-drawer__coupon-form button {
  min-width: 82px;
  height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #40336e;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.halo-cart-drawer__coupon-form button:hover {
  background: #35295d;
}

.halo-cart-drawer__coupon-form button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.halo-cart-drawer__coupon-message {
  flex: 0 0 100%;
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 1.4;
}

.halo-cart-drawer__coupon-message.is-error {
  color: #b42318;
}

.halo-cart-drawer__coupon-message.is-success {
  color: #15803d;
}

.halo-cart-drawer__totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  margin-bottom: 12px;
}

.halo-cart-drawer__totals span {
  color: #141414;
  font-size: 13px;
  font-weight: 600;
}

.halo-cart-drawer__totals strong {
  color: #141414;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.halo-cart-drawer__shipping {
  padding: 0 14px 12px;
}

.halo-cart-drawer__shipping-status,
.halo-cart-drawer__shipping-note {
  margin: 0;
}

.halo-cart-drawer__shipping-status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #475467;
  font-size: 12px;
  line-height: 1.5;
}

.halo-cart-drawer__shipping-status strong {
  color: #16a34a;
}

.halo-cart-drawer__shipping-status--success {
  color: #16a34a;
  font-weight: 600;
}

.halo-cart-drawer__shipping-icon {
  display: inline-flex;
  color: currentColor;
}

.halo-cart-drawer__progress {
  position: relative;
  height: 8px;
  margin-top: 10px;
  border-radius: 999px;
  background: #d9f5de;
  overflow: hidden;
}

.halo-cart-drawer__progress-bar {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
}

.halo-cart-drawer__progress-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  color: #98a2b3;
  font-size: 10px;
}

.halo-cart-drawer__shipping-note {
  margin-top: 10px;
  color: #f08a24;
  font-size: 11px;
  line-height: 1.5;
}

.halo-cart-drawer__checkout,
.halo-cart-drawer__footer-button {
  box-sizing: border-box;
  width: calc(100% - 28px);
  max-width: calc(100% - 28px);
  min-height: 54px;
  margin: 0 14px;
  padding-left: 22px;
  padding-right: 22px;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.halo-checkout-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.halo-checkout-topbar__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(20, 20, 20, 0.74);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.halo-checkout-topbar__back:hover {
  color: #141414;
}

.halo-checkout-topbar__secure {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(22, 163, 74, 0.3);
  border-radius: 9999px;
  background: rgba(34, 197, 94, 0.08);
  color: #15803d;
  font-size: 13px;
  font-weight: 600;
}

.halo-checkout-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px;
}

.halo-checkout-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 9999px;
  background: rgba(20, 20, 20, 0.04);
  color: rgba(20, 20, 20, 0.68);
  font-size: 12px;
  font-weight: 600;
}

.halo-checkout-form-wrap .woocommerce {
  display: grid;
  gap: 18px;
}

.halo-checkout-form-wrap .woocommerce-form-coupon-toggle .woocommerce-info,
.halo-checkout-panel .woocommerce-error,
.halo-checkout-panel .woocommerce-info,
.halo-checkout-panel .woocommerce-message {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 14px;
  background: rgba(20, 20, 20, 0.03);
  color: rgba(20, 20, 20, 0.76);
  list-style: none;
}

.halo-checkout-form-wrap form.checkout_coupon {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;
}

.halo-checkout-form-wrap form.checkout_coupon .form-row-first,
.halo-checkout-form-wrap form.checkout_coupon .form-row-last {
  width: auto;
  float: none;
  margin: 0;
}

.halo-checkout-form-wrap form.checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.halo-checkout-form-wrap form.checkout_coupon .input-text {
  min-width: 220px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 14px;
}

.halo-checkout-form-wrap form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(340px, 0.85fr);
  gap: 24px;
  align-items: start;
  margin: 0;
}

.halo-checkout-form-wrap form.checkout .col2-set {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  margin: 0;
}

.halo-checkout-form-wrap form.checkout .col-1,
.halo-checkout-form-wrap form.checkout .col-2 {
  float: none;
  width: 100%;
  margin: 0;
}

.halo-checkout-form-wrap .col2-set .col-1,
.halo-checkout-form-wrap .col2-set .col-2 {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 22px;
  background: #fff;
}

.halo-checkout-form-wrap .col2-set .col-2 {
  margin-top: 16px;
}

.halo-checkout-form-wrap form.checkout h3 {
  margin: 0 0 14px;
  color: #141414;
  font-size: 30px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.halo-checkout-form-wrap .woocommerce-billing-fields__field-wrapper,
.halo-checkout-form-wrap .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.halo-checkout-form-wrap .form-row {
  float: none;
  width: 100%;
  margin: 0;
}

.halo-checkout-form-wrap .form-row.form-row-wide {
  grid-column: 1 / -1;
}

.halo-checkout-form-wrap .form-row label {
  margin: 0 0 8px;
  color: rgba(20, 20, 20, 0.74);
  font-size: 13px;
  font-weight: 600;
}

.halo-checkout-form-wrap .form-row input.input-text,
.halo-checkout-form-wrap .form-row textarea,
.halo-checkout-form-wrap .form-row select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 14px;
  background: #fff;
  color: #141414;
  font-size: 15px;
}

.halo-checkout-form-wrap .form-row textarea {
  min-height: 120px;
  padding: 12px 14px;
  resize: vertical;
}

.halo-checkout-form-wrap .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.halo-checkout-form-wrap .form-row input.input-text:focus,
.halo-checkout-form-wrap .form-row textarea:focus,
.halo-checkout-form-wrap .form-row select:focus {
  outline: none;
  border-color: rgba(64, 51, 110, 0.36);
  box-shadow: 0 0 0 4px rgba(64, 51, 110, 0.08);
}

.halo-checkout-form-wrap #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 20px 20px 0;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: #fff;
  color: #141414;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.halo-checkout-form-wrap #order_review {
  grid-column: 2;
  grid-row: 1;
  margin-top: 72px;
  padding: 0 20px 20px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: #fff;
  align-self: start;
  position: sticky;
  top: 96px;
}

.halo-checkout-form-wrap .select2-container {
  width: 100% !important;
}

.halo-checkout-form-wrap .select2-container .select2-selection--single {
  min-height: 52px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 14px;
  background: #fff;
}

.halo-checkout-form-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  color: #141414;
  padding-left: 14px;
  padding-right: 34px;
}

.halo-checkout-form-wrap .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 10px;
}

.halo-checkout-form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(20, 20, 20, 0.5) transparent transparent transparent;
}

.halo-checkout-form-wrap .select2-container--open .select2-selection--single,
.halo-checkout-form-wrap .select2-container--focus .select2-selection--single {
  border-color: rgba(64, 51, 110, 0.36);
  box-shadow: 0 0 0 4px rgba(64, 51, 110, 0.08);
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table th,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  color: #141414;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table th {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table td {
  text-align: right;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table .product-name {
  text-align: left;
  color: rgba(20, 20, 20, 0.8);
  font-weight: 500;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tfoot th,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tfoot td {
  font-size: 15px;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.order-total th,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.order-total td {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.halo-checkout-form-wrap #payment {
  margin-top: 14px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;
  background: #fff;
}

.halo-checkout-form-wrap #payment .woocommerce-info,
.halo-checkout-form-wrap #payment .woocommerce-error,
.halo-checkout-form-wrap #payment .woocommerce-message,
.halo-checkout-form-wrap #payment .woocommerce-NoticeGroup {
  margin: 0;
}

.halo-checkout-form-wrap #payment div.payment_box {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 12px;
  background: rgba(20, 20, 20, 0.02);
}

.halo-checkout-form-wrap #payment div.payment_box::before {
  border-bottom-color: #fff;
}

.halo-checkout-form-wrap #payment ul.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0 14px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
}

.halo-checkout-form-wrap #payment ul.payment_methods li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  column-gap: 10px;
  margin: 0;
  padding: 14px 0;
}

.halo-checkout-form-wrap #payment ul.payment_methods li.woocommerce-notice {
  padding: 0;
}

.halo-checkout-form-wrap #payment .woocommerce-terms-and-conditions,
.halo-checkout-form-wrap #payment .woocommerce-terms-and-conditions-link {
  color: #40336e;
}

.halo-checkout-form-wrap #payment ul.payment_methods li > label {
  margin: 0;
  width: max-content;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.halo-checkout-form-wrap #payment ul.payment_methods li.payment_method_bankful_hosted_gateway > label {
  display: none;
}

.halo-checkout-form-wrap #payment ul.payment_methods li .input-radio {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: #40336e;
}

.halo-checkout-form-wrap #payment ul.payment_methods li .payment_box p {
  margin: 0;
  color: rgba(20, 20, 20, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.halo-checkout-form-wrap #payment .payment_method_paypal img,
.halo-checkout-form-wrap #payment .payment_method_stripe img {
  max-height: 22px;
}

.halo-checkout-form-wrap #payment .woocommerce-info,
.halo-checkout-form-wrap #payment .woocommerce-error,
.halo-checkout-form-wrap #payment .woocommerce-message {
  margin: 0;
  border-radius: 12px;
}

.halo-checkout-form-wrap #payment .form-row.place-order {
  margin: 0;
  padding: 12px 14px 14px;
}

.halo-checkout-form-wrap #payment #place_order {
  width: 100%;
}

.halo-checkout-form-wrap .woocommerce-privacy-policy-text p {
  color: rgba(20, 20, 20, 0.6);
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 10px;
}

.halo-checkout-form-wrap .woocommerce-terms-and-conditions-wrapper {
  margin-top: 8px;
}

.halo-checkout-form-wrap .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox,
.halo-checkout-form-wrap .woocommerce-terms-and-conditions-wrapper .validate-required {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(20, 20, 20, 0.72);
  font-size: 12px;
  line-height: 1.55;
  margin: 0 0 8px;
}

.halo-checkout-form-wrap .woocommerce-terms-and-conditions-wrapper .input-checkbox {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  accent-color: #40336e;
}

.halo-checkout-form-wrap .woocommerce-terms-and-conditions-wrapper .required {
  margin-left: 2px;
}

.halo-checkout-section .halo-checkout-form-wrap .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox,
.halo-checkout-section .halo-checkout-form-wrap .woocommerce-terms-and-conditions-wrapper .validate-required {
  gap: 7px;
  color: rgba(20, 20, 20, 0.72);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.halo-checkout-section .halo-checkout-form-wrap .woocommerce-terms-and-conditions-wrapper .input-checkbox {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.halo-checkout-section .halo-checkout-form-wrap #payment #place_order {
  min-height: 52px;
  font-size: 16px;
  line-height: 1.15;
}

.halo-checkout-page {
  min-height: 100vh;
  background: #f5f5f7;
}

.halo-checkout-header {
  padding: 20px 0 18px;
}

.halo-checkout-header__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.halo-checkout-header__back {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(20, 20, 20, 0.74);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.halo-checkout-header__back:hover {
  color: #141414;
}

.halo-checkout-header__brand {
  justify-self: center;
  display: inline-flex;
  align-items: center;
}

.halo-checkout-header__brand img {
  width: auto;
  height: 52px;
  object-fit: contain;
}

.halo-checkout-header__secure {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(22, 163, 74, 0.28);
  border-radius: 9999px;
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
  font-size: 13px;
  font-weight: 500;
}

.halo-checkout-header__intro {
  max-width: 640px;
}

.halo-checkout-header__intro h1 {
  margin: 0;
  color: #141414;
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.halo-checkout-header__intro p {
  margin: 16px 0 0;
  color: rgba(20, 20, 20, 0.62);
  font-size: 18px;
  line-height: 1.45;
}

.halo-checkout-section {
  padding-top: 0;
}

.halo-checkout-section > .content-container {
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}

.halo-checkout-section .halo-checkout-panel.halo-surface {
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
  overflow: hidden;
}

.halo-checkout-section .halo-checkout-form-wrap .woocommerce-form-login-toggle .woocommerce-info,
.halo-checkout-section .halo-checkout-form-wrap .woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0;
  padding: 12px 16px;
  border: 1px solid rgba(64, 51, 110, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(20, 20, 20, 0.76);
  font-size: 15px;
  line-height: 1.45;
  box-shadow: none;
}

.halo-checkout-section .halo-checkout-form-wrap .woocommerce-form-login-toggle,
.halo-checkout-section .halo-checkout-form-wrap .woocommerce-form-coupon-toggle {
  margin: 0 18px;
}

.halo-checkout-section .halo-checkout-form-wrap .woocommerce-form-login-toggle .woocommerce-info::before,
.halo-checkout-section .halo-checkout-form-wrap .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

.halo-checkout-section .halo-checkout-form-wrap .woocommerce-form-login-toggle .woocommerce-info a,
.halo-checkout-section .halo-checkout-form-wrap .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #2f235f;
  font-weight: 500;
  text-decoration: none;
}

.halo-checkout-section .halo-checkout-form-wrap .woocommerce-form-login-toggle .woocommerce-info a:hover,
.halo-checkout-section .halo-checkout-form-wrap .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.halo-checkout-section .halo-checkout-form-wrap form.login,
.halo-checkout-section .halo-checkout-form-wrap form.checkout_coupon {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 16px;
  background: #fff;
}

.halo-checkout-section .halo-checkout-form-wrap form.checkout_coupon {
  align-items: end;
}

.halo-checkout-section .halo-checkout-form-wrap form.checkout {
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.8fr);
  gap: 18px;
}

.halo-checkout-section .halo-checkout-form-wrap form.checkout .col2-set {
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 28px;
  background: #fff;
  padding: 26px 0;
}

@media (min-width: 641px) {
  .halo-checkout-section .halo-checkout-form-wrap form.checkout .col2-set {
    padding: 26px;
  }
}

.halo-checkout-section .halo-checkout-form-wrap .col2-set .col-1,
.halo-checkout-section .halo-checkout-form-wrap .col2-set .col-2 {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.halo-checkout-section .halo-checkout-form-wrap .col2-set .col-2 {
  margin-top: 20px;
}

.halo-checkout-step {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
}

.halo-checkout-step__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.halo-checkout-step h2 {
  margin: 0;
  color: #141414;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.halo-checkout-section .halo-checkout-form-wrap .woocommerce-billing-fields > h3,
.halo-checkout-section .halo-checkout-form-wrap .woocommerce-shipping-fields > h3,
.halo-checkout-section .halo-checkout-form-wrap #ship-to-different-address > span,
.halo-checkout-section .halo-checkout-form-wrap .woocommerce-additional-fields > h3 {
  display: none;
}

.halo-checkout-section .halo-checkout-form-wrap .woocommerce-billing-fields__field-wrapper,
.halo-checkout-section .halo-checkout-form-wrap .woocommerce-shipping-fields__field-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.halo-checkout-section .halo-checkout-form-wrap .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide,
.halo-checkout-section .halo-checkout-form-wrap .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide,
.halo-checkout-section .halo-checkout-form-wrap #billing_country_field,
.halo-checkout-section .halo-checkout-form-wrap #billing_address_1_field,
.halo-checkout-section .halo-checkout-form-wrap #billing_address_2_field,
.halo-checkout-section .halo-checkout-form-wrap #billing_postcode_field,
.halo-checkout-section .halo-checkout-form-wrap #billing_phone_field,
.halo-checkout-section .halo-checkout-form-wrap #billing_email_field,
.halo-checkout-section .halo-checkout-form-wrap #shipping_country_field,
.halo-checkout-section .halo-checkout-form-wrap #shipping_address_1_field,
.halo-checkout-section .halo-checkout-form-wrap #shipping_address_2_field,
.halo-checkout-section .halo-checkout-form-wrap #shipping_postcode_field,
.halo-checkout-section .halo-checkout-form-wrap #order_comments_field {
  grid-column: 1 / -1;
}

.halo-checkout-section .halo-checkout-form-wrap #billing_first_name_field,
.halo-checkout-section .halo-checkout-form-wrap #billing_last_name_field,
.halo-checkout-section .halo-checkout-form-wrap #billing_city_field,
.halo-checkout-section .halo-checkout-form-wrap #billing_state_field,
.halo-checkout-section .halo-checkout-form-wrap #shipping_first_name_field,
.halo-checkout-section .halo-checkout-form-wrap #shipping_last_name_field,
.halo-checkout-section .halo-checkout-form-wrap #shipping_city_field,
.halo-checkout-section .halo-checkout-form-wrap #shipping_state_field {
  grid-column: auto;
}

.halo-checkout-section .halo-checkout-form-wrap .form-row.form-row-first,
.halo-checkout-section .halo-checkout-form-wrap .form-row.form-row-last {
  width: 100% !important;
  float: none !important;
}

.halo-checkout-section .halo-checkout-form-wrap .form-row label {
  margin-bottom: 7px;
  font-size: 14px;
  color: rgba(20, 20, 20, 0.68);
}

.halo-checkout-section .halo-checkout-form-wrap .form-row input.input-text,
.halo-checkout-section .halo-checkout-form-wrap .form-row textarea,
.halo-checkout-section .halo-checkout-form-wrap .form-row select,
.halo-checkout-section .halo-checkout-form-wrap .select2-container .select2-selection--single {
  min-height: 52px;
  border-radius: 16px;
  border-color: rgba(20, 20, 20, 0.12);
  font-size: 16px;
}

.halo-checkout-section .halo-checkout-form-wrap .select2-container .select2-selection--single .select2-selection__rendered,
.halo-checkout-section .halo-checkout-form-wrap .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.pac-container {
  margin-top: 8px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(20, 20, 20, 0.12);
  overflow: hidden;
  font-family: inherit;
  z-index: 100000 !important;
}

.pac-container::after {
  display: none !important;
}

.pac-item {
  position: relative;
  padding: 12px 16px 12px 42px;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
  color: rgba(20, 20, 20, 0.76);
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.pac-item:first-child {
  border-top: 0;
}

.pac-item:hover,
.pac-item.pac-item-selected {
  background: rgba(64, 51, 110, 0.06);
  color: #141414;
}

.pac-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 14px;
  height: 14px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #40336e 0%, #111111 100%);
  opacity: 0.14;
  transform: translateY(-50%);
}

.pac-icon {
  display: none !important;
}

.pac-item-query {
  display: block;
  margin-bottom: 2px;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
}

.pac-matched {
  color: #141414;
  font-weight: 600;
}

.halo-checkout-section .halo-checkout-form-wrap .form-row textarea {
  min-height: 140px;
  font-size: 16px;
}

.halo-checkout-summary-meta {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  margin: 14px 20px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(20, 20, 20, 0.58);
  font-size: 13px;
  font-weight: 500;
}

.halo-checkout-summary-meta a {
  color: rgba(20, 20, 20, 0.58);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.halo-checkout-section .halo-checkout-form-wrap #order_review_heading {
  padding: 24px 22px 18px;
  border-radius: 28px 28px 0 0;
  font-size: 24px;
  font-weight: 500;
}

.halo-checkout-section .halo-checkout-form-wrap #order_review {
  padding: 0 22px 22px;
  border-radius: 0 0 28px 28px;
}

.halo-checkout-section .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table th,
.halo-checkout-section .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table td {
  padding: 14px 0;
  font-size: 15px;
}

.halo-review-product {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.halo-review-product__image {
  width: 74px;
  height: 74px;
  border-radius: 12px;
  background: #ecf3fb;
  overflow: hidden;
}

.halo-review-product__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 85% center;
}

.halo-review-product__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.halo-review-product__name,
.halo-review-product__name a {
  color: #141414;
  font-size: 17px;
  line-height: 1.16;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-decoration: none;
}

.halo-review-product__qty {
  color: rgba(20, 20, 20, 0.56);
  font-size: 12px;
}

.halo-checkout-section .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.order-total th,
.halo-checkout-section .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.order-total td {
  font-size: 18px;
}

.halo-checkout-section .halo-checkout-form-wrap #payment {
  margin-top: 10px;
  border-radius: 18px;
}

.halo-checkout-section .halo-checkout-form-wrap #payment #place_order {
  min-height: 54px;
  background: #000;
  font-size: 18px;
  font-weight: 600;
}

.halo-checkout-section .halo-checkout-form-wrap #payment #place_order:hover {
  background: #111;
}

/* Order received (thank you) page - scoped additions without changing checkout form rules */
.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap {
  max-width: 1180px;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap > .woocommerce > p {
  margin: 0 0 18px;
  color: rgba(20, 20, 20, 0.74);
  font-size: 17px;
  line-height: 1.5;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 16px;
  align-items: start;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order > p.woocommerce-notice {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(22, 163, 74, 0.24);
  border-radius: 16px;
  background: rgba(22, 163, 74, 0.08);
  color: #166534;
  font-size: 15px;
  font-weight: 500;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order > p:not(.woocommerce-notice) {
  grid-column: 1;
  margin: 2px 2px 0;
  color: rgba(20, 20, 20, 0.76);
  font-size: 15px;
  line-height: 1.45;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-overview {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 24px;
  background: #fff;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-overview li {
  margin: 0;
  color: rgba(20, 20, 20, 0.7);
  font-size: 13px;
  line-height: 1.45;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-overview li strong {
  display: block;
  margin-top: 4px;
  color: #141414;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-overview li .amount,
.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-overview li .woocommerce-Price-amount {
  font-weight: 600;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-details {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 24px;
  background: #fff;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-details__title,
.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-column__title {
  margin: 0 0 14px;
  color: #141414;
  font-size: 26px;
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-table--order-details th,
.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-table--order-details td {
  width: auto;
  padding: 14px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.09);
  color: #141414;
  font-size: 16px;
  line-height: 1.45;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-table--order-details thead th {
  color: rgba(20, 20, 20, 0.66);
  font-size: 14px;
  font-weight: 500;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-table--order-details tfoot th,
.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-table--order-details tfoot td {
  font-weight: 600;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-table--order-details .order-total th,
.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-table--order-details .order-total td {
  font-size: 20px;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-customer-details {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 24px;
  background: #fff;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-customer-details address {
  margin: 0;
  color: rgba(20, 20, 20, 0.72);
  font-size: 15px;
  font-style: normal;
  line-height: 1.7;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-details,
.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-customer-details {
  grid-column: 2;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-details {
  grid-row: 2;
}

.woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-customer-details {
  grid-row: 3;
}

@media (max-width: 1080px) {
  .woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order {
    grid-template-columns: 1fr;
  }

  .woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-details,
  .woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-customer-details {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-overview {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-details,
  .woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-customer-details {
    padding: 18px;
    border-radius: 18px;
  }

  .woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-order-details__title,
  .woocommerce-order-received .halo-checkout-section .halo-checkout-form-wrap .woocommerce-column__title {
    font-size: 24px;
  }
}

.halo-track-form {
  max-width: 980px;
}

.halo-track-form .woocommerce-form-track-order {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  align-items: end;
}

.halo-track-form .woocommerce-form-track-order > p:first-child,
.halo-track-form .woocommerce-form-track-order .form-row:last-of-type,
.halo-track-form .woocommerce-form-track-order .woocommerce-error,
.halo-track-form .woocommerce-form-track-order .woocommerce-info,
.halo-track-form .woocommerce-form-track-order .woocommerce-message {
  grid-column: 1 / -1;
}

.halo-track-form .woocommerce-form-track-order > p:first-child {
  margin: 0;
  color: rgba(20, 20, 20, 0.78);
  font-size: 16px;
  line-height: 1.8;
}

.halo-track-form .woocommerce-form-track-order .form-row-first,
.halo-track-form .woocommerce-form-track-order .form-row-last,
.halo-track-form .woocommerce-form-track-order .form-row {
  float: none;
  width: 100%;
  margin: 0;
}

.halo-track-form .woocommerce-form-track-order label {
  display: block;
  margin: 0 0 10px;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.halo-track-form .woocommerce-form-track-order input.input-text {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 18px;
  background: #fff;
  color: #141414;
  font-size: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.halo-track-form .woocommerce-form-track-order input.input-text::placeholder {
  color: rgba(20, 20, 20, 0.42);
}

.halo-track-form .woocommerce-form-track-order input.input-text:focus {
  outline: none;
  border-color: rgba(64, 51, 110, 0.4);
  box-shadow: 0 0 0 4px rgba(64, 51, 110, 0.08);
}

.halo-track-form .woocommerce-form-track-order .form-row:last-of-type {
  display: flex;
  justify-content: flex-start;
  padding-top: 2px;
}

.halo-track-form .woocommerce-form-track-order button.button {
  min-width: 170px;
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 9999px;
  background: #40336e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(64, 51, 110, 0.18);
}

.halo-track-form .woocommerce-form-track-order .button:hover {
  background: #332956;
}

.halo-track-form .woocommerce-form-track-order .clear {
  display: none;
}

.halo-track-form .woocommerce-notices-wrapper:empty {
  display: none;
}

.halo-track-form .woocommerce-error,
.halo-track-form .woocommerce-info,
.halo-track-form .woocommerce-message {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;
  background: rgba(20, 20, 20, 0.03);
  color: rgba(20, 20, 20, 0.78);
  list-style: none;
}

/* Track order result view */
.halo-track-form .woocommerce > p.order-info {
  margin: 0 0 16px;
  color: rgba(20, 20, 20, 0.78);
  font-size: 20px;
  line-height: 1.55;
}

.halo-track-form .woocommerce > h2,
.halo-track-form .woocommerce .woocommerce-order-details__title,
.halo-track-form .woocommerce .woocommerce-column__title {
  margin: 0 0 14px;
  color: #141414;
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.halo-track-form .woocommerce mark {
  padding: 0;
  background: transparent;
  color: inherit;
  font-weight: 600;
}

.halo-track-form .woocommerce .shop_table.order_details {
  width: 100%;
  margin: 0 0 18px;
  border-collapse: collapse;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.halo-track-form .woocommerce .shop_table.order_details th,
.halo-track-form .woocommerce .shop_table.order_details td {
  width: auto;
  min-width: 0;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  color: #141414;
  font-size: 17px;
  line-height: 1.45;
  vertical-align: middle;
}

.halo-track-form .woocommerce .shop_table.order_details thead th {
  color: rgba(20, 20, 20, 0.66);
  font-size: 14px;
  font-weight: 500;
}

.halo-track-form .woocommerce .shop_table.order_details tfoot th,
.halo-track-form .woocommerce .shop_table.order_details tfoot td {
  font-weight: 600;
}

.halo-track-form .woocommerce .shop_table.order_details tfoot tr:last-child th,
.halo-track-form .woocommerce .shop_table.order_details tfoot tr:last-child td {
  border-bottom: 0;
}

.halo-track-form .woocommerce .woocommerce-customer-details {
  margin: 0;
  padding: 20px 22px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 18px;
  background: #fff;
}

.halo-track-form .woocommerce .woocommerce-customer-details address {
  margin: 0;
  color: rgba(20, 20, 20, 0.74);
  font-size: 16px;
  font-style: normal;
  line-height: 1.7;
}

/* Track order result refinement */
.halo-track-form .woocommerce {
  max-width: 900px;
  margin: 0;
  display: grid;
  gap: 18px;
}

.halo-track-form .woocommerce > p.order-info {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 16px;
  background: #fff;
}

.halo-track-form .woocommerce .woocommerce-order-details {
  margin: 0;
  padding: 20px 22px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 20px;
  background: #fff;
}

.halo-track-form .woocommerce .woocommerce-order-details__title {
  margin-bottom: 16px;
  font-size: 46px;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.halo-track-form .woocommerce .shop_table.order_details {
  margin-bottom: 0;
  border-radius: 14px;
}

.halo-track-form .woocommerce .shop_table.order_details thead th:last-child,
.halo-track-form .woocommerce .shop_table.order_details tbody td:last-child,
.halo-track-form .woocommerce .shop_table.order_details tfoot td {
  text-align: right;
}

.halo-track-form .woocommerce .shop_table.order_details thead th:first-child,
.halo-track-form .woocommerce .shop_table.order_details tbody td:first-child,
.halo-track-form .woocommerce .shop_table.order_details tfoot th {
  text-align: left;
}

.halo-track-form .woocommerce .woocommerce-customer-details {
  max-width: 520px;
}

.halo-track-form .woocommerce .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 12px;
  font-size: 48px;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.halo-track-form input.input-text,
.halo-track-form button,
.halo-cart-panel input.input-text,
.halo-checkout-panel input.input-text,
.halo-checkout-panel textarea,
.halo-checkout-panel select {
  border-radius: 18px;
}

.halo-product-panel .product {
  margin: 0;
}

.halo-product-panel div.product div.images,
.halo-product-panel div.product div.summary {
  margin-bottom: 0;
}

/* Single product page refinement */
.single-product .halo-product-panel .woocommerce-notices-wrapper {
  margin-bottom: 18px;
}

.single-product .halo-product-panel .woocommerce-message,
.single-product .halo-product-panel .woocommerce-info,
.single-product .halo-product-panel .woocommerce-error {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(20, 20, 20, 0.1) !important;
  border-radius: 14px;
  background: #fff !important;
  color: rgba(20, 20, 20, 0.78) !important;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.single-product .halo-product-panel .woocommerce-message {
  border-color: rgba(22, 163, 74, 0.24) !important;
  background: rgba(22, 163, 74, 0.08) !important;
  color: #166534 !important;
}

.single-product .halo-product-panel .woocommerce-message::before,
.single-product .halo-product-panel .woocommerce-info::before,
.single-product .halo-product-panel .woocommerce-error::before {
  display: none;
}

.single-product .halo-product-panel .woocommerce-message a,
.single-product .halo-product-panel .woocommerce-info a,
.single-product .halo-product-panel .woocommerce-error a {
  color: inherit;
}

.single-product .halo-product-panel .woocommerce-message .button,
.single-product .halo-product-panel .woocommerce-info .button,
.single-product .halo-product-panel .woocommerce-error .button {
  margin-left: 10px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 9999px;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

.single-product .halo-product-panel div.product {
  display: grid;
  grid-template-columns: minmax(320px, 1.02fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: start;
}

.single-product .halo-product-panel div.product .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  position: relative;
}

.single-product .halo-product-panel div.product .woocommerce-product-gallery__wrapper {
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, #f6f8fc 0%, #eef3fb 100%);
  overflow: hidden;
}

.single-product .halo-product-panel div.product .woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(320px, 46vw, 520px);
  padding: 24px;
}

.single-product .halo-product-panel div.product .woocommerce-product-gallery__image img,
.single-product .halo-product-panel div.product .woocommerce-product-gallery__wrapper img.wp-post-image {
  width: 100%;
  max-height: clamp(300px, 44vw, 500px);
  object-fit: contain;
  object-position: center;
}

.single-product .halo-product-panel div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #141414;
}

.single-product .halo-product-panel div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.single-product .halo-product-panel div.product .woocommerce-product-gallery .flex-control-thumbs li {
  float: none;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.single-product .halo-product-panel div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 1;
}

.single-product .halo-product-panel div.product .summary {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.single-product .halo-product-panel div.product .product_title {
  margin: 0 0 10px;
  color: #141414;
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.single-product .halo-product-panel div.product p.price,
.single-product .halo-product-panel div.product span.price {
  margin: 0 0 14px;
  color: #141414;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

.single-product .halo-product-panel div.product .woocommerce-product-details__short-description {
  margin: 0 0 16px;
  color: rgba(20, 20, 20, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.single-product .halo-product-panel div.product form.cart {
  margin: 0 0 14px;
}

.single-product .halo-product-panel div.product form.cart .variations {
  margin: 0 0 14px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.single-product .halo-product-panel div.product form.cart .variations th,
.single-product .halo-product-panel div.product form.cart .variations td {
  padding: 0;
  width: auto;
  text-align: left;
  vertical-align: middle;
}

.single-product .halo-product-panel div.product form.cart .variations label {
  margin: 0;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
}

.single-product .halo-product-panel div.product form.cart .variations select {
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 14px;
  background: #fff;
  color: #141414;
  font-size: 15px;
}

.single-product .halo-product-panel div.product form.cart .single_variation_wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.single-product .halo-product-panel div.product form.cart .quantity .qty {
  width: 90px;
  min-height: 50px;
  padding: 0 12px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 14px;
  background: #fff;
  color: #141414;
  font-size: 16px;
}

.single-product .halo-product-panel div.product form.cart .button {
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
}

.single-product .halo-product-panel div.product form.cart .reset_variations {
  margin-left: 10px;
  color: #40336e;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.single-product .halo-product-panel .halo-product-cart-notice {
  margin: 10px 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff8f8 0%, #fff 100%);
}

.single-product .halo-product-panel .halo-product-cart-notice strong {
  display: block;
  margin: 0 0 4px;
  color: #991b1b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-product .halo-product-panel .halo-product-cart-notice p {
  margin: 0;
  color: rgba(20, 20, 20, 0.72);
  font-size: 12px;
  line-height: 1.55;
}

.single-product .halo-product-panel div.product .product_meta {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  color: rgba(20, 20, 20, 0.66);
  font-size: 13px;
  line-height: 1.8;
}

.single-product .halo-product-panel div.product .product_meta a {
  color: #40336e;
  text-decoration: none;
}

.single-product .halo-product-panel div.product .product_meta a:hover {
  text-decoration: underline;
}

.single-product .halo-product-panel div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 10px;
}

.single-product .halo-product-panel div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px;
  padding: 0;
}

.single-product .halo-product-panel div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
}

.single-product .halo-product-panel div.product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 9999px;
  background: #fff;
  color: rgba(20, 20, 20, 0.78);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.single-product .halo-product-panel div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: transparent;
  background: #40336e;
  color: #fff;
}

.single-product .halo-product-panel div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 20px 22px;
  border: 1px solid rgba(20, 20, 20, 0.09);
  border-radius: 20px;
  background: #fff;
}

.single-product .halo-product-panel div.product .woocommerce-tabs .panel > h2:first-of-type {
  margin-top: 0;
  margin-bottom: 10px;
  color: #141414;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.single-product .halo-product-panel div.product .woocommerce-tabs .panel p {
  color: rgba(20, 20, 20, 0.74);
  line-height: 1.75;
}

.single-product .halo-product-panel .halo-product-research {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 26px;
  display: grid;
  gap: 18px;
}

.single-product .halo-product-panel .halo-product-research__card {
  padding: 22px;
  border: 1px solid rgba(20, 20, 20, 0.09);
  border-radius: 24px;
  background: #fff;
  width: 100%;
}

.single-product .halo-product-panel .halo-product-research__head {
  margin-bottom: 16px;
}

.single-product .halo-product-panel .halo-product-research__head h2 {
  margin: 0;
  color: #141414;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.single-product .halo-product-panel .halo-product-research__head p {
  margin: 8px 0 0;
  color: rgba(20, 20, 20, 0.64);
  font-size: 14px;
  line-height: 1.6;
  max-width: 680px;
}

.single-product .halo-product-panel .halo-research-graph {
  display: grid;
  gap: 12px;
}

.single-product .halo-product-panel .halo-research-graph__item {
  padding: 14px 14px 12px;
  border: 1px solid rgba(20, 20, 20, 0.07);
  border-radius: 16px;
  background: rgba(247, 248, 252, 0.75);
}

.single-product .halo-product-panel .halo-research-graph__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.single-product .halo-product-panel .halo-research-graph__meta strong {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
}

.single-product .halo-product-panel .halo-research-graph__meta span {
  color: #40336e;
  font-size: 14px;
  font-weight: 700;
}

.single-product .halo-product-panel .halo-research-graph__track {
  height: 10px;
  margin-top: 8px;
  border-radius: 9999px;
  background: rgba(20, 20, 20, 0.08);
  overflow: hidden;
}

.single-product .halo-product-panel .halo-research-graph__fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #40336e 0%, #5b49a3 100%);
}

.single-product .halo-product-panel .halo-research-graph__item p {
  margin: 8px 0 0;
  color: rgba(20, 20, 20, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.single-product .halo-product-panel .halo-product-faq {
  border: 1px solid rgba(20, 20, 20, 0.09);
  border-radius: 18px;
  overflow: hidden;
}

.single-product .halo-product-panel .halo-product-faq__item + .halo-product-faq__item {
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.single-product .halo-product-panel .halo-product-faq__button {
  width: 100%;
  padding: 16px 18px;
  border: 0;
  background: #fff;
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}

.single-product .halo-product-panel .halo-product-faq__button svg {
  transition: transform 0.2s ease;
}

.single-product .halo-product-panel .halo-product-faq__button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.single-product .halo-product-panel .halo-product-faq__panel {
  padding: 0 18px 16px;
  transition: all 0.2s ease;
}

.single-product .halo-product-panel .halo-product-faq__panel p {
  margin: 0;
  color: rgba(20, 20, 20, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.single-product .halo-product-panel .halo-product-sources {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.single-product .halo-product-panel .halo-product-sources__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 14px;
  background: #fff;
}

.single-product .halo-product-panel .halo-product-sources__item > span {
  color: #15803d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.single-product .halo-product-panel .halo-product-sources__item h3 {
  margin: 0;
  color: #141414;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.single-product .halo-product-panel .halo-product-sources__item small {
  color: rgba(20, 20, 20, 0.56);
  font-size: 12px;
}

.single-product .halo-product-panel .halo-product-sources__item a {
  color: #40336e;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.single-product .halo-product-panel .halo-product-sources__item a:hover {
  text-decoration: underline;
}

.single-product .halo-product-panel .halo-product-research__notice {
  padding: 16px 18px;
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff8f8 0%, #fff 100%);
}

.single-product .halo-product-panel .halo-product-research__notice h3 {
  margin: 0 0 8px;
  color: #991b1b;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.single-product .halo-product-panel .halo-product-research__notice p {
  margin: 0;
  color: rgba(20, 20, 20, 0.72);
  font-size: 13px;
  line-height: 1.65;
}

.halo-research-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.halo-research-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 24px;
  background: rgba(20, 20, 20, 0.02);
}

.halo-research-card h3 {
  margin: 0;
  color: #141414;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.halo-research-card p {
  margin: 0;
  color: rgba(20, 20, 20, 0.66);
  line-height: 1.75;
}

.halo-research-card a {
  color: #40336e;
  font-weight: 600;
  text-decoration: none;
}

.halo-research-card a:hover {
  text-decoration: underline;
}

.woocommerce .quantity .qty {
  min-height: 42px;
}

.woocommerce ul.products li.product {
  padding: 20px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.05);
}

.woocommerce ul.products li.product a img {
  border-radius: 18px;
}

.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 9999px;
  background: #40336e;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #332956;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order {
  min-height: 54px;
}

@media (max-width: 782px) {
  body.admin-bar .halo-cart-drawer {
    top: 46px;
    height: calc(100vh - 46px);
  }
}

@media (max-width: 980px) {
  .halo-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .halo-catalog-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .halo-store-sort {
    justify-content: space-between;
  }

  .halo-research-grid {
    grid-template-columns: 1fr;
  }

  .halo-checkout-section .halo-checkout-form-wrap form.checkout {
    grid-template-columns: 1fr;
  }

  .halo-checkout-section .halo-checkout-form-wrap form.checkout .col2-set,
  .halo-checkout-section .halo-checkout-form-wrap #order_review_heading,
  .halo-checkout-section .halo-checkout-form-wrap #order_review {
    grid-column: auto;
    grid-row: auto;
    min-width: 0;
  }

  .halo-checkout-section .halo-checkout-form-wrap #order_review {
    margin-top: 0;
    position: static;
    top: auto;
  }

  .halo-checkout-section .halo-checkout-form-wrap .woocommerce-billing-fields__field-wrapper,
  .halo-checkout-section .halo-checkout-form-wrap .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .halo-checkout-section .halo-checkout-form-wrap .woocommerce-billing-fields__field-wrapper > .form-row,
  .halo-checkout-section .halo-checkout-form-wrap .woocommerce-shipping-fields__field-wrapper > .form-row,
  .halo-checkout-section .halo-checkout-form-wrap .woocommerce-additional-fields .form-row {
    grid-column: 1 / -1 !important;
    min-width: 0;
  }

  .halo-checkout-section .halo-checkout-form-wrap .form-row,
  .halo-checkout-section .halo-checkout-form-wrap .woocommerce-input-wrapper,
  .halo-checkout-section .halo-checkout-form-wrap .select2-container,
  .halo-checkout-section .halo-checkout-form-wrap .selection,
  .halo-checkout-section .halo-checkout-form-wrap .select2-selection {
    width: 100% !important;
    min-width: 0;
  }

  .halo-checkout-section .halo-checkout-form-wrap .form-row label {
    display: block;
    width: auto;
    float: none;
  }

  .halo-checkout-header__bar {
    margin-bottom: 18px;
  }

  .halo-checkout-header__brand img {
    height: 44px;
  }

  .halo-checkout-header__intro p {
    font-size: 16px;
  }

  .halo-checkout-header__secure {
    min-height: 36px;
    font-size: 13px;
  }

  .halo-checkout-step h2 {
    font-size: 22px;
  }

  .halo-checkout-summary-meta {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    margin: 0;
    padding: 0 0 8px;
    font-size: 14px;
  }

  .halo-checkout-section .halo-checkout-form-wrap #order_review_heading {
    font-size: 22px;
    padding-top: 16px;
  }

  .halo-review-product__name,
  .halo-review-product__name a {
    font-size: 18px;
  }

  .halo-checkout-section .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.order-total th,
  .halo-checkout-section .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.order-total td {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .halo-page-hero {
    padding-top: 36px;
  }

  .halo-page-panel,
  .halo-shop-panel,
  .halo-product-panel,
  .halo-cart-panel,
  .halo-checkout-panel,
  .halo-track-panel {
    padding: 22px 18px 28px;
    border-radius: 24px;
  }

  .halo-page-hero__actions {
    flex-direction: column;
  }

  .halo-cart-drawer {
    width: 100vw;
  }

  .halo-cart-drawer__head {
    padding: 16px 14px 14px;
  }

  .halo-cart-drawer__body {
    padding: 12px 12px calc(16px + env(safe-area-inset-bottom, 0px));
  }

  .halo-cart-drawer__footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  }

  .halo-cart-drawer__item {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 10px;
    padding: 16px 14px;
  }

  .halo-cart-drawer__thumb-wrap {
    width: 84px;
    height: 84px;
  }

  .halo-cart-drawer__item-head h4 {
    font-size: 16px;
  }

  .halo-cart-drawer__item-foot strong {
    font-size: 16px;
  }

  .halo-cart-drawer__totals strong {
    font-size: 16px;
  }

  .halo-cart-drawer__progress-labels {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .halo-checkout-topbar {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .halo-checkout-page {
    min-height: auto;
  }

  .halo-checkout-header {
    padding: 14px 0 12px;
  }

  .halo-checkout-header__bar {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    margin-bottom: 14px;
  }

  .halo-checkout-header__brand {
    justify-self: center;
  }

  .halo-checkout-header__brand img {
    height: 34px;
  }

  .halo-checkout-header__secure {
    min-height: 30px;
    padding: 0 10px;
    font-size: 11px;
  }

  .halo-checkout-header__back {
    font-size: 13px;
  }

  .halo-checkout-header__intro h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .halo-checkout-header__intro p {
    margin-top: 10px;
    font-size: 16px;
  }

  .halo-checkout-benefits span {
    min-height: 28px;
    font-size: 11px;
  }

  .halo-checkout-step {
    margin-bottom: 8px;
  }

  .halo-checkout-step__index {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .halo-checkout-step h2 {
    font-size: 20px;
  }

  .halo-checkout-summary-meta {
    font-size: 12px;
    gap: 10px;
  }

  .halo-checkout-section .halo-checkout-form-wrap .col2-set .col-1,
  .halo-checkout-section .halo-checkout-form-wrap .col2-set .col-2,
  .halo-checkout-section .halo-checkout-form-wrap #order_review_heading,
  .halo-checkout-section .halo-checkout-form-wrap #order_review {
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 18px;
    min-width: 0;
  }

  .halo-checkout-section .halo-checkout-form-wrap #order_review_heading {
    border-bottom: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 18px 18px 0 0;
  }

  .halo-checkout-section .halo-checkout-form-wrap #order_review {
    border-top: 0;
    border-radius: 0 0 18px 18px;
  }

  .halo-checkout-section .halo-checkout-form-wrap .woocommerce-billing-fields__field-wrapper,
  .halo-checkout-section .halo-checkout-form-wrap .woocommerce-shipping-fields__field-wrapper {
    gap: 12px;
  }

  .halo-checkout-section .halo-checkout-form-wrap .form-row {
    grid-column: 1 / -1 !important;
  }

  .halo-checkout-section .halo-checkout-form-wrap .form-row label {
    display: block;
    width: auto;
    margin-bottom: 6px;
    line-height: 1.45;
  }

  .halo-checkout-section .halo-checkout-form-wrap .form-row input.input-text,
  .halo-checkout-section .halo-checkout-form-wrap .form-row textarea,
  .halo-checkout-section .halo-checkout-form-wrap .form-row select,
  .halo-checkout-section .halo-checkout-form-wrap .select2-container .select2-selection--single {
    min-height: 50px;
    font-size: 15px;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }

  .halo-checkout-section .halo-checkout-form-wrap .select2-container .select2-selection--single .select2-selection__rendered,
  .halo-checkout-section .halo-checkout-form-wrap .select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
  }

  .halo-checkout-section .halo-checkout-form-wrap .woocommerce-input-wrapper,
  .halo-checkout-section .halo-checkout-form-wrap .select2-container,
  .halo-checkout-section .halo-checkout-form-wrap .selection {
    display: block;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
  }

  .halo-checkout-form-wrap form.checkout h3 {
    font-size: 24px;
  }

  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.order-total th,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.order-total td {
    font-size: 24px;
  }

  .halo-review-product__name,
  .halo-review-product__name a {
    font-size: 17px;
  }

  .halo-checkout-section .halo-checkout-form-wrap #payment #place_order {
    min-height: 54px;
    font-size: 16px;
  }

  .halo-cta {
    width: 100%;
  }

  .halo-catalog-head p {
    font-size: 15px;
  }

  .halo-catalog-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 2px 2px 6px;
    margin-inline: -2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .halo-catalog-tabs::-webkit-scrollbar {
    height: 5px;
  }

  .halo-catalog-tabs::-webkit-scrollbar-track {
    background: transparent;
  }

  .halo-catalog-tabs::-webkit-scrollbar-thumb {
    background: rgba(64, 51, 110, 0.24);
    border-radius: 999px;
  }

  .halo-catalog-tab {
    flex: 0 0 auto;
    max-width: min(72vw, 260px);
    min-height: 44px;
    padding: 0 18px;
    scroll-snap-align: start;
  }

  .halo-catalog-tab__label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .halo-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .halo-product-card {
    border-radius: 20px;
  }

  .halo-product-card__media {
    aspect-ratio: 4 / 5;
  }

  .halo-product-card__body {
    padding: 12px 12px 14px;
  }

  .halo-product-card__top {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    margin-bottom: 8px;
  }

  .halo-product-card__top h3 {
    font-size: 17px;
    line-height: 1.12;
  }

  .halo-product-card__top h3 a,
  .halo-product-card__title-link {
    -webkit-line-clamp: 2;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
  }

  .halo-product-card__price {
    align-items: flex-start;
    text-align: left;
  }

  .halo-product-card__price .halo-card-price-prefix {
    font-size: 11px;
  }

  .halo-product-card__price .halo-card-price-value,
  .halo-product-card__price .amount {
    font-size: 17px;
  }

  .halo-product-card__subtitle {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.35;
  }

  .halo-product-card__rating {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .halo-product-card__cta {
    min-height: 34px;
    font-size: 12px;
  }

  .halo-store-sort {
    width: 100%;
    justify-content: flex-start;
  }

  .halo-store-sort select {
    min-width: 0;
    width: 100%;
  }

  .halo-track-form .woocommerce-form-track-order {
    grid-template-columns: 1fr;
  }

  .halo-track-form .woocommerce-form-track-order button.button {
    width: 100%;
  }

  .halo-track-form .woocommerce > p.order-info {
    font-size: 17px;
  }

  .halo-track-form .woocommerce > h2,
  .halo-track-form .woocommerce .woocommerce-order-details__title,
  .halo-track-form .woocommerce .woocommerce-column__title {
    font-size: 28px;
  }

  .halo-track-form .woocommerce .shop_table.order_details th,
  .halo-track-form .woocommerce .shop_table.order_details td {
    font-size: 15px;
    padding: 12px;
  }

  .halo-cart-panel table.shop_table thead {
    display: none;
  }

  .halo-cart-panel table.shop_table tbody td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    border-bottom: 0;
  }

  .halo-cart-panel table.shop_table tbody tr {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  }

  .halo-cart-panel table.shop_table tbody tr:last-child {
    border-bottom: 0;
  }

  .halo-cart-panel table.shop_table td.product-name {
    min-width: 0;
  }

  .halo-cart-panel table.shop_table td.product-name a {
    font-size: 18px;
  }

  .halo-cart-panel table.shop_table td.product-thumbnail img {
    width: 90px;
  }

  .halo-cart-panel .actions .coupon {
    flex-wrap: wrap;
  }

  .halo-cart-panel .actions .coupon .input-text {
    width: 100%;
    min-width: 0;
  }

  .halo-cart-panel .actions .coupon button.button,
  .halo-cart-panel .actions .coupon input.button,
  .halo-cart-panel .actions button[name="update_cart"],
  .halo-cart-panel .actions input[name="update_cart"] {
    width: 100%;
    margin-left: 0;
  }

  .halo-cart-panel .cart_totals > h2 {
    font-size: 28px;
  }
}

@media (max-width: 980px) {
  .single-product .halo-product-panel div.product {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .single-product .halo-product-panel div.product .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .single-product .halo-product-panel .halo-product-sources {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .single-product .halo-product-panel div.product .woocommerce-product-gallery__image a {
    min-height: 300px;
    padding: 16px;
  }

  .single-product .halo-product-panel div.product .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-product .halo-product-panel div.product .woocommerce-tabs .panel {
    padding: 16px;
  }

  .single-product .halo-product-panel div.product .woocommerce-tabs .panel > h2:first-of-type {
    font-size: 22px;
  }

  .single-product .halo-product-panel .halo-product-research__card {
    padding: 16px;
    border-radius: 18px;
  }

  .single-product .halo-product-panel .halo-product-sources {
    grid-template-columns: 1fr;
  }

  .single-product .halo-product-panel div.product form.cart .single_variation_wrap {
    align-items: stretch;
  }

  .single-product .halo-product-panel div.product form.cart .quantity .qty,
  .single-product .halo-product-panel div.product form.cart .button {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .halo-catalog-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .halo-store-sort {
    justify-content: space-between;
    padding-left: 0;
    width: 100%;
  }

  .halo-store-sort select {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .halo-catalog-controls {
    gap: 14px;
  }

  .halo-catalog-search input,
  .halo-store-sort select {
    min-height: 50px;
    font-size: 14px;
  }

  .halo-store-sort {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
}

/* Final cart page lock-in */
body.halo-cart-shell .halo-cart-panel .woocommerce {
  gap: 16px !important;
}

body.halo-cart-shell .halo-cart-panel .woocommerce-notices-wrapper {
  gap: 10px !important;
}

body.halo-cart-shell .halo-cart-panel .woocommerce-message,
body.halo-cart-shell .halo-cart-panel .woocommerce-info,
body.halo-cart-shell .halo-cart-panel .woocommerce-error {
  padding: 12px 14px !important;
  font-size: 12px !important;
}

body.halo-cart-shell .halo-cart-panel table.shop_table thead th {
  padding: 12px 10px !important;
  font-size: 11px !important;
}

body.halo-cart-shell .halo-cart-panel table.shop_table thead th.product-remove,
body.halo-cart-shell .halo-cart-panel table.shop_table td.product-remove {
  width: 12px !important;
  min-width: 12px !important;
  max-width: 12px !important;
}

body.halo-cart-shell .halo-cart-panel table.shop_table tbody td,
body.halo-cart-shell .halo-cart-panel table.shop_table tbody th {
  padding: 12px 10px !important;
  font-size: 12px !important;
}

body.halo-cart-shell .halo-cart-panel table.shop_table td.product-thumbnail,
body.halo-cart-shell .halo-cart-panel table.shop_table td.product-thumbnail a {
  width: 92px !important;
}

body.halo-cart-shell .halo-cart-panel table.shop_table td.product-thumbnail a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 92px !important;
}

body.halo-cart-shell .halo-cart-panel table.shop_table td.product-thumbnail img {
  width: 92px !important;
  height: 92px !important;
  max-width: 92px !important;
  max-height: 92px !important;
  object-fit: cover !important;
  object-position: 85% center !important;
}

body.halo-cart-shell .halo-cart-panel table.shop_table td.product-name a {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

body.halo-cart-shell .halo-cart-panel table.shop_table td.product-name dl.variation,
body.halo-cart-shell .halo-cart-panel table.shop_table td.product-name dl.variation dt,
body.halo-cart-shell .halo-cart-panel table.shop_table td.product-name dl.variation dd,
body.halo-cart-shell .halo-cart-panel table.shop_table td.product-name .wc-item-meta,
body.halo-cart-shell .halo-cart-panel table.shop_table td.product-name .wc-item-meta li {
  font-size: 10px !important;
}

body.halo-cart-shell .halo-cart-panel table.shop_table td.product-price,
body.halo-cart-shell .halo-cart-panel table.shop_table td.product-subtotal {
  font-size: 15px !important;
  font-weight: 700 !important;
}

body.halo-cart-shell .halo-cart-panel .quantity .qty {
  width: 54px !important;
  min-height: 32px !important;
  font-size: 11px !important;
  border-radius: 12px !important;
}

body.halo-cart-shell .halo-cart-panel table.shop_table td.product-remove a.remove {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  font-size: 10px !important;
  line-height: 1 !important;
}

@media (min-width: 641px) {
  body.halo-cart-shell .halo-cart-panel table.shop_table {
    table-layout: fixed !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table thead th.product-remove,
  body.halo-cart-shell .halo-cart-panel table.shop_table td.product-remove {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    text-align: center !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table thead th.product-thumbnail,
  body.halo-cart-shell .halo-cart-panel table.shop_table td.product-thumbnail {
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    padding-left: 6px !important;
    padding-right: 10px !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table td.product-remove a.remove {
    margin: 0 auto !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table td.product-thumbnail,
  body.halo-cart-shell .halo-cart-panel table.shop_table td.product-thumbnail a {
    min-width: 92px !important;
    max-width: 92px !important;
    width: 92px !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table thead th.product-price,
  body.halo-cart-shell .halo-cart-panel table.shop_table td.product-price {
    width: 140px !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table thead th.product-quantity,
  body.halo-cart-shell .halo-cart-panel table.shop_table td.product-quantity {
    width: 120px !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table thead th.product-subtotal,
  body.halo-cart-shell .halo-cart-panel table.shop_table td.product-subtotal {
    width: 160px !important;
  }
}

body.halo-cart-shell .halo-cart-panel .actions .coupon .input-text {
  min-height: 40px !important;
  font-size: 12px !important;
}

body.halo-cart-shell .halo-cart-panel .actions .coupon button.button,
body.halo-cart-shell .halo-cart-panel .actions .coupon input.button,
body.halo-cart-shell .halo-cart-panel .actions button[name="update_cart"],
body.halo-cart-shell .halo-cart-panel .actions input[name="update_cart"] {
  min-height: 40px !important;
  padding: 0 16px !important;
  font-size: 12px !important;
}

body.halo-cart-shell .halo-cart-panel .cart_totals {
  width: min(100%, 360px) !important;
  padding: 16px !important;
}

body.halo-cart-shell .halo-cart-panel .cart_totals > h2 {
  font-size: 15px !important;
}

body.halo-cart-shell .halo-cart-panel .cart_totals table th,
body.halo-cart-shell .halo-cart-panel .cart_totals table td,
body.halo-cart-shell .halo-cart-panel .cart_totals ul#shipping_method li,
body.halo-cart-shell .halo-cart-panel .shipping-calculator-button,
body.halo-cart-shell .halo-cart-panel .shipping-calculator-form .input-text,
body.halo-cart-shell .halo-cart-panel .shipping-calculator-form select,
body.halo-cart-shell .halo-cart-panel .shipping-calculator-form button.button {
  font-size: 11px !important;
}

body.halo-cart-shell .halo-cart-panel .cart_totals table td {
  font-size: 15px !important;
  font-weight: 700 !important;
}

body.halo-cart-shell .halo-cart-panel .wc-proceed-to-checkout a.checkout-button {
  min-height: 42px !important;
  font-size: 12px !important;
}

@media (min-width: 641px) {
  body.halo-cart-shell .halo-cart-panel .cart_totals {
    width: min(100%, 540px) !important;
    padding: 24px !important;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals > h2 {
    font-size: 18px !important;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals table th {
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals table td {
    font-size: 18px !important;
    font-weight: 700 !important;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals ul#shipping_method li,
  body.halo-cart-shell .halo-cart-panel .cart_totals .woocommerce-shipping-destination,
  body.halo-cart-shell .halo-cart-panel .shipping-calculator-button,
  body.halo-cart-shell .halo-cart-panel .shipping-calculator-form .input-text,
  body.halo-cart-shell .halo-cart-panel .shipping-calculator-form select,
  body.halo-cart-shell .halo-cart-panel .shipping-calculator-form button.button {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  body.halo-cart-shell .halo-cart-panel .wc-proceed-to-checkout a.checkout-button {
    min-height: 48px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  body.halo-cart-shell .halo-cart-panel .woocommerce {
    gap: 18px !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table {
    border-radius: 24px !important;
    overflow: hidden;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item {
    position: relative;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px 14px;
    padding: 18px 14px;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td {
    min-width: 0;
    padding: 0 !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td::before,
  body.halo-cart-shell .halo-cart-panel .cart_totals table.shop_table_responsive tr td::before {
    float: none !important;
    display: block;
    margin: 0 0 8px;
    color: #4b3b84;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-price::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-quantity::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-subtotal::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-price::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-quantity::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-subtotal::before,
  body.halo-cart-shell .halo-cart-panel .cart_totals table.shop_table_responsive tr td::before {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(75, 59, 132, 0.08);
    box-shadow: inset 0 0 0 1px rgba(75, 59, 132, 0.1);
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-price,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-quantity,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-subtotal,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-price,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-quantity,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-subtotal,
  body.halo-cart-shell .halo-cart-panel .cart_totals table.shop_table_responsive tr td {
    line-height: 1.45;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-remove,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-remove {
    position: absolute;
    top: 14px;
    left: 14px;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    z-index: 2;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-remove::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-name::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-remove::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-thumbnail::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-name::before,
  body.halo-cart-shell .halo-cart-panel table.shop_table td.actions::before {
    display: none !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-remove a.remove,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-remove a.remove {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    font-size: 12px !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-thumbnail {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: auto !important;
    align-self: start;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail a,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-thumbnail a {
    width: 88px !important;
    height: 88px !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail img,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-thumbnail img {
    width: 88px !important;
    height: 88px !important;
    max-width: 88px !important;
    max-height: 88px !important;
    border-radius: 18px;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-name,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-name {
    grid-column: 2;
    grid-row: 1;
    padding-top: 4px !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-name a,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-name a {
    display: block;
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-name dl.variation,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-name .wc-item-meta,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-name dl.variation,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-name .wc-item-meta {
    margin-top: 8px;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-name dl.variation dt,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-name dl.variation dd,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-name .wc-item-meta li,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-name dl.variation dt,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-name dl.variation dd,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-name .wc-item-meta li {
    font-size: 12px !important;
    line-height: 1.5;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-price,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-quantity,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-subtotal,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-price,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-quantity,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-subtotal {
    grid-column: 1 / -1;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-price,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-price {
    padding-top: 2px !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-price,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-subtotal,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-price,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-subtotal {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-quantity .quantity {
    display: inline-flex;
    align-items: center;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-quantity .qty,
  body.halo-cart-shell .halo-cart-panel table.shop_table tbody tr.cart_item td.product-quantity .qty {
    width: 76px !important;
    min-height: 38px !important;
    font-size: 13px !important;
    border-radius: 14px !important;
  }

  body.halo-cart-shell .halo-cart-panel table.shop_table td.actions {
    padding: 18px 14px 0 !important;
    border-top: 1px solid rgba(20, 20, 20, 0.08);
  }

  body.halo-cart-shell .halo-cart-panel .actions {
    display: grid;
    gap: 12px;
    width: 100%;
  }

  body.halo-cart-shell .halo-cart-panel .actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    margin: 0;
  }

  body.halo-cart-shell .halo-cart-panel .actions .coupon .input-text,
  body.halo-cart-shell .halo-cart-panel .actions .coupon button.button,
  body.halo-cart-shell .halo-cart-panel .actions .coupon input.button,
  body.halo-cart-shell .halo-cart-panel .actions button[name="update_cart"],
  body.halo-cart-shell .halo-cart-panel .actions input[name="update_cart"] {
    width: 100% !important;
    min-height: 48px !important;
    margin-left: 0 !important;
    font-size: 14px !important;
  }

  body.halo-cart-shell .halo-cart-panel .cart-collaterals {
    display: block;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals {
    width: 100% !important;
    padding: 20px 16px !important;
    border-radius: 22px !important;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals > h2 {
    font-size: 18px !important;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals table.shop_table_responsive tr {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals table.shop_table_responsive tr:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals table.shop_table_responsive tr th {
    display: none;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals table.shop_table_responsive tr td {
    display: block;
    width: 100%;
    padding: 0 !important;
    border: 0;
    text-align: left !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals .woocommerce-shipping-destination,
  body.halo-cart-shell .halo-cart-panel .cart_totals .woocommerce-shipping-calculator {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals ul#shipping_method li,
  body.halo-cart-shell .halo-cart-panel .shipping-calculator-button,
  body.halo-cart-shell .halo-cart-panel .shipping-calculator-form .input-text,
  body.halo-cart-shell .halo-cart-panel .shipping-calculator-form select,
  body.halo-cart-shell .halo-cart-panel .shipping-calculator-form button.button {
    font-size: 13px !important;
  }

  body.halo-cart-shell .halo-cart-panel .wc-proceed-to-checkout a.checkout-button {
    box-sizing: border-box;
    width: 100%;
    min-height: 52px !important;
    font-size: 16px !important;
  }
}

/* Cart cross-sells */
body.halo-cart-shell .halo-cart-panel .cross-sells {
  min-width: 0;
  align-self: start;
  padding: 18px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(203, 229, 252, 0.34), transparent 44%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.05);
}

body.halo-cart-shell .halo-cart-panel .cross-sells > h2 {
  margin: 0 0 14px;
  color: #141414;
  font-size: clamp(1.35rem, 1.7vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 600;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: fit-content;
  max-width: 100%;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products::before,
body.halo-cart-shell .halo-cart-panel .cross-sells > .products::after {
  display: none !important;
  content: none !important;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products::-webkit-scrollbar {
  display: none;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products li.product {
  float: none !important;
  flex: 0 0 196px;
  width: 196px !important;
  min-width: 196px;
  max-width: 196px;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  scroll-snap-align: start;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  text-decoration: none;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products li.product .woocommerce-LoopProduct-link img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 10px !important;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #eef4fb 0%, #d7e6f3 100%);
  object-fit: contain;
  object-position: center;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products li.product .woocommerce-loop-product__title {
  margin: 0 0 6px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #111827;
  font-size: 15px;
  line-height: 1.22;
  letter-spacing: -0.02em;
  font-weight: 600;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products li.product .price {
  margin: 0 0 10px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products li.product .price del {
  color: #98a2b3;
  font-size: 12px;
  font-weight: 600;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products li.product .price ins {
  text-decoration: none;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products li.product .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  min-width: 118px;
  max-width: 100%;
  min-height: 34px;
  padding: 0 16px;
  margin-top: auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 999px;
  box-shadow: none;
}

body.halo-cart-shell .halo-cart-panel .cross-sells > .products li.product .button:hover {
  transform: translateY(-1px);
}

@media (min-width: 981px) {
  body.halo-cart-shell .halo-cart-panel .cart-collaterals {
    display: grid !important;
    grid-template-columns: minmax(260px, 320px) minmax(360px, 540px);
    gap: 24px;
    align-items: start;
    justify-content: space-between;
  }

  body.halo-cart-shell .halo-cart-panel .cross-sells {
    order: 1;
    max-width: 320px;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals {
    order: 2;
    width: 100% !important;
    max-width: none;
  }
}

@media (max-width: 980px) {
  body.halo-cart-shell .halo-cart-panel .cart-collaterals {
    display: grid !important;
    gap: 18px;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals {
    order: 1;
  }

  body.halo-cart-shell .halo-cart-panel .cross-sells {
    order: 2;
    padding: 18px;
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  body.halo-cart-shell .halo-cart-panel .cross-sells {
    padding: 16px 14px;
    border-radius: 20px;
  }

  body.halo-cart-shell .halo-cart-panel .cross-sells > h2 {
    margin-bottom: 12px;
    font-size: 24px;
  }

  body.halo-cart-shell .halo-cart-panel .cross-sells > .products {
    gap: 12px;
  }

  body.halo-cart-shell .halo-cart-panel .cross-sells > .products li.product {
    flex-basis: min(184px, calc(100vw - 8rem));
    width: min(184px, calc(100vw - 8rem)) !important;
    min-width: min(184px, calc(100vw - 8rem));
    max-width: min(184px, calc(100vw - 8rem));
    padding: 12px !important;
    border-radius: 18px;
  }

  body.halo-cart-shell .halo-cart-panel .cross-sells > .products li.product .woocommerce-LoopProduct-link img {
    margin-bottom: 10px !important;
    padding: 10px;
    border-radius: 14px;
  }

}

/* Shipping UI polish */
.halo-cart-panel .cart_totals tr.shipping th,
.halo-cart-panel .cart_totals tr.shipping td,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping th,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping td {
  padding-top: 18px;
  padding-bottom: 18px;
  vertical-align: top;
}

.halo-cart-panel .cart_totals tr.shipping th,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping th {
  width: 132px;
  color: #101828;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.halo-cart-panel .cart_totals tr.shipping td,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping td {
  text-align: left;
}

.halo-cart-panel .cart_totals tr.shipping td::before,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping td::before {
  display: none !important;
  content: none !important;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method::before,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method::before {
  content: "Please choose a shipping method:";
  display: block;
  color: #667085;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method:has(li:only-child)::before,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method:has(li:only-child)::before {
  display: none;
  content: none;
}

.halo-cart-panel .cart_totals tr.shipping td:has(ul#shipping_method li:only-child input[type="hidden"]),
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping td:has(ul#shipping_method li:only-child input[type="hidden"]) {
  vertical-align: middle;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method:has(li:only-child input[type="hidden"]),
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method:has(li:only-child input[type="hidden"]) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method li,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #fff;
  color: #344054;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
  line-height: 1.55;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method li:has(input[type="hidden"]),
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li:has(input[type="hidden"]) {
  display: block;
  width: auto;
  max-width: 100%;
  justify-self: end;
  margin-left: auto;
  gap: 0;
  padding: 10px 18px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method li input[type="radio"],
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 4px 0 0;
  accent-color: #4f2cc8;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method li label,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 16px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method li:has(input[type="hidden"]) label,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li:has(input[type="hidden"]) label {
  display: block;
  width: auto;
  max-width: 100%;
  cursor: default;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method li:has(input[type="hidden"]) .halo-shipping-rate__copy,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li:has(input[type="hidden"]) .halo-shipping-rate__copy {
  display: grid;
  gap: 2px;
  justify-items: start;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method li:has(input[type="hidden"]) .halo-shipping-rate__title,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li:has(input[type="hidden"]) .halo-shipping-rate__title {
  font-size: 15px;
  line-height: 1.35;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method li:hover,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li:hover {
  border-color: rgba(79, 44, 200, 0.2);
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method li:has(input[type="radio"]:checked),
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li:has(input[type="radio"]:checked) {
  border-color: #5b3df5;
  background: #f8f6ff;
  box-shadow: 0 0 0 1px #5b3df5;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method li input[type="radio"]:focus-visible + label,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li input[type="radio"]:focus-visible + label {
  outline: 2px solid rgba(91, 61, 245, 0.24);
  outline-offset: 4px;
  border-radius: 12px;
}

.halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__copy,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__title,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__title {
  display: block;
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__description,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__description {
  display: block;
  color: #98a2b3;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__price,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__price {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__price .amount,
.halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__price .woocommerce-Price-amount,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__price .amount,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__price .woocommerce-Price-amount {
  color: inherit;
  font-weight: inherit;
}

.halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__price .tax_label,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__price .tax_label {
  color: #667085;
  font-size: 11px;
  font-weight: 600;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method li:has(input[type="radio"]:checked) .halo-shipping-rate__title,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li:has(input[type="radio"]:checked) .halo-shipping-rate__title {
  color: #2d1f77;
}

.halo-cart-panel .cart_totals tr.shipping .woocommerce-shipping-destination,
.halo-cart-panel .cart_totals tr.shipping .woocommerce-shipping-calculator,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .woocommerce-shipping-destination,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .woocommerce-shipping-calculator {
  margin-top: 12px;
  color: #667085;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

.halo-cart-panel .cart_totals tr.shipping .shipping-calculator-button,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .shipping-calculator-button {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: #40336e;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.halo-cart-panel .cart_totals tr.shipping .shipping-calculator-button:hover,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .shipping-calculator-button:hover {
  color: #332956;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping th {
  width: 118px;
  font-size: 15px;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method::before {
  font-size: 12px;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li {
  padding: 12px 14px;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li label {
  gap: 8px 14px;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__title {
  font-size: 14px;
  line-height: 1.3;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__description {
  font-size: 12px;
}

.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__price {
  font-size: 14px;
}

@media (min-width: 641px) {
  body.halo-cart-shell .halo-cart-panel .cart-collaterals {
    width: 100%;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals tr.shipping {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals tr.shipping th {
    display: block;
    width: 100% !important;
    padding-right: 0;
    padding-bottom: 12px;
    border-bottom: 0 !important;
    font-size: 15px;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals tr.shipping td {
    display: block;
    width: 100% !important;
    padding-top: 0;
    box-sizing: border-box;
    min-width: 0;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals tr.shipping ul#shipping_method {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0;
    gap: 12px;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals tr.shipping ul#shipping_method li {
    display: grid;
    width: 100%;
    max-width: none;
    min-width: 0;
    align-self: stretch;
    justify-self: stretch;
    padding: 16px 18px;
    border-radius: 18px;
    box-sizing: border-box;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals tr.shipping ul#shipping_method li label {
    width: 100% !important;
    min-width: 0;
    gap: 12px 18px;
    align-items: start;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__title {
    font-size: 15px;
    line-height: 1.32;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__description {
    font-size: 12px;
    line-height: 1.5;
  }

  body.halo-cart-shell .halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__price {
    align-self: center;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .halo-cart-panel .cart_totals tr.shipping th,
  .halo-cart-panel .cart_totals tr.shipping td,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping th,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping td {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .halo-cart-panel .cart_totals tr.shipping ul#shipping_method li,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li {
    padding: 11px 12px;
    border-radius: 14px;
  }

  .halo-cart-panel .cart_totals tr.shipping th,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping th {
    width: auto;
    font-size: 15px;
  }

  .halo-cart-panel .cart_totals tr.shipping ul#shipping_method::before,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method::before {
    font-size: 12px;
  }

  .halo-cart-panel .cart_totals tr.shipping ul#shipping_method li label,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li label {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__title,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__title,
  .halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__price,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__price {
    font-size: 14px;
  }

  .halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__price,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__price {
    justify-content: flex-start;
    text-align: left;
  }

  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tbody tr.shipping {
    display: block !important;
    width: 100% !important;
  }

  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping th {
    display: block !important;
    width: 100% !important;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 0 !important;
  }

  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping td {
    display: block !important;
    width: 100% !important;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    min-width: 0;
  }

  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    width: 100% !important;
    min-width: 0;
  }

  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    align-self: stretch;
    justify-self: stretch;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li label {
    width: 100% !important;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  body.halo-cart-shell .halo-cart-panel .cart_totals table.shop_table_responsive tr.shipping th {
    display: block !important;
    margin: 0 0 12px;
    padding: 0 !important;
    border: 0 !important;
  }
}

/* Amino-style single product page */
body.halo-product-shell {
  background:
    linear-gradient(180deg, #fbfcff 0%, #f7f8fb 22%, #f4f5f8 100%);
}

body.halo-product-shell .halo-science-product-page {
  padding: 0 0 72px;
}

body.halo-product-shell .halo-science-product {
  color: #0f1728;
}

body.halo-product-shell .halo-science-product__topnote {
  margin: 0 calc(50% - 50vw) 20px;
  padding: 9px 20px;
  background: #0d1018;
  color: #f8faff;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

body.halo-product-shell .halo-science-product .woocommerce-notices-wrapper {
  margin: 0 0 18px;
}

body.halo-product-shell .halo-science-product .woocommerce-message,
body.halo-product-shell .halo-science-product .woocommerce-info,
body.halo-product-shell .halo-science-product .woocommerce-error {
  border-radius: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(130, 108, 255, 0.16);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.05);
  font-size: 14px;
}

body.halo-product-shell .halo-science-product__hero {
  margin-bottom: 26px;
}

body.halo-product-shell .halo-science-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  gap: 26px;
  align-items: start;
}

body.halo-product-shell .halo-science-product__gallery,
body.halo-product-shell .halo-science-product__summary {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(15, 23, 40, 0.06);
}

body.halo-product-shell .halo-science-product__gallery {
  padding: 28px;
  position: sticky;
  top: 24px;
  align-self: start;
}

body.admin-bar.halo-product-shell .halo-science-product__gallery {
  top: 56px;
}

@media (max-width: 782px) {
  body.admin-bar.halo-product-shell .halo-science-product__gallery {
    top: 70px;
  }
}

body.halo-product-shell .halo-science-product__gallery-main {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(130, 108, 255, 0.12), transparent 42%),
    linear-gradient(180deg, #fcfdff 0%, #f3f6fb 100%);
}

body.halo-product-shell .halo-science-product__gallery-main img {
  width: min(100%, 360px);
  max-height: 420px;
  object-fit: contain;
}

body.halo-product-shell .halo-science-product__thumbs {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.halo-product-shell .halo-science-product__thumb {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.halo-product-shell .halo-science-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.halo-product-shell .halo-science-product__thumb.is-active {
  border-color: #7d63ff;
  box-shadow: 0 0 0 3px rgba(125, 99, 255, 0.12);
  transform: translateY(-1px);
}

body.halo-product-shell .halo-science-product__summary {
  padding: 28px;
}

body.halo-product-shell .halo-science-product__eyebrow,
body.halo-product-shell .halo-science-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(125, 99, 255, 0.1);
  color: #5948b8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.halo-product-shell .halo-science-product__summary h1 {
  margin: 14px 0 10px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #05070d;
}

body.halo-product-shell .halo-science-product__rating {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #576076;
  font-size: 13px;
  margin-bottom: 14px;
}

body.halo-product-shell .halo-science-product__stars {
  color: #ff9a1f;
  letter-spacing: 0.18em;
  font-size: 13px;
}

body.halo-product-shell .halo-science-product__subtitle {
  margin: 0 0 16px;
  color: #4b566d;
  font-size: 15px;
  line-height: 1.7;
}

body.halo-product-shell .halo-science-product__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

body.halo-product-shell .halo-science-product__pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f4f6fb;
  color: #172131;
  font-size: 12px;
  font-weight: 600;
}

body.halo-product-shell .halo-science-product__price {
  margin-bottom: 18px;
  color: #06080f;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.halo-product-shell .halo-science-product__price del {
  color: #8d94a5;
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}

body.halo-product-shell .halo-science-product__price ins {
  text-decoration: none;
}

body.halo-product-shell .halo-science-product__form {
  display: grid;
  gap: 16px;
}

body.halo-product-shell .halo-science-product__option-group {
  display: grid;
  gap: 10px;
}

body.halo-product-shell .halo-science-product__option-label {
  color: #151d2c;
  font-size: 13px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-product__dosages {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.halo-product-shell .halo-science-product__dosage {
  min-width: 92px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  background: #fff;
  color: #141d2d;
  font-size: 13px;
  font-weight: 700;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

body.halo-product-shell .halo-science-product__dosage.is-active {
  border-color: #7d63ff;
  background: #f1edff;
  color: #5d4bc2;
  box-shadow: 0 0 0 3px rgba(125, 99, 255, 0.12);
}

body.halo-product-shell .halo-science-product__dosage:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

body.halo-product-shell .halo-science-product__purchase-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

body.halo-product-shell .halo-science-product__purchase-row .quantity {
  width: 104px;
}

body.halo-product-shell .halo-science-product__purchase-row .qty {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 16px;
  background: #fff;
  color: #101828;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

body.halo-product-shell .halo-science-product__purchase-row .single_add_to_cart_button {
  flex: 1 1 auto;
  min-height: 52px;
  border-radius: 16px;
  background: #0d1118;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.halo-product-shell .halo-science-product__purchase-row .single_add_to_cart_button:hover {
  background: #7d63ff;
}

body.halo-product-shell .halo-science-product__delivery {
  display: grid;
  gap: 10px;
}

body.halo-product-shell .halo-science-product__delivery > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f7f8fc;
}

body.halo-product-shell .halo-science-product__delivery strong {
  display: block;
  color: #131b29;
  font-size: 13px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-product__delivery span {
  color: #5c6579;
  font-size: 12px;
  text-align: right;
}

body.halo-product-shell .halo-science-product__pay {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.halo-product-shell .halo-science-product__pay span {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

body.halo-product-shell .halo-science-product__assurance,
body.halo-product-shell .halo-science-product__quickstats,
body.halo-product-shell .halo-science-research-grid,
body.halo-product-shell .halo-science-grid {
  display: grid;
  gap: 18px;
}

body.halo-product-shell .halo-science-product__assurance {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

body.halo-product-shell .halo-science-product__coa-card,
body.halo-product-shell .halo-science-minicard,
body.halo-product-shell .halo-science-badgecard,
body.halo-product-shell .halo-science-sidecard,
body.halo-product-shell .halo-science-sidepanel,
body.halo-product-shell .halo-science-barcard,
body.halo-product-shell .halo-science-feature-score,
body.halo-product-shell .halo-science-refcard,
body.halo-product-shell .halo-science-section {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 23, 40, 0.04);
}

body.halo-product-shell .halo-science-product__coa-card {
  padding: 20px;
}

body.halo-product-shell .halo-science-product__coa-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

body.halo-product-shell .halo-science-product__coa-head h2 {
  margin: 0;
  color: #0b8d49;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

body.halo-product-shell .halo-science-product__coa-head span {
  color: #131b29;
  font-size: 14px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-product__coa-card p,
body.halo-product-shell .halo-science-product__coa-card li,
body.halo-product-shell .halo-science-minicard p,
body.halo-product-shell .halo-science-sidepanel li,
body.halo-product-shell .halo-science-sidecard__row span,
body.halo-product-shell .halo-science-section__content > p,
body.halo-product-shell .halo-science-refcard a {
  color: #576076;
  font-size: 13px;
  line-height: 1.75;
}

body.halo-product-shell .halo-science-product__coa-card ul,
body.halo-product-shell .halo-science-sidepanel ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

body.halo-product-shell .halo-science-product__quickstats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 26px;
}

body.halo-product-shell .halo-science-product__quickstats article {
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 12px 30px rgba(15, 23, 40, 0.04);
}

body.halo-product-shell .halo-science-product__quickstats strong {
  display: block;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.halo-product-shell .halo-science-product__quickstats span {
  color: #5c6579;
  font-size: 13px;
  line-height: 1.55;
}

body.halo-product-shell .halo-science-section {
  padding: 28px;
  margin-bottom: 24px;
}

body.halo-product-shell .halo-science-section h2 {
  margin: 14px 0 12px;
  color: #04070f;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.04em;
}

body.halo-product-shell .halo-science-section--split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 22px;
  align-items: start;
}

body.halo-product-shell .halo-science-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

body.halo-product-shell .halo-science-steps article,
body.halo-product-shell .halo-science-minicard,
body.halo-product-shell .halo-science-sidecard,
body.halo-product-shell .halo-science-sidepanel,
body.halo-product-shell .halo-science-feature-score,
body.halo-product-shell .halo-science-barcard,
body.halo-product-shell .halo-science-badgecard,
body.halo-product-shell .halo-science-refcard {
  padding: 20px;
}

body.halo-product-shell .halo-science-steps article {
  border-radius: 20px;
  background: #f7f8fc;
}

body.halo-product-shell .halo-science-steps h3,
body.halo-product-shell .halo-science-minicard h3,
body.halo-product-shell .halo-science-sidecard h3,
body.halo-product-shell .halo-science-sidepanel h3,
body.halo-product-shell .halo-science-barcard h3,
body.halo-product-shell .halo-science-refcard h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
}

body.halo-product-shell .halo-science-steps p,
body.halo-product-shell .halo-science-minicard p {
  margin: 0;
  color: #59637a;
  font-size: 13px;
  line-height: 1.75;
}

body.halo-product-shell .halo-science-sidecard {
  background: linear-gradient(180deg, #111827 0%, #0b0f17 100%);
  color: #f4f7ff;
}

body.halo-product-shell .halo-science-sidecard h3,
body.halo-product-shell .halo-science-sidecard__row strong {
  color: #fff;
}

body.halo-product-shell .halo-science-sidecard__row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.halo-product-shell .halo-science-sidecard__row:last-child {
  border-bottom: 0;
}

body.halo-product-shell .halo-science-research-grid {
  grid-template-columns: minmax(240px, 0.68fr) repeat(3, minmax(0, 1fr));
}

body.halo-product-shell .halo-science-feature-score {
  display: grid;
  align-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

body.halo-product-shell .halo-science-feature-score strong {
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.05em;
}

body.halo-product-shell .halo-science-feature-score span {
  margin-top: 8px;
  color: #5d6578;
  font-size: 14px;
  line-height: 1.6;
}

body.halo-product-shell .halo-science-bar {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

body.halo-product-shell .halo-science-bar__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: #202938;
  font-size: 12px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-bar__track {
  height: 8px;
  border-radius: 999px;
  background: #e8edf4;
  overflow: hidden;
}

body.halo-product-shell .halo-science-bar__track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0ea55d 0%, #6ce0a0 100%);
}

body.halo-product-shell .halo-science-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.halo-product-shell .halo-science-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.halo-product-shell .halo-science-grid--stack {
  grid-template-columns: 1fr;
}

body.halo-product-shell .halo-science-grid--refs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.halo-product-shell .halo-science-badgecard {
  text-align: center;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

body.halo-product-shell .halo-science-badgecard strong {
  display: block;
  margin-bottom: 6px;
  color: #0b8d49;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
}

body.halo-product-shell .halo-science-badgecard span {
  color: #4f596f;
  font-size: 13px;
  line-height: 1.6;
}

body.halo-product-shell .halo-science-table {
  display: grid;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

body.halo-product-shell .halo-science-table__row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  background: #fff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
}

body.halo-product-shell .halo-science-table__row:last-child {
  border-bottom: 0;
}

body.halo-product-shell .halo-science-table__row span {
  color: #59637a;
  font-size: 12px;
  font-weight: 600;
}

body.halo-product-shell .halo-science-table__row strong {
  color: #101828;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

body.halo-product-shell .halo-science-faq {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

body.halo-product-shell .halo-science-faq__item {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  overflow: hidden;
}

body.halo-product-shell .halo-science-faq__button {
  width: 100%;
  min-height: 66px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  background: transparent;
  border: 0;
}

body.halo-product-shell .halo-science-faq__button svg {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

body.halo-product-shell .halo-science-faq__panel {
  padding: 0 20px 18px;
}

body.halo-product-shell .halo-science-faq__panel p {
  margin: 0;
  color: #5d6578;
  font-size: 13px;
  line-height: 1.85;
}

body.halo-product-shell .halo-science-refcard span,
body.halo-product-shell .halo-science-refcard small {
  display: block;
  color: #0b8d49;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.halo-product-shell .halo-science-refcard small {
  color: #8a92a5;
  margin-top: 10px;
}

body.halo-product-shell .halo-science-refcard a {
  display: inline-flex;
  margin-top: 12px;
  color: #6554cc;
  font-weight: 700;
  text-decoration: none;
}

body.halo-product-shell .halo-science-product__notice {
  margin-top: 10px;
  margin-bottom: 24px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 135, 68, 0.24);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff8f4 0%, #fffdfb 100%);
}

body.halo-product-shell .halo-science-product__notice strong {
  display: block;
  margin-bottom: 8px;
  color: #ed6a1f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.halo-product-shell .halo-science-product__notice p {
  margin: 0;
  color: #6d5f5b;
  font-size: 13px;
  line-height: 1.85;
}

body.halo-product-shell .halo-science-product__cta {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 38px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(245, 255, 177, 0.95) 0%, rgba(237, 255, 202, 0.94) 48%, rgba(245, 233, 255, 0.94) 100%);
}

body.halo-product-shell .halo-science-product__cta-copy {
  max-width: 720px;
}

body.halo-product-shell .halo-science-product__cta-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #0b0d12;
}

body.halo-product-shell .halo-science-product__cta .halo-cta {
  min-width: 170px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: #0b1017;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 1180px) {
  body.halo-product-shell .halo-science-product__grid,
  body.halo-product-shell .halo-science-section--split,
  body.halo-product-shell .halo-science-research-grid {
    grid-template-columns: 1fr;
  }

  body.halo-product-shell .halo-science-grid--4,
  body.halo-product-shell .halo-science-grid--refs,
  body.halo-product-shell .halo-science-product__quickstats,
  body.halo-product-shell .halo-science-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.halo-product-shell .halo-science-product-page {
    padding-bottom: 48px;
  }

  body.halo-product-shell .halo-science-product__gallery,
  body.halo-product-shell .halo-science-product__summary,
  body.halo-product-shell .halo-science-section,
  body.halo-product-shell .halo-science-product__cta {
    padding: 20px;
    border-radius: 22px;
  }

  body.halo-product-shell .halo-science-product__gallery-main {
    min-height: 320px;
  }

  body.halo-product-shell .halo-science-product__summary h1,
  body.halo-product-shell .halo-science-section h2,
  body.halo-product-shell .halo-science-product__cta-copy h2 {
    font-size: 32px;
  }

  body.halo-product-shell .halo-science-product__purchase-row,
  body.halo-product-shell .halo-science-product__cta {
    flex-direction: column;
  }

  body.halo-product-shell .halo-science-product__purchase-row .quantity,
  body.halo-product-shell .halo-science-product__purchase-row .single_add_to_cart_button,
  body.halo-product-shell .halo-science-product__cta .halo-cta {
    width: 100%;
  }

  body.halo-product-shell .halo-science-product__delivery > div {
    flex-direction: column;
    align-items: flex-start;
  }

  body.halo-product-shell .halo-science-grid--4,
  body.halo-product-shell .halo-science-grid--3,
  body.halo-product-shell .halo-science-grid--refs,
  body.halo-product-shell .halo-science-product__quickstats,
  body.halo-product-shell .halo-science-steps {
    grid-template-columns: 1fr;
  }

  body.halo-product-shell .halo-science-table__row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Product page refinement pass */
body.halo-product-shell .halo-science-product-page .content-container {
  max-width: 1240px;
}

body.halo-product-shell .halo-science-product {
  padding-top: 8px;
}

body.halo-product-shell .halo-science-product__grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.86fr);
  gap: 20px;
}

body.halo-product-shell .halo-science-product__gallery,
body.halo-product-shell .halo-science-product__summary {
  border-radius: 24px;
}

body.halo-product-shell .halo-science-product__gallery {
  padding: 24px;
}

body.halo-product-shell .halo-science-product__gallery-main {
  min-height: 430px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(182, 221, 255, 0.34), transparent 34%),
    linear-gradient(180deg, #fefefe 0%, #f3f7fb 100%);
}

body.halo-product-shell .halo-science-product__gallery-main img {
  width: min(100%, 290px);
  max-height: 360px;
}

body.halo-product-shell .halo-science-product__summary {
  padding: 24px 24px 22px;
}

body.halo-product-shell .halo-science-product__summary h1 {
  margin: 10px 0 8px;
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.02;
}

body.halo-product-shell .halo-science-product__subtitle {
  max-width: 52ch;
  font-size: 14px;
  line-height: 1.65;
}

body.halo-product-shell .halo-science-product__price {
  font-size: 28px;
}

body.halo-product-shell .halo-science-product__purchase-row .quantity {
  width: 88px;
}

body.halo-product-shell .halo-science-product__purchase-row .qty,
body.halo-product-shell .halo-science-product__purchase-row .single_add_to_cart_button {
  height: 48px;
  min-height: 48px;
  border-radius: 14px;
}

body.halo-product-shell .halo-science-product__delivery > div {
  border: 1px solid rgba(17, 24, 39, 0.05);
}

body.halo-product-shell .halo-science-product__assurance {
  gap: 14px;
}

body.halo-product-shell .halo-science-product__coa-card {
  border-radius: 20px;
}

body.halo-product-shell .halo-science-product__quickstats {
  gap: 14px;
}

body.halo-product-shell .halo-science-product__quickstats article {
  padding: 16px 18px;
  border-radius: 18px;
}

body.halo-product-shell .halo-science-product__quickstats strong {
  font-size: 24px;
}

body.halo-product-shell .halo-science-section {
  border-radius: 22px;
  padding: 24px;
}

body.halo-product-shell .halo-science-section h2 {
  font-size: clamp(26px, 2.5vw, 36px);
}

body.halo-product-shell .halo-science-research-grid {
  gap: 14px;
}

body.halo-product-shell .halo-science-product__notice {
  margin-bottom: 0;
}

body.halo-product-shell .halo-science-product__cta {
  position: relative;
  overflow: clip;
  margin: 28px calc(50% - 50vw) 0;
  padding: 56px 0 88px;
  border-radius: 0;
  background: linear-gradient(180deg, #fefeca 0%, #e9fae7 100%);
}

body.halo-product-shell .halo-science-product__cta-inner {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

body.halo-product-shell .halo-science-product__cta-copy {
  max-width: 720px;
  margin: 0 auto;
}

body.halo-product-shell .halo-science-product__cta-copy h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

body.halo-product-shell .halo-science-product__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  margin-top: 24px;
  padding: 0 24px;
  border-radius: 999px;
  background: #0c1017;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.halo-product-shell .halo-science-product__cta-button:hover {
  background: #000;
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(12, 16, 23, 0.18);
}

body.halo-product-shell .halo-science-product__cta-button svg {
  transition: transform 0.2s ease;
}

body.halo-product-shell .halo-science-product__cta-button:hover svg {
  transform: translateX(3px);
}

body.halo-product-shell .halo-science-product__cta-art {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

body.halo-product-shell .halo-science-product__cta-art--left {
  left: max(12px, calc(50% - 620px));
  top: -16px;
  width: 88px;
  transform: rotate(16deg);
}

body.halo-product-shell .halo-science-product__cta-art--right {
  right: max(18px, calc(50% - 610px));
  bottom: -38px;
  width: 92px;
  transform: rotate(-10deg);
}

body.halo-product-shell .halo-science-product__cta-vial-image {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1180px) {
  body.halo-product-shell .halo-science-product__grid {
    grid-template-columns: 1fr;
  }

  body.halo-product-shell .halo-science-product__gallery {
    position: static;
    top: auto;
  }
}

@media (max-width: 768px) {
  body.halo-product-shell .halo-science-product__cta {
    margin-top: 24px;
    padding: 38px 0 72px;
  }

  body.halo-product-shell .halo-science-product__cta-inner {
    padding: 0 18px;
  }

  body.halo-product-shell .halo-science-product__cta-art--left {
    left: 2px;
    top: -8px;
    width: 54px;
  }

  body.halo-product-shell .halo-science-product__cta-art--right {
    right: 4px;
    bottom: -28px;
    width: 60px;
  }
}

/* Product v3 refinement */
body.halo-product-shell .halo-science-product__alias {
  margin: -2px 0 10px;
  color: #6a7385;
  font-size: 12px;
  line-height: 1.55;
}

body.halo-product-shell .halo-science-product__proof {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 15px 16px;
  margin-bottom: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffef6 0%, #fbfcff 100%);
}

body.halo-product-shell .halo-science-product__proof-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #fef3bc;
  color: #0f1728;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-product__proof-copy strong {
  display: block;
  color: #101828;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 2px;
}

body.halo-product-shell .halo-science-product__proof-copy p {
  margin: 0;
  color: #5f687d;
  font-size: 12px;
  line-height: 1.6;
}

body.halo-product-shell .halo-science-product__proof-button,
body.halo-product-shell .halo-science-product__coa-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #0d1118;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

body.halo-product-shell .halo-science-product__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 6px 0 26px;
}

body.halo-product-shell .halo-science-product__trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 12px;
  text-align: center;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-product__trust-icon {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #10b768;
  box-shadow: 0 0 0 4px rgba(16, 183, 104, 0.14);
  flex: 0 0 auto;
}

body.halo-product-shell .halo-science-product__together {
  margin: 18px 0 34px;
}

body.halo-product-shell .halo-science-product__together-head {
  margin-bottom: 22px;
}

body.halo-product-shell .halo-science-product__together-copy h2 {
  margin: 0;
  color: #070b13;
  font-size: clamp(32px, 3.2vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

body.halo-product-shell .halo-science-product__together-copy p {
  margin: 10px 0 0;
  color: #5f687d;
  font-size: 16px;
  line-height: 1.45;
}

body.halo-product-shell .halo-science-product__together-shell {
  position: relative;
}

body.halo-product-shell .halo-science-product__together-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
  transform: translateY(-50%);
}

body.halo-product-shell .halo-science-product__together-nav:hover:not(:disabled) {
  transform: translateY(calc(-50% - 1px));
  border-color: rgba(17, 24, 39, 0.2);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.1);
}

body.halo-product-shell .halo-science-product__together-nav:disabled {
  opacity: 0.45;
  cursor: default;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__together-nav--prev {
  left: -22px;
}

body.halo-product-shell .halo-science-product__together-nav--next {
  right: -22px;
}

body.halo-product-shell .halo-science-product__together-slider {
  overflow: hidden;
}

body.halo-product-shell .halo-science-product__together-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 0 12px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.halo-product-shell .halo-science-product__together-track::-webkit-scrollbar {
  display: none;
}

body.halo-product-shell .halo-science-product__together-slide {
  flex: 0 0 276px;
  scroll-snap-align: start;
}

body.halo-product-shell .halo-science-product__together-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

body.halo-product-shell .halo-science-product__together-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  text-decoration: none;
  background: linear-gradient(180deg, #dbe5ef 0%, #b7cbde 100%);
}

body.halo-product-shell .halo-science-product__together-card.halo-card-tint-a .halo-science-product__together-media {
  background: linear-gradient(180deg, #d9d7eb 0%, #bbb4ef 100%);
}

body.halo-product-shell .halo-science-product__together-card.halo-card-tint-b .halo-science-product__together-media {
  background: linear-gradient(180deg, #ddd8c8 0%, #c9ad68 100%);
}

body.halo-product-shell .halo-science-product__together-card.halo-card-tint-c .halo-science-product__together-media {
  background: linear-gradient(180deg, #d5d4e7 0%, #aba6db 100%);
}

body.halo-product-shell .halo-science-product__together-card.halo-card-tint-d .halo-science-product__together-media {
  background: linear-gradient(180deg, #ccd8d4 0%, #7cb9a5 100%);
}

body.halo-product-shell .halo-science-product__together-card .halo-science-product__together-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% center;
  transition: transform 0.28s ease;
}

body.halo-product-shell .halo-science-product__together-card:hover .halo-science-product__together-img {
  transform: scale(1.04);
}

body.halo-product-shell .halo-science-product__together-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 14px 14px 16px;
  background: #fff;
}

body.halo-product-shell .halo-science-product__together-body h3 {
  min-height: 0;
  margin: 0;
}

body.halo-product-shell .halo-science-product__together-title,
body.halo-product-shell .halo-science-product__together-title:visited {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #16181d !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

body.halo-product-shell .halo-science-product__together-title:hover {
  opacity: 0.82;
}

body.halo-product-shell .halo-science-product__together-subtitle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  min-height: 1.45em;
  margin: 4px 0 0;
  color: #6a7284;
  font-size: 14px;
  line-height: 1.45;
}

body.halo-product-shell .halo-science-product__together-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
}

body.halo-product-shell .halo-science-product__together-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

body.halo-product-shell .halo-science-product__together-price .halo-card-price-prefix {
  display: block;
  color: #7b8392;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
}

body.halo-product-shell .halo-science-product__together-price .halo-card-price-value,
body.halo-product-shell .halo-science-product__together-price .amount {
  color: #16181d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

body.halo-product-shell .halo-science-product__together-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #17171d;
  color: #fff;
  text-decoration: none;
  flex: 0 0 auto;
}

body.halo-product-shell .halo-science-product__together-cta:hover {
  background: #0d0f14;
  color: #fff;
}

@media (max-width: 820px) {
  body.halo-product-shell .halo-science-product__together {
    margin: 14px 0 28px;
  }

  body.halo-product-shell .halo-science-product__together-track {
    gap: 14px;
  }

  body.halo-product-shell .halo-science-product__together-slide {
    flex-basis: min(276px, calc(100vw - 5rem));
  }

  body.halo-product-shell .halo-science-product__together-nav {
    display: none;
  }
}

body.halo-product-shell .halo-science-product__assurance {
  display: block;
}

body.halo-product-shell .halo-science-product__assurance-head {
  margin-bottom: 18px;
}

body.halo-product-shell .halo-science-product__assurance-head h2 {
  margin: 12px 0 6px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #070b13;
}

body.halo-product-shell .halo-science-product__assurance-head p {
  margin: 0;
  color: #5f687d;
  font-size: 14px;
}

body.halo-product-shell .halo-science-product__assurance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.halo-product-shell .halo-science-product__coa-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, #10131b 0%, #0b0f16 100%);
  color: #f8fbff;
  box-shadow: 0 20px 44px rgba(12, 17, 24, 0.18);
}

body.halo-product-shell .halo-science-product__coa-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dbe4ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.halo-product-shell .halo-science-product__coa-card .halo-science-product__coa-head {
  margin-top: 14px;
}

body.halo-product-shell .halo-science-product__coa-card .halo-science-product__coa-head h2 {
  color: #49da84;
  font-size: 38px;
}

body.halo-product-shell .halo-science-product__coa-card .halo-science-product__coa-head span {
  color: #d8e0f2;
}

body.halo-product-shell .halo-science-product__coa-title {
  margin: 8px 0 6px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

body.halo-product-shell .halo-science-product__coa-card p,
body.halo-product-shell .halo-science-product__coa-card li {
  color: #aab4ca;
}

body.halo-product-shell .halo-science-product__coa-button {
  margin-top: 16px;
  background: #ffffff;
  color: #0d1118;
}

body.halo-product-shell .halo-science-product__quickstats article small {
  display: block;
  margin-top: 6px;
  color: #7a8396;
  font-size: 11px;
  line-height: 1.55;
}

body.halo-product-shell .halo-science-section__subcopy {
  margin: -2px 0 8px;
  color: #5d667b;
  font-size: 13px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-steps__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf1ff;
  color: #4d63c8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

body.halo-product-shell .halo-science-sidecard__eyebrow,
body.halo-product-shell .halo-science-sidepanel__eyebrow {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #d7def0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.halo-product-shell .halo-science-sidecard__copy,
body.halo-product-shell .halo-science-sidepanel p {
  margin: 10px 0 0;
  color: #c1c9da;
  font-size: 13px;
  line-height: 1.75;
}

body.halo-product-shell .halo-science-feature-score__kicker {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf2ff;
  color: #5365c9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

body.halo-product-shell .halo-science-feature-score p,
body.halo-product-shell .halo-science-barcard p {
  margin: 10px 0 0;
  color: #5f687d;
  font-size: 12px;
  line-height: 1.7;
}

body.halo-product-shell .halo-science-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

body.halo-product-shell .halo-science-minicard--detail {
  min-height: 100%;
}

@media (max-width: 980px) {
  body.halo-product-shell .halo-science-product__proof {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  body.halo-product-shell .halo-science-product__trust,
  body.halo-product-shell .halo-science-product__assurance-grid,
  body.halo-product-shell .halo-science-grid--2 {
    grid-template-columns: 1fr;
  }
}

/* Product v4 polish */
body.halo-product-shell .halo-science-product__summary .halo-science-product__eyebrow {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #555;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.halo-product-shell .halo-science-product__summary h1 {
  margin: 8px 0 10px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.98;
}

body.halo-product-shell .halo-science-product__subtitle {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
}

body.halo-product-shell .halo-science-product__pills span {
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #555;
  font-size: 12px;
  font-weight: 500;
}

body.halo-product-shell .halo-science-product__price-label {
  margin: 2px 0 4px;
  color: #666;
  font-size: 13px;
  font-weight: 600;
}

body.halo-product-shell .halo-science-product__price {
  margin-bottom: 14px;
  font-size: 30px;
}

body.halo-product-shell .halo-price-stack--product {
  gap: 12px;
}

body.halo-product-shell .halo-price-stack--product .halo-price-stack__original {
  color: #98a2b3;
  font-size: 0.52em;
  font-weight: 600;
}

body.halo-product-shell .halo-price-stack--product .halo-price-stack__current {
  font-size: 1em;
  font-weight: 700;
}

body.halo-product-shell .halo-science-product__bundle {
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid #e6e8ef;
  border-radius: 18px;
  background: #fff;
}

body.halo-product-shell .halo-science-product__bundle-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
  margin-bottom: 12px;
}

body.halo-product-shell .halo-science-product__bundle-head span {
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.halo-product-shell .halo-science-product__bundle-head small {
  color: #667085;
  font-size: 12px;
}

body.halo-product-shell .halo-science-product__bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

body.halo-product-shell .halo-science-product__bundle-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px;
  min-height: 96px;
  border: 1px solid #dfe3eb;
  border-radius: 16px;
  background: #fff;
  color: #111827;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.halo-product-shell .halo-science-product__bundle-card:hover {
  border-color: #40336e;
  transform: translateY(-1px);
}

body.halo-product-shell .halo-science-product__bundle-card.is-active {
  border-color: #2fb6bf;
  background: linear-gradient(180deg, rgba(47, 182, 191, 0.1) 0%, rgba(47, 182, 191, 0.04) 100%);
  box-shadow: 0 8px 24px rgba(47, 182, 191, 0.12);
}

body.halo-product-shell .halo-science-product__bundle-card-media {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-product__bundle-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.halo-product-shell .halo-science-product__bundle-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

body.halo-product-shell .halo-science-product__bundle-card-price {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  min-height: 18px;
}

body.halo-product-shell .halo-price-stack--bundle {
  gap: 6px;
}

body.halo-product-shell .halo-price-stack--bundle .halo-price-stack__original {
  color: #98a2b3;
  font-size: 12px;
  font-weight: 600;
}

body.halo-product-shell .halo-price-stack--bundle .halo-price-stack__current {
  font-size: 14px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-product__bundle-card-copy strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

body.halo-product-shell .halo-science-product__bundle-card-copy small {
  display: block;
  color: #2fb6bf;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 100%;
  white-space: normal;
}

body.halo-product-shell .halo-science-product__bundle-summary {
  margin: 10px 0 0;
  color: #2f6b72;
  font-size: 13px;
  font-weight: 600;
}

body.halo-product-shell .halo-science-product__purchase-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: stretch;
}

body.halo-product-shell .halo-science-product__quantity-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 14px;
}

body.halo-product-shell .halo-science-product__quantity-row .halo-science-product__option-label {
  margin: 0;
  min-width: 86px;
}

body.halo-product-shell .halo-science-product__purchase-row--actions {
  display: block;
}

body.halo-product-shell .halo-science-product__qty-wrap {
  display: inline-grid;
  grid-template-columns: 44px minmax(60px, auto) 44px;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

body.halo-product-shell .halo-science-product__qty-wrap .quantity {
  width: 60px;
  min-width: 60px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-product__qty-wrap .screen-reader-text {
  display: none;
}

body.halo-product-shell .halo-science-product__qty-wrap .qty {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  appearance: textfield;
}

body.halo-product-shell .halo-science-product__qty-wrap .qty::-webkit-outer-spin-button,
body.halo-product-shell .halo-science-product__qty-wrap .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.halo-product-shell .halo-science-product__qty-button {
  width: 42px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-product__qty-button:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.03);
}

body.halo-product-shell .halo-science-product__actions {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
}

body.halo-product-shell .halo-science-product__coa-link {
  appearance: none;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  background: #fff;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-product__actions .single_add_to_cart_button {
  min-height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body.halo-product-shell .halo-science-product__actions .single_add_to_cart_button svg {
  flex: 0 0 auto;
}

body.halo-product-shell .halo-science-product__mobile-dock {
  display: none;
}

body.halo-product-shell .halo-science-product__shipping-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  padding: 12px;
  border-radius: 14px;
  background: #f8f8f8;
}

body.halo-product-shell .halo-science-product__shipping-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

body.halo-product-shell .halo-science-product__shipping-icon {
  width: 18px;
  height: 18px;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-product__shipping-item strong {
  display: block;
  color: #333;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

body.halo-product-shell .halo-science-product__shipping-item small {
  display: block;
  color: #666;
  font-size: 11px;
  line-height: 1.35;
}

body.halo-product-shell .halo-science-product__klarna {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 179, 199, 0.35);
  border-radius: 12px;
  background: rgba(255, 179, 199, 0.1);
}

body.halo-product-shell .halo-science-product__klarna-badge {
  width: 55px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 auto;
}

body.halo-product-shell .halo-science-product__klarna-copy {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}

body.halo-product-shell .halo-science-product__payment-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  color: #666;
  font-size: 12px;
}

body.halo-product-shell .halo-science-product__payment-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.halo-product-shell .halo-science-product__payment-icons img {
  width: auto;
  height: 22px;
  object-fit: contain;
}

body.halo-product-shell .halo-science-product__payment-badge {
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-product__payment-badge--applepay {
  gap: 2px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.halo-product-shell .halo-science-product__payment-badge--applepay strong {
  font-size: 11px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-product__payment-badge--visa {
  border-color: rgba(26, 31, 113, 0.12);
  color: #1a1f71;
  letter-spacing: 0.08em;
}

body.halo-product-shell .halo-science-product__payment-badge--amex {
  border-color: rgba(13, 110, 168, 0.14);
  color: #0d6ea8;
  letter-spacing: 0.04em;
}

body.halo-product-shell .halo-science-product__trust {
  gap: 12px;
  margin: 0 0 26px;
}

body.halo-product-shell .halo-science-product__trust-item {
  gap: 12px;
  padding: 14px 12px;
}

body.halo-product-shell .halo-science-product__trust-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ecfdf3;
  box-shadow: none;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-product__trust-item div {
  display: block;
}

body.halo-product-shell .halo-science-product__trust-item strong {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

body.halo-product-shell .halo-science-product__trust-item small {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 1.3;
}

@media (max-width: 980px) {
  body.halo-product-shell .halo-science-product__bundle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.halo-product-shell .halo-science-product__purchase-row,
  body.halo-product-shell .halo-science-product__actions,
  body.halo-product-shell .halo-science-product__shipping-grid,
  body.halo-product-shell .halo-science-product__trust {
    grid-template-columns: 1fr;
  }

  body.halo-product-shell .halo-science-product__quantity-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  body.halo-product-shell .halo-science-product__payment-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  body.halo-product-shell .halo-science-product__bundle-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  body.halo-product-shell.halo-mobile-purchase-dock-active {
    padding-bottom: 164px;
  }

  body.halo-product-shell .halo-science-product__mobile-dock {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    z-index: 120;
    display: block;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-inner {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(18px);
  }

  body.halo-product-shell .halo-science-product__mobile-dock-options {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-options::-webkit-scrollbar {
    display: none;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-option {
    appearance: none;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d7dce6;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-option.is-active {
    border-color: #7d63ff;
    background: #f1edff;
    color: #5d4bc2;
    box-shadow: 0 0 0 3px rgba(125, 99, 255, 0.12);
  }

  body.halo-product-shell .halo-science-product__mobile-dock-option:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-qty {
    display: inline-grid;
    grid-template-columns: 40px minmax(28px, auto) 40px;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-qty-button {
    width: 40px;
    height: 46px;
    border: 0;
    background: transparent;
    color: #555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-qty-value {
    min-width: 28px;
    padding: 0 4px;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-button {
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #0d1118;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: none;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-button svg {
    flex: 0 0 auto;
  }
}

/* Product reviews + COA modal */
body.halo-product-shell .halo-science-stars {
  position: relative;
  display: inline-block;
  color: #d7dce6;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.12em;
}

body.halo-product-shell .halo-science-stars__base,
body.halo-product-shell .halo-science-stars__fill {
  display: block;
  white-space: nowrap;
}

body.halo-product-shell .halo-science-stars__fill {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  color: #10b768;
}

body.halo-product-shell .halo-science-product__rating {
  gap: 10px;
}

body.halo-product-shell .halo-science-product__rating > span:last-child {
  color: #475066;
  font-size: 13px;
  font-weight: 600;
}

body.halo-product-shell .halo-science-product__assurance-grid {
  align-items: stretch;
}

body.halo-product-shell .halo-science-product__coa-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border: 1px solid #e5ebf4;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #0d1320;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

body.halo-product-shell .halo-science-product__coa-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #10b768 0%, #8ed7ff 100%);
}

body.halo-product-shell .halo-science-product__coa-badge {
  background: #eef7ff;
  color: #0f5ea8;
  border: 1px solid #d7e9fb;
}

body.halo-product-shell .halo-science-product__coa-card .halo-science-product__coa-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

body.halo-product-shell .halo-science-product__coa-card .halo-science-product__coa-head h2 {
  color: #0d1320;
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1;
}

body.halo-product-shell .halo-science-product__coa-card .halo-science-product__coa-head span {
  color: #10b768;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.halo-product-shell .halo-science-product__coa-title {
  color: #182033;
}

body.halo-product-shell .halo-science-product__coa-card p,
body.halo-product-shell .halo-science-product__coa-card li {
  color: #556079;
}

body.halo-product-shell .halo-science-product__coa-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.halo-product-shell .halo-science-product__coa-card li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.55;
}

body.halo-product-shell .halo-science-product__coa-card li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #10b768;
  box-shadow: 0 0 0 4px rgba(16, 183, 104, 0.12);
}

body.halo-product-shell .halo-science-product__coa-button {
  margin-top: auto;
  padding: 14px 18px;
  border: 1px solid #d4deee;
  border-radius: 999px;
  background: #fff;
  color: #0d1320;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.halo-product-shell .halo-science-product__coa-button:hover {
  transform: translateY(-1px);
  border-color: #10b768;
  box-shadow: 0 16px 34px rgba(16, 183, 104, 0.16);
}

body.halo-coa-modal-open {
  overflow: hidden;
}

body.halo-product-shell .halo-science-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

body.halo-product-shell .halo-science-modal[hidden] {
  display: none !important;
}

body.halo-product-shell .halo-science-modal.is-open {
  display: flex;
}

body.halo-product-shell .halo-science-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 11, 19, 0.6);
  backdrop-filter: blur(4px);
}

body.halo-product-shell .halo-science-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
}

body.halo-product-shell .halo-science-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px solid #e6edf7;
}

body.halo-product-shell .halo-science-modal__header h3 {
  margin: 0;
  color: #0d1320;
  font-size: 20px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-modal__close {
  width: 40px;
  height: 40px;
  border: 1px solid #dbe4f1;
  border-radius: 999px;
  background: #fff;
  color: #2d3446;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body.halo-product-shell .halo-science-modal__body {
  background: #f3f6fb;
  padding: 20px;
  max-height: min(78vh, 860px);
  overflow: auto;
}

body.halo-product-shell .halo-science-modal__status {
  padding: 18px 20px;
  border: 1px solid #dbe4f1;
  border-radius: 20px;
  background: #fff;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
}

body.halo-product-shell .halo-science-modal__status.is-error {
  color: #b42318;
}

body.halo-product-shell .halo-science-modal__pages {
  display: grid;
  gap: 18px;
  justify-items: center;
}

body.halo-product-shell .halo-science-modal__page {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 14px;
  border-radius: 24px;
  background: #e7edf7;
}

body.halo-product-shell .halo-science-modal__canvas {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

body.halo-product-shell .halo-science-section--reviews {
  display: block;
}

body.halo-product-shell .halo-science-reviews {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

body.halo-product-shell .halo-science-review-summary,
body.halo-product-shell .halo-science-review-card,
body.halo-product-shell .halo-science-review-form-wrap {
  border: 1px solid #e6edf7;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

body.halo-product-shell .halo-science-review-summary {
  padding: 24px;
}

body.halo-product-shell .halo-science-review-summary__score {
  display: block;
  color: #0d1320;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.06em;
}

body.halo-product-shell .halo-science-review-summary__stars {
  margin-top: 12px;
}

body.halo-product-shell .halo-science-review-summary__stars .halo-science-stars {
  font-size: 18px;
}

body.halo-product-shell .halo-science-review-summary__count {
  margin: 10px 0 0;
  color: #5a657d;
  font-size: 14px;
  line-height: 1.5;
}

body.halo-product-shell .halo-science-review-bars {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

body.halo-product-shell .halo-science-review-bars__row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 24px;
  gap: 10px;
  align-items: center;
  color: #465068;
  font-size: 13px;
  font-weight: 600;
}

body.halo-product-shell .halo-science-review-bars__track {
  height: 8px;
  border-radius: 999px;
  background: #edf2f8;
  overflow: hidden;
}

body.halo-product-shell .halo-science-review-bars__track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #10b768 0%, #7ed4a8 100%);
}

body.halo-product-shell .halo-science-review-summary__action {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #5b2ca2;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-review-stack {
  display: grid;
  gap: 20px;
}

body.halo-product-shell .halo-science-review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.halo-product-shell .halo-science-review-card {
  padding: 22px;
}

body.halo-product-shell .halo-science-review-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

body.halo-product-shell .halo-science-review-card__meta strong {
  display: block;
  color: #0d1320;
  font-size: 15px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-review-card__meta small {
  display: block;
  margin-top: 4px;
  color: #71809c;
  font-size: 12px;
}

body.halo-product-shell .halo-science-review-card__content,
body.halo-product-shell .halo-science-review-card__content p {
  margin: 0;
  color: #4a556d;
  font-size: 14px;
  line-height: 1.7;
}

body.halo-product-shell .halo-science-review-empty {
  padding: 22px;
  border: 1px dashed #d8e3f1;
  border-radius: 20px;
  background: #fbfdff;
  color: #5a657d;
  font-size: 14px;
  line-height: 1.7;
}

body.halo-product-shell .halo-science-review-form-wrap {
  padding: 24px;
}

body.halo-product-shell .halo-science-review-form-wrap .comment-reply-title {
  display: block;
  margin: 0 0 18px;
  color: #0d1320;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

body.halo-product-shell .halo-science-review-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.halo-product-shell .halo-science-review-form p {
  margin: 0;
}

body.halo-product-shell .halo-science-review-form label {
  display: block;
  margin-bottom: 8px;
  color: #273044;
  font-size: 13px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-review-form input,
body.halo-product-shell .halo-science-review-form select,
body.halo-product-shell .halo-science-review-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d8e1ef;
  border-radius: 18px;
  background: #fff;
  color: #0d1320;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: none;
}

body.halo-product-shell .halo-science-review-form textarea {
  min-height: 160px;
  resize: vertical;
}

body.halo-product-shell .halo-science-review-form .comment-form-rating,
body.halo-product-shell .halo-science-review-form .comment-form-comment,
body.halo-product-shell .halo-science-review-form .form-submit,
body.halo-product-shell .halo-science-review-form .comment-notes,
body.halo-product-shell .halo-science-review-form .must-log-in,
body.halo-product-shell .halo-science-review-form .logged-in-as {
  grid-column: 1 / -1;
}

body.halo-product-shell .halo-science-review-form .submit {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #5b2ca2;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

body.halo-product-shell .halo-science-review-form__message {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #eadcfb;
  border-radius: 18px;
  background: #faf7ff;
  color: #5f4a87;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  body.halo-product-shell .halo-science-reviews,
  body.halo-product-shell .halo-science-review-list,
  body.halo-product-shell .halo-science-review-form {
    grid-template-columns: 1fr;
  }

  body.halo-product-shell .halo-science-modal {
    padding: 12px;
  }

  body.halo-product-shell .halo-science-modal__body {
    padding: 14px;
    max-height: 70vh;
  }
}

main#main-content .halo-affiliate-hero-title,
main#main-content .halo-affiliate-hero-description,
main#main-content .halo-affiliate-hero-stats {
  width: 100%;
}

@media (min-width: 1024px) {
  main#main-content .halo-affiliate-hero {
    min-height: 620px;
    height: auto !important;
  }

  main#main-content .halo-affiliate-hero-copy {
    gap: 1rem !important;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  main#main-content .halo-affiliate-hero-title {
    max-width: 18ch !important;
    font-size: clamp(3.5rem, 3vw, 4.5rem) !important;
  }

  main#main-content .halo-affiliate-hero-description,
  main#main-content .halo-affiliate-hero-stats {
    max-width: 36rem !important;
  }

  main#main-content .halo-affiliate-hero-stats {
    gap: 1rem 2rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  main#main-content .halo-affiliate-hero-cta-wrap {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1280px) {
  main#main-content .halo-affiliate-hero {
    min-height: 660px;
  }

  main#main-content .halo-affiliate-hero-title {
    max-width: 17ch !important;
    font-size: clamp(4rem, 3.35vw, 5rem) !important;
  }
}

@media (min-width: 1536px) {
  main#main-content .halo-affiliate-hero {
    min-height: 700px;
  }
}

main#main-content .halo-affiliate-intro {
  background: #fff;
}

main#main-content .halo-affiliate-intro__head {
  max-width: 72rem;
  margin-right: auto;
  margin-left: auto;
}

main#main-content .halo-affiliate-intro__title,
main#main-content .halo-affiliate-intro__stat-value,
main#main-content .halo-affiliate-intro__stat-title,
main#main-content .halo-affiliate-intro__card-title {
  color: #000 !important;
}

main#main-content .halo-affiliate-intro__subtitle,
main#main-content .halo-affiliate-intro__support,
main#main-content .halo-affiliate-intro__stat-label,
main#main-content .halo-affiliate-intro__card-copy {
  color: rgba(0, 0, 0, 0.7) !important;
}

main#main-content .halo-affiliate-intro__subtitle {
  font-size: clamp(1.125rem, 1.35vw, 1.5rem);
  line-height: 1.6;
}

main#main-content .halo-affiliate-intro__support {
  margin-top: 1rem;
  line-height: 1.7;
}

main#main-content .halo-affiliate-intro__stats {
  align-items: start;
}

main#main-content .halo-affiliate-intro__stat {
  opacity: 1 !important;
  transform: none !important;
}

main#main-content .halo-affiliate-intro__stat-value {
  line-height: 1;
}

main#main-content .halo-affiliate-intro__stat-title {
  line-height: 1.25;
}

main#main-content .halo-affiliate-intro__features {
  width: 100%;
}

main#main-content .halo-affiliate-intro__cards {
  align-items: start;
}

main#main-content .halo-affiliate-intro__card-copy {
  line-height: 1.7;
}

@media (max-width: 767px) {
  main#main-content .halo-affiliate-intro {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  main#main-content .halo-affiliate-intro__stats {
    gap: 2rem 1rem !important;
  }

main#main-content .halo-affiliate-intro__features {
    margin-top: 3rem !important;
  }
}

.halo-home-featured__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.halo-home-featured__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.halo-home-featured__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}

.halo-home-featured__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 9999px;
  background: #fff;
  color: #111827;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.halo-home-featured__nav:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.1);
}

.halo-home-featured__nav:disabled {
  opacity: 0.45;
  cursor: default;
  box-shadow: none;
}

.halo-home-featured__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 4rem) / 5);
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0.125rem 0.75rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.halo-home-featured__track::-webkit-scrollbar {
  display: none;
}

.halo-home-featured__slide {
  min-width: 0;
  scroll-snap-align: start;
}

.halo-home-featured__slide > article {
  height: 100%;
}

@media (max-width: 1279px) {
  .halo-home-featured__track {
    grid-auto-columns: calc((100% - 2rem) / 3);
  }
}

@media (max-width: 767px) {
  .halo-home-featured__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .halo-home-featured__actions {
    width: 100%;
    justify-content: space-between;
  }

  .halo-home-featured__controls {
    display: none;
  }

  .halo-home-featured__track {
    grid-auto-columns: calc((100% - 0.75rem) / 2);
    gap: 0.75rem;
  }
}

/* Mobile + tablet left sidebar navigation drawer */
.halo-mobile-nav {
  position: relative;
}

.halo-mobile-nav__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1090;
  border: 0;
  background: rgba(15, 23, 42, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.halo-mobile-nav__panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: min(360px, 86vw);
  height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #fff;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 24px 0 46px rgba(15, 23, 42, 0.2);
  transform: translateX(-102%);
  transition: transform 0.28s ease;
  pointer-events: none;
}

body.admin-bar .halo-mobile-nav__backdrop,
body.admin-bar .halo-mobile-nav__panel {
  top: 32px;
  height: calc(100vh - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .halo-mobile-nav__backdrop,
  body.admin-bar .halo-mobile-nav__panel {
    top: 46px;
    height: calc(100vh - 46px);
  }
}

.halo-mobile-nav[open] .halo-mobile-nav__backdrop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.halo-mobile-nav[open] .halo-mobile-nav__panel {
  transform: translateX(0);
  pointer-events: auto;
}

body.halo-mobile-nav-open {
  overflow: hidden;
}

.halo-mobile-nav__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.halo-mobile-nav__brand {
  display: inline-flex;
  align-items: center;
}

.halo-mobile-nav__close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: rgba(15, 23, 42, 0.56);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.halo-mobile-nav__close:hover {
  color: #141414;
  background: rgba(15, 23, 42, 0.05);
}

.halo-mobile-nav__panel-body {
  overflow-y: auto;
  padding: 10px 0 14px;
}

.halo-mobile-nav__links,
.halo-mobile-nav__secondary {
  display: grid;
}

.halo-mobile-nav__secondary {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.halo-mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  color: #141414;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.halo-mobile-nav__link:hover {
  background: rgba(15, 23, 42, 0.04);
}

.halo-mobile-nav__link > span:last-child {
  color: rgba(15, 23, 42, 0.28);
  font-size: 28px;
  line-height: 1;
}

.halo-mobile-nav__link--muted {
  color: rgba(15, 23, 42, 0.56);
}

.halo-mobile-nav__panel-foot {
  padding: 14px 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: rgba(15, 23, 42, 0.34);
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .halo-mobile-nav__panel {
    width: min(400px, 54vw);
  }

  .halo-mobile-nav__link {
    font-size: 20px;
    min-height: 64px;
    padding: 0 22px;
  }

  .halo-mobile-nav__link > span:last-child {
    font-size: 28px;
  }

  .halo-mobile-nav__panel-head {
    padding: 18px 24px;
  }

  .halo-mobile-nav__brand img {
    height: 42px;
  }

  .halo-mobile-nav__close {
    width: 44px;
    height: 44px;
    font-size: 38px;
  }

  .halo-mobile-nav__panel-foot {
    font-size: 13px;
    padding: 22px 24px;
  }
}

@media (max-width: 767px) {
  .halo-mobile-nav__link {
    font-size: 17px;
    min-height: 58px;
    padding: 0 22px;
  }

  .halo-mobile-nav__link > span:last-child {
    font-size: 24px;
  }

  .halo-mobile-nav__panel-head {
    padding: 16px 20px;
  }

  .halo-mobile-nav__brand img {
    height: 34px;
  }

  .halo-mobile-nav__close {
    width: 40px;
    height: 40px;
    font-size: 34px;
  }

  .halo-mobile-nav__panel-foot {
    font-size: 14px;
    padding: 20px;
  }
}

/* Final mobile force: checkout shipping cards must be full width */
@media (max-width: 640px) {
  body.woocommerce-checkout .halo-checkout-form-wrap table.shop_table.woocommerce-checkout-review-order-table tr.shipping,
  body.woocommerce-checkout .halo-checkout-form-wrap table.shop_table.woocommerce-checkout-review-order-table tr.shipping th,
  body.woocommerce-checkout .halo-checkout-form-wrap table.shop_table.woocommerce-checkout-review-order-table tr.shipping td {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .halo-checkout-form-wrap table.shop_table.woocommerce-checkout-review-order-table tr.shipping td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.woocommerce-checkout .halo-checkout-form-wrap table.shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-checkout .halo-checkout-form-wrap table.shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 0 10px 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .halo-checkout-form-wrap table.shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li:last-child {
    margin-bottom: 0 !important;
  }

  body.woocommerce-checkout .halo-checkout-form-wrap table.shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li label {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Shipping method row: enforce current WooCommerce markup shape */
.halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method.woocommerce-shipping-methods {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  justify-items: stretch;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method.woocommerce-shipping-methods > li {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li:has(> input.shipping_method:checked) {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > input.shipping_method,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > input.shipping_method {
  width: 18px;
  height: 18px;
  margin: 4px 0 0;
  accent-color: #4f2cc8;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > label,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 14px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__copy,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__copy {
  min-width: 0;
}

.halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__description,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__description {
  margin-top: 2px;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > input.shipping_method:checked + label,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > input.shipping_method:checked + label {
  border-color: #5b3df5;
  background: #f8f6ff;
  box-shadow: 0 0 0 1px #5b3df5;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > label:hover,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > label:hover {
  border-color: rgba(79, 44, 200, 0.2);
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > input.shipping_method:focus-visible + label,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > input.shipping_method:focus-visible + label {
  outline: 2px solid rgba(91, 61, 245, 0.24);
  outline-offset: 3px;
}

.halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > input.shipping_method:checked + label .halo-shipping-rate__title,
.halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > input.shipping_method:checked + label .halo-shipping-rate__title {
  color: #2d1f77;
}

/* Cart-only fallback: force shipping method cards to span full row width. */
body.woocommerce-cart .halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods {
  width: 100% !important;
}

body.woocommerce-cart .halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li {
  display: flex !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.woocommerce-cart .halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > input.shipping_method {
  flex: 0 0 18px;
  align-self: center;
  margin-top: 0 !important;
}

body.woocommerce-cart .halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > label {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  body.woocommerce-checkout .halo-checkout-form-wrap table.shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method.woocommerce-shipping-methods > li {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    gap: 10px !important;
    margin: 0 0 10px 0 !important;
  }

  body.woocommerce-checkout .halo-checkout-form-wrap table.shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method.woocommerce-shipping-methods > li:last-child {
    margin-bottom: 0 !important;
  }

  .halo-cart-panel .cart_totals tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > label,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method.woocommerce-shipping-methods > li > label {
    grid-template-columns: 1fr;
  }

  .halo-cart-panel .cart_totals tr.shipping .halo-shipping-rate__price,
  .halo-checkout-form-wrap .shop_table.woocommerce-checkout-review-order-table tr.shipping .halo-shipping-rate__price {
    justify-content: flex-start;
    text-align: left;
  }
}

/* Checkout shipping block (div-based, not table row) */
.halo-checkout-form-wrap .halo-checkout-shipping-shell {
  margin: 10px 0 12px;
}

.halo-checkout-form-wrap .halo-checkout-shipping-packages {
  display: grid;
  gap: 12px;
}

.halo-checkout-form-wrap .halo-checkout-shipping-package {
  padding: 16px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
}

.halo-checkout-form-wrap .halo-checkout-shipping-package__title {
  margin: 0 0 12px;
  color: #101828;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods .shipping_method[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 4px 0 0;
  accent-color: #4f2cc8;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods li > label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px 14px;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods li > label:hover {
  border-color: rgba(79, 44, 200, 0.2);
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods .shipping_method[type="radio"]:checked + label {
  border-color: #5b3df5;
  background: #f8f6ff;
  box-shadow: 0 0 0 1px #5b3df5;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods .shipping_method[type="radio"]:checked + label .halo-shipping-rate__title {
  color: #2d1f77;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods .shipping_method[type="radio"]:focus-visible + label {
  outline: 2px solid rgba(91, 61, 245, 0.24);
  outline-offset: 3px;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods .halo-shipping-rate__copy {
  min-width: 0;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods .halo-shipping-rate__description {
  margin-top: 2px;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods .halo-shipping-rate__price {
  white-space: nowrap;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods .shipping_method[type="hidden"] + label {
  cursor: default;
}

.halo-checkout-form-wrap .halo-checkout-shipping-methods__empty {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 640px) {
  .halo-checkout-form-wrap .halo-checkout-shipping-methods li > label {
    grid-template-columns: 1fr;
  }

  .halo-checkout-form-wrap .halo-checkout-shipping-methods .halo-shipping-rate__price {
    justify-content: flex-start;
    text-align: left;
  }
}

/* Checkout order summary alignment (custom review-order wrapper) */
.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table th,
.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table td {
  padding: 14px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  vertical-align: top;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table thead th:first-child,
.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table tbody td:first-child,
.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table tfoot th:first-child {
  text-align: left;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table thead th:last-child,
.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table tbody td:last-child,
.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table tfoot td:last-child {
  text-align: right;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product {
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product__image {
  width: 74px;
  height: 74px;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product__qty {
  margin-top: 2px;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-package__title {
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-methods li {
  align-items: center;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-methods .shipping_method[type="radio"] {
  margin: 0;
  align-self: center;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-shipping-rate__copy,
.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-shipping-rate__title,
.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-shipping-rate__description {
  display: block;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-shipping-rate__description {
  margin-top: 4px;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-shipping-rate__price {
  align-self: end;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-review-order-table--totals tr:last-child th,
.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-review-order-table--totals tr:last-child td {
  border-bottom: 0;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-review-order-table--totals .order-total th,
.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-review-order-table--totals .order-total td {
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
}

@media (max-width: 640px) {
  .halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-package__title {
    font-size: 15px;
  }

  .halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-methods li > label {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-shipping-rate__price {
    justify-content: flex-start;
    text-align: left;
    align-self: start;
  }

  .halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-review-order-table--totals .order-total th,
  .halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-review-order-table--totals .order-total td {
    font-size: 18px;
  }
}

/* Checkout order summary compact pass */
.halo-checkout-section .halo-checkout-form-wrap #order_review_heading {
  padding: 20px 18px 16px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}

.halo-checkout-section .halo-checkout-form-wrap #order_review {
  padding: 0 18px 20px;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table th,
.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table td {
  padding: 12px 0;
  color: #141414;
  font-size: 14px;
  line-height: 1.45;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell > table.shop_table thead th {
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product {
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product__image {
  width: 64px;
  height: 64px;
  border-radius: 10px;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product__name,
.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product__name a {
  font-size: 15px;
  line-height: 1.22;
  letter-spacing: 0;
  font-weight: 500;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product__qty {
  margin-top: 1px;
  font-size: 12px;
  line-height: 1.3;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .product-total,
.halo-checkout-form-wrap .halo-checkout-review-order-shell tfoot td,
.halo-checkout-form-wrap .halo-checkout-review-order-shell .amount {
  font-size: 14px;
  font-weight: 500;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell tfoot th,
.halo-checkout-form-wrap .halo-checkout-review-order-shell tfoot td {
  padding-top: 14px;
  padding-bottom: 14px;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-shell {
  margin: 4px 0 12px;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-package {
  padding: 16px 0;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-package__title {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 600;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-methods li {
  align-items: center;
  gap: 10px;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-methods li > label {
  min-height: 58px;
  padding: 12px 14px;
  border-radius: 14px;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-shipping-rate__title,
.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-shipping-rate__price {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-shipping-rate__description {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.35;
}

.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-review-order-table--totals .order-total th,
.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-review-order-table--totals .order-total td,
.halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-review-order-table--totals .order-total .amount {
  padding-top: 16px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
}

@media (max-width: 640px) {
  .halo-checkout-section .halo-checkout-form-wrap #order_review_heading {
    padding: 18px 18px 14px;
    font-size: 21px;
  }

  .halo-checkout-section .halo-checkout-form-wrap #order_review {
    padding: 0 18px 18px;
  }

  .halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  .halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product__image {
    width: 58px;
    height: 58px;
  }

  .halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product__name,
  .halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-review-product__name a {
    font-size: 14px;
  }

  .halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-methods li > label {
    min-height: 54px;
    padding: 11px 12px;
  }

  .halo-checkout-form-wrap .halo-checkout-review-order-shell .halo-checkout-shipping-package__title {
    margin-bottom: 14px;
  }
}

/* Single product hero - reference layout */
body.halo-product-shell {
  background: #fff;
}

body.halo-product-shell .halo-science-product-page {
  position: relative;
  padding: 0 0 72px;
  background: #fff;
  overflow: hidden;
}

body.halo-product-shell .halo-science-product {
  position: relative;
  z-index: 0;
  padding-top: 0;
}

body.halo-product-shell .halo-science-product::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 31px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 760px;
  background:
    radial-gradient(circle at 11% 29%, rgba(210, 204, 255, 0.48), transparent 34%),
    radial-gradient(circle at 92% 17%, rgba(204, 225, 255, 0.62), transparent 34%),
    linear-gradient(180deg, #edf2ff 0%, #eef5ff 49%, #f6f9ff 100%);
  pointer-events: none;
}

body.halo-product-shell .halo-science-product__topnote {
  position: relative;
  z-index: 2;
  margin: 0 calc(50% - 50vw);
  padding: 10px 20px;
  background: #0c1018;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

body.halo-product-shell .halo-science-product__hero {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 61px 0 72px;
}

body.halo-product-shell .halo-science-product__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.94fr);
  gap: 24px;
  align-items: start;
}

body.halo-product-shell .halo-science-product__gallery,
body.halo-product-shell .halo-science-product__summary {
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(66, 80, 130, 0.11);
}

body.halo-product-shell .halo-science-product__gallery {
  position: static;
  padding: 28px;
}

body.halo-product-shell .halo-science-product__gallery-main {
  min-height: 482px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfdff 0%, #f0f6fb 100%);
}

body.halo-product-shell .halo-science-product__gallery-main img {
  width: min(100%, 340px);
  max-height: 390px;
}

body.halo-product-shell .halo-science-product__summary {
  min-height: 482px;
  padding: 31px 28px 26px;
  overflow: hidden;
}

body.halo-product-shell .halo-science-product__summary .halo-science-product__eyebrow {
  color: #464646;
  font-size: 14px;
  line-height: 1.35;
}

body.halo-product-shell .halo-science-product__summary h1 {
  margin: 8px 0 10px;
  color: #111;
  font-size: clamp(46px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

body.halo-product-shell .halo-science-product__rating {
  gap: 12px;
  margin: 0 0 20px;
  color: #0f1728;
  font-size: 13px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-product__stars,
body.halo-product-shell .halo-science-stars {
  color: #10b76f;
}

body.halo-product-shell .halo-science-product__subtitle {
  max-width: 56ch;
  margin: 0 0 22px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.72;
}

body.halo-product-shell .halo-science-product__pills {
  gap: 11px;
  margin-bottom: 25px;
}

body.halo-product-shell .halo-science-product__pills span {
  min-height: 39px;
  padding: 0 16px;
  border: 1px solid #dedede;
  background: #fff;
  color: #404756;
  font-size: 13px;
  font-weight: 400;
}

body.halo-product-shell .halo-science-product__price {
  margin: 0 0 26px;
  color: #050505;
  font-size: 33px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

body.halo-product-shell .halo-science-product__form {
  gap: 18px;
}

body.halo-product-shell .halo-science-product__option-group {
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

body.halo-product-shell .halo-science-product__option-label {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-product__dosages {
  gap: 12px;
}

body.halo-product-shell .halo-science-product__dosage {
  min-width: 103px;
  min-height: 48px;
  padding: 0 22px;
  border-color: #dedede;
  border-radius: 12px;
  color: #0f1728;
  font-size: 14px;
  font-weight: 700;
}

body.halo-product-shell .halo-science-product__dosage.is-active {
  border-color: #dedede;
  background: #fff;
  color: #000;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__quantity-row {
  gap: 24px;
  margin: 0 0 18px;
}

body.halo-product-shell .halo-science-product__quantity-row .halo-science-product__option-label {
  min-width: 92px;
}

body.halo-product-shell .halo-science-product__qty-wrap {
  grid-template-columns: 44px 72px 44px;
  border-color: #dedede;
  border-radius: 999px;
}

body.halo-product-shell .halo-science-product__qty-wrap .quantity {
  width: 72px;
  min-width: 72px;
}

body.halo-product-shell .halo-science-product__qty-wrap .qty,
body.halo-product-shell .halo-science-product__qty-button {
  height: 45px;
  min-height: 45px;
}

body.halo-product-shell .halo-science-product__bundle {
  margin-top: 10px;
  padding: 15px 16px 16px;
  border-color: #e4e7ec;
  border-radius: 16px;
}

body.halo-product-shell .halo-science-product__shipping-grid {
  border-radius: 12px;
  background: #f8f8f8;
}

@media (max-width: 1180px) {
  body.halo-product-shell .halo-science-product::before {
    height: 1120px;
  }

  body.halo-product-shell .halo-science-product__grid {
    grid-template-columns: 1fr;
  }

  body.halo-product-shell .halo-science-product__gallery,
  body.halo-product-shell .halo-science-product__summary {
    max-width: 760px;
    width: 100%;
    justify-self: center;
  }
}

@media (max-width: 768px) {
  body.halo-product-shell .halo-science-product::before {
    top: 48px;
    height: 1210px;
  }

  body.halo-product-shell .halo-science-product__topnote {
    padding: 9px 16px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  body.halo-product-shell .halo-science-product__hero {
    padding: 32px 0 46px;
  }

  body.halo-product-shell .halo-science-product__gallery,
  body.halo-product-shell .halo-science-product__summary {
    padding: 18px;
    border-radius: 20px;
  }

  body.halo-product-shell .halo-science-product__gallery-main {
    min-height: 330px;
  }

  body.halo-product-shell .halo-science-product__gallery-main img {
    max-height: 285px;
  }

  body.halo-product-shell .halo-science-product__summary {
    min-height: 0;
  }

  body.halo-product-shell .halo-science-product__summary h1 {
    font-size: 40px;
  }

  body.halo-product-shell .halo-science-product__option-group,
  body.halo-product-shell .halo-science-product__quantity-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.halo-product-shell .halo-science-product__bundle-grid,
  body.halo-product-shell .halo-science-product__shipping-grid {
    grid-template-columns: 1fr;
  }
}

/* Single product lower hero controls - reference crop */
body.halo-product-shell .halo-science-product__bundle {
  margin: 8px 0 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.halo-product-shell .halo-science-product__bundle-head {
  margin: 0 0 24px;
  min-height: 15px;
}

body.halo-product-shell .halo-science-product__bundle-head span {
  color: #333;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

body.halo-product-shell .halo-science-product__bundle-head small {
  display: none;
}

body.halo-product-shell .halo-science-product__bundle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.halo-product-shell .halo-science-product__bundle-card {
  position: relative;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  min-height: 82px;
  padding: 14px 16px;
  border: 1px solid #dfe3eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__bundle-card.is-active[data-bundle-quantity="1"] {
  border-color: #dfe3eb;
  background: #fff;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__bundle-card--featured,
body.halo-product-shell .halo-science-product__bundle-card--featured.is-active {
  border-color: #0b9a93;
  background: #f1fffe;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__bundle-card--best.is-active {
  border-color: #dfe3eb;
  background: #fff;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__bundle-card-media {
  width: 58px;
  min-width: 58px;
  height: 52px;
}

body.halo-product-shell .halo-science-product__bundle-image {
  width: 58px;
  height: 52px;
  object-fit: contain;
}

body.halo-product-shell .halo-science-product__bundle-card-copy {
  gap: 4px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

body.halo-product-shell .halo-science-product__bundle-card-copy strong {
  color: #050505;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

body.halo-product-shell .halo-science-product__bundle-card-copy small {
  color: #009a9a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

body.halo-product-shell .halo-science-product__bundle-card-price {
  display: none !important;
}

body.halo-product-shell .halo-science-product__bundle-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  min-height: 20px;
  padding: 4px 9px 3px;
  border-radius: 5px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.halo-product-shell .halo-science-product__bundle-badge--popular {
  background: #019586;
}

body.halo-product-shell .halo-science-product__bundle-badge--best {
  background: #f6a400;
}

body.halo-product-shell .halo-science-product__actions {
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 15px;
}

body.halo-product-shell .halo-science-product__coa-link {
  min-height: 60px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #fff;
  color: #4a4a4a;
  font-size: 17px;
  font-weight: 500;
}

body.halo-product-shell .halo-science-product__actions .single_add_to_cart_button {
  min-height: 60px;
  border: 0 !important;
  border-radius: 999px;
  background: #000 !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__actions .single_add_to_cart_button:hover,
body.halo-product-shell .halo-science-product__actions .single_add_to_cart_button:focus {
  background: #000 !important;
  color: #fff !important;
}

body.halo-product-shell .halo-science-product__shipping-grid {
  gap: 12px;
  margin-top: 15px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #f8f8f8;
}

body.halo-product-shell .halo-science-product__shipping-item {
  gap: 6px;
}

body.halo-product-shell .halo-science-product__shipping-icon {
  width: 19px;
  height: 19px;
  color: #13ae5c;
}

body.halo-product-shell .halo-science-product__shipping-item strong,
body.halo-product-shell .halo-science-product__shipping-item small {
  color: #2f3440;
  font-size: 12px;
  font-weight: 400;
}

body.halo-product-shell .halo-science-product__shipping-item strong:empty {
  display: none;
}

body.halo-product-shell .halo-science-product__payment-row {
  gap: 12px;
  margin-top: 17px;
  color: #555;
  font-size: 13px;
}

body.halo-product-shell .halo-science-product__payment-icons {
  gap: 12px;
}

body.halo-product-shell .halo-science-product__payment-badge--applepay,
body.halo-product-shell .halo-science-product__payment-badge--visa,
body.halo-product-shell .halo-science-product__payment-badge--amex {
  min-height: 18px;
  padding: 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #001a70;
  font-size: 11px;
  font-weight: 800;
}

body.halo-product-shell .halo-science-product__payment-badge--applepay {
  color: #000;
  outline: 1px solid #777;
  outline-offset: 2px;
  font-size: 8px;
}

body.halo-product-shell .halo-science-product__payment-badge--amex {
  display: none;
}

body.halo-product-shell .halo-science-product__payment-icons img {
  height: 18px;
}

body.halo-product-shell .halo-science-product__trust {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 68px 0 12px;
}

body.halo-product-shell .halo-science-product__trust-item {
  justify-content: center;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__trust-icon {
  width: 38px;
  height: 38px;
  background: #ecfdf3;
  color: #13ae5c;
}

body.halo-product-shell .halo-science-product__trust-item strong {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

body.halo-product-shell .halo-science-product__trust-item small {
  color: #333;
  font-size: 13px;
}

@media (max-width: 768px) {
  body.halo-product-shell .halo-science-product__bundle-grid,
  body.halo-product-shell .halo-science-product__actions,
  body.halo-product-shell .halo-science-product__shipping-grid,
  body.halo-product-shell .halo-science-product__trust {
    grid-template-columns: 1fr;
  }

  body.halo-product-shell .halo-science-product__bundle-card {
    min-height: 78px;
  }

  body.halo-product-shell .halo-science-product__trust {
    margin-top: 42px;
  }
}

/* Single product viewport-width reference alignment */
body.halo-product-shell .halo-science-product-page .content-container {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 52px;
  padding-right: 52px;
  box-sizing: border-box;
}

body.halo-product-shell .halo-science-product__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

body.halo-product-shell .halo-science-product__summary {
  color: #111827;
}

body.halo-product-shell .halo-science-product__summary .halo-science-product__eyebrow {
  color: #3f3f3f;
}

body.halo-product-shell .halo-science-product__summary h1 {
  color: #111;
  font-weight: 400;
}

body.halo-product-shell .halo-science-product__rating {
  color: #0f1728;
}

body.halo-product-shell .halo-science-product__subtitle {
  color: #263244;
}

body.halo-product-shell .halo-science-product__pills span {
  color: #273246;
}

body.halo-product-shell .halo-science-product__price {
  color: #000;
}

body.halo-product-shell .halo-science-product__option-label {
  color: #000;
}

body.halo-product-shell .halo-science-product__bundle-head {
  margin-bottom: 26px;
}

body.halo-product-shell .halo-science-product__bundle-head span {
  color: #333;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.035em;
}

body.halo-product-shell .halo-science-product__bundle-grid {
  gap: 10px;
}

body.halo-product-shell .halo-science-product__bundle-card,
body.halo-product-shell .halo-science-product__bundle-card.is-active,
body.halo-product-shell .halo-science-product__bundle-card.is-active[data-bundle-quantity="1"] {
  min-height: 82px;
  padding: 13px 17px;
  border: 1px solid #dfe3eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  color: #000;
}

body.halo-product-shell .halo-science-product__bundle-card--featured,
body.halo-product-shell .halo-science-product__bundle-card--featured.is-active {
  border-color: #008f86;
  background: #f1fffe;
}

body.halo-product-shell .halo-science-product__bundle-card--best,
body.halo-product-shell .halo-science-product__bundle-card--best.is-active {
  border-color: #dfe3eb;
  background: #fff;
}

body.halo-product-shell .halo-science-product__bundle-card-copy strong {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}

body.halo-product-shell .halo-science-product__bundle-card-copy small {
  color: #009a9a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

body.halo-product-shell .halo-science-product__bundle-badge {
  top: -11px;
  min-height: 21px;
  padding: 5px 10px 4px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 800;
}

body.halo-product-shell .halo-science-product__bundle-badge--popular {
  background: #008f86;
}

body.halo-product-shell .halo-science-product__bundle-badge--best {
  background: #f5a400;
}

/* Single product trust/together spacing fix */
body.halo-product-shell .halo-science-product__trust {
  margin: 28px 0 56px;
}

body.halo-product-shell .halo-science-product__together {
  margin: 0 0 34px;
}

body.halo-product-shell .halo-science-product__together-head {
  margin-bottom: 24px;
}

body.halo-product-shell .halo-science-product__together-copy h2 {
  margin: 0;
}

@media (max-width: 1180px) {
  body.halo-product-shell .halo-science-product-page .content-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.halo-product-shell .halo-science-product__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.halo-product-shell .halo-science-product-page .content-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.halo-product-shell .halo-science-product__trust {
    margin: 26px 0 42px;
  }
}

/* Frequently researched together - reference card UI */
body.halo-product-shell .halo-science-product__together {
  margin: 0 0 64px;
  padding: 0;
  background: #fff;
}

body.halo-product-shell .halo-science-product__together-head {
  margin: 0 0 36px;
}

body.halo-product-shell .halo-science-product__together-copy h2 {
  margin: 0;
  color: #050505;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

body.halo-product-shell .halo-science-product__together-copy p {
  margin: 7px 0 0;
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

body.halo-product-shell .halo-science-product__together-shell {
  position: relative;
  margin: 0;
}

body.halo-product-shell .halo-science-product__together-slider {
  overflow: hidden;
  padding-left: 57px;
  padding-right: 57px;
}

body.halo-product-shell .halo-science-product__together-track {
  gap: 20px;
  padding: 0 0 4px;
}

body.halo-product-shell .halo-science-product__together-slide {
  flex: 0 0 275px;
}

body.halo-product-shell .halo-science-product__together-card {
  width: 275px;
  min-height: 400px;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #f8f8f8;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__together-media {
  aspect-ratio: 1 / 1;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, #dfe8ef 0%, #cbd8e2 100%);
}

body.halo-product-shell .halo-science-product__together-card.halo-card-tint-a .halo-science-product__together-media {
  background: linear-gradient(180deg, #dce5ec 0%, #c7d5df 100%);
}

body.halo-product-shell .halo-science-product__together-card.halo-card-tint-b .halo-science-product__together-media {
  background: linear-gradient(180deg, #d9cbca 0%, #c4aaa5 100%);
}

body.halo-product-shell .halo-science-product__together-card.halo-card-tint-c .halo-science-product__together-media {
  background: linear-gradient(180deg, #dbdbe0 0%, #c6c5cf 100%);
}

body.halo-product-shell .halo-science-product__together-card.halo-card-tint-d .halo-science-product__together-media {
  background: linear-gradient(180deg, #d4ddd9 0%, #b5cdc4 100%);
}

body.halo-product-shell .halo-science-product__together-card .halo-science-product__together-img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

body.halo-product-shell .halo-science-product__together-card:hover .halo-science-product__together-img {
  transform: none;
}

body.halo-product-shell .halo-science-product__together-body {
  min-height: 125px;
  padding: 16px 15px 14px;
  background: #f8f8f8;
}

body.halo-product-shell .halo-science-product__together-title,
body.halo-product-shell .halo-science-product__together-title:visited {
  color: #141414 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

body.halo-product-shell .halo-science-product__together-subtitle {
  margin: 13px 0 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.35;
}

body.halo-product-shell .halo-science-product__together-footer {
  align-items: center;
  margin-top: auto;
  padding-top: 14px;
}

body.halo-product-shell .halo-science-product__together-price {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
}

body.halo-product-shell .halo-science-product__together-price .halo-card-price-prefix {
  color: #667085;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

body.halo-product-shell .halo-science-product__together-price .halo-card-price-value,
body.halo-product-shell .halo-science-product__together-price .amount {
  color: #050505;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

body.halo-product-shell .halo-science-product__together-cta {
  width: 30px;
  height: 30px;
  background: #101114;
  color: #fff;
}

body.halo-product-shell .halo-science-product__together-cta svg {
  width: 15px;
  height: 15px;
}

body.halo-product-shell .halo-science-product__together-nav {
  top: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid #c5c7cc;
  background: #fff;
  color: #b8bcc4;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__together-nav:hover:not(:disabled) {
  border-color: #b7bac2;
  color: #9da3ad;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__together-nav--prev {
  left: -22px;
}

body.halo-product-shell .halo-science-product__together-nav--next {
  right: -22px;
}

@media (max-width: 1180px) {
  body.halo-product-shell .halo-science-product__together-slider {
    padding-left: 0;
    padding-right: 0;
  }

  body.halo-product-shell .halo-science-product__together-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  body.halo-product-shell .halo-science-product__together-copy h2 {
    font-size: 24px;
  }

  body.halo-product-shell .halo-science-product__together-track {
    gap: 16px;
  }

  body.halo-product-shell .halo-science-product__together-slide,
  body.halo-product-shell .halo-science-product__together-card {
    flex-basis: 260px;
    width: 260px;
  }
}

/* Frequently researched together - image and arrow visibility */
body.halo-product-shell .halo-science-product__together-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-product__together-card .halo-science-product__together-img {
  position: relative !important;
  inset: auto !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto;
}

body.halo-product-shell .halo-science-product__together-cta {
  display: inline-flex !important;
  opacity: 1;
  visibility: visible;
}

body.halo-product-shell .halo-science-product__together-cta svg {
  display: block;
  stroke: currentColor;
}

body.halo-product-shell .halo-science-product__together-nav {
  display: inline-flex;
  opacity: 1;
  visibility: visible;
}

body.halo-product-shell .halo-science-product__together-nav:disabled {
  display: inline-flex;
  opacity: 1;
  color: #c0c4cc;
  cursor: default;
}

body.halo-product-shell .halo-science-product__together-nav--prev {
  left: -23px;
}

body.halo-product-shell .halo-science-product__together-nav--next {
  right: -23px;
}

/* Frequently researched together - match store product image positioning */
body.halo-product-shell .halo-science-product__together-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
}

body.halo-product-shell .halo-science-product__together-card .halo-science-product__together-img {
  position: absolute !important;
  inset: 0 !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: 85% center !important;
  margin: 0;
  transition: transform 0.3s ease;
}

body.halo-product-shell .halo-science-product__together-card:hover .halo-science-product__together-img {
  transform: scale(1.05);
}

/* Frequently researched together - compact cards */
body.halo-product-shell .halo-science-product__together-slider {
  padding-left: 60px;
  padding-right: 60px;
}

body.halo-product-shell .halo-science-product__together-track {
  gap: 20px;
}

body.halo-product-shell .halo-science-product__together-slide,
body.halo-product-shell .halo-science-product__together-card {
  flex-basis: 275px;
  width: 275px;
}

body.halo-product-shell .halo-science-product__together-card {
  min-height: 400px;
  border-radius: 20px;
}

body.halo-product-shell .halo-science-product__together-media {
  aspect-ratio: 1 / 1;
}

body.halo-product-shell .halo-science-product__together-body {
  min-height: 125px;
  padding: 16px 15px 14px;
}

body.halo-product-shell .halo-science-product__together-title,
body.halo-product-shell .halo-science-product__together-title:visited {
  font-size: 18px;
}

body.halo-product-shell .halo-science-product__together-subtitle {
  margin-top: 13px;
  font-size: 15px;
}

body.halo-product-shell .halo-science-product__together-price .halo-card-price-value,
body.halo-product-shell .halo-science-product__together-price .amount {
  font-size: 22px;
}

body.halo-product-shell .halo-science-product__together-cta,
body.halo-product-shell .halo-science-product__together-cta:visited {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: #101114 !important;
  color: #fff !important;
}

body.halo-product-shell .halo-science-product__together-cta:hover,
body.halo-product-shell .halo-science-product__together-cta:focus {
  background: #000 !important;
  color: #fff !important;
}

body.halo-product-shell .halo-science-product__together-cta svg path {
  stroke: #fff;
}

body.halo-product-shell .halo-science-product__together-card .halo-science-product__together-img {
  object-position: 100% center !important;
}

/* Certificate of Analysis - reference layout */
body.halo-product-shell .halo-science-product__assurance {
  margin: 76px 0 72px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__assurance-head {
  margin: 0 0 34px;
}

body.halo-product-shell .halo-science-product__assurance-titlebar {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

body.halo-product-shell .halo-science-product__assurance-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #dcfbdb;
  color: #0da95f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-product__assurance-copy h2 {
  margin: 0;
  color: #050505;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

body.halo-product-shell .halo-science-product__assurance-copy p {
  margin: 7px 0 0;
  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

body.halo-product-shell .halo-science-product__assurance-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.halo-product-shell .halo-science-product__assurance-nav button {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #dfe5ee;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-science-product__assurance-grid {
  display: flex;
  align-items: stretch;
  gap: 14px;
  overflow: visible;
}

body.halo-product-shell .halo-science-product__coa-card {
  flex: 0 0 350px;
  width: 350px;
  min-height: 458px;
  padding: 26px 26px 24px;
  border: 1px solid #dfe7ef;
  border-radius: 16px;
  background: #fff;
  color: #050505;
  box-shadow: none;
}

body.halo-product-shell .halo-science-product__coa-card::before {
  display: none;
}

body.halo-product-shell .halo-science-product__coa-badge {
  min-height: 20px;
  padding: 4px 10px 3px;
  border-radius: 999px;
  background: #080b10;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
}

body.halo-product-shell .halo-science-product__coa-card .halo-science-product__coa-head {
  margin: 18px 0 22px;
  text-align: center;
}

body.halo-product-shell .halo-science-product__coa-card .halo-science-product__coa-head h2 {
  margin: 0;
  color: #12a150;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

body.halo-product-shell .halo-science-product__coa-card .halo-science-product__coa-head span {
  display: block;
  margin-top: 8px;
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.halo-product-shell .halo-science-product__coa-details {
  display: grid;
  gap: 0;
  margin: 0 0 15px;
  padding: 16px 16px 15px;
  border-radius: 10px;
  background: #fbfbfb;
}

body.halo-product-shell .halo-science-product__coa-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 37px;
}

body.halo-product-shell .halo-science-product__coa-row span {
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
}

body.halo-product-shell .halo-science-product__coa-row strong {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

body.halo-product-shell .halo-science-product__coa-row--success strong {
  color: #0ca85b;
}

body.halo-product-shell .halo-science-product__coa-button {
  min-height: 50px;
  margin: 0;
  border: 0;
  border-radius: 12px;
  background: #111113 !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

body.halo-product-shell .halo-science-product__coa-button:hover,
body.halo-product-shell .halo-science-product__coa-button:focus {
  background: #000 !important;
  color: #fff !important;
}

body.halo-product-shell .halo-science-product__coa-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

@media (max-width: 820px) {
  body.halo-product-shell .halo-science-product__assurance-titlebar {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  body.halo-product-shell .halo-science-product__assurance-nav {
    display: none;
  }

  body.halo-product-shell .halo-science-product__assurance-grid {
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  body.halo-product-shell .halo-science-product__assurance-grid::-webkit-scrollbar {
    display: none;
  }

  body.halo-product-shell .halo-science-product__coa-card {
    flex-basis: min(350px, calc(100vw - 48px));
    width: min(350px, calc(100vw - 48px));
  }
}

@media (max-width: 768px) {
  body.halo-product-shell .halo-science-product__together-slider {
    padding-left: 0;
    padding-right: 0;
  }

  body.halo-product-shell .halo-science-product__together-slide,
  body.halo-product-shell .halo-science-product__together-card {
    flex-basis: 245px;
    width: 245px;
  }
}

/* Certificate of Analysis - final exact override */
body.halo-product-shell #certificate-of-analysis.halo-science-product__assurance {
  margin: 76px 0 72px !important;
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-head {
  margin: 0 0 35px !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-titlebar {
  display: grid !important;
  grid-template-columns: 50px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 16px !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-copy h2 {
  margin: 0 !important;
  color: #050505 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-copy p {
  margin: 7px 0 0 !important;
  color: #4b5563 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-grid {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  overflow: visible !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-card {
  flex: 0 0 350px !important;
  width: 350px !important;
  max-width: 350px !important;
  min-height: 458px !important;
  padding: 26px 26px 24px !important;
  border: 1px solid #dfe7ef !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #050505 !important;
  box-shadow: none !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-card::before {
  display: none !important;
  content: none !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  min-height: 20px !important;
  padding: 4px 10px 3px !important;
  border-radius: 999px !important;
  background: #080b10 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-card .halo-science-product__coa-head {
  display: block !important;
  margin: 18px 0 22px !important;
  text-align: center !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-card .halo-science-product__coa-head h2 {
  display: block !important;
  margin: 0 !important;
  color: #12a150 !important;
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-card .halo-science-product__coa-head span {
  display: block !important;
  margin: 8px 0 0 !important;
  color: #3b3b3b !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-details {
  display: grid !important;
  gap: 0 !important;
  margin: 0 0 15px !important;
  padding: 16px 16px 15px !important;
  border-radius: 10px !important;
  background: #fbfbfb !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  min-height: 37px !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-row span {
  color: #4b5563 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-row strong {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: right !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-row--success strong {
  color: #0ca85b !important;
}

body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-button {
  min-height: 50px !important;
  border-radius: 12px !important;
  background: #111113 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* Compound Information - reference layout */
body.halo-product-shell .halo-compound-info {
  max-width: 936px;
  margin: 0 auto 72px;
  padding: 0;
  color: #0b1220;
}

body.halo-product-shell .halo-compound-info__head {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  margin: 0 0 40px;
}

body.halo-product-shell .halo-compound-info__head-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #f4f4f4;
  color: #37a6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.halo-product-shell .halo-compound-info__head h2 {
  margin: 0;
  color: #050505;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

body.halo-product-shell .halo-compound-info__head p {
  margin: 12px 0 0;
  color: #344054;
  font-size: 18px;
  line-height: 1.35;
}

body.halo-product-shell .halo-compound-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

body.halo-product-shell .halo-compound-info__card {
  min-height: 650px;
  padding: 30px;
  border: 1px solid #dfe3ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

body.halo-product-shell .halo-compound-info__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.halo-product-shell .halo-compound-info__eyebrow span {
  color: #7c8aa0;
  font-size: 16px;
  line-height: 1;
}

body.halo-product-shell .halo-compound-info__card h3 {
  margin: 0 0 24px;
  color: #050505;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

body.halo-product-shell .halo-compound-info__table {
  margin: 0 0 20px;
  padding: 20px 20px 18px;
  border: 1px solid #dfe3ea;
  border-radius: 14px;
  background: #fbfbfb;
}

body.halo-product-shell .halo-compound-info__row {
  display: grid;
  grid-template-columns: minmax(118px, 0.75fr) minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #e1e4ea;
}

body.halo-product-shell .halo-compound-info__row:first-child {
  padding-top: 6px;
}

body.halo-product-shell .halo-compound-info__row:last-child {
  border-bottom: 0;
  padding-bottom: 4px;
}

body.halo-product-shell .halo-compound-info__row span {
  color: #344054;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

body.halo-product-shell .halo-compound-info__row strong {
  color: #050505;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
  text-align: right;
}

body.halo-product-shell .halo-compound-info__source {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #98a6ba;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

body.halo-product-shell .halo-compound-info__source:hover {
  color: #667085;
}

body.halo-product-shell .halo-compound-info__chips {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 24px;
}

body.halo-product-shell .halo-compound-info__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 9px;
  background: #f1f2f4;
  color: #344054;
  font-size: 16px;
  font-weight: 500;
}

body.halo-product-shell .halo-compound-info__storage-list {
  display: grid;
  gap: 15px;
  margin-top: 24px;
}

body.halo-product-shell .halo-compound-info__storage-item {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 103px;
  padding: 20px;
  border: 1px solid #dfe3ea;
  border-radius: 14px;
  background: #fbfbfb;
}

body.halo-product-shell .halo-compound-info__storage-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
}

body.halo-product-shell .halo-compound-info__storage-icon--cold {
  background: #dff2ff;
  color: #39aefb;
}

body.halo-product-shell .halo-compound-info__storage-icon--recon {
  background: #ddfbe8;
  color: #49a6ff;
}

body.halo-product-shell .halo-compound-info__storage-item strong {
  display: block;
  margin: 0 0 8px;
  color: #344054;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

body.halo-product-shell .halo-compound-info__storage-item p {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  color: #344054;
  font-size: 16px;
  line-height: 1.25;
}

body.halo-product-shell .halo-compound-info__storage-item b {
  color: #050505;
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 980px) {
  body.halo-product-shell .halo-compound-info {
    max-width: none;
  }

  body.halo-product-shell .halo-compound-info__grid {
    grid-template-columns: 1fr;
  }

  body.halo-product-shell .halo-compound-info__card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  body.halo-product-shell .halo-compound-info__head h2 {
    font-size: 30px;
  }

  body.halo-product-shell .halo-compound-info__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body.halo-product-shell .halo-compound-info__row strong {
    text-align: left;
  }
}

/* Compound Information - exact typography pass */
body.halo-product-shell .halo-compound-info__head h2 {
  color: #050505 !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
}

body.halo-product-shell .halo-compound-info__head p {
  color: #344054 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

body.halo-product-shell .halo-compound-info__eyebrow {
  color: #4b5563 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

body.halo-product-shell .halo-compound-info__card h3 {
  color: #050505 !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
}

body.halo-product-shell .halo-compound-info__row span {
  color: #344054 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

body.halo-product-shell .halo-compound-info__row strong {
  color: #050505 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

body.halo-product-shell .halo-compound-info__source {
  color: #98a6ba !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

body.halo-product-shell .halo-compound-info__chips span {
  color: #344054 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

body.halo-product-shell .halo-compound-info__storage-item strong {
  color: #344054 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

body.halo-product-shell .halo-compound-info__storage-item p {
  color: #344054 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

body.halo-product-shell .halo-compound-info__storage-item b {
  color: #050505 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* Compound Information - final reference exact sizing */
body.halo-product-shell section.halo-compound-info#compound-information {
  width: 936px !important;
  max-width: 936px !important;
  margin: 0 auto 72px !important;
  padding: 0 !important;
  color: #0b1220 !important;
  font-family: inherit !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head {
  grid-template-columns: 50px minmax(0, 1fr) !important;
  gap: 20px !important;
  margin: 0 0 40px !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head-icon {
  width: 50px !important;
  height: 50px !important;
  border-radius: 16px !important;
  background: #f4f4f4 !important;
  color: #37a6ff !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head h2 {
  margin: 0 !important;
  color: #050505 !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head p {
  margin: 12px 0 0 !important;
  color: #344054 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__grid {
  display: grid !important;
  grid-template-columns: 452px 452px !important;
  gap: 30px !important;
  align-items: stretch !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__card {
  width: 452px !important;
  min-height: 650px !important;
  padding: 30px !important;
  border: 1px solid #dfe3ea !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__eyebrow {
  margin: 0 0 14px !important;
  color: #4b5563 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__card h3 {
  margin: 0 0 24px !important;
  color: #050505 !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__table {
  margin: 0 0 20px !important;
  padding: 20px 20px 18px !important;
  border: 1px solid #dfe3ea !important;
  border-radius: 14px !important;
  background: #fbfbfb !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__row {
  grid-template-columns: minmax(118px, 0.75fr) minmax(0, 1fr) !important;
  gap: 18px !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid #e1e4ea !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__row span {
  color: #344054 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__row strong {
  color: #050505 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  text-align: right !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__source {
  color: #98a6ba !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__chips {
  gap: 10px !important;
  margin: 0 0 24px !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__chips span {
  min-height: 40px !important;
  padding: 0 15px !important;
  border-radius: 9px !important;
  background: #f1f2f4 !important;
  color: #344054 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-list {
  gap: 15px !important;
  margin-top: 24px !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item {
  grid-template-columns: 60px minmax(0, 1fr) !important;
  gap: 20px !important;
  min-height: 103px !important;
  padding: 20px !important;
  border: 1px solid #dfe3ea !important;
  border-radius: 14px !important;
  background: #fbfbfb !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-icon {
  width: 60px !important;
  height: 60px !important;
  border-radius: 16px !important;
  font-size: 28px !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item strong {
  margin: 0 0 8px !important;
  color: #344054 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item p {
  gap: 10px !important;
  color: #344054 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item b {
  color: #050505 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

@media (max-width: 1040px) {
  body.halo-product-shell section.halo-compound-info#compound-information {
    width: 100% !important;
    max-width: 936px !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__card {
    width: auto !important;
  }
}

@media (max-width: 780px) {
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Compound Information - requested softer/left adjustment */
body.halo-product-shell section.halo-compound-info#compound-information {
  margin-left: 240px !important;
  margin-right: auto !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head h2 {
  font-size: 32px !important;
  font-weight: 700 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head p {
  font-size: 16px !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__eyebrow {
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__card h3 {
  font-size: 21px !important;
  font-weight: 700 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__row span {
  font-size: 15px !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__row strong {
  font-size: 15px !important;
  font-weight: 600 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__chips span {
  font-size: 15px !important;
  font-weight: 400 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item strong {
  font-size: 15px !important;
  font-weight: 400 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item p {
  font-size: 15px !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item b {
  font-size: 17px !important;
  font-weight: 700 !important;
}

@media (max-width: 1280px) {
  body.halo-product-shell section.halo-compound-info#compound-information {
    margin-left: 120px !important;
  }
}

@media (max-width: 1040px) {
  body.halo-product-shell section.halo-compound-info#compound-information {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Compound Information - spacing correction */
body.halo-product-shell section.halo-compound-info#compound-information {
  width: 936px !important;
  max-width: 936px !important;
  margin-top: 18px !important;
  margin-left: 188px !important;
  margin-right: auto !important;
}

body.halo-product-shell section.halo-compound-info#compound-information *,
body.halo-product-shell section.halo-compound-info#compound-information *::before,
body.halo-product-shell section.halo-compound-info#compound-information *::after {
  box-sizing: border-box !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head {
  width: 936px !important;
  margin: 0 0 40px !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__grid {
  width: 936px !important;
  grid-template-columns: 452px 452px !important;
  gap: 30px !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__card {
  width: 452px !important;
  max-width: 452px !important;
  padding: 30px !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head h2 {
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
}

body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head p {
  margin-top: 10px !important;
  font-size: 16px !important;
}

@media (max-width: 1280px) {
  body.halo-product-shell section.halo-compound-info#compound-information {
    margin-left: 120px !important;
  }
}

@media (max-width: 1040px) {
  body.halo-product-shell section.halo-compound-info#compound-information {
    width: 100% !important;
    max-width: 936px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__grid {
    width: 100% !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__card {
    width: auto !important;
    max-width: none !important;
  }
}

/* Product reviews - refreshed product page layout */
body.halo-product-shell #halo-product-reviews.halo-science-section--reviews {
  width: 936px !important;
  max-width: 936px !important;
  margin: 64px 0 0 188px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.halo-product-shell #halo-product-reviews *,
body.halo-product-shell #halo-product-reviews *::before,
body.halo-product-shell #halo-product-reviews *::after {
  box-sizing: border-box !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-heading {
  display: flex !important;
  align-items: flex-start !important;
  gap: 18px !important;
  margin: 0 0 34px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-heading__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 50px !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 14px !important;
  background: #eefcf3 !important;
  color: #16a75d !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-heading .halo-science-section__eyebrow {
  display: inline-flex !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #526071 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.halo-product-shell #halo-product-reviews h2 {
  margin: 0 !important;
  color: #030712 !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-heading p {
  margin: 10px 0 0 !important;
  color: #334155 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-reviews {
  display: grid !important;
  grid-template-columns: 286px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-summary,
body.halo-product-shell #halo-product-reviews .halo-science-review-card,
body.halo-product-shell #halo-product-reviews .halo-science-review-form-wrap,
body.halo-product-shell #halo-product-reviews .halo-science-review-empty {
  border: 1px solid #dfe6ee !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.04) !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-summary {
  position: sticky !important;
  top: 120px !important;
  padding: 26px 26px 24px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-summary__score {
  margin: 0 !important;
  color: #030712 !important;
  font-size: 54px !important;
  font-weight: 700 !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-summary__stars,
body.halo-product-shell #halo-product-reviews .halo-science-review-card__stars {
  color: #14a866 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-summary__stars {
  margin-top: 16px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-summary__stars .halo-science-stars {
  color: #14a866 !important;
  font-size: 17px !important;
  letter-spacing: 1px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-summary__count {
  margin: 12px 0 0 !important;
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-bars {
  display: grid !important;
  gap: 12px !important;
  margin-top: 26px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-bars__row {
  grid-template-columns: 34px minmax(0, 1fr) 22px !important;
  gap: 10px !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-bars__track {
  height: 9px !important;
  border-radius: 999px !important;
  background: #e8edf3 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-bars__track span {
  background: #52ca89 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-summary__action,
body.halo-product-shell #halo-product-reviews .halo-science-review-form .submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #0b0b0d !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-summary__action {
  width: 100% !important;
  margin-top: 28px !important;
  padding: 0 20px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-stack {
  display: grid !important;
  gap: 22px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-card {
  min-height: 142px !important;
  padding: 24px 26px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-card__meta {
  align-items: flex-start !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-card__meta strong {
  color: #030712 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-card__meta small {
  margin-top: 8px !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-card__content,
body.halo-product-shell #halo-product-reviews .halo-science-review-card__content p {
  color: #334155 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form-wrap {
  padding: 28px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form-wrap .comment-reply-title {
  margin: 0 0 24px !important;
  color: #030712 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 20px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form label {
  margin: 0 0 9px !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form input,
body.halo-product-shell #halo-product-reviews .halo-science-review-form select,
body.halo-product-shell #halo-product-reviews .halo-science-review-form textarea {
  min-height: 52px !important;
  padding: 13px 16px !important;
  border: 1px solid #d8e0ea !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #0f172a !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form input:focus,
body.halo-product-shell #halo-product-reviews .halo-science-review-form select:focus,
body.halo-product-shell #halo-product-reviews .halo-science-review-form textarea:focus {
  border-color: #94a3b8 !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.14) !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form textarea {
  min-height: 148px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form .comment-form-rating,
body.halo-product-shell #halo-product-reviews .halo-science-review-form .comment-form-comment,
body.halo-product-shell #halo-product-reviews .halo-science-review-form .form-submit,
body.halo-product-shell #halo-product-reviews .halo-science-review-form .comment-notes,
body.halo-product-shell #halo-product-reviews .halo-science-review-form .must-log-in,
body.halo-product-shell #halo-product-reviews .halo-science-review-form .logged-in-as {
  grid-column: 1 / -1 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form .stars {
  display: inline-flex !important;
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form .stars a {
  color: #cbd5e1 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form .stars.selected a,
body.halo-product-shell #halo-product-reviews .halo-science-review-form .stars:hover a {
  color: #14a866 !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form .form-submit {
  margin-top: 4px !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form .submit {
  width: 100% !important;
  padding: 0 24px !important;
  cursor: pointer !important;
}

body.halo-product-shell #halo-product-reviews .halo-science-review-form__message,
body.halo-product-shell #halo-product-reviews .halo-science-review-empty {
  padding: 20px !important;
  color: #475569 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

@media (max-width: 1280px) {
  body.halo-product-shell #halo-product-reviews.halo-science-section--reviews {
    margin-left: 120px !important;
  }
}

@media (max-width: 1040px) {
  body.halo-product-shell #halo-product-reviews.halo-science-section--reviews {
    width: calc(100% - 40px) !important;
    max-width: 936px !important;
    margin: 52px auto 0 !important;
  }

  body.halo-product-shell #halo-product-reviews .halo-science-reviews {
    grid-template-columns: 1fr !important;
  }

  body.halo-product-shell #halo-product-reviews .halo-science-review-summary {
    position: static !important;
  }
}

@media (max-width: 640px) {
  body.halo-product-shell #halo-product-reviews .halo-science-review-heading {
    gap: 14px !important;
  }

  body.halo-product-shell #halo-product-reviews h2 {
    font-size: 28px !important;
  }

  body.halo-product-shell #halo-product-reviews .halo-science-review-form {
    grid-template-columns: 1fr !important;
  }
}

/* Sources and references - reference layout */
body.halo-product-shell #sources-references.halo-science-section--sources {
  width: 1420px !important;
  max-width: 1420px !important;
  margin: 72px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.halo-product-shell #sources-references *,
body.halo-product-shell #sources-references *::before,
body.halo-product-shell #sources-references *::after {
  box-sizing: border-box !important;
}

body.halo-product-shell #sources-references .halo-science-sources-head {
  display: flex !important;
  align-items: flex-start !important;
  gap: 18px !important;
  margin: 0 0 38px !important;
}

body.halo-product-shell #sources-references .halo-science-sources-head__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 50px !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 14px !important;
  background: #f3f4f6 !important;
  color: #0f172a !important;
}

body.halo-product-shell #sources-references .halo-science-sources-head h2 {
  margin: -3px 0 0 !important;
  color: #030712 !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell #sources-references .halo-science-sources-head p {
  margin: 12px 0 0 !important;
  color: #374151 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

body.halo-product-shell #sources-references .halo-science-grid--refs {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
  margin: 0 !important;
}

body.halo-product-shell #sources-references .halo-science-refcard {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-height: 258px !important;
  padding: 34px 24px 26px !important;
  border: 1px solid #dfe3e8 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.halo-product-shell #sources-references .halo-science-refcard > span {
  display: block !important;
  margin: 0 0 14px !important;
  color: #009b43 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.halo-product-shell #sources-references .halo-science-refcard h3 {
  margin: 0 0 18px !important;
  color: #030712 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.52 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell #sources-references .halo-science-refcard__meta,
body.halo-product-shell #sources-references .halo-science-refcard small {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
  color: #4b5563 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

body.halo-product-shell #sources-references .halo-science-refcard em {
  display: block !important;
  margin: 0 0 18px !important;
  color: #4b5563 !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

body.halo-product-shell #sources-references .halo-science-refcard a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: auto !important;
  color: #009b43 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

body.halo-product-shell #sources-references .halo-science-refcard a svg {
  flex: 0 0 auto !important;
}

@media (max-width: 1500px) {
  body.halo-product-shell #sources-references.halo-science-section--sources {
    width: calc(100% - 96px) !important;
  }
}

@media (max-width: 1100px) {
  body.halo-product-shell #sources-references .halo-science-grid--refs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.halo-product-shell #sources-references.halo-science-section--sources {
    width: calc(100% - 40px) !important;
    margin-top: 52px !important;
  }

  body.halo-product-shell #sources-references .halo-science-sources-head h2 {
    font-size: 30px !important;
  }

  body.halo-product-shell #sources-references .halo-science-grid--refs {
    grid-template-columns: 1fr !important;
  }
}

/* Important research notice - reference layout */
body.halo-product-shell .halo-science-product__notice {
  width: calc(100% - 162px) !important;
  max-width: 1738px !important;
  margin: 72px auto 0 !important;
  padding: 48px 46px 46px !important;
  border: 2px solid #ffd9d5 !important;
  border-radius: 28px !important;
  background: #fffaf9 !important;
  box-shadow: none !important;
}

body.halo-product-shell .halo-science-product__notice-head {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  margin: 0 0 28px !important;
}

body.halo-product-shell .halo-science-product__notice-head span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  color: #f2a925 !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

body.halo-product-shell .halo-science-product__notice strong {
  display: block !important;
  margin: 0 !important;
  color: #c65353 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.halo-product-shell .halo-science-product__notice-copy {
  display: grid !important;
  gap: 20px !important;
}

body.halo-product-shell .halo-science-product__notice p {
  margin: 0 !important;
  color: #334155 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

body.halo-product-shell .halo-science-product__notice p b {
  color: #020617 !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  body.halo-product-shell .halo-science-product__notice {
    width: calc(100% - 40px) !important;
    padding: 32px 26px !important;
  }
}

/* Product footer CTA and newsletter - reference layout */
body.halo-product-shell .halo-science-product__cta {
  overflow: clip !important;
  min-height: 495px !important;
  margin: 80px calc(50% - 50vw) 0 !important;
  padding: 92px 0 170px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #ffffcf 0%, #eafbe7 100%) !important;
  box-shadow: none !important;
}

body.halo-product-shell .halo-science-product__cta-inner {
  max-width: 860px !important;
  padding: 0 24px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

body.halo-product-shell .halo-science-product__cta-copy {
  max-width: 850px !important;
  margin: 0 auto !important;
}

body.halo-product-shell .halo-science-product__cta-copy h2 {
  margin: 0 !important;
  color: #030303 !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell .halo-science-product__cta-copy h2 span {
  position: relative !important;
  display: inline-block !important;
  z-index: 1 !important;
}

body.halo-product-shell .halo-science-product__cta-copy h2 span::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 3px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: #7be06a !important;
  z-index: -1 !important;
}

body.halo-product-shell .halo-science-product__cta-button,
body.halo-product-shell .halo-science-product__cta-button:visited {
  min-width: 221px !important;
  min-height: 65px !important;
  margin-top: 48px !important;
  padding: 0 36px !important;
  gap: 14px !important;
  border-radius: 999px !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.halo-product-shell .halo-science-product__cta-button span {
  color: #fff !important;
}

body.halo-product-shell .halo-science-product__cta-button svg {
  width: 42px !important;
  height: 12px !important;
  color: #fff !important;
}

body.halo-product-shell .halo-science-product__cta-button svg path {
  fill: currentColor !important;
}

body.halo-product-shell .halo-science-product__cta-art {
  z-index: 1 !important;
}

body.halo-product-shell .halo-science-product__cta-art--left {
  left: 72px !important;
  top: -58px !important;
  width: 160px !important;
  transform: rotate(18deg) !important;
}

body.halo-product-shell .halo-science-product__cta-art--right {
  right: 84px !important;
  bottom: -102px !important;
  width: 172px !important;
  transform: rotate(-8deg) !important;
  z-index: 4 !important;
}

body.halo-product-shell .halo-science-product__cta-vial-image {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  filter: drop-shadow(0 18px 18px rgba(15, 23, 42, 0.10)) !important;
}

body.halo-product-shell .halo-newsletter-shell {
  width: 100% !important;
  margin-top: -130px !important;
  padding-bottom: 64px !important;
}

body.halo-product-shell .halo-newsletter-shell .content-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 81px !important;
  padding-right: 81px !important;
}

body.halo-product-shell .halo-newsletter-card {
  min-height: 223px !important;
  padding: 36px 50px !important;
  border-radius: 28px !important;
  background: linear-gradient(180deg, #e8e4ff 0%, #f8e8ec 100%) !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08) !important;
}

body.halo-product-shell .halo-newsletter-layout {
  min-height: 151px !important;
  align-items: center !important;
  gap: 48px !important;
}

body.halo-product-shell .halo-newsletter-copy {
  max-width: 560px !important;
}

body.halo-product-shell .halo-newsletter-copy h3 {
  margin: 0 0 14px !important;
  color: #030303 !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell .halo-newsletter-copy p {
  margin: 0 0 12px !important;
  color: #797979 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

body.halo-product-shell .halo-newsletter-copy p:last-child {
  margin-bottom: 0 !important;
  color: rgba(0, 0, 0, 0.68) !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

body.halo-product-shell .halo-newsletter-form-wrap {
  width: 475px !important;
  min-width: 475px !important;
}

body.halo-product-shell .halo-newsletter-form {
  height: 66px !important;
  padding: 6px !important;
  border: 1px solid #d8d4df !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08) !important;
}

body.halo-product-shell .halo-newsletter-form input {
  height: 100% !important;
  padding: 0 21px !important;
  color: #111 !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

body.halo-product-shell .halo-newsletter-form input::placeholder {
  color: rgba(0, 0, 0, 0.38) !important;
  opacity: 1 !important;
}

body.halo-product-shell .halo-newsletter-form button {
  height: 52px !important;
  min-width: 144px !important;
  padding: 0 25px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

@media (max-width: 1180px) {
  body.halo-product-shell .halo-science-product__cta-art--left {
    left: 24px !important;
  }

  body.halo-product-shell .halo-science-product__cta-art--right {
    right: 28px !important;
  }

  body.halo-product-shell .halo-newsletter-shell .content-container {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  body.halo-product-shell .halo-newsletter-form-wrap {
    width: 420px !important;
    min-width: 420px !important;
  }
}

@media (max-width: 900px) {
  body.halo-product-shell .halo-science-product__cta {
    min-height: 430px !important;
    padding: 70px 0 150px !important;
  }

  body.halo-product-shell .halo-science-product__cta-copy h2 {
    font-size: 30px !important;
  }

  body.halo-product-shell .halo-science-product__cta-art--left,
  body.halo-product-shell .halo-science-product__cta-art--right {
    width: 110px !important;
  }

  body.halo-product-shell .halo-newsletter-layout {
    align-items: stretch !important;
  }

  body.halo-product-shell .halo-newsletter-form-wrap {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 640px) {
  body.halo-product-shell .halo-newsletter-shell .content-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.halo-product-shell .halo-newsletter-card {
    padding: 28px 22px !important;
  }

  body.halo-product-shell .halo-newsletter-form {
    height: auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    border-radius: 22px !important;
  }

  body.halo-product-shell .halo-newsletter-form input,
  body.halo-product-shell .halo-newsletter-form button {
    width: 100% !important;
  }
}

/* Product pre-footer bottle art - reference placement */
body.halo-product-shell .halo-global-pre-footer {
  overflow-x: clip !important;
}

body.halo-product-shell .halo-global-pre-footer > section {
  position: relative !important;
  z-index: auto !important;
  overflow: visible !important;
  min-height: 495px !important;
  padding-top: 96px !important;
  padding-bottom: 170px !important;
}

body.halo-product-shell .halo-global-pre-footer > section .content-container {
  max-width: 1180px !important;
}

body.halo-product-shell .halo-global-pre-footer > section .max-w-3xl {
  max-width: 850px !important;
}

body.halo-product-shell .halo-global-pre-footer h2 {
  margin: 0 0 48px !important;
  color: #030303 !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell .halo-global-pre-footer h2 > .relative.inline-block {
  display: inline-block !important;
}

body.halo-product-shell .halo-global-pre-footer h2 > .relative.inline-block > span:first-child {
  position: relative !important;
  z-index: 2 !important;
}

body.halo-product-shell .halo-global-pre-footer h2 > .relative.inline-block > span:last-child {
  bottom: 5px !important;
  height: 6px !important;
  z-index: 1 !important;
}

body.halo-product-shell .halo-global-pre-footer h2 > .relative.inline-block > span:last-child > span {
  background: #7be06a !important;
}

body.halo-product-shell .halo-global-pre-footer > section p {
  display: block !important;
}

body.halo-product-shell .halo-global-pre-footer > section a > button {
  min-width: 221px !important;
  min-height: 65px !important;
  padding: 0 36px !important;
  gap: 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.halo-product-shell .halo-global-pre-footer > section a > button svg {
  width: 42px !important;
  height: 12px !important;
}

body.halo-product-shell .halo-global-pre-footer__image {
  pointer-events: none !important;
  transition: none !important;
  isolation: isolate !important;
}

body.halo-product-shell .halo-global-pre-footer__image--left {
  left: 74px !important;
  top: -54px !important;
  width: 160px !important;
  aspect-ratio: 1 / 1.62 !important;
  transform: none !important;
  z-index: 90 !important;
}

body.halo-product-shell .halo-global-pre-footer__image--left > div {
  transform: rotate(18deg) !important;
}

body.halo-product-shell .halo-global-pre-footer__image--right {
  right: 78px !important;
  bottom: -104px !important;
  width: 172px !important;
  aspect-ratio: 1 / 1.7 !important;
  transform: none !important;
  z-index: 95 !important;
}

body.halo-product-shell .halo-global-pre-footer__image--right > div {
  transform: rotate(-8deg) !important;
}

body.halo-product-shell .halo-global-pre-footer__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 18px 18px rgba(15, 23, 42, 0.10)) !important;
}

@media (min-width: 1700px) {
  body.halo-product-shell .halo-global-pre-footer__image--left {
    left: 74px !important;
    top: -56px !important;
    width: 160px !important;
  }

  body.halo-product-shell .halo-global-pre-footer__image--right {
    right: 80px !important;
    bottom: -106px !important;
    width: 174px !important;
  }
}

@media (max-width: 1280px) {
  body.halo-product-shell .halo-global-pre-footer__image--left {
    left: 24px !important;
    top: -42px !important;
    width: 132px !important;
  }

  body.halo-product-shell .halo-global-pre-footer__image--right {
    right: 24px !important;
    bottom: -86px !important;
    width: 136px !important;
  }
}

@media (max-width: 768px) {
  body.halo-product-shell .halo-global-pre-footer__image--left {
    left: -14px !important;
    top: 28px !important;
    width: 92px !important;
  }

  body.halo-product-shell .halo-global-pre-footer__image--right {
    right: -34px !important;
    bottom: 150px !important;
    width: 92px !important;
  }
}

/* Product pre-footer final polish */
body.halo-product-shell .halo-global-pre-footer__image--left {
  left: 84px !important;
  top: -104px !important;
  width: 205px !important;
  z-index: 120 !important;
}

body.halo-product-shell .halo-global-pre-footer__image--right {
  right: 56px !important;
  bottom: -132px !important;
  width: 225px !important;
  z-index: 125 !important;
}

body.halo-product-shell .halo-global-pre-footer__image img {
  filter: drop-shadow(0 22px 22px rgba(15, 23, 42, 0.14)) !important;
}

body.halo-product-shell .halo-newsletter-form {
  overflow: hidden !important;
  border-radius: 999px !important;
  clip-path: inset(0 round 999px) !important;
}

body.halo-product-shell .halo-newsletter-form input {
  border: 0 !important;
  border-radius: 999px 0 0 999px !important;
  background: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  appearance: none !important;
}

body.halo-product-shell .halo-newsletter-form button {
  border-radius: 999px !important;
  overflow: hidden !important;
}

@media (max-width: 1280px) {
  body.halo-product-shell .halo-global-pre-footer__image--left {
    left: 28px !important;
    top: -82px !important;
    width: 172px !important;
  }

  body.halo-product-shell .halo-global-pre-footer__image--right {
    right: 24px !important;
    bottom: -112px !important;
    width: 186px !important;
  }
}

@media (max-width: 768px) {
  body.halo-product-shell .halo-global-pre-footer__image--left {
    left: -20px !important;
    top: -44px !important;
    width: 124px !important;
  }

  body.halo-product-shell .halo-global-pre-footer__image--right {
    right: -24px !important;
    bottom: -74px !important;
    width: 132px !important;
  }
}

/* Product single responsive pass for the newly built sections */
body.halo-product-shell {
  overflow-x: hidden !important;
}

body.halo-product-shell .halo-science-product,
body.halo-product-shell .halo-science-section,
body.halo-product-shell .halo-compound-info,
body.halo-product-shell .halo-science-product__assurance,
body.halo-product-shell .halo-science-product__together {
  max-width: 100% !important;
}

body.halo-product-shell .halo-science-product img {
  max-width: 100% !important;
}

@media (max-width: 1180px) {
  body.halo-product-shell .halo-science-product__hero,
  body.halo-product-shell .halo-compound-info__grid,
  body.halo-product-shell .halo-science-reviews {
    grid-template-columns: 1fr !important;
  }

  body.halo-product-shell .halo-science-product__assurance,
  body.halo-product-shell .halo-compound-info,
  body.halo-product-shell .halo-science-section,
  body.halo-product-shell .halo-science-product__notice {
    width: calc(100% - 48px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.halo-product-shell .halo-science-product__hero {
    gap: 28px !important;
  }

  body.halo-product-shell .halo-science-product__together-track {
    padding-right: 24px !important;
  }

  body.halo-product-shell .halo-science-product__together-slide {
    flex-basis: 244px !important;
  }

  body.halo-product-shell .halo-science-product__together-nav--prev {
    left: 8px !important;
  }

  body.halo-product-shell .halo-science-product__together-nav--next {
    right: 8px !important;
  }

  body.halo-product-shell #sources-references .halo-science-grid--refs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body.halo-product-shell .halo-science-product__hero {
    padding-top: 28px !important;
  }

  body.halo-product-shell .halo-science-product__hero-card,
  body.halo-product-shell .halo-science-product__info-card,
  body.halo-product-shell .halo-science-product__assurance-card,
  body.halo-product-shell .halo-compound-info__card,
  body.halo-product-shell .halo-science-review-summary,
  body.halo-product-shell .halo-science-review-card,
  body.halo-product-shell .halo-science-review-form-wrap,
  body.halo-product-shell #sources-references .halo-science-ref-card,
  body.halo-product-shell .halo-science-product__notice {
    border-radius: 18px !important;
  }

  body.halo-product-shell .halo-science-product__assurance-head,
  body.halo-product-shell .halo-science-sources-head,
  body.halo-product-shell .halo-compound-info__head,
  body.halo-product-shell .halo-science-review-heading {
    align-items: flex-start !important;
    gap: 14px !important;
  }

  body.halo-product-shell .halo-science-product__assurance-copy h2,
  body.halo-product-shell .halo-compound-info__head h2,
  body.halo-product-shell .halo-science-review-heading h2,
  body.halo-product-shell #sources-references .halo-science-sources-head h2 {
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  body.halo-product-shell .halo-science-product__assurance-copy p,
  body.halo-product-shell .halo-compound-info__head p,
  body.halo-product-shell .halo-science-review-heading p,
  body.halo-product-shell #sources-references .halo-science-sources-head p {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  body.halo-product-shell .halo-compound-info__card {
    padding: 28px 24px !important;
  }

  body.halo-product-shell .halo-compound-info__table {
    padding: 18px 20px !important;
  }

  body.halo-product-shell .halo-compound-info__storage-item {
    padding: 18px 20px !important;
  }

  body.halo-product-shell .halo-newsletter-shell {
    margin-top: -84px !important;
    padding-bottom: 44px !important;
  }

  body.halo-product-shell .halo-global-pre-footer > section {
    min-height: 520px !important;
    padding-top: 78px !important;
    padding-bottom: 140px !important;
  }

  body.halo-product-shell .halo-global-pre-footer h2 {
    font-size: 34px !important;
    line-height: 1.2 !important;
    margin-bottom: 32px !important;
  }

  body.halo-product-shell .halo-global-pre-footer > section a > button {
    min-width: 190px !important;
    min-height: 58px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 720px) {
  body.halo-product-shell .halo-science-product__assurance,
  body.halo-product-shell .halo-compound-info,
  body.halo-product-shell .halo-science-section,
  body.halo-product-shell .halo-science-product__notice {
    width: calc(100% - 32px) !important;
  }

  body.halo-product-shell .halo-science-product__assurance-titlebar,
  body.halo-product-shell .halo-compound-info__head,
  body.halo-product-shell .halo-science-review-heading,
  body.halo-product-shell .halo-science-sources-head {
    display: flex !important;
    flex-direction: row !important;
  }

  body.halo-product-shell .halo-science-product__assurance-nav {
    display: none !important;
  }

  body.halo-product-shell .halo-science-product__coa-grid,
  body.halo-product-shell #sources-references .halo-science-grid--refs {
    grid-template-columns: 1fr !important;
  }

  body.halo-product-shell .halo-science-product__coa-card {
    width: 100% !important;
  }

  body.halo-product-shell .halo-science-product__together {
    width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.halo-product-shell .halo-science-product__together-copy h2 {
    font-size: 28px !important;
    line-height: 1.1 !important;
  }

  body.halo-product-shell .halo-science-product__together-slide {
    flex-basis: min(78vw, 250px) !important;
  }

  body.halo-product-shell .halo-science-product__together-nav {
    width: 38px !important;
    height: 38px !important;
  }

  body.halo-product-shell .halo-science-product__together-nav--prev {
    left: -6px !important;
  }

  body.halo-product-shell .halo-science-product__together-nav--next {
    right: -6px !important;
  }

  body.halo-product-shell .halo-compound-info__row {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  body.halo-product-shell .halo-compound-info__row strong {
    text-align: left !important;
  }

  body.halo-product-shell .halo-compound-info__storage-item {
    align-items: flex-start !important;
  }

  body.halo-product-shell .halo-science-reviews {
    gap: 18px !important;
  }

  body.halo-product-shell .halo-science-review-summary,
  body.halo-product-shell .halo-science-review-card,
  body.halo-product-shell .halo-science-review-form-wrap {
    padding: 24px 20px !important;
  }

  body.halo-product-shell .halo-science-review-card__meta {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  body.halo-product-shell .halo-science-product__notice {
    padding: 28px 22px !important;
  }

  body.halo-product-shell .halo-science-product__notice-head {
    align-items: flex-start !important;
  }

  body.halo-product-shell .halo-newsletter-shell {
    margin-top: -56px !important;
  }

  body.halo-product-shell .halo-newsletter-card {
    min-height: 0 !important;
    padding: 28px 24px !important;
    border-radius: 24px !important;
  }

  body.halo-product-shell .halo-newsletter-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    min-height: 0 !important;
  }

  body.halo-product-shell .halo-newsletter-copy h3 {
    font-size: 28px !important;
  }

  body.halo-product-shell .halo-newsletter-copy p {
    font-size: 16px !important;
  }

  body.halo-product-shell .halo-newsletter-form {
    height: 58px !important;
    flex-direction: row !important;
    border-radius: 999px !important;
    clip-path: inset(0 round 999px) !important;
  }

  body.halo-product-shell .halo-newsletter-form input {
    min-width: 0 !important;
    font-size: 16px !important;
  }

  body.halo-product-shell .halo-newsletter-form button {
    min-width: 118px !important;
    height: 46px !important;
    padding: 0 18px !important;
    font-size: 16px !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 520px) {
  body.halo-product-shell .halo-science-product__assurance,
  body.halo-product-shell .halo-compound-info,
  body.halo-product-shell .halo-science-section,
  body.halo-product-shell .halo-science-product__notice,
  body.halo-product-shell .halo-science-product__together {
    width: calc(100% - 24px) !important;
  }

  body.halo-product-shell .halo-science-product__assurance-copy h2,
  body.halo-product-shell .halo-compound-info__head h2,
  body.halo-product-shell .halo-science-review-heading h2,
  body.halo-product-shell #sources-references .halo-science-sources-head h2 {
    font-size: 26px !important;
  }

  body.halo-product-shell .halo-science-product__assurance-titlebar,
  body.halo-product-shell .halo-compound-info__head,
  body.halo-product-shell .halo-science-review-heading,
  body.halo-product-shell .halo-science-sources-head {
    gap: 12px !important;
  }

  body.halo-product-shell .halo-science-product__assurance-icon,
  body.halo-product-shell .halo-compound-info__head-icon,
  body.halo-product-shell .halo-science-review-heading__icon,
  body.halo-product-shell .halo-science-sources-head__icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }

  body.halo-product-shell .halo-compound-info__card {
    padding: 24px 18px !important;
  }

  body.halo-product-shell .halo-compound-info__table,
  body.halo-product-shell .halo-compound-info__storage-item {
    padding: 16px !important;
  }

  body.halo-product-shell .halo-compound-info__chips span {
    max-width: 100% !important;
    white-space: normal !important;
  }

  body.halo-product-shell .halo-newsletter-shell .content-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.halo-product-shell .halo-newsletter-card {
    padding: 24px 18px !important;
  }

  body.halo-product-shell .halo-newsletter-form {
    height: auto !important;
    padding: 6px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    border-radius: 24px !important;
    clip-path: inset(0 round 24px) !important;
  }

  body.halo-product-shell .halo-newsletter-form input {
    height: 46px !important;
    width: 100% !important;
    border-radius: 18px !important;
    text-align: left !important;
  }

  body.halo-product-shell .halo-newsletter-form button {
    width: 100% !important;
    height: 48px !important;
  }

  body.halo-product-shell .halo-global-pre-footer > section {
    min-height: 480px !important;
    padding-top: 76px !important;
    padding-bottom: 116px !important;
  }

  body.halo-product-shell .halo-global-pre-footer h2 {
    font-size: 28px !important;
    line-height: 1.22 !important;
  }

  body.halo-product-shell .halo-global-pre-footer > section p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  body.halo-product-shell .halo-global-pre-footer > section a > button {
    min-width: 176px !important;
    min-height: 54px !important;
    font-size: 16px !important;
  }

  body.halo-product-shell .halo-global-pre-footer__image--left {
    left: -22px !important;
    top: -34px !important;
    width: 105px !important;
  }

  body.halo-product-shell .halo-global-pre-footer__image--right {
    right: -28px !important;
    bottom: -48px !important;
    width: 112px !important;
  }
}

@media (max-width: 380px) {
  body.halo-product-shell .halo-science-product__together-slide {
    flex-basis: 82vw !important;
  }

  body.halo-product-shell .halo-newsletter-copy h3 {
    font-size: 24px !important;
  }

  body.halo-product-shell .halo-global-pre-footer h2 {
    font-size: 25px !important;
  }
}

/* Product single mobile hardening: override fixed desktop reference widths */
@media (max-width: 767px) {
  body.halo-product-shell {
    padding-bottom: 142px !important;
  }

  body.halo-product-shell .halo-science-product__mobile-dock {
    left: 14px !important;
    right: 14px !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 14px) !important;
    z-index: 999 !important;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-inner {
    padding: 14px !important;
    border-radius: 22px !important;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-options {
    gap: 10px !important;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-option {
    min-width: 82px !important;
    min-height: 46px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-row {
    grid-template-columns: minmax(0, 138px) minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-qty {
    grid-template-columns: 42px minmax(26px, 1fr) 42px !important;
    min-width: 0 !important;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-button {
    min-width: 0 !important;
    padding: 0 16px !important;
    font-size: 16px !important;
    white-space: nowrap !important;
  }

  body.halo-product-shell #certificate-of-analysis.halo-science-product__assurance,
  body.halo-product-shell section.halo-compound-info#compound-information,
  body.halo-product-shell #sources-references.halo-science-section--sources {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    overflow: hidden !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-titlebar {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 26px !important;
    align-items: center !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-icon {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    border-radius: 16px !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-copy h2 {
    font-size: 30px !important;
    line-height: 1.12 !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-copy p {
    font-size: 20px !important;
    line-height: 1.32 !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-grid {
    display: flex !important;
    gap: 14px !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 0 0 8px !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-grid::-webkit-scrollbar {
    display: none !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-card {
    flex: 0 0 min(318px, calc(100vw - 76px)) !important;
    width: min(318px, calc(100vw - 76px)) !important;
    max-width: min(318px, calc(100vw - 76px)) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 22px 18px !important;
    scroll-snap-align: start !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-card .halo-science-product__coa-head h2 {
    font-size: 42px !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-details {
    padding: 14px 12px !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-row {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-row span,
  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-row strong {
    min-width: 0 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-row strong {
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information {
    margin-top: 58px !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head {
    display: grid !important;
    grid-template-columns: 62px minmax(0, 1fr) !important;
    gap: 20px !important;
    align-items: center !important;
    margin-bottom: 28px !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head h2 {
    font-size: 40px !important;
    line-height: 1.08 !important;
    overflow-wrap: normal !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head p {
    font-size: 19px !important;
    line-height: 1.35 !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__grid {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 26px 22px !important;
    overflow: hidden !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__eyebrow {
    display: inline-flex !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__card h3 {
    font-size: 26px !important;
    line-height: 1.15 !important;
    overflow-wrap: normal !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__table {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 16px !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 14px 0 !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__row span,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__row strong {
    min-width: 0 !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__chips {
    align-items: flex-start !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__chips span {
    width: fit-content !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-list {
    gap: 18px !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item {
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 18px !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item > div {
    min-width: 0 !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item strong,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item span {
    overflow-wrap: anywhere !important;
  }

  body.halo-product-shell #sources-references.halo-science-section--sources {
    margin-top: 58px !important;
  }

  body.halo-product-shell #sources-references .halo-science-sources-head {
    display: grid !important;
    grid-template-columns: 62px minmax(0, 1fr) !important;
    gap: 22px !important;
    align-items: center !important;
    margin-bottom: 28px !important;
  }

  body.halo-product-shell #sources-references .halo-science-sources-head h2 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  body.halo-product-shell #sources-references .halo-science-sources-head p {
    font-size: 20px !important;
    line-height: 1.35 !important;
  }

  body.halo-product-shell #sources-references .halo-science-grid--refs {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.halo-product-shell #sources-references .halo-science-refcard {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 30px 28px !important;
    overflow: hidden !important;
  }

  body.halo-product-shell #sources-references .halo-science-refcard > span,
  body.halo-product-shell #sources-references .halo-science-refcard h3,
  body.halo-product-shell #sources-references .halo-science-refcard small,
  body.halo-product-shell #sources-references .halo-science-refcard em,
  body.halo-product-shell #sources-references .halo-science-refcard a {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  body.halo-product-shell #sources-references .halo-science-refcard h3 {
    font-size: 20px !important;
    line-height: 1.38 !important;
  }
}

@media (max-width: 430px) {
  body.halo-product-shell .halo-science-product__mobile-dock {
    left: 16px !important;
    right: 16px !important;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-row {
    grid-template-columns: minmax(0, 138px) minmax(0, 1fr) !important;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-button {
    font-size: 15px !important;
    gap: 8px !important;
  }

  body.halo-product-shell #certificate-of-analysis.halo-science-product__assurance,
  body.halo-product-shell section.halo-compound-info#compound-information,
  body.halo-product-shell #sources-references.halo-science-section--sources {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-card {
    flex-basis: min(306px, calc(100vw - 72px)) !important;
    width: min(306px, calc(100vw - 72px)) !important;
    max-width: min(306px, calc(100vw - 72px)) !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head h2 {
    font-size: 39px !important;
  }
}

@media (max-width: 374px) {
  body.halo-product-shell .halo-science-product__mobile-dock-row {
    grid-template-columns: 1fr !important;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-button {
    min-height: 48px !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-titlebar,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head,
  body.halo-product-shell #sources-references .halo-science-sources-head {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-copy h2,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head h2,
  body.halo-product-shell #sources-references .halo-science-sources-head h2 {
    font-size: 28px !important;
  }
}

/* Product single mobile typography polish */
@media (max-width: 767px) {
  body.halo-product-shell .halo-science-product {
    font-size: 16px !important;
  }

  body.halo-product-shell .halo-science-product__eyebrow {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body.halo-product-shell .halo-science-product__title {
    font-size: 32px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  body.halo-product-shell .halo-science-product__description {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  body.halo-product-shell .halo-science-product__price {
    font-size: 28px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  body.halo-product-shell .halo-science-product__option-label,
  body.halo-product-shell .halo-science-product__quantity-label,
  body.halo-product-shell .halo-science-product__bundle-title {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  body.halo-product-shell .halo-science-product__dosage-option,
  body.halo-product-shell .halo-science-product__qty-value,
  body.halo-product-shell .halo-science-product__mobile-dock-option,
  body.halo-product-shell .halo-science-product__mobile-dock-qty-value {
    font-size: 13px !important;
  }

  body.halo-product-shell .halo-science-product__mobile-dock-button,
  body.halo-product-shell .halo-science-product__actions .single_add_to_cart_button {
    font-size: 14px !important;
    line-height: 1 !important;
  }

  body.halo-product-shell .halo-science-product__bundle-card strong,
  body.halo-product-shell .halo-science-product__bundle-card b {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  body.halo-product-shell .halo-science-product__bundle-card span,
  body.halo-product-shell .halo-science-product__bundle-card small {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  body.halo-product-shell .halo-science-product__shipping-item strong,
  body.halo-product-shell .halo-science-product__trust strong {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  body.halo-product-shell .halo-science-product__shipping-item small,
  body.halo-product-shell .halo-science-product__trust small {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  body.halo-product-shell .halo-science-product__together-copy h2,
  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-copy h2,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head h2,
  body.halo-product-shell .halo-science-review-heading h2,
  body.halo-product-shell #sources-references .halo-science-sources-head h2 {
    font-size: 24px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  body.halo-product-shell .halo-science-product__together-copy p,
  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-copy p,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head p,
  body.halo-product-shell .halo-science-review-heading p,
  body.halo-product-shell #sources-references .halo-science-sources-head p {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-card .halo-science-product__coa-head h2 {
    font-size: 30px !important;
    line-height: 1 !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-card .halo-science-product__coa-head span {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-badge,
  body.halo-product-shell .halo-compound-info__eyebrow,
  body.halo-product-shell .halo-science-section__eyebrow,
  body.halo-product-shell #sources-references .halo-science-refcard > span {
    font-size: 10px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
  }

  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-row span,
  body.halo-product-shell #certificate-of-analysis .halo-science-product__coa-row strong,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__row span,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__row strong {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__card h3 {
    font-size: 19px !important;
    line-height: 1.16 !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__chips span {
    font-size: 12px !important;
    line-height: 1.18 !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item strong {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__storage-item span {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body.halo-product-shell .halo-science-review-summary__score {
    font-size: 36px !important;
    line-height: 0.95 !important;
  }

  body.halo-product-shell .halo-science-review-card__content,
  body.halo-product-shell .halo-science-review-form-wrap,
  body.halo-product-shell .halo-science-review-form-wrap label {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  body.halo-product-shell #sources-references .halo-science-refcard h3 {
    font-size: 15px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }

  body.halo-product-shell #sources-references .halo-science-refcard small,
  body.halo-product-shell #sources-references .halo-science-refcard em {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  body.halo-product-shell #sources-references .halo-science-refcard a {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  body.halo-product-shell .halo-global-pre-footer h2 {
    font-size: 23px !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
  }

  body.halo-product-shell .halo-global-pre-footer > section p {
    font-size: 13px !important;
    line-height: 1.38 !important;
  }

  body.halo-product-shell .halo-global-pre-footer > section a > button {
    font-size: 13px !important;
  }

  body.halo-product-shell .halo-newsletter-copy h3 {
    font-size: 21px !important;
    line-height: 1.12 !important;
  }

  body.halo-product-shell .halo-newsletter-copy p {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }
}

@media (max-width: 430px) {
  body.halo-product-shell .halo-science-product__eyebrow {
    font-size: 12px !important;
  }

  body.halo-product-shell .halo-science-product__title {
    font-size: 30px !important;
  }

  body.halo-product-shell .halo-science-product__description {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  body.halo-product-shell .halo-science-product__price {
    font-size: 27px !important;
  }

  body.halo-product-shell .halo-science-product__together-copy h2,
  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-copy h2,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head h2,
  body.halo-product-shell .halo-science-review-heading h2,
  body.halo-product-shell #sources-references .halo-science-sources-head h2 {
    font-size: 23px !important;
    line-height: 1.1 !important;
  }

  body.halo-product-shell .halo-science-product__together-copy p,
  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-copy p,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head p,
  body.halo-product-shell .halo-science-review-heading p,
  body.halo-product-shell #sources-references .halo-science-sources-head p {
    font-size: 13px !important;
  }

  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__card h3 {
    font-size: 18px !important;
  }

  body.halo-product-shell #sources-references .halo-science-refcard h3 {
    font-size: 14px !important;
  }

  body.halo-product-shell .halo-global-pre-footer h2 {
    font-size: 22px !important;
    line-height: 1.24 !important;
  }

  body.halo-product-shell .halo-global-pre-footer > section p {
    font-size: 12px !important;
  }

  body.halo-product-shell .halo-newsletter-copy h3 {
    font-size: 20px !important;
  }

  body.halo-product-shell .halo-newsletter-copy p {
    font-size: 12px !important;
  }
}

@media (max-width: 374px) {
  body.halo-product-shell .halo-science-product__title {
    font-size: 28px !important;
  }

  body.halo-product-shell .halo-science-product__price {
    font-size: 25px !important;
  }

  body.halo-product-shell .halo-science-product__together-copy h2,
  body.halo-product-shell #certificate-of-analysis .halo-science-product__assurance-copy h2,
  body.halo-product-shell section.halo-compound-info#compound-information .halo-compound-info__head h2,
  body.halo-product-shell .halo-science-review-heading h2,
  body.halo-product-shell #sources-references .halo-science-sources-head h2 {
    font-size: 21px !important;
  }

  body.halo-product-shell .halo-global-pre-footer h2 {
    font-size: 20px !important;
  }
}

/* Product single first viewport reference match */
body.halo-product-shell {
  background: #fff !important;
}

body.halo-product-shell .halo-science-product-page {
  background: #fff !important;
}

body.halo-product-shell .halo-science-product {
  padding-top: 0 !important;
}

body.halo-product-shell .halo-science-product::before,
body.halo-product-shell .halo-science-product__topnote {
  display: none !important;
}

body.halo-product-shell .halo-science-product__hero {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 18px 0 24px !important;
  box-sizing: border-box !important;
}

body.halo-product-shell .halo-science-product__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

body.halo-product-shell .halo-science-product__gallery,
body.halo-product-shell .halo-science-product__summary {
  min-height: clamp(560px, calc(100vh - 300px), 632px) !important;
  border: 1px solid rgba(17, 24, 39, 0.1) !important;
  border-radius: 28px !important;
  box-shadow: none !important;
}

body.halo-product-shell .halo-science-product__gallery {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  background: #f7f7f7 !important;
  overflow: hidden !important;
}

body.halo-product-shell .halo-science-product__gallery-main {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 100% !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: transparent !important;
}

body.halo-product-shell .halo-science-product__gallery-main img {
  width: min(100%, 320px) !important;
  max-height: 455px !important;
  object-fit: contain !important;
}

body.halo-product-shell .halo-science-product__summary {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 34px 35px 30px !important;
  background: #fff !important;
  overflow: hidden !important;
}

body.halo-product-shell .halo-science-product__summary .halo-science-product__eyebrow {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #4a4a4a !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.halo-product-shell .halo-science-product__summary h1 {
  margin: 8px 0 14px !important;
  color: #050505 !important;
  font-size: clamp(34px, 2.45vw, 44px) !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.halo-product-shell .halo-science-product__rating,
body.halo-product-shell .halo-science-product__alias {
  display: none !important;
}

body.halo-product-shell .halo-science-product__summary .halo-science-product__eyebrow {
  order: 1 !important;
}

body.halo-product-shell .halo-science-product__summary h1 {
  order: 2 !important;
}

body.halo-product-shell .halo-science-product__pills {
  order: 3 !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
}

body.halo-product-shell .halo-science-product__pills span {
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 1px solid #dedede !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #4b5563 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

body.halo-product-shell .halo-science-product__subtitle {
  order: 4 !important;
  max-width: 68ch !important;
  margin: 0 0 24px !important;
  color: #4b5563 !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

body.halo-product-shell .halo-science-product__price {
  order: 5 !important;
  position: static !important;
  max-width: none !important;
  margin: 0 0 16px !important;
  color: #000 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.halo-product-shell .halo-science-product__form {
  order: 6 !important;
  gap: 14px !important;
}

body.halo-product-shell .halo-science-product__summary .halo-science-product__bundle {
  display: none !important;
}

body.halo-product-shell .halo-science-product__option-group,
body.halo-product-shell .halo-science-product__quantity-row {
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 !important;
}

body.halo-product-shell .halo-science-product__quantity-row .halo-science-product__option-label {
  min-width: 0 !important;
}

body.halo-product-shell .halo-science-product__option-label {
  font-size: 13px !important;
}

body.halo-product-shell .halo-science-product__dosages {
  gap: 10px !important;
}

body.halo-product-shell .halo-science-product__dosage {
  min-width: 92px !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border-color: #dedede !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: #1f2937 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

body.halo-product-shell .halo-science-product__dosage.is-active,
body.halo-product-shell .halo-science-product__dosage[aria-pressed="true"] {
  border-color: #050505 !important;
  background: #050505 !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #050505 !important;
}

body.halo-product-shell .halo-science-product__dosage:hover:not(:disabled):not(.is-active):not([aria-pressed="true"]) {
  border-color: #9ca3af !important;
  background: #f8fafc !important;
}

body.halo-product-shell .halo-science-product__qty-wrap {
  width: fit-content !important;
  grid-template-columns: 40px 56px 40px !important;
  border-color: #dedede !important;
  border-radius: 999px !important;
}

body.halo-product-shell .halo-science-product__qty-wrap .quantity {
  width: 56px !important;
  min-width: 56px !important;
}

body.halo-product-shell .halo-science-product__qty-wrap .qty,
body.halo-product-shell .halo-science-product__qty-button {
  height: 40px !important;
  min-height: 40px !important;
  font-size: 13px !important;
}

body.halo-product-shell .halo-science-product__qty-button {
  width: 40px !important;
}

body.halo-product-shell .halo-science-product__purchase-row--actions {
  margin-top: 4px !important;
}

body.halo-product-shell .halo-science-product__actions {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  gap: 14px !important;
}

body.halo-product-shell .halo-science-product__coa-link,
body.halo-product-shell .halo-science-product__actions .single_add_to_cart_button {
  min-height: 52px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

body.halo-product-shell .halo-science-product__actions .single_add_to_cart_button {
  background: #e4e4e4 !important;
  color: #5f6368 !important;
  border: 1px solid #d4d4d4 !important;
}

body.halo-product-shell .halo-science-product__actions .single_add_to_cart_button svg {
  display: none !important;
}

body.halo-product-shell .halo-science-product__shipping-grid {
  order: 7 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 12px !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  background: #f7f7f7 !important;
}

body.halo-product-shell .halo-science-product__payment-row {
  order: 8 !important;
  margin-top: 14px !important;
  font-size: 12px !important;
}

body.halo-product-shell .halo-science-product__payment-logo-wrap {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 52px !important;
  height: 24px !important;
  max-width: 52px !important;
  max-height: 24px !important;
  overflow: hidden !important;
  flex: 0 0 auto !important;
}

body.halo-product-shell .halo-science-product__payment-logo,
body.halo-product-shell .halo-science-product__payment-logo-wrap img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

body.halo-product-shell .halo-science-product__payment-badge--paypal {
  color: #003087 !important;
}

body.halo-product-shell .halo-science-product__payment-badge--shop_pay {
  color: #5433d9 !important;
}

body.halo-product-shell .halo-science-product__payment-badge--discover {
  color: #f58220 !important;
}

body.halo-product-shell .halo-science-product__payment-badge--klarna {
  color: #111 !important;
}

body.halo-product-shell .halo-science-product__payment-badge--afterpay,
body.halo-product-shell .halo-science-product__payment-badge--cash_app {
  color: #00a862 !important;
}

body.halo-product-shell .halo-science-product__shipping-item strong {
  font-size: 12px !important;
}

body.halo-product-shell .halo-science-product__shipping-item small {
  font-size: 11px !important;
}

body.halo-product-shell .halo-science-product__trust {
  margin: 16px 0 54px !important;
}

@media (max-width: 1180px) {
  body.halo-product-shell .halo-science-product__hero {
    min-height: 0 !important;
    padding: 18px 0 24px !important;
  }

  body.halo-product-shell .halo-science-product__grid {
    grid-template-columns: 1fr !important;
  }

  body.halo-product-shell .halo-science-product__gallery,
  body.halo-product-shell .halo-science-product__summary {
    width: 100% !important;
    max-width: 760px !important;
    min-height: 0 !important;
    justify-self: center !important;
  }

  body.halo-product-shell .halo-science-product__gallery-main {
    min-height: 420px !important;
  }

  body.halo-product-shell .halo-science-product__price {
    position: static !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  body.halo-product-shell .halo-science-product__hero {
    padding: 18px 0 22px !important;
  }

  body.halo-product-shell .halo-science-product__gallery,
  body.halo-product-shell .halo-science-product__summary {
    border-radius: 20px !important;
  }

  body.halo-product-shell .halo-science-product__gallery-main {
    min-height: 330px !important;
  }

  body.halo-product-shell .halo-science-product__gallery-main img {
    max-height: 285px !important;
  }

  body.halo-product-shell .halo-science-product__summary {
    padding: 22px 18px !important;
  }

  body.halo-product-shell .halo-science-product__price {
    position: static !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    text-align: left !important;
  }

  body.halo-product-shell .halo-science-product__summary h1 {
    font-size: 32px !important;
  }

  body.halo-product-shell .halo-science-product__option-group,
  body.halo-product-shell .halo-science-product__quantity-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.halo-product-shell .halo-science-product__actions,
  body.halo-product-shell .halo-science-product__shipping-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Shared page accordion UI */
main#main-content section:has(details) > .content-container,
main#main-content section:has(article[itemtype="https://schema.org/Question"]) > .content-container,
main#main-content section:has(article[itemType="https://schema.org/Question"]) > .content-container {
  max-width: 1280px !important;
}

main#main-content section:has(details) > .content-container > [class*="max-w-"],
main#main-content section:has(article[itemtype="https://schema.org/Question"]) > .content-container > [class*="max-w-"],
main#main-content section:has(article[itemType="https://schema.org/Question"]) > .content-container > [class*="max-w-"] {
  width: min(100%, 1200px) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

main#main-content section:has(details) > .content-container > [class*="max-w-"] > .text-center,
main#main-content section:has(details) > .content-container > .text-center,
main#main-content section:has(article[itemtype="https://schema.org/Question"]) > .content-container > [class*="max-w-"] > .text-center,
main#main-content section:has(article[itemType="https://schema.org/Question"]) > .content-container > [class*="max-w-"] > .text-center {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 22px !important;
  text-align: left !important;
}

main#main-content section:has(details) > .content-container > [class*="max-w-"] > h2,
main#main-content section:has(details) > .content-container > [class*="max-w-"] > .text-center h2,
main#main-content section:has(details) > .content-container > .text-center h2,
main#main-content section:has(article[itemtype="https://schema.org/Question"]) > .content-container > [class*="max-w-"] > .text-center h2,
main#main-content section:has(article[itemType="https://schema.org/Question"]) > .content-container > [class*="max-w-"] > .text-center h2 {
  margin: 0 0 18px !important;
  color: #000 !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

main#main-content section:has(details) > .content-container > [class*="max-w-"] > .text-center p,
main#main-content section:has(details) > .content-container > .text-center p,
main#main-content section:has(article[itemtype="https://schema.org/Question"]) > .content-container > [class*="max-w-"] > .text-center p,
main#main-content section:has(article[itemType="https://schema.org/Question"]) > .content-container > [class*="max-w-"] > .text-center p {
  max-width: 720px !important;
  margin: 0 !important;
  color: #374151 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

main#main-content section:has(details) .space-y-3,
main#main-content section:has(details) .space-y-4,
main#main-content section:has(article[itemtype="https://schema.org/Question"]) .space-y-3,
main#main-content section:has(article[itemtype="https://schema.org/Question"]) .space-y-4,
main#main-content section:has(article[itemType="https://schema.org/Question"]) .space-y-3,
main#main-content section:has(article[itemType="https://schema.org/Question"]) .space-y-4 {
  display: block !important;
  width: min(100%, 1200px) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

main#main-content details,
main#main-content article[itemtype="https://schema.org/Question"],
main#main-content article[itemType="https://schema.org/Question"],
.halo-home-faq .halo-science-faq__item,
body.halo-product-shell .halo-product-faq__item,
body.halo-product-shell .halo-science-faq__item {
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  margin: 0 !important;
}

main#main-content details + details,
main#main-content article[itemtype="https://schema.org/Question"] + article[itemtype="https://schema.org/Question"],
main#main-content article[itemType="https://schema.org/Question"] + article[itemType="https://schema.org/Question"],
.halo-home-faq .halo-science-faq__item + .halo-science-faq__item,
body.halo-product-shell .halo-product-faq__item + .halo-product-faq__item,
body.halo-product-shell .halo-science-faq__item + .halo-science-faq__item {
  margin-top: 0 !important;
}

main#main-content details > summary,
main#main-content article[itemtype="https://schema.org/Question"] > button,
main#main-content article[itemType="https://schema.org/Question"] > button,
.halo-home-faq .halo-science-faq__button,
body.halo-product-shell .halo-product-faq__button,
body.halo-product-shell .halo-science-faq__button {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 34px !important;
  gap: 18px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 18px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  list-style: none !important;
  text-align: left !important;
}

main#main-content details > summary::-webkit-details-marker {
  display: none !important;
}

main#main-content details > summary:not(:has(svg))::after {
  content: "" !important;
  display: inline-flex !important;
  justify-self: end !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 999px !important;
  background: #f3f4f6 !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #111827 50%),
    linear-gradient(135deg, #111827 50%, transparent 50%) !important;
  background-position:
    calc(50% - 4px) 50%,
    calc(50% + 4px) 50% !important;
  background-size: 8px 8px, 8px 8px !important;
  background-repeat: no-repeat !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

main#main-content details[open] > summary:not(:has(svg))::after {
  background-color: #000 !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%) !important;
  transform: rotate(180deg) !important;
}

main#main-content details > summary > span,
main#main-content article[itemtype="https://schema.org/Question"] > button h3,
main#main-content article[itemType="https://schema.org/Question"] > button h3,
.halo-home-faq .halo-science-faq__button span,
body.halo-product-shell .halo-product-faq__button span,
body.halo-product-shell .halo-science-faq__button span {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

main#main-content details > summary small {
  display: none !important;
}

main#main-content details > summary svg,
main#main-content article[itemtype="https://schema.org/Question"] > button > span:last-child,
main#main-content article[itemType="https://schema.org/Question"] > button > span:last-child,
.halo-home-faq .halo-science-faq__button svg,
body.halo-product-shell .halo-product-faq__button svg,
body.halo-product-shell .halo-science-faq__button svg {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 999px !important;
  background: #f3f4f6 !important;
  color: #111827 !important;
  transform: none !important;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

main#main-content details > summary svg,
.halo-home-faq .halo-science-faq__button svg,
body.halo-product-shell .halo-product-faq__button svg,
body.halo-product-shell .halo-science-faq__button svg {
  padding: 9px !important;
  box-sizing: border-box !important;
}

main#main-content article[itemtype="https://schema.org/Question"] > button > span:last-child svg,
main#main-content article[itemType="https://schema.org/Question"] > button > span:last-child svg {
  width: 18px !important;
  height: 18px !important;
  color: currentColor !important;
}

main#main-content details[open] > summary svg,
main#main-content article[itemtype="https://schema.org/Question"] > button[aria-expanded="true"] > span:last-child,
main#main-content article[itemType="https://schema.org/Question"] > button[aria-expanded="true"] > span:last-child,
.halo-home-faq .halo-science-faq__button[aria-expanded="true"] svg,
body.halo-product-shell .halo-product-faq__button[aria-expanded="true"] svg,
body.halo-product-shell .halo-science-faq__button[aria-expanded="true"] svg {
  background: #000 !important;
  color: #fff !important;
  transform: rotate(180deg) !important;
}

main#main-content details > div,
main#main-content article[itemtype="https://schema.org/Question"] > div,
main#main-content article[itemType="https://schema.org/Question"] > div,
.halo-home-faq .halo-science-faq__panel,
body.halo-product-shell .halo-product-faq__panel,
body.halo-product-shell .halo-science-faq__panel {
  padding: 0 52px 24px 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #374151 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

main#main-content details > div p,
main#main-content article[itemtype="https://schema.org/Question"] > div p,
main#main-content article[itemType="https://schema.org/Question"] > div p,
.halo-home-faq .halo-science-faq__panel p,
body.halo-product-shell .halo-product-faq__panel p,
body.halo-product-shell .halo-science-faq__panel p {
  max-width: 980px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #374151 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

main#main-content details:not([open]) > div {
  display: none !important;
}

.halo-home-faq,
body.halo-product-shell .halo-science-section:has(.halo-science-faq) {
  width: min(100%, 960px) !important;
  max-width: 960px !important;
  margin: 48px auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.halo-home-faq > .halo-science-section__eyebrow,
body.halo-product-shell .halo-science-section:has(.halo-science-faq) > .halo-science-section__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 30px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  background: rgba(125, 99, 255, 0.1) !important;
  color: #5948b8 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 18px !important;
}

.halo-home-faq > h2,
body.halo-product-shell .halo-science-section:has(.halo-science-faq) > h2 {
  margin: 0 0 22px !important;
  color: #000 !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.halo-home-faq__description {
  max-width: 720px !important;
  margin: -4px 0 30px !important;
  color: #374151 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

.halo-home-faq .halo-science-faq,
body.halo-product-shell .halo-science-faq {
  display: block !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  main#main-content details > summary,
  main#main-content article[itemtype="https://schema.org/Question"] > button,
  main#main-content article[itemType="https://schema.org/Question"] > button,
  .halo-home-faq .halo-science-faq__button,
  body.halo-product-shell .halo-product-faq__button,
  body.halo-product-shell .halo-science-faq__button {
    min-height: 76px !important;
    padding: 18px 0 !important;
    gap: 16px !important;
    font-size: 17px !important;
  }

  main#main-content details > summary:not(:has(svg))::after {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  main#main-content details > summary > span,
  main#main-content article[itemtype="https://schema.org/Question"] > button h3,
  main#main-content article[itemType="https://schema.org/Question"] > button h3,
  .halo-home-faq .halo-science-faq__button span,
  body.halo-product-shell .halo-product-faq__button span,
  body.halo-product-shell .halo-science-faq__button span {
    font-size: 17px !important;
  }

  main#main-content details > summary svg,
  main#main-content article[itemtype="https://schema.org/Question"] > button > span:last-child,
  main#main-content article[itemType="https://schema.org/Question"] > button > span:last-child,
  .halo-home-faq .halo-science-faq__button svg,
  body.halo-product-shell .halo-product-faq__button svg,
  body.halo-product-shell .halo-science-faq__button svg {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  main#main-content details > div,
  main#main-content article[itemtype="https://schema.org/Question"] > div,
  main#main-content article[itemType="https://schema.org/Question"] > div,
  .halo-home-faq .halo-science-faq__panel,
  body.halo-product-shell .halo-product-faq__panel,
  body.halo-product-shell .halo-science-faq__panel {
    padding: 0 0 26px 0 !important;
  }

  main#main-content details > div p,
  main#main-content article[itemtype="https://schema.org/Question"] > div p,
  main#main-content article[itemType="https://schema.org/Question"] > div p,
  .halo-home-faq .halo-science-faq__panel p,
  body.halo-product-shell .halo-product-faq__panel p,
  body.halo-product-shell .halo-science-faq__panel p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}
