/** Shopify CDN: Minification failed

Line 1438:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bloo-bar-science (INDEX:2) */
.bloo-bar-sci {
    background: #0076a7;
    color: #ffffff;
    padding: 56px 0 64px;
  }

  .bloo-bar-sci__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 36px;
  }

  .bloo-bar-sci__accent {
    display: block;
    width: 40px;
    height: 3px;
    background: #f8ae4c;
    margin-bottom: 16px;
  }

  .bloo-bar-sci__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.05;
    margin: 0 0 12px;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .bloo-bar-sci__brand {
    font-family: "Spicy Rice", serif;
    font-weight: 400;
    color: #f8ae4c;
    letter-spacing: 0.01em;
  }

  .bloo-bar-sci__sub {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 32px;
    max-width: 700px;
  }

  .bloo-bar-sci__phases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
  }

  .bloo-bar-sci__phase {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 18px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }

  .bloo-bar-sci__phase-num {
    font-family: "Space Mono", monospace;
    font-size: 28px;
    font-weight: 700;
    color: #f8ae4c;
    line-height: 1;
    flex: 0 0 auto;
    letter-spacing: -0.02em;
  }

  .bloo-bar-sci__phase-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
  }

  .bloo-bar-sci__phase-name {
    font-family: "Space Mono", monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
  }

  .bloo-bar-sci__phase-desc {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
  }

  .bloo-bar-sci__phase-tags {
    font-family: "Space Mono", monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #f8ae4c;
    margin-top: 2px;
  }

  .bloo-bar-sci__cred {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
  }

  .bloo-bar-sci__cred-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .bloo-bar-sci__diamond {
    color: #f8ae4c;
  }

  .bloo-bar-sci__cred-dot {
    color: rgba(255, 255, 255, 0.6);
  }

  @media (max-width: 900px) {
    .bloo-bar-sci__phases { grid-template-columns: 1fr; gap: 10px; }
    .bloo-bar-sci__cred { font-size: 10px; gap: 6px; }
    .bloo-bar-sci__cred-dot { display: none; }
  }

  @media (max-width: 600px) {
    .bloo-bar-sci { padding: 36px 0 48px; }
    .bloo-bar-sci__inner { padding: 0 20px; }
    .bloo-bar-sci__title { font-size: 36px; }
    .bloo-bar-sci__sub { font-size: 16px; }
  }
/* END_SECTION:bloo-bar-science */

/* START_SECTION:bloo-bar (INDEX:3) */
.bloo-bar {
    background-color: #0076a7;
    color: #ffffff;
    padding: 40px 0 48px;
    -webkit-tap-highlight-color: transparent;
    scroll-margin-top: 80px;
  }

  .bloo-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }

  /* GALLERY */
  .bloo-bar__gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
  }

  .bloo-bar__main {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    cursor: zoom-in;
    display: block;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    appearance: none;
  }

  .bloo-bar__main:focus-visible {
    outline: 2px solid #f8ae4c;
    outline-offset: 2px;
  }

  /* LIGHTBOX */
  .bloo-bar__lightbox {
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    overflow: hidden;
  }

  .bloo-bar__lightbox::backdrop {
    background: rgba(0, 0, 0, 0.92);
  }

  .bloo-bar__lightbox[open] {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bloo-bar__lightbox-inner {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
  }

  .bloo-bar__lightbox-img {
    display: block;
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    cursor: zoom-out;
    border-radius: 4px;
  }

  .bloo-bar__lightbox-close {
    position: absolute;
    top: -44px;
    right: -4px;
    width: 36px;
    height: 36px;
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    font-family: "Space Mono", monospace;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: border-color 0.15s ease, background-color 0.15s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-bar__lightbox-close:hover {
      border-color: #ffffff;
      background: rgba(255, 255, 255, 0.1);
    }
  }

  .bloo-bar__main img {
    width: 100%;
    height: auto;
    display: block;
  }

  .bloo-bar__main--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Mono", monospace;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
  }

  .bloo-bar__new-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    width: 84px;
    height: 84px;
    background: #ea5b13;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Mono", monospace;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    clip-path: polygon(
      50% 0%, 58% 12%, 71% 6%, 75% 20%, 89% 18%, 88% 32%, 100% 39%,
      92% 50%, 100% 61%, 88% 68%, 89% 82%, 75% 80%, 71% 94%,
      58% 88%, 50% 100%, 42% 88%, 29% 94%, 25% 80%, 11% 82%,
      12% 68%, 0% 61%, 8% 50%, 0% 39%, 12% 32%, 11% 18%,
      25% 20%, 29% 6%, 42% 12%
    );
  }

  .bloo-bar__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .bloo-bar__thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 4px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 0;
    cursor: pointer;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
  }

  .bloo-bar__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .bloo-bar__thumb--active {
    border-color: #ffffff;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-bar__thumb:not(.bloo-bar__thumb--active):hover {
      border-color: rgba(255, 255, 255, 0.6);
    }
  }

  /* PANEL */
  .bloo-bar__panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
  }

  .bloo-bar__rating {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bloo-bar__stars {
    color: #f8ae4c;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .bloo-bar__rating-count {
    font-family: "Space Mono", monospace;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
  }

  .bloo-bar__title {
    font-family: "Spicy Rice", serif;
    font-size: 52px;
    line-height: 1;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.01em;
  }

  .bloo-bar__description {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.44;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    max-width: 700px;
  }

  .bloo-bar__description p {
    margin: 0 0 12px;
  }

  .bloo-bar__description p:last-child {
    margin-bottom: 0;
  }

  /* HEADER PRICE ROW */
  .bloo-bar__price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .bloo-bar__price-strike {
    font-family: "Space Mono", monospace;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: line-through;
  }

  .bloo-bar[data-active-plan="onetime"] .bloo-bar__price-strike { display: none; }

  .bloo-bar__price-current {
    font-family: "Space Mono", monospace;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .bloo-bar__price-perday {
    font-family: "Space Mono", monospace;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
  }

  .bloo-bar__price-pill {
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #004d7b;
    background: #51c1e1;
    padding: 6px 10px;
    border-radius: 3px;
    line-height: 1;
    white-space: nowrap;
  }

  /* TABS */
  .bloo-bar__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 4px;
  }

  /* Same selected-state treatment as the BLOO/BLOOLESS variant toggle on
     the Scalp Wash section: outlined when unselected, white-filled when
     selected. Keeps the "white = picked" rule consistent across the page. */
  .bloo-bar__tab {
    position: relative;
    font-family: "Space Mono", monospace;
    font-size: clamp(10px, 1vw + 3px, 13px);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    height: 52px;
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
    min-width: 0;
    overflow: hidden;
  }

  .bloo-bar__tab:first-child {
    border-right: none;
  }

  .bloo-bar__tab-label {
    display: inline-block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bloo-bar__tab-pill {
    display: inline-block;
    font-family: "Space Mono", monospace;
    font-size: clamp(7px, 0.65vw + 2px, 9px);
    letter-spacing: 0.05em;
    padding: 3px 5px;
    border-radius: 3px;
    background: #f8ae4c;
    color: #ffffff;
    line-height: 1;
    font-weight: 700;
    flex: 0 0 auto;
  }

  .bloo-bar__tab--active {
    background: #ffffff;
    color: #004d7b;
    border-color: #ffffff;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-bar__tab:not(.bloo-bar__tab--active):hover {
      border-color: rgba(255, 255, 255, 0.8);
    }
  }

  /* CARDS */
  .bloo-bar__cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .bloo-bar__card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    text-align: left;
    font-family: inherit;
    transition: border-color 0.15s ease;
  }

  .bloo-bar__card--selected {
    border-color: #ffffff;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-bar__card:not(.bloo-bar__card--selected):hover {
      border-color: rgba(255, 255, 255, 0.8);
    }
  }

  .bloo-bar__radio {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #ffffff;
    background: transparent;
    position: relative;
    transition: background-color 0.15s ease;
  }

  .bloo-bar__card--selected .bloo-bar__radio {
    background: #ffffff;
  }

  .bloo-bar__card--selected .bloo-bar__radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #004d7b;
  }

  .bloo-bar__card-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
  }

  .bloo-bar__card-title {
    font-family: "Space Mono", monospace;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .bloo-bar__card-sub {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
  }

  .bloo-bar__card-price {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    flex: 0 0 auto;
  }

  .bloo-bar__strike {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: line-through;
  }

  .bloo-bar[data-active-plan="onetime"] .bloo-bar__strike {
    display: none;
  }

  .bloo-bar__price {
    font-family: "Space Mono", monospace;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
  }

  .bloo-bar__badge {
    position: absolute;
    top: -8px;
    right: 12px;
    font-family: "Space Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    background: #004d7b;
    padding: 3px 8px;
    border-radius: 2px;
    line-height: 1;
  }

  /* ADD TO CART */
  .bloo-bar__add {
    margin-top: 8px;
    height: 52px;
    background: #f8ae4c;
    color: #ffffff;
    border: none;
    font-family: "Space Mono", monospace;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.15s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-bar__add:hover { background: #f6a000; }
  }

  .bloo-bar__atc-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
  }

  .bloo-bar__atc-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Space Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
  }

  .bloo-bar__atc-trust-check {
    color: #f8ae4c;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
  }

  /* META */
  .bloo-bar__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 6px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .bloo-bar__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .bloo-bar__diamond {
    color: #f8ae4c;
  }

  .bloo-bar__meta-dot {
    color: rgba(255, 255, 255, 0.6);
  }

  /* MOBILE */
  @media (max-width: 768px) {
    .bloo-bar { padding: 24px 0 48px; }

    .bloo-bar__inner {
      grid-template-columns: 1fr;
      gap: 28px;
      padding: 0 20px;
    }

    .bloo-bar__title { font-size: 40px; }

    .bloo-bar__new-badge {
      width: 70px;
      height: 70px;
      font-size: 12px;
      top: 14px;
      left: 14px;
    }

    .bloo-bar__tab { font-size: 12px; }

    .bloo-bar__card {
      padding: 12px 14px;
      gap: 12px;
    }

    .bloo-bar__card-title { font-size: 13px; }
    .bloo-bar__price { font-size: 16px; }

    .bloo-bar__price-current { font-size: 34px; }
    .bloo-bar__description { font-size: 16px; }

    .bloo-bar__meta { font-size: 10px; gap: 6px; }
    .bloo-bar__meta-dot { display: none; }
  }

  @media (max-width: 600px) {
    .bloo-bar__new-badge {
      width: 60px;
      height: 60px;
      font-size: 11px;
      top: 12px;
      left: 12px;
    }

    .bloo-bar__atc-trust { gap: 10px; }
    .bloo-bar__atc-trust-item { font-size: 9px; }
  }
/* END_SECTION:bloo-bar */

/* START_SECTION:bloo-before-after (INDEX:4) */
.bloo-ba {
    background: #0076a7;
    color: #ffffff;
    padding: 48px 0 56px;
  }

  .bloo-ba__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 36px;
  }

  .bloo-ba__head {
    margin-bottom: 32px;
  }

  .bloo-ba__accent {
    display: block;
    width: 40px;
    height: 3px;
    background: #f8ae4c;
    margin-bottom: 16px;
  }

  .bloo-ba__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.05;
    margin: 0 0 12px;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .bloo-ba__brand {
    font-family: "Spicy Rice", serif;
    font-weight: 400;
    color: #f8ae4c;
    letter-spacing: 0.01em;
  }

  .bloo-ba__sub {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 700px;
  }

  .bloo-ba__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .bloo-ba__figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .bloo-ba__figure img,
  .bloo-ba__placeholder {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 12px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    display: block;
  }

  .bloo-ba__placeholder {
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Mono", monospace;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.6);
  }

  .bloo-ba__figure figcaption {
    font-family: "Space Mono", monospace;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f8ae4c;
    font-weight: 700;
  }

  @media (max-width: 768px) {
    .bloo-ba { padding: 32px 0 40px; }
    .bloo-ba__inner { padding: 0 20px; }
    .bloo-ba__title { font-size: 36px; }
    .bloo-ba__sub { font-size: 16px; }
    .bloo-ba__grid { grid-template-columns: 1fr; gap: 20px; }
  }
/* END_SECTION:bloo-before-after */

/* START_SECTION:bloo-email (INDEX:5) */
.bloo-email {
    background: #004d7b;
    color: #ffffff;
    padding: 48px 0 32px;
    scroll-margin-top: 80px;
  }

  .bloo-email__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }

  .bloo-email__copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
  }

  .bloo-email__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.15;
    margin: 0;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .bloo-email__sub {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.44;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 700px;
  }

  .bloo-email__klaviyo {
    width: 100%;
    min-width: 0;
  }

  .bloo-email__placeholder {
    font-family: "Space Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 14px 16px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 4px;
  }

  /* --- Klaviyo embed integration ------------------------------------------ */
  /* Klaviyo wraps its rendered form in a few internal containers. Make sure
     they fill our column and don't introduce their own background, because
     ours is Deep Navy and Klaviyo defaults to white. The user controls
     button color, font, and label copy inside Klaviyo's form builder. */

  .bloo-email__klaviyo > [class^="klaviyo-form-"],
  .bloo-email__klaviyo > [class*=" klaviyo-form-"] {
    width: 100% !important;
  }

  /* Klaviyo's outer form container — strip default padding/background. */
  .bloo-email__klaviyo .klaviyo-form,
  .bloo-email__klaviyo [data-testid="form-component"] {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Make the embedded inputs full-width and reasonably sized. */
  .bloo-email__klaviyo input[type="email"],
  .bloo-email__klaviyo input[type="text"] {
    box-sizing: border-box;
    width: 100% !important;
  }

  /* Safety-net: ensure the Klaviyo submit button is visible regardless of
     what was configured in Klaviyo's form builder. (This protects against
     the common gotcha where the button background alpha gets dragged to 0
     in the Klaviyo style panel.) Style in Klaviyo for finer control. */
  .bloo-email__klaviyo button[type="submit"],
  .bloo-email__klaviyo button.needsclick {
    background-color: #f8ae4c !important;
    color: #ffffff !important;
    opacity: 1 !important;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-email__klaviyo button[type="submit"]:hover,
    .bloo-email__klaviyo button.needsclick:hover {
      background-color: #f6a000 !important;
    }
  }

  /* If Klaviyo never rendered (e.g. form set to popup/flyout, or ad-block),
     collapse the empty right column so the section doesn't show dead space. */
  .bloo-email[data-bloo-email-empty="true"] .bloo-email__inner {
    grid-template-columns: 1fr;
  }
  .bloo-email[data-bloo-email-empty="true"] .bloo-email__klaviyo {
    display: none;
  }

  @media (max-width: 768px) {
    .bloo-email__inner { grid-template-columns: 1fr; gap: 16px; }
  }

  @media (max-width: 600px) {
    .bloo-email { padding: 32px 0 24px; }
    .bloo-email__inner { padding: 0 20px; }
    .bloo-email__title { font-size: 24px; }
  }
/* END_SECTION:bloo-email */

/* START_SECTION:bloo-footer (INDEX:6) */
.bloo-footer {
    background: #004d7b;
    color: #ffffff;
    padding: 24px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .bloo-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 36px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .bloo-footer__row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 32px;
    align-items: flex-start;
    padding-top: 22px;
  }

  .bloo-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .bloo-footer__logo {
    font-family: "Spicy Rice", serif;
    font-size: 36px;
    line-height: 1;
    color: #f8ae4c;
    letter-spacing: 0.02em;
  }

  .bloo-footer__tag {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    max-width: 320px;
  }

  .bloo-footer__contact,
  .bloo-footer__social {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .bloo-footer__label {
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f8ae4c;
    font-weight: 700;
  }

  .bloo-footer__email {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-footer__email:hover { color: #f8ae4c; }
  }

  .bloo-footer__social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .bloo-footer__social-links a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-footer__social-links a:hover { color: #f8ae4c; }
  }

  .bloo-footer__bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .bloo-footer__copy {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
  }

  .bloo-footer__made {
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f8ae4c;
    font-weight: 700;
  }

  @media (max-width: 768px) {
    .bloo-footer { padding: 20px 0 16px; }
    .bloo-footer__inner { padding: 0 20px; gap: 18px; }
    .bloo-footer__row {
      grid-template-columns: 1fr;
      gap: 18px;
      padding-top: 18px;
    }
    .bloo-footer__logo { font-size: 30px; }
  }
/* END_SECTION:bloo-footer */

/* START_SECTION:bloo-ingredients-faq (INDEX:7) */
.bloo-ing {
    background: #0076a7;
    color: #ffffff;
    padding: 56px 0 64px;
  }

  .bloo-ing__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 36px;
  }

  /* HEAD */
  .bloo-ing__head {
    margin-bottom: 36px;
  }

  .bloo-ing__accent {
    display: block;
    width: 40px;
    height: 3px;
    background: #f8ae4c;
    margin-bottom: 16px;
  }

  .bloo-ing__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.05;
    margin: 0 0 12px;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .bloo-ing__sub {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 700px;
  }

  /* PRODUCT COLUMNS */
  .bloo-ing__products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .bloo-ing__product {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .bloo-ing__product-head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .bloo-ing__product-name {
    font-family: "Spicy Rice", serif;
    font-size: 32px;
    line-height: 1;
    color: #f8ae4c;
    letter-spacing: 0.01em;
  }

  .bloo-ing__product-meta {
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
  }

  /* PHASES */
  .bloo-ing__phases {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .bloo-ing__phase {
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }

  .bloo-ing__phase-num {
    font-family: "Space Mono", monospace;
    font-size: 22px;
    font-weight: 700;
    color: #f8ae4c;
    line-height: 1;
    flex: 0 0 auto;
    letter-spacing: -0.02em;
    width: 28px;
  }

  .bloo-ing__phase-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
  }

  .bloo-ing__phase-name {
    font-family: "Space Mono", monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.1;
  }

  .bloo-ing__phase-desc {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
  }

  .bloo-ing__phase-tags {
    font-family: "Space Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f8ae4c;
    margin-top: 2px;
  }

  /* INGREDIENT LIST */
  .bloo-ing__list-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .bloo-ing__list-label {
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f8ae4c;
    font-weight: 700;
  }

  .bloo-ing__cards {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .bloo-ing__card {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 12px;
    align-items: baseline;
  }


  .bloo-ing__name {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #f8ae4c;
    line-height: 1.2;
  }

  .bloo-ing__desc {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
  }

  /* FAQS */
  .bloo-ing__faqs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 56px;
  }

  .bloo-ing__faq-accent {
    display: block;
    width: 40px;
    height: 3px;
    background: #f8ae4c;
    margin-bottom: 4px;
  }

  .bloo-ing__faq-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    margin: 0;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .bloo-ing__faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 0;
  }

  .bloo-ing__faq {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
  }

  .bloo-ing__faq > summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: "Space Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
  }

  .bloo-ing__faq > summary::-webkit-details-marker { display: none; }

  .bloo-ing__faq-icon {
    color: #f8ae4c;
    font-size: 18px;
    flex: 0 0 auto;
    transition: transform 0.15s ease;
  }

  .bloo-ing__faq[open] .bloo-ing__faq-icon {
    transform: rotate(45deg);
  }

  .bloo-ing__faq-body {
    padding: 0 4px 16px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
  }

  .bloo-ing__faq-body p { margin: 0; }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .bloo-ing__products { grid-template-columns: 1fr; gap: 48px; }
    .bloo-ing__faq-list { grid-template-columns: 1fr; column-gap: 0; }
    .bloo-ing__card { grid-template-columns: 140px 1fr; }
  }

  @media (max-width: 600px) {
    .bloo-ing { padding: 40px 0 48px; }
    .bloo-ing__inner { padding: 0 20px; }
    .bloo-ing__title { font-size: 36px; }
    .bloo-ing__faq-title { font-size: 28px; }
    .bloo-ing__product-name { font-size: 26px; }
    .bloo-ing__card {
      grid-template-columns: 1fr;
      gap: 4px;
    }
    .bloo-ing__faqs { margin-top: 40px; }
  }
/* END_SECTION:bloo-ingredients-faq */

/* START_SECTION:bloo-nav (INDEX:8) */
@import url('https://fonts.googleapis.com/css2?family=Spicy+Rice&family=Space+Mono:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;700&display=swap');

  .bloo-nav {
    position: relative;
    z-index: 50;
    width: 100%;
    background-color: #0076a7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
  }

  .bloo-nav__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 36px 18px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .bloo-nav__logo {
    font-family: "Spicy Rice", serif;
    font-size: 32px;
    line-height: 1;
    color: #f8ae4c;
    text-decoration: none;
    letter-spacing: 0.02em;
    flex: 0 0 auto;
  }

  .bloo-nav__links {
    display: flex;
    align-items: center;
    gap: 36px;
    flex: 0 0 auto;
  }

  .bloo-nav__link {
    font-family: "Space Mono", monospace;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 0;
  }

  @media (hover: hover) {
    .bloo-nav__link:hover { opacity: 0.8; }
  }

  .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }

  /* The bloo page's :root color scheme is brand-1 (white text on Primary Blue),
     which makes the cart drawer's text render white-on-white. Override the color
     variables on cart-drawer with BLOO brand colors that read correctly against
     a white drawer background. */
  cart-drawer {
    --color-background: 255, 255, 255;
    --color-foreground: 29, 29, 27;
    --color-button: 248, 174, 76;
    --color-button-text: 255, 255, 255;
    --color-secondary-button: 255, 255, 255;
    --color-secondary-button-text: 0, 118, 167;
    --color-link: 0, 118, 167;
    --color-shadow: 0, 77, 123;
    --color-badge-foreground: 29, 29, 27;
    --color-badge-background: 255, 255, 255;
    --color-badge-border: 29, 29, 27;
    --gradient-background: #ffffff;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important;
    color: rgb(29, 29, 27);
  }

  cart-drawer.active,
  cart-drawer.drawer.active {
    visibility: visible !important;
    display: flex !important;
  }

  cart-drawer.active .drawer__inner {
    transform: translateX(0) !important;
    visibility: visible !important;
  }

  cart-drawer .cart-drawer__overlay {
    background: rgba(0, 0, 0, 0.45) !important;
  }

  .bloo-nav__cart-count {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: #f8ae4c;
    color: #004d7b;
    font-family: "Space Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
  }

  .bloo-nav__cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #ffffff;
    text-decoration: none;
    margin-left: 12px;
    flex: 0 0 auto;
  }

  .bloo-nav__cart svg { width: 24px; height: 24px; }

  .bloo-nav__hamburger {
    display: none;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .bloo-nav__hamburger svg { width: 24px; height: 24px; }
  .bloo-nav__icon--close { display: none; }

  .bloo-nav[data-bloo-menu-open="true"] .bloo-nav__icon--menu { display: none; }
  .bloo-nav[data-bloo-menu-open="true"] .bloo-nav__icon--close { display: block; }

  .bloo-nav__mobile-menu {
    display: none;
    flex-direction: column;
    background: #0076a7;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .bloo-nav__mobile-menu a {
    font-family: "Space Mono", monospace;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .bloo-nav[data-bloo-menu-open="true"] .bloo-nav__mobile-menu { display: flex; }

  .bloo-nav__spacer { display: none; }

  @media (max-width: 768px) {
    .bloo-nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      padding-top: env(safe-area-inset-top);
    }

    .bloo-nav__inner {
      padding: 10px 20px 10px 24px;
    }

    .bloo-nav__logo { font-size: 30px; }
    .bloo-nav__links { display: none; }
    .bloo-nav__hamburger { display: inline-flex; }

    .bloo-nav__spacer {
      display: block;
      height: 56px;
    }
  }
/* END_SECTION:bloo-nav */

/* START_SECTION:bloo-promo-bar (INDEX:9) */
.bloo-promo {
    background: #004d7b;
    color: #ffffff;
    padding: 9px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .bloo-promo__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .bloo-promo__sep {
    color: #f8ae4c;
    font-size: 9px;
  }

  @media (max-width: 600px) {
    .bloo-promo { padding: 8px 12px; }
    .bloo-promo__inner { font-size: 10px; gap: 10px; }
  }

  @media (max-width: 480px) {
    .bloo-promo__hide-narrow { display: none; }
  }
/* END_SECTION:bloo-promo-bar */

/* START_SECTION:bloo-reviews (INDEX:10) */
.bloo-reviews {
    background: #0076a7;
    color: #ffffff;
    padding: 48px 0 56px;
  }

  .bloo-reviews__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 36px;
  }

  .bloo-reviews__head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
  }

  .bloo-reviews__accent {
    display: block;
    width: 40px;
    height: 3px;
    background: #f8ae4c;
    margin-bottom: 8px;
  }

  .bloo-reviews__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.05;
    margin: 0;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .bloo-reviews__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .bloo-reviews__meta-stars {
    color: #f8ae4c;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .bloo-reviews__meta-rating {
    font-family: "Space Mono", monospace;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
  }

  .bloo-reviews__meta-divider {
    color: rgba(255, 255, 255, 0.6);
  }

  .bloo-reviews__meta-count {
    font-family: "Space Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
  }

  .bloo-reviews__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .bloo-reviews__card {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .bloo-reviews__stars {
    color: #f8ae4c;
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 1;
  }

  .bloo-reviews__head-line {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1d1d1b;
    line-height: 1.3;
    margin: 0;
    letter-spacing: -0.005em;
  }

  .bloo-reviews__quote {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #1d1d1b;
    font-weight: 300;
    margin: 0;
  }

  .bloo-reviews__author {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 4px;
  }

  .bloo-reviews__name {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #1d1d1b;
    font-weight: 700;
  }

  .bloo-reviews__verified {
    font-family: "Space Mono", monospace;
    font-size: 9px;
    letter-spacing: 0.12em;
    color: #f8ae4c;
    font-weight: 700;
  }

  .bloo-reviews__jdgm-hooks { display: none; }

  @media (max-width: 1024px) {
    .bloo-reviews__grid { grid-template-columns: repeat(3, 1fr); }
  }

  @media (max-width: 768px) {
    .bloo-reviews__grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 600px) {
    .bloo-reviews { padding: 32px 0 40px; }
    .bloo-reviews__inner { padding: 0 20px; }
    .bloo-reviews__title { font-size: 36px; }
    .bloo-reviews__grid { grid-template-columns: 1fr; gap: 10px; }
  }
/* END_SECTION:bloo-reviews */

/* START_SECTION:bloo-scalp-wash (INDEX:11) */
.bloo-sw {
    background-color: #0076a7;
    color: #ffffff;
    padding: 40px 0 48px;
    -webkit-tap-highlight-color: transparent;
    scroll-margin-top: 80px;
  }

  .bloo-sw__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }

  /* GALLERY */
  .bloo-sw__gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
  }

  .bloo-sw__main {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    cursor: zoom-in;
    display: block;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    appearance: none;
  }

  .bloo-sw__main:focus-visible {
    outline: 2px solid #f8ae4c;
    outline-offset: 2px;
  }

  /* LIGHTBOX */
  .bloo-sw__lightbox {
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    overflow: hidden;
  }

  .bloo-sw__lightbox::backdrop {
    background: rgba(0, 0, 0, 0.92);
  }

  .bloo-sw__lightbox[open] {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bloo-sw__lightbox-inner {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
  }

  .bloo-sw__lightbox-img {
    display: block;
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    cursor: zoom-out;
    border-radius: 4px;
  }

  .bloo-sw__lightbox-close {
    position: absolute;
    top: -44px;
    right: -4px;
    width: 36px;
    height: 36px;
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    font-family: "Space Mono", monospace;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: border-color 0.15s ease, background-color 0.15s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-sw__lightbox-close:hover {
      border-color: #ffffff;
      background: rgba(255, 255, 255, 0.1);
    }
  }

  .bloo-sw__rating {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bloo-sw__stars {
    color: #f8ae4c;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .bloo-sw__rating-count {
    font-family: "Space Mono", monospace;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
  }

  .bloo-sw__main img {
    width: 100%;
    height: auto;
    display: block;
  }

  .bloo-sw__main--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Mono", monospace;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
  }

  .bloo-sw__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .bloo-sw__thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 4px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 0;
    cursor: pointer;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
  }

  .bloo-sw__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .bloo-sw__thumb--active {
    border-color: #ffffff;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-sw__thumb:not(.bloo-sw__thumb--active):hover {
      border-color: rgba(255, 255, 255, 0.6);
    }
  }

  /* PANEL */
  .bloo-sw__panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
  }

  .bloo-sw__title {
    font-family: "Spicy Rice", serif;
    font-size: 52px;
    line-height: 1;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.01em;
  }

  .bloo-sw__title-brand {
    color: #f8ae4c;
  }

  .bloo-sw__price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .bloo-sw__price-strike {
    font-family: "Space Mono", monospace;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: line-through;
  }

  .bloo-sw[data-active-plan="onetime"] .bloo-sw__price-strike { display: none; }

  .bloo-sw__price-current {
    font-family: "Space Mono", monospace;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .bloo-sw__price-perday {
    font-family: "Space Mono", monospace;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
  }

  .bloo-sw__price-pill {
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #004d7b;
    background: #51c1e1;
    padding: 6px 10px;
    border-radius: 3px;
    line-height: 1;
    white-space: nowrap;
  }

  .bloo-sw__variant-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .bloo-sw__variant-btn {
    height: 64px;
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    text-align: left;
  }

  .bloo-sw__variant-btn:first-child {
    border-right: none;
  }

  .bloo-sw__variant-check {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    transition: background-color 0.15s ease, color 0.15s ease;
  }

  .bloo-sw__variant-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  .bloo-sw__variant-name {
    font-family: "Space Mono", monospace;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
  }

  .bloo-sw__variant-desc {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.8);
  }

  .bloo-sw__variant-btn--active {
    background: #ffffff;
    border-color: #ffffff;
  }

  .bloo-sw__variant-btn--active .bloo-sw__variant-name { color: #004d7b; }
  .bloo-sw__variant-btn--active .bloo-sw__variant-desc { color: rgba(0, 77, 123, 0.7); }

  .bloo-sw__variant-btn--active .bloo-sw__variant-check {
    background: #f8ae4c;
    color: #ffffff;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-sw__variant-btn:not(.bloo-sw__variant-btn--active):hover {
      border-color: rgba(255, 255, 255, 0.8);
    }
  }

  .bloo-sw__description {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.44;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    max-width: 700px;
  }

  .bloo-sw__description p {
    margin: 0 0 12px;
  }

  .bloo-sw__description p:last-child {
    margin-bottom: 0;
  }

  /* TABS */
  .bloo-sw__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 4px;
  }

  /* Same selected-state treatment as the BLOO/BLOOLESS variant toggle:
     outlined when unselected, white-filled when selected. Keeps the
     "white = picked" rule consistent across every toggle on the page. */
  .bloo-sw__tab {
    position: relative;
    font-family: "Space Mono", monospace;
    font-size: clamp(10px, 1vw + 3px, 13px);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    height: 52px;
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
    min-width: 0;
    overflow: hidden;
  }

  .bloo-sw__tab:first-child {
    border-right: none;
  }

  .bloo-sw__tab-label {
    display: inline-block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bloo-sw__tab-pill {
    display: inline-block;
    font-family: "Space Mono", monospace;
    font-size: clamp(7px, 0.65vw + 2px, 9px);
    letter-spacing: 0.05em;
    padding: 3px 5px;
    border-radius: 3px;
    background: #f8ae4c;
    color: #ffffff;
    line-height: 1;
    font-weight: 700;
    flex: 0 0 auto;
  }

  .bloo-sw__tab--active {
    background: #ffffff;
    color: #004d7b;
    border-color: #ffffff;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-sw__tab:not(.bloo-sw__tab--active):hover {
      border-color: rgba(255, 255, 255, 0.8);
    }
  }

  /* CARDS */
  .bloo-sw__cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .bloo-sw__card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    text-align: left;
    font-family: inherit;
    transition: border-color 0.15s ease;
  }

  .bloo-sw__card--selected {
    border-color: #ffffff;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-sw__card:not(.bloo-sw__card--selected):hover {
      border-color: rgba(255, 255, 255, 0.8);
    }
  }

  .bloo-sw__radio {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #ffffff;
    background: transparent;
    position: relative;
    transition: background-color 0.15s ease;
  }

  .bloo-sw__card--selected .bloo-sw__radio {
    background: #ffffff;
  }

  .bloo-sw__card--selected .bloo-sw__radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #004d7b;
  }

  .bloo-sw__card-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
  }

  .bloo-sw__card-title {
    font-family: "Space Mono", monospace;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .bloo-sw__card-sub {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
  }

  .bloo-sw__card-price {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    flex: 0 0 auto;
  }

  .bloo-sw__strike {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: line-through;
  }

  .bloo-sw[data-active-plan="onetime"] .bloo-sw__strike {
    display: none;
  }

  .bloo-sw__price {
    font-family: "Space Mono", monospace;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
  }

  .bloo-sw__badge {
    position: absolute;
    top: -8px;
    right: 12px;
    font-family: "Space Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    background: #004d7b;
    padding: 3px 8px;
    border-radius: 2px;
    line-height: 1;
  }

  /* ADD TO CART */
  .bloo-sw__add-to-cart {
    margin-top: 8px;
    height: 52px;
    background: #f8ae4c;
    color: #ffffff;
    border: none;
    font-family: "Space Mono", monospace;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.15s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    .bloo-sw__add-to-cart:hover {
      background: #f6a000;
    }
  }

  .bloo-sw__atc-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
  }

  .bloo-sw__atc-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Space Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
  }

  .bloo-sw__atc-trust-check {
    color: #f8ae4c;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
  }

  /* MOBILE */
  @media (max-width: 768px) {
    .bloo-sw {
      padding: 24px 0 48px;
    }

    .bloo-sw__inner {
      grid-template-columns: 1fr;
      gap: 28px;
      padding: 0 20px;
    }

    .bloo-sw__title {
      font-size: 40px;
    }

    .bloo-sw__variant-btn,
    .bloo-sw__tab {
      font-size: 12px;
    }

    .bloo-sw__card {
      padding: 12px 14px;
      gap: 12px;
    }

    .bloo-sw__card-title {
      font-size: 13px;
    }

    .bloo-sw__price {
      font-size: 16px;
    }

    .bloo-sw__price-current { font-size: 34px; }
    .bloo-sw__description { font-size: 16px; }
  }

  @media (max-width: 600px) {
    .bloo-sw__atc-trust { gap: 10px; }
    .bloo-sw__atc-trust-item { font-size: 9px; }
  }
/* END_SECTION:bloo-scalp-wash */

/* START_SECTION:bloo-science (INDEX:12) */
.bloo-sci {
    background: #0076a7;
    color: #ffffff;
    padding: 56px 0 64px;
  }

  .bloo-sci__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 36px;
  }

  .bloo-sci__accent {
    display: block;
    width: 40px;
    height: 3px;
    background: #f8ae4c;
    margin-bottom: 16px;
  }

  .bloo-sci__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.05;
    margin: 0 0 12px;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .bloo-sci__brand {
    font-family: "Spicy Rice", serif;
    font-weight: 400;
    color: #f8ae4c;
    letter-spacing: 0.01em;
  }

  .bloo-sci__sub {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 32px;
    max-width: 700px;
  }

  .bloo-sci__phases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
  }

  .bloo-sci__phase {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 18px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }

  .bloo-sci__phase-num {
    font-family: "Space Mono", monospace;
    font-size: 28px;
    font-weight: 700;
    color: #f8ae4c;
    line-height: 1;
    flex: 0 0 auto;
    letter-spacing: -0.02em;
  }

  .bloo-sci__phase-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
  }

  .bloo-sci__phase-name {
    font-family: "Space Mono", monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
  }

  .bloo-sci__phase-desc {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
  }

  .bloo-sci__phase-tags {
    font-family: "Space Mono", monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #f8ae4c;
    margin-top: 2px;
  }

  .bloo-sci__cred {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
  }

  .bloo-sci__cred-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .bloo-sci__diamond {
    color: #f8ae4c;
  }

  .bloo-sci__cred-dot {
    color: rgba(255, 255, 255, 0.6);
  }

  @media (max-width: 900px) {
    .bloo-sci__phases { grid-template-columns: 1fr; gap: 10px; }
    .bloo-sci__cred { font-size: 10px; gap: 6px; }
    .bloo-sci__cred-dot { display: none; }
  }

  @media (max-width: 600px) {
    .bloo-sci { padding: 36px 0 48px; }
    .bloo-sci__inner { padding: 0 20px; }
    .bloo-sci__title { font-size: 36px; }
    .bloo-sci__sub { font-size: 16px; }
  }
/* END_SECTION:bloo-science */

/* START_SECTION:bloo-trust-strip (INDEX:13) */
.bloo-trust {
    background: #0076a7;
    padding: 8px 36px;
  }

  .bloo-trust__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .bloo-trust__line {
    flex: 1 1 auto;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }

  .bloo-trust__pill {
    flex: 0 0 auto;
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f8ae4c;
    font-weight: 700;
  }

  @media (max-width: 600px) {
    .bloo-trust { padding: 6px 20px; }
    .bloo-trust__pill { font-size: 10px; letter-spacing: 0.1em; }
    .bloo-trust__inner { gap: 12px; }
  }
/* END_SECTION:bloo-trust-strip */