/** Shopify CDN: Minification failed

Line 1256:20 Unexpected "{"
Line 1256:29 Expected ":"
Line 4756:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:main-product-hydrobottle-redesign (INDEX:66) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400&family=Geist:wght@400;500;600;700;800&family=Merriweather:ital,wght@1,700&display=swap');

  .hl-tablets {
    background: #fcfcfc;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets *,
  .hl-tablets *::before,
  .hl-tablets *::after {
    box-sizing: border-box;
  }

  .hl-tablets__inner {
    display: grid;
    grid-template-columns: minmax(320px, 558px) minmax(320px, 557px);
    gap: 64px;
    align-items: start;
    justify-content: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 51px 80px;
  }

  .hl-tablets__gallery {
    display: grid;
    gap: 8px;
  }

  .hl-tablets__media-frame {
    position: relative;
    overflow: hidden;
    min-height: 558px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background: #f6f9fb;
  }

  .hl-tablets__media-main {
    width: 100%;
    height: 556px;
  }

  .hl-tablets__media-main img,
  .hl-tablets__media-main svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hl-tablets__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.48);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%);
    cursor: pointer;
  }

  .hl-tablets__arrow svg {
    position: relative;
    display: block;
    width: 6px;
    height: 10px;
  }

  .hl-tablets__arrow--prev {
    left: 10px;
  }

  .hl-tablets__arrow--prev svg {
    left: -1px;
    transform: rotate(180deg);
  }

  .hl-tablets__arrow--next {
    right: 10px;
  }

  .hl-tablets__arrow--next svg {
    left: 1px;
  }

  .hl-tablets__thumbs {
    display: flex;
    gap: 6px;
    width: 100%;
    padding-bottom: 4px;
    overflow-x: auto;
    scroll-padding-inline: 0;
  }

  .hl-tablets__thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    padding: 2px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
  }

  .hl-tablets__thumb.is-active {
    border-color: #537e9b;
  }

  .hl-tablets__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
  }

  [data-mobile-carousel] {
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  [data-mobile-carousel]::-webkit-scrollbar {
    display: none;
  }

  [data-mobile-carousel] > * {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .hl-tablets-carousel-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 12px;
    color: rgba(0, 0, 0, 0.42);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 9px;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
  }

  .hl-tablets-carousel-counter.is-hidden {
    display: none;
  }

  .hl-tablets-carousel-dots {
    gap: 6px;
    min-height: 6px;
    font-size: 0;
    letter-spacing: 0;
  }

  .hl-tablets-carousel-dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.18);
    transition: background-color 0.2s ease;
  }

  .hl-tablets-carousel-dot.is-active {
    background: rgba(0, 0, 0, 0.55);
  }

  .hl-tablets__content {
    display: grid;
    gap: 16px;
  }

  .hl-tablets__reviews {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 13px;
    line-height: 1.5;
  }

  .hl-tablets__stars {
    color: #537e9b;
    font-size: 13px;
    letter-spacing: 0;
  }

  .hl-tablets__reviews strong {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
  }

  .hl-tablets__reviews span:nth-child(3) {
    width: 1px;
    height: 12px;
    background: #d9d9d9;
  }

  .hl-tablets__header h1 {
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
  }

  .hl-tablets__header {
    margin-top: -12px;
  }

  .hl-tablets__header p {
    margin: 8px 0 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 15px;
    line-height: 1.55;
  }

  .hl-tablets__benefits {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hl-tablets__benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }

  .hl-tablets__benefits {
    margin-bottom: 8px;
  }

  .hl-tablets__benefits img {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }

  .hl-tablets__form {
    display: grid;
    gap: 24px;
    margin: 0;
  }

  .hl-tablets__appstle-volume-mount {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    pointer-events: none !important;
    white-space: nowrap !important;
  }

  .hl-tablets [id^='appstle_subscription_widget'] {
    display: none !important;
  }

  .hl-tablets__form [class*='rapi-'],
  .hl-tablets__form [class*='qsc'] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    pointer-events: none !important;
    white-space: nowrap !important;
  }

  .hl-hydrobottle-variant-source {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    pointer-events: none !important;
    white-space: nowrap !important;
  }

  .hl-hydrobottle-buy {
    display: grid;
    gap: 12px;
    width: 100%;
  }

  .hl-hydrobottle-buy__title {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
  }

  .hl-hydrobottle-buy__options {
    display: grid;
    gap: 12px;
    width: 100%;
  }

  .hl-hydrobottle-buy__card {
    display: grid;
    gap: 0;
    min-height: 0;
    padding: 24px;
    border: 1px solid rgba(29, 29, 31, 0.1);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(74, 131, 171, 0) 0%, rgba(74, 131, 171, 0.008) 100%),
      linear-gradient(180deg, rgba(31, 45, 101, 0.003) 0%, rgba(31, 45, 101, 0.005) 100%),
      #fff;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease;
  }

  .hl-hydrobottle-buy__card.is-selected {
    border-color: #4a83ab;
  }

  .hl-hydrobottle-buy__card:focus-within,
  .hl-hydrobottle-buy__card:focus-visible {
    outline: 2px solid rgba(74, 131, 171, 0.18);
    outline-offset: 2px;
  }

  .hl-hydrobottle-buy__headline {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
  }

  .hl-hydrobottle-buy__name,
  .hl-hydrobottle-buy__name-copy {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .hl-hydrobottle-buy__name {
    gap: 8px;
  }

  .hl-hydrobottle-buy__name-copy {
    gap: 6px;
    flex-wrap: wrap;
  }

  .hl-hydrobottle-buy__name-copy > span:first-child {
    color: #1d1d1f;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    white-space: nowrap;
  }

  .hl-hydrobottle-buy__radio {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(29, 29, 31, 0.2);
    border-radius: 50%;
    background: #fff;
  }

  .hl-hydrobottle-buy__card.is-selected .hl-hydrobottle-buy__radio {
    border-color: #4a83ab;
  }

  .hl-hydrobottle-buy__card.is-selected .hl-hydrobottle-buy__radio::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #4a83ab;
  }

  .hl-hydrobottle-buy__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 5px 8px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(250, 187, 5, 0.54) 0%, #fabb05 100%);
    box-shadow: inset 0 4px 4px rgba(255, 255, 255, 0.25);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-hydrobottle-buy__price {
    flex: 0 0 auto;
    color: #1d1d1f;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
    line-height: 1.2;
    white-space: nowrap;
    transition: color 160ms ease, opacity 160ms ease;
  }

  .hl-hydrobottle-buy__card.is-previous .hl-hydrobottle-buy__price {
    color: rgba(29, 29, 31, 0.48);
    text-decoration-line: line-through;
    text-decoration-thickness: 1.5px;
    text-decoration-color: rgba(29, 29, 31, 0.48);
  }

  .hl-hydrobottle-buy__divider {
    width: 100%;
    height: 1px;
    background: #e7e8e9;
  }

  .hl-hydrobottle-buy__panel {
    display: grid;
    grid-template-rows: 0fr;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
      grid-template-rows 260ms cubic-bezier(0.2, 0, 0, 1),
      margin-top 260ms cubic-bezier(0.2, 0, 0, 1),
      opacity 180ms ease,
      transform 220ms cubic-bezier(0.2, 0, 0, 1);
  }

  .hl-hydrobottle-buy__card.is-selected .hl-hydrobottle-buy__panel {
    grid-template-rows: 1fr;
    margin-top: 16px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hl-hydrobottle-buy__panel-inner {
    display: grid;
    gap: 16px;
    min-height: 0;
    overflow: hidden;
  }

  .hl-hydrobottle-buy__flavors {
    display: grid;
    gap: 8px;
    width: 100%;
  }

  .hl-hydrobottle-buy__flavors p {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
  }

  .hl-hydrobottle-buy__swatches {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hl-hydrobottle-buy__swatches::-webkit-scrollbar {
    display: none;
  }

  .hl-hydrobottle-buy__swatch {
    display: grid;
    flex: 0 0 52px;
    gap: 3px;
    justify-items: center;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.8);
    font: inherit;
    text-align: center;
    cursor: pointer;
    appearance: none;
  }

  .hl-hydrobottle-buy__swatch:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  .hl-hydrobottle-buy__swatch-image {
    display: grid;
    width: 49px;
    height: 49px;
    place-items: center;
    overflow: hidden;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background: #fff;
  }

  .hl-hydrobottle-buy__swatch.is-selected .hl-hydrobottle-buy__swatch-image {
    border-color: #4a83ab;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
  }

  .hl-hydrobottle-buy__swatch-image img {
    display: block;
    width: 78%;
    height: 78%;
    object-fit: contain;
    -webkit-user-drag: none;
    user-select: none;
  }

  .hl-hydrobottle-buy__swatch-label {
    max-width: 62px;
    overflow-wrap: anywhere;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
  }

  .hl-tablets__flavors {
    position: relative;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .hl-tablets__flavors legend {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: none;
  }

  .hl-tablets__flavor-list {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    overflow-x: auto;
    margin: 0 0 0 -8px;
    padding: 0 0 0 8px;
  }

  .hl-tablets__flavor {
    position: relative;
    display: grid;
    flex: 0 0 72px;
    gap: 8px;
    justify-items: center;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    cursor: pointer;
    user-select: none;
  }

  .hl-tablets__flavor input {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .hl-tablets__flavor-image {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  }

  .hl-tablets__flavor-image img {
    width: 76%;
    height: 76%;
    object-fit: contain;
    -webkit-user-drag: none;
    user-select: none;
  }

  .hl-tablets__flavor.is-selected .hl-tablets__flavor-image {
    border-color: #537e9b;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.045);
  }

  .hl-tablets__flavor-title {
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 11px;
    font-weight: 500 !important;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
  }

  .hl-tablets__quantity {
    display: grid;
    gap: 8px;
    width: 100%;
  }

  .hl-tablets__purchase {
    display: grid;
    gap: 8px;
    width: 100%;
  }

  .hl-tablets__quantity-title,
  .hl-tablets__purchase-title {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
  }

  .hl-tablets__purchase-options {
    display: grid;
    gap: 16px;
    width: 100%;
  }

  .hl-tablets__purchase-card {
    display: grid;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 24px;
    border: 1px solid #e7e8e9;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%), #fff;
    color: rgba(0, 0, 0, 0.8);
    font: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets.is-purchase-ready .hl-tablets__purchase-card {
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hl-tablets__purchase-card.is-selected {
    border-color: rgba(74, 131, 171, 0.28);
    box-shadow: 0 14px 30px rgba(31, 45, 101, 0.035);
  }

  .hl-tablets__purchase-heading {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    width: 100%;
  }

  .hl-tablets__purchase-name {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    min-width: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
  }

  .hl-tablets__purchase-name-copy {
    display: grid;
    gap: 8px;
  }

  .hl-tablets__purchase-name-row {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .hl-tablets__purchase-delivery {
    max-height: 20px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 1;
  }

  .hl-tablets__purchase-radio {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 1px solid #e7e8e9;
    border-radius: 50%;
    background: #fff;
  }

  .hl-tablets__purchase-card--single .hl-tablets__purchase-radio {
    margin-top: -1px;
  }

  .hl-tablets__purchase-card--subscription.is-selected > .hl-tablets__purchase-heading .hl-tablets__purchase-radio,
  .hl-tablets__purchase-card--single.is-selected > .hl-tablets__purchase-single-trigger .hl-tablets__purchase-radio {
    border-color: rgba(74, 131, 171, 0.45);
  }

  .hl-tablets__purchase-card--subscription.is-selected > .hl-tablets__purchase-heading .hl-tablets__purchase-radio::after,
  .hl-tablets__purchase-card--single.is-selected > .hl-tablets__purchase-single-trigger .hl-tablets__purchase-radio::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #4a83ab;
  }

  .hl-tablets__purchase-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 5px 8px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(250, 187, 5, 0.54) 0%, #fabb05 100%);
    box-shadow: inset 0 4px 4px rgba(255, 255, 255, 0.25);
    color: rgba(0, 0, 0, 0.8);
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets__purchase-price {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
    white-space: nowrap;
  }

  .hl-tablets__purchase-price-group {
    display: grid;
    flex: 0 0 auto;
    gap: 10px;
    justify-items: end;
    text-align: right;
  }

  .hl-tablets__purchase-card--subscription .hl-tablets__purchase-price-group {
    gap: 4px;
  }

  .hl-tablets__purchase-daily-price {
    max-height: 20px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 1;
    white-space: nowrap;
  }

  .hl-tablets__purchase-cadence {
    max-height: 18px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.58);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 1;
    white-space: nowrap;
  }

  .hl-tablets.is-purchase-ready .hl-tablets__purchase-name-copy,
  .hl-tablets.is-purchase-ready .hl-tablets__purchase-price-group,
  .hl-tablets.is-purchase-ready .hl-tablets__purchase-delivery,
  .hl-tablets.is-purchase-ready .hl-tablets__purchase-daily-price,
  .hl-tablets.is-purchase-ready .hl-tablets__purchase-cadence {
    transition:
      gap 300ms cubic-bezier(0.4, 0, 0.2, 1),
      max-height 300ms cubic-bezier(0.4, 0, 0.2, 1),
      opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-name-copy,
  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-price-group {
    gap: 0;
  }

  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-delivery,
  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-daily-price,
  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-cadence {
    max-height: 0;
    opacity: 0;
  }

  .hl-tablets__purchase-meta {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }

  .hl-tablets__purchase-divider {
    width: 100%;
    height: 1px;
    background: #e7e8e9;
  }

  .hl-tablets__purchase-bullets {
    display: grid;
    gap: 12px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 1.5;
  }

  .hl-tablets__purchase-bullets span {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .hl-tablets__purchase-bullets span::before {
    content: "";
    flex: 0 0 9px;
    width: 9px;
    height: 5px;
    border-bottom: 1.5px solid #4a83ab;
    border-left: 1.5px solid #4a83ab;
    transform: rotate(-45deg) translateY(-1px);
  }

  .hl-tablets__purchase-details {
    display: grid;
    gap: 16px;
    width: 100%;
    max-height: var(--purchase-details-height, 360px);
    margin-top: 16px;
    overflow: hidden;
    opacity: 1;
  }

  .hl-tablets.is-purchase-ready .hl-tablets__purchase-details {
    transition:
      max-height 300ms cubic-bezier(0.4, 0, 0.2, 1),
      margin-top 300ms cubic-bezier(0.4, 0, 0.2, 1),
      opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-details {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
  }

  .hl-tablets__purchase-card--single {
    padding: 16px;
  }

  .hl-tablets__purchase-single-trigger {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets__bundle-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .hl-tablets__bundle-option {
    width: 100%;
    min-height: 70px;
    margin: 0;
    border: 1px solid #e7e8e9;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%), #fff;
    color: rgba(0, 0, 0, 0.8);
  }

  .hl-tablets__bundle-option-trigger {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 3px;
    width: 100%;
    min-height: 68px;
    margin: 0;
    padding: 10px 12px;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    line-height: 1.15;
    text-align: center;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets__bundle-option.is-selected {
    border-color: #4a83ab;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.045);
  }

  .hl-tablets__bundle-eyebrow {
    display: flex;
    gap: 4px;
    align-items: center;
    min-width: 0;
  }

  .hl-tablets__bundle-daily {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hl-tablets__bundle-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 14px;
    padding: 2px 5px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(250, 187, 5, 0.48) 0%, #fabb05 100%);
    color: rgba(0, 0, 0, 0.8);
    font-size: 7px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets__bundle-title {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hl-tablets__bundle-tablets {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hl-tablets__bundle-flavors {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 2px 16px 16px 48px;
  }

  .hl-tablets__bundle-option.is-selected .hl-tablets__bundle-flavors {
    display: grid;
  }

  .hl-tablets__bundle-flavors label {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: rgba(0, 0, 0, 0.58);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: none;
  }

  .hl-tablets__bundle-flavor-select {
    position: relative;
    display: block;
  }

  .hl-tablets__bundle-flavors select {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .hl-tablets__bundle-flavor-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid rgba(74, 131, 171, 0.22);
    border-radius: 8px;
    background: rgba(74, 131, 171, 0.07);
    color: rgba(0, 0, 0, 0.82);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 550;
    text-align: left;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets__bundle-flavor-trigger:focus-visible {
    border-color: #4a83ab;
    outline: 2px solid rgba(74, 131, 171, 0.16);
    outline-offset: 2px;
  }

  .hl-tablets__bundle-flavor-chevron {
    width: 6px;
    height: 6px;
    margin: -3px 2px 0 10px;
    border-right: 1.5px solid #4a83ab;
    border-bottom: 1.5px solid #4a83ab;
    transform: rotate(45deg);
    transition: transform 160ms ease, margin 160ms ease;
  }

  .hl-tablets__bundle-flavor-select.is-open .hl-tablets__bundle-flavor-chevron {
    margin-top: 3px;
    transform: rotate(225deg);
  }

  .hl-tablets__bundle-flavor-menu {
    position: absolute;
    z-index: 8;
    top: calc(100% + 6px);
    left: 0;
    display: grid;
    width: 100%;
    padding: 4px;
    border: 1px solid rgba(74, 131, 171, 0.2);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(31, 45, 101, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 140ms ease, transform 140ms ease;
  }

  .hl-tablets__bundle-flavor-select.is-open .hl-tablets__bundle-flavor-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hl-tablets__bundle-flavor-choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 34px;
    margin: 0;
    padding: 0 8px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(0, 0, 0, 0.72);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets__bundle-flavor-choice:hover,
  .hl-tablets__bundle-flavor-choice.is-selected {
    background: rgba(74, 131, 171, 0.09);
    color: #192b3a;
  }

  .hl-tablets__bundle-flavor-choice:disabled {
    color: rgba(0, 0, 0, 0.34);
    cursor: not-allowed;
  }

  .hl-tablets__bundle-flavor-choice:disabled:not(.is-selected) {
    background: transparent;
  }

  .hl-tablets__bundle-flavor-check {
    flex: 0 0 11px;
    width: 11px;
    height: 11px;
    object-fit: contain;
    opacity: 0;
  }

  .hl-tablets__bundle-flavor-choice.is-selected .hl-tablets__bundle-flavor-check {
    opacity: 1;
  }

  .hl-tablets__bundle-option.is-selected .hl-tablets__purchase-radio {
    border-color: #4a83ab;
  }

  .hl-tablets__bundle-option.is-selected .hl-tablets__purchase-radio::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #4a83ab;
  }

  @media (prefers-reduced-motion: reduce) {
    .hl-tablets.is-purchase-ready .hl-tablets__purchase-card,
    .hl-tablets.is-purchase-ready .hl-tablets__purchase-details {
      transition: none;
    }
  }

  .hl-tablets .hl-tablets__atc.add-to-cart {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 18px 24px;
    border-radius: 999px !important;
    background: #4a83ab !important;
    background-image: none !important;
    color: #fff !important;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
  }

  #shopify-section-{{ section.id }} .hl-tablets .hl-tablets__form .hl-tablets__atc.add-to-cart {
    border-radius: 999px !important;
  }

  .hl-tablets .hl-tablets__atc.add-to-cart[disabled] {
    opacity: 0.58;
  }

  .hl-tablets__atc-separator {
    opacity: 0.9;
  }

  .hl-tablets__atc.is-unavailable .hl-tablets__atc-separator,
  .hl-tablets__atc.is-unavailable [data-atc-price] {
    display: none;
  }

  .hl-tablets__trust-row {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    line-height: 1;
  }

  .hl-tablets__trust-row span {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    white-space: nowrap;
  }

  .hl-tablets__trust-row img {
    display: block;
    width: 16px;
    height: 16px;
  }

  .hl-tablets__donation {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 16px;
    border: 1px solid #e7e8e9;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%), #fff;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets__donation:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
  }

  .hl-tablets__donation-icon {
    display: grid;
    align-self: stretch;
    flex: 0 0 35px;
    width: 35px;
    min-height: 35px;
    place-items: center;
    border-radius: 5.333px;
    background: transparent;
    font-size: 29px;
    line-height: 1.2;
  }

  .hl-tablets__donation strong,
  .hl-tablets__donation small {
    display: block;
  }

  .hl-tablets__donation strong {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }

  .hl-tablets__donation small {
    color: rgba(0, 0, 0, 0.72);
    font-size: 12px;
    line-height: 1.2;
  }

  .hl-tablets__donation small span {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .hl-tablets__faq h2 {
    margin: 0 0 16px;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
  }

  .hl-tablets__faq details {
    border-top: 1px solid #ebebeb;
  }

  .hl-tablets__content > .hl-tablets__faq details:first-child,
  .hl-tablets-faq .hl-tablets__faq details:first-child {
    border-top: 0;
  }

  .hl-tablets__faq details:last-child {
    border-bottom: 1px solid #ebebeb;
  }

  .hl-tablets__faq summary {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
    list-style: none;
  }

  .hl-tablets__faq summary::-webkit-details-marker {
    display: none;
  }

  .hl-tablets__faq summary::after {
    content: "+";
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
  }

  .hl-tablets__faq details[open] summary::after {
    content: "-";
  }

  .hl-tablets__faq-answer {
    padding: 0 0 16px;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }

  .hl-tablets__faq-answer p {
    margin: 0 0 10px;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: none;
  }

  .hl-tablets__faq-answer p:last-child {
    margin-bottom: 0;
  }

  .hl-tablets__faq-answer p + p {
    margin-top: -5px;
  }

  .hl-tablets__faq-answer strong {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
  }

  .hl-tablets__faq-answer ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hl-tablets__faq-answer li {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }

  .hl-tablets-faq {
    padding: 24px;
    background: transparent;
  }

  .hl-tablets-faq__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .hl-tablets-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
  }

  .hl-tablets-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    width: fit-content;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.0064) 0%, rgba(31, 45, 101, 0.0096) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-faq h2 {
    width: 100%;
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-transform: none;
  }

  .hl-tablets-faq__header > p:nth-of-type(2) {
    width: 100%;
    max-width: 300px;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }

  .hl-tablets-faq .hl-tablets__faq summary {
    padding: 18px 0;
  }

  .hl-tablets__customer-voices {
    display: grid;
    gap: 16px;
    margin-top: 0;
  }

  .hl-tablets__customer-voices-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .hl-tablets__customer-voices h2 {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
  }

  .hl-tablets__ugc-carousel {
    display: flex;
    gap: 16px;
    width: calc(100% + 36px);
    max-width: none;
    margin-left: -18px;
    padding: 0 18px 4px;
    overflow-x: auto;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }

  .hl-tablets__ugc-carousel::-webkit-scrollbar {
    display: none;
  }

  .hl-tablets__ugc-card {
    position: relative;
    flex: 0 0 116px;
    width: 116px;
    height: 206px;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #f6f9fb;
    scroll-snap-align: start;
  }

  .hl-tablets__ugc-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hl-tablets__ugc-quote {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    gap: 2px;
    padding: 32px 8px 9px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.82) 68%);
    color: #fff;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets__ugc-quote * {
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets__ugc-quote span {
    font-size: 7px;
    line-height: 1;
    letter-spacing: -1px;
  }

  .hl-tablets__ugc-quote strong {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
  }

  .hl-tablets__ugc-quote p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    font-size: 8px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .hl-tablets__customer-voices .hl-tablets-carousel-counter {
    margin-top: -8px;
  }

  .hl-tablets-benefits {
    padding: 24px;
    background: transparent;
  }

  .hl-tablets-benefits__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .hl-tablets-benefits__header,
  .hl-tablets-benefits__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    word-break: break-word;
  }

  .hl-tablets-benefits__header {
    gap: 8px;
  }

  .hl-tablets-benefits__heading {
    gap: 12px;
  }

  .hl-tablets-benefits__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    width: fit-content;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-benefits h2 {
    width: 100%;
    margin: 0;
    color: rgba(29, 29, 31, 0.97);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-wrap: balance;
    text-transform: none;
  }

  .hl-tablets-benefits__heading p {
    width: 100%;
    margin: 0;
    color: #1d1d1f;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-wrap: pretty;
    text-transform: none;
  }

  .hl-tablets-benefits__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }

  .hl-tablets-benefits__tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 28px;
    padding: 6px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 999px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .hl-tablets-benefits__tab::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 999px 0 0 999px;
    background: rgba(74, 131, 171, 0.1);
    transform: scaleX(0);
    transform-origin: left center;
    pointer-events: none;
  }

  .hl-tablets-benefits__tab.is-timing::before {
    animation: hl-tablets-benefit-progress var(--benefit-reading-time) linear forwards;
  }

  .hl-tablets-benefits__tab span {
    position: relative;
    z-index: 1;
    line-height: 1;
  }

  @keyframes hl-tablets-benefit-progress {
    to {
      transform: scaleX(1);
    }
  }

  .hl-tablets-benefits__tab:hover,
  .hl-tablets-benefits__tab:focus-visible {
    border-color: rgba(74, 131, 171, 0.7);
    outline: 0;
  }

  .hl-tablets-benefits__tab:active {
    transform: scale(0.96);
  }

  .hl-tablets-benefits__tab.is-active {
    border: 1px solid #4a83ab;
    box-shadow: 0 4px 10.9px rgba(0, 0, 0, 0.07);
  }

  .hl-tablets-benefits__cards {
    width: 100%;
    max-width: 640px;
  }

  .hl-tablets-benefits__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 16px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04), inset 0 0 1px rgba(0, 0, 0, 0.25);
    color: #1d1d1f;
  }

  .hl-tablets-benefits__card[hidden] {
    display: none;
  }

  .hl-tablets-benefits__image {
    position: relative;
    width: 100%;
    aspect-ratio: 318 / 190;
    overflow: hidden;
    border-radius: 4px;
    background: #eef5f9;
  }

  .hl-tablets-benefits__image img {
    position: absolute;
    top: -21%;
    left: 0;
    display: block;
    width: 100%;
    height: 167%;
    object-fit: cover;
    object-position: center;
  }

  .hl-tablets-benefits__image--performance img {
    top: 0;
    height: 100%;
  }

  .hl-tablets-benefits__card-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    width: 100%;
    color: #1d1d1f;
    text-align: left;
    word-break: break-word;
  }

  .hl-tablets-benefits__card-copy h3 {
    width: 100%;
    margin: 0;
    color: #1d1d1f;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
  }

  .hl-tablets-benefits__card-copy p {
    width: 100%;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-wrap: pretty;
    text-transform: none;
  }

  .hl-tablets-benefits__card-copy p strong {
    color: #000;
    font-weight: 500;
  }

  .hl-tablets-timeline {
    padding: 24px;
    background: #fbfbfb;
  }

  .hl-tablets-timeline__inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 352px;
    margin: 0 auto;
  }

  .hl-tablets-timeline__header,
  .hl-tablets-timeline__heading,
  .hl-tablets-timeline__items,
  .hl-tablets-timeline__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hl-tablets-timeline__header {
    align-items: center;
    gap: 8px;
    width: 100%;
    word-break: break-word;
  }

  .hl-tablets-timeline__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    width: fit-content;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 35px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-timeline__heading {
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
  }

  .hl-tablets-timeline h2 {
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-wrap: balance;
    text-transform: none;
  }

  .hl-tablets-timeline__heading p,
  .hl-tablets-timeline__item p {
    margin: 0;
    color: #1d1d1f;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-wrap: pretty;
    text-transform: none;
  }

  .hl-tablets-timeline__body {
    width: 100%;
  }

  .hl-tablets-timeline__items {
    gap: 0;
    width: 100%;
    min-width: 0;
  }

  .hl-tablets-timeline__item {
    display: grid;
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    min-height: 154px;
    padding: 0;
  }

  .hl-tablets-timeline__item:last-child {
    min-height: 0;
  }

  .hl-tablets-timeline__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
  }

  .hl-tablets-timeline__marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 999px;
    background: rgba(74, 131, 171, 0.15);
    box-shadow: 0 0 0 1px rgba(74, 131, 171, 0.05);
    transition-property: background-color, box-shadow, transform;
    transition-duration: 220ms;
    transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  }

  .hl-tablets-timeline__marker img {
    display: block;
    width: 14px;
    height: 13px;
    transition-property: filter, opacity;
    transition-duration: 220ms;
    transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  }

  .hl-tablets-timeline__line {
    position: relative;
    display: block;
    flex: 1 1 auto;
    width: 2px;
    min-height: 112px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(74, 131, 171, 0.15);
  }

  .hl-tablets-timeline__line::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: #4a83ab;
    transform: scaleY(var(--timeline-line-progress, 0));
    transform-origin: top;
    transition: transform 140ms linear;
    will-change: transform;
  }

  .hl-tablets-timeline__item:last-child .hl-tablets-timeline__line {
    display: none;
  }

  .hl-tablets-timeline__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    min-width: 0;
    margin-top: 0;
    padding: 4px 10px 16px;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0) 0%, rgba(31, 45, 101, 0) 100%);
    transition-property: background-color, box-shadow, transform;
    transition-duration: 220ms;
    transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  }

  .hl-tablets-timeline__item.is-active .hl-tablets-timeline__marker {
    background: #4a83ab;
    box-shadow:
      0 8px 20px rgba(74, 131, 171, 0.16),
      0 0 0 3px rgba(74, 131, 171, 0.08);
    transform: scale(1.04);
  }

  .hl-tablets-timeline__item.is-active .hl-tablets-timeline__marker img {
    filter: brightness(0) invert(1);
  }

  .hl-tablets-timeline__item.is-past .hl-tablets-timeline__marker {
    background: #4a83ab;
  }

  .hl-tablets-timeline__item.is-past .hl-tablets-timeline__marker img {
    filter: brightness(0) invert(1);
  }

  .hl-tablets-timeline__item.is-active .hl-tablets-timeline__content {
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.018) 0%, rgba(31, 45, 101, 0.006) 100%);
    box-shadow: 0 14px 36px rgba(31, 45, 101, 0.045);
    transform: translateX(2px);
  }

  .hl-tablets-timeline__pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin-top: 4px;
  }

  .hl-tablets-timeline__pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
    min-height: 24px;
    padding: 6px 9px;
    overflow: hidden;
    border: 1px solid rgba(74, 131, 171, 0.18);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(74, 131, 171, 0.08) 100%),
      #fff;
    box-shadow:
      0 8px 18px rgba(31, 45, 101, 0.04),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
    color: #316f9f;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-timeline__pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(74, 131, 171, 0.12);
    color: #4a83ab;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
  }

  .hl-tablets-timeline .hl-tablets-timeline__item-title {
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
    text-wrap: pretty;
  }

  .hl-tablets-compare {
    padding: 24px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%),
      #fff;
  }

  .hl-tablets-compare__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
  }

  .hl-tablets-compare__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: center;
  }

  .hl-tablets-compare__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-compare h2 {
    margin: 0;
    color: rgba(29, 29, 31, 0.97);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
  }

  .hl-tablets-compare__header > p:last-child {
    max-width: 300px;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    text-wrap: pretty;
  }

  .hl-tablets-compare__table {
    --hl-compare-side-column: clamp(58px, 18vw, 75px);
    --hl-compare-body-height: 281px;
    --hl-compare-column-height: 336px;
    --hl-compare-checks-height: 314px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--hl-compare-side-column) var(--hl-compare-side-column);
    align-items: end;
    width: 100%;
    min-width: 0;
  }

  .hl-tablets-compare__features,
  .hl-tablets-compare__checks,
  .hl-tablets-compare__crosses {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 32.55px;
  }

  .hl-tablets-compare__features {
    align-items: flex-start;
    height: var(--hl-compare-body-height);
    padding: 24.41px 14px 16px 23px;
    border: 1px solid #e7e8e9;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: clamp(12px, 3.55vw, 14.24px);
    font-weight: 500;
    line-height: 1;
    word-break: break-word;
  }

  .hl-tablets-compare__features span {
    display: flex;
    align-items: center;
    min-height: 20.34px;
    min-width: 0;
  }

  .hl-tablets-compare__hydrolife {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: var(--hl-compare-column-height);
    min-width: 0;
  }

  .hl-tablets-compare__product {
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: 2;
    display: block;
    width: clamp(16px, 4vw, 24px);
    height: clamp(50px, 13vw, 76px);
    transform: translateX(-50%);
    filter: drop-shadow(0 5px 5px rgba(20, 46, 69, 0.25));
    object-fit: contain;
    object-position: center bottom;
  }

  .hl-tablets-compare__checks {
    justify-items: center;
    width: 100%;
    height: var(--hl-compare-checks-height);
    padding: 24.41px 0 16px;
    border-radius: 8px 8px 0 0;
    background: #5a86a2;
    box-shadow: none;
  }

  .hl-tablets-compare__check,
  .hl-tablets-compare__cross {
    position: relative;
    display: block;
    width: 20.34px;
    height: 20.34px;
    border-radius: 50%;
  }

  .hl-tablets-compare__check {
    object-fit: contain;
  }

  .hl-tablets-compare__competitors {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .hl-tablets-compare__competitor-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 8px 7px 10px;
    overflow: hidden;
    border-radius: 15.5px 15.5px 0 0;
    color: rgba(0, 0, 0, 0.72);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: clamp(11px, 2.2vw, 13px);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
  }

  .hl-tablets-compare__crosses {
    justify-items: center;
    height: var(--hl-compare-body-height);
    padding: 24.41px 0 16px;
    border: 1px solid #e7e8e9;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
  }

  .hl-tablets-compare__cross {
    background: #f1f1f1;
  }

  .hl-tablets-compare__cross::before,
  .hl-tablets-compare__cross::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
  }

  .hl-tablets-compare__cross::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .hl-tablets-compare__cross::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .hl-tablets-science {
    padding: 24px;
    background: transparent;
  }

  .hl-tablets-science__inner {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
    padding: 24px;
    overflow: hidden;
    border: 0;
    border-radius: 40px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.04) 100%),
      linear-gradient(180deg, #1b547c 0%, #4179a1 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
    color: #fff;
  }

  .hl-tablets-science__inner::before,
  .hl-tablets-science__inner::after {
    position: absolute;
    pointer-events: none;
    content: "";
  }

  .hl-tablets-science__inner::before {
    display: none;
  }

  .hl-tablets-science__inner::after {
    display: none;
  }

  .hl-tablets-science__header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: center;
  }

  .hl-tablets-science__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-science h2 {
    margin: 0;
    color: #fff !important;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    text-wrap: balance;
  }

  .hl-tablets-science__header > p:last-child {
    width: 100%;
    max-width: 300px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72) !important;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    text-wrap: pretty;
  }

  .hl-tablets-science__stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    column-gap: 24px;
    row-gap: 24px;
    width: 100%;
  }

  .hl-tablets-science__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin: 0;
    text-align: center;
  }

  .hl-tablets-science__stat strong {
    margin: 0;
    background: none;
    color: #fff !important;
    font-family: Merriweather, Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    text-shadow: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: #fff;
  }

  .hl-tablets-science__stat p {
    width: 100%;
    max-width: 148px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    text-wrap: balance;
  }

  .hl-tablets-science__more {
    appearance: none;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 45px;
    margin: 8px 0 0;
    padding: 16px 24px;
    border: 0;
    border-radius: 34px;
    background: #fff !important;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.95) !important;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 550;
    line-height: 13px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
  }

  .hl-tablets-science__more:hover,
  .hl-tablets-science__more:focus-visible {
    color: rgba(0, 0, 0, 0.95) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    text-decoration: none !important;
  }

  .hl-hydrobottle-hydrogen {
    padding: 24px;
    background: #fbfbfb;
    color: #111;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-hydrobottle-hydrogen,
  .hl-hydrobottle-hydrogen * {
    box-sizing: border-box;
  }

  .hl-hydrobottle-hydrogen__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .hl-hydrobottle-hydrogen__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: center;
  }

  .hl-hydrobottle-hydrogen__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-hydrobottle-hydrogen h2 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    color: #111;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    text-wrap: balance;
  }

  .hl-hydrobottle-hydrogen__cards {
    display: grid;
    gap: 24px;
    width: 100%;
  }

  .hl-hydrobottle-hydrogen-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(65, 122, 161, 0.04);
    box-shadow: 0 0 1px #417aa1, 0 0 1px #417aa1;
  }

  .hl-hydrobottle-hydrogen-card__media {
    height: 220px;
    overflow: hidden;
    border-radius: 16px;
    background: #f5f5f7;
    box-shadow: 0 4px 20.6px rgba(0, 0, 0, 0.21);
  }

  .hl-hydrobottle-hydrogen-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hl-hydrobottle-hydrogen-card__body {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 0 20px 20px;
  }

  .hl-hydrobottle-hydrogen-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #1b547c;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
  }

  .hl-hydrobottle-hydrogen-card__copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
  }

  .hl-hydrobottle-hydrogen-card h3,
  .hl-hydrobottle-hydrogen-card p {
    margin: 0;
    color: #111;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  .hl-hydrobottle-hydrogen-card h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    text-wrap: balance;
  }

  .hl-hydrobottle-hydrogen-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    text-wrap: pretty;
  }

  @media (min-width: 760px) {
    .hl-hydrobottle-hydrogen {
      padding: 56px 40px;
    }

    .hl-hydrobottle-hydrogen__inner {
      max-width: 960px;
    }

    .hl-hydrobottle-hydrogen h2 {
      max-width: 560px;
      font-size: 32px;
      line-height: 1.25;
    }

    .hl-hydrobottle-hydrogen__cards {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      align-items: stretch;
    }

    .hl-hydrobottle-hydrogen-card__media {
      height: clamp(172px, 20vw, 220px);
    }

    .hl-hydrobottle-hydrogen-card h3 {
      font-size: 15px;
    }

    .hl-hydrobottle-hydrogen-card p {
      font-size: 14px;
    }
  }

  @media (min-width: 990px) {
    .hl-hydrobottle-hydrogen {
      padding: 80px 48px;
    }

    .hl-hydrobottle-hydrogen h2 {
      font-size: 36px;
    }

    .hl-hydrobottle-hydrogen-card__media {
      height: 220px;
    }
  }

  .hl-tablets-science-modal {
    width: min(640px, calc(100vw - 32px));
    max-height: calc(100dvh - 32px);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(83, 126, 155, 0.18);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 24px 80px rgba(29, 55, 73, 0.22);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets-science-modal,
  .hl-tablets-science-modal * {
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets-science-modal::backdrop {
    background: rgba(17, 31, 40, 0.48);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .hl-tablets-science-modal__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: calc(100dvh - 32px);
    padding: 32px;
    overflow-y: auto;
  }

  .hl-tablets-science-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    background: #fafafa;
    color: rgba(0, 0, 0, 0.72);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
  }

  .hl-tablets-science-modal__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-right: 40px;
  }

  .hl-tablets-science-modal .hl-tablets-science__badge {
    text-transform: none;
  }

  .hl-tablets-science-modal__header h2,
  .hl-tablets-science-modal__header p,
  .hl-tablets-science-modal__item p {
    margin: 0;
  }

  .hl-tablets-science-modal__header h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.4px;
    text-transform: none;
  }

  .hl-tablets-science-modal__header > p:last-child {
    color: #1d1d1f;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-wrap: pretty;
  }

  .hl-tablets-science-modal__content {
    display: grid;
    gap: 12px;
  }

  .hl-tablets-science-modal__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    border: 1px solid #e7e8e9;
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
  }

  .hl-tablets-science-modal__item > span {
    color: #537e9b;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.18px;
  }

  .hl-tablets-science-modal__item div {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .hl-tablets-science-modal__item p {
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-wrap: pretty;
  }

  .hl-tablets-science-modal__item cite {
    display: block;
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid #e7e8e9;
    color: rgba(0, 0, 0, 0.48);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 9px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
  }

  .hl-tablets-donation-modal__story {
    display: grid;
    gap: 18px;
  }

  .hl-tablets-donation-modal__image {
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
  }

  .hl-tablets-donation-modal__image img {
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin: -1px;
    object-fit: cover;
    object-position: center;
  }

  .hl-tablets-donation-modal__copy {
    display: grid;
    gap: 12px;
  }

  .hl-tablets-donation-modal__copy p {
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    text-wrap: pretty;
  }

  .hl-tablets-donation-modal__copy strong {
    font-weight: 500;
  }

  .hl-tablets-founder {
    padding: 24px;
    background: #fbfbfb;
  }

  .hl-tablets-founder__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  .hl-tablets-founder__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .hl-tablets-founder__image {
    position: relative;
    width: 100%;
    aspect-ratio: 352 / 282;
    overflow: hidden;
    border-radius: 18px;
  }

  .hl-tablets-founder__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: inherit;
    object-fit: cover;
    object-position: 48% 48%;
    transform: scale(1.16);
    transform-origin: 50% 50%;
  }

  .hl-tablets-founder__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .hl-tablets-founder__content > p {
    width: 100%;
    max-width: 58ch;
    margin: 0;
    color: rgba(0, 0, 0, 0.86);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.425px;
    text-wrap: pretty;
  }

  .hl-tablets-founder__content > p strong {
    color: #000;
    font-weight: 500;
  }

  .hl-tablets-founder__signature {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    line-height: 17.97px;
    letter-spacing: -0.425px;
  }

  .hl-tablets-founder__signature strong {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
  }

  .hl-tablets-founder__divider {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.14);
    transform: scaleY(0.25);
    transform-origin: center;
  }

  .hl-tablets-how {
    padding: 24px;
    overflow: hidden;
    background: #fbfbfb;
  }

  .hl-tablets-how__inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
  }

  .hl-tablets-how h2 {
    width: 100%;
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.24px;
    text-transform: none;
  }

  .hl-tablets-how__steps {
    display: flex;
    gap: 12px;
    width: calc(100% + 48px);
    margin: 0 0 0 -24px;
    padding: 0 24px 4px;
    overflow-x: auto;
    list-style: none;
    counter-reset: hl-tablets-how-step;
    scroll-padding-inline: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }

  .hl-tablets-how__steps::-webkit-scrollbar {
    display: none;
  }

  .hl-tablets-how__step {
    display: flex;
    flex: 0 0 calc(100% - 36px);
    flex-direction: column;
    gap: 15px;
    min-width: 0;
    padding: 17px;
    border: 1px solid #e7e8e9;
    border-radius: 16px;
    background:
      linear-gradient(90deg, rgba(31, 45, 101, 0.008) 0%, rgba(31, 45, 101, 0.008) 100%),
      #fff;
    counter-increment: hl-tablets-how-step;
    scroll-snap-align: start;
  }

  .hl-tablets-how__image {
    width: 100%;
    aspect-ratio: 320 / 238;
    overflow: hidden;
    border-radius: 5px;
  }

  .hl-tablets-how__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hl-hydrobottle-how .hl-tablets-how__step:first-child .hl-tablets-how__image img,
  .hl-hydrobottle-how .hl-tablets-how__step:nth-child(2) .hl-tablets-how__image img,
  .hl-hydrobottle-how .hl-tablets-how__step:nth-child(3) .hl-tablets-how__image img,
  .hl-hydrobottle-how .hl-tablets-how__step:nth-child(4) .hl-tablets-how__image img {
    transform: none;
  }

  .hl-tablets-how__step p {
    width: 100%;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  .hl-tablets-how__step p::before {
    content: counter(hl-tablets-how-step) ". ";
  }

  .hl-tablets-how .hl-tablets-carousel-counter {
    margin-top: -18px;
  }

  .hl-hydrobottle-how {
    overflow: hidden;
    background: #fbfbfb;
  }

  .hl-hydrobottle-how .hl-tablets-how__step {
    padding: 17px;
    border-radius: 16px;
    background:
      linear-gradient(90deg, rgba(31, 45, 101, 0.008) 0%, rgba(31, 45, 101, 0.008) 100%),
      #fff;
  }

  .hl-hydrobottle-how .hl-tablets-how__image {
    border-radius: 5px;
  }

  .hl-tablets-guarantee {
    padding: 24px;
    background: transparent;
  }

  .hl-tablets-guarantee__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-sizing: border-box;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
    overflow: hidden;
    border: 0;
    border-radius: 40px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.04) 100%),
      linear-gradient(180deg, #1b547c 0%, #4179a1 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
  }

  .hl-tablets-guarantee__content,
  .hl-tablets-guarantee__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hl-tablets-guarantee__content {
    gap: 12px;
    justify-content: center;
    padding: 26px;
  }

  .hl-tablets-guarantee__copy {
    gap: 12px;
    justify-content: center;
    text-align: center;
  }

  .hl-tablets-guarantee__badge {
    width: fit-content;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(90deg, rgba(31, 45, 101, 0.008) 0%, rgba(31, 45, 101, 0.008) 100%),
      #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2px;
    text-transform: uppercase;
  }

  .hl-tablets-guarantee h2 {
    width: 100%;
    margin: 0;
    color: #fff !important;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-transform: none;
  }

  .hl-tablets-guarantee__copy > p:last-child {
    width: 100%;
    max-width: 300px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.3px;
  }

  .hl-tablets-guarantee__copy > p:last-child strong {
    color: #fff !important;
    font-weight: 500;
  }

  .hl-tablets-guarantee__button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: 56px;
    min-height: 56px;
    margin-top: 8px;
    padding: 18px 24px;
    overflow: hidden;
    border: 0;
    border-radius: 34px;
    background: #fff !important;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.95) !important;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: box-shadow 160ms ease, transform 160ms ease;
  }

  .hl-tablets-guarantee__button:hover {
    color: rgba(0, 0, 0, 0.95) !important;
    box-shadow: none;
    text-decoration: none !important;
  }

  .hl-tablets-guarantee__button:active {
    transform: scale(0.96);
  }

  .hl-tablets-guarantee__button:focus-visible {
    outline: 2px solid #3d6b8a;
    outline-offset: 3px;
  }

  .hl-tablets-reviews-section {
    padding: 24px;
    overflow: hidden;
    background: transparent;
  }

  .hl-tablets-reviews-section__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
  }

  .hl-tablets-reviews-section__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
  }

  .hl-tablets-reviews-section__eyebrow {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 90px;
    height: 22px;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.0064) 0%, rgba(31, 45, 101, 0.0096) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-reviews-section h2 {
    width: 100%;
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-transform: none;
  }

  .hl-tablets-reviews-section__header > p:nth-of-type(2) {
    width: 100%;
    max-width: 300px;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }

  .hl-tablets-trustpilot-stars {
    display: block;
    width: 98px;
    height: auto;
  }

  .hl-tablets-reviews-section__cards {
    display: grid;
    grid-auto-columns: calc(50vw - 18px);
    grid-auto-flow: column;
    gap: 12px;
    width: calc(100% + 48px);
    margin-top: -12px;
    margin-left: -24px;
    padding: 20px 24px 24px;
    overflow-x: auto;
    scroll-padding-inline: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }

  .hl-tablets-reviews-section__cards::-webkit-scrollbar {
    display: none;
  }

  .hl-tablets-reviews-section .hl-tablets-carousel-counter {
    margin-top: -24px;
  }

  .hl-tablets-review-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 176px;
    padding: 16px;
    border: 1px solid #e4e6e5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    scroll-snap-align: start;
  }

  .hl-tablets-review-card__top {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hl-tablets-review-card blockquote {
    flex: 1;
    margin: 0;
    padding: 0;
    color: #191919;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
  }

  .hl-tablets-review-card footer {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets-review-card footer strong {
    color: #191919;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.3;
  }

  .hl-tablets-review-card footer span {
    color: rgba(0, 0, 0, 0.55);
    font-size: 9px;
    line-height: 1.3;
  }

  .hl-tablets__flavors {
    scroll-margin-top: 32px;
  }

  .hl-tablets__mobile-purchase-anchor {
    display: none;
  }

  body.template-product:has(.hl-tablets) .qsc2-stickybar {
    display: none !important;
  }

  @media (max-width: 519px) {
    .hl-tablets__mobile-purchase-anchor {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      gap: 8px;
      box-sizing: border-box;
      height: 56px;
      padding: 8px;
      border-top: 1px solid rgba(255, 255, 255, 0.78);
      background: rgba(247, 252, 255, 0.68);
      box-shadow: 0 -8px 28px rgba(34, 72, 99, 0.12);
      -webkit-backdrop-filter: blur(18px) saturate(160%);
      backdrop-filter: blur(18px) saturate(160%);
      font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
      text-decoration: none;
      opacity: 0;
      pointer-events: none;
      transform: translateY(12px);
      transition: opacity 180ms ease, transform 180ms ease;
    }

    .hl-tablets__mobile-purchase-image {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 40px;
      width: 40px;
      height: 40px;
      padding: 2px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.25);
      box-shadow: none;
    }

    .hl-tablets__mobile-purchase-image img {
      width: 100%;
      height: 100%;
      object-fit: contain !important;
      object-position: center;
    }

    .hl-tablets__mobile-purchase-button {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1 1 auto;
      height: 40px;
      padding: 10px 16px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.42);
      border-radius: 8px;
      background: linear-gradient(135deg, rgba(91, 146, 184, 0.86), rgba(61, 112, 148, 0.82));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 5px 14px rgba(34, 72, 99, 0.2);
      -webkit-backdrop-filter: blur(14px) saturate(140%);
      backdrop-filter: blur(14px) saturate(140%);
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0;
      text-align: center;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .hl-tablets__mobile-purchase-button > span {
      display: block;
      line-height: 14px;
    }

    .hl-tablets__mobile-purchase-anchor.is-visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
  }

  @media (min-width: 520px) and (max-width: 759px) {
    .hl-tablets-how__steps,
    .hl-hydrobottle-how .hl-tablets-how__steps {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      width: 100%;
      margin-left: 0;
      padding: 0;
      overflow: visible;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .hl-tablets-how__step {
      flex-basis: auto;
    }

    .hl-hydrobottle-how .hl-tablets-how__step:last-child {
      grid-column: auto;
      justify-self: auto;
      width: auto;
    }
  }

  @media (min-width: 760px) {
    .hl-tablets-how__steps,
    .hl-hydrobottle-how .hl-tablets-how__steps {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
      width: 100%;
      margin-left: 0;
      padding: 0;
      overflow: visible;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .hl-tablets-how__step {
      flex-basis: auto;
    }
  }

  @media (min-width: 641px) {
    .hl-tablets__ugc-carousel {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      padding: 0 0 4px;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .hl-tablets-benefits,
    .hl-tablets-timeline,
    .hl-tablets-compare,
    .hl-tablets-science,
    .hl-tablets-founder,
    .hl-tablets-how,
    .hl-tablets-guarantee,
    .hl-tablets-reviews-section,
    .hl-tablets-faq {
      padding: 56px 40px;
    }

    .hl-tablets-benefits__inner,
    .hl-tablets-timeline__inner,
    .hl-tablets-compare__inner,
    .hl-tablets-science__inner,
    .hl-tablets-founder__inner,
    .hl-tablets-how__inner,
    .hl-tablets-guarantee__inner,
    .hl-tablets-reviews-section__inner {
      max-width: 720px;
    }

    .hl-tablets-reviews-section__cards {
      grid-auto-columns: unset;
      grid-auto-flow: row;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      width: 100%;
      margin-left: 0;
      padding: 0;
      overflow: visible;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .hl-tablets-review-card {
      min-height: 260px;
    }

    .hl-tablets-guarantee__copy > p:last-child {
      font-size: 14px;
    }

    .hl-tablets-benefits__inner {
      gap: 32px;
    }

    .hl-tablets-benefits__header {
      max-width: 600px;
    }

    .hl-tablets-benefits h2,
    .hl-tablets-timeline h2 {
      font-size: 32px;
    }

    .hl-tablets-timeline__inner {
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
      gap: 48px;
      align-items: start;
    }

    .hl-tablets-compare__inner {
      max-width: 640px;
    }

    .hl-tablets-compare h2,
    .hl-tablets-science h2 {
      font-size: 28px;
    }

    .hl-tablets-compare__table {
      --hl-compare-side-column: 112px;
    }

    .hl-tablets-compare__features {
      font-size: 14px;
    }

    .hl-tablets-compare__product {
      width: 28px;
      height: 90px;
    }

    .hl-tablets-science__inner {
      gap: 48px;
    }

    .hl-tablets-science__header > p:last-child {
      max-width: 420px;
      font-size: 14px;
    }

    .hl-tablets-science__stats {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 24px;
    }

    .hl-tablets-science__stat strong {
      font-size: 40px;
    }

    .hl-tablets-science__stat p {
      font-size: 11px;
    }

    .hl-tablets-founder__inner {
      max-width: 640px;
    }
  }

  @media (min-width: 990px) {
    .hl-tablets-benefits,
    .hl-tablets-timeline,
    .hl-tablets-compare,
    .hl-tablets-science,
    .hl-tablets-founder,
    .hl-tablets-guarantee,
    .hl-tablets-reviews-section,
    .hl-tablets-faq {
      padding: 80px 48px;
    }

    .hl-tablets-benefits__inner,
    .hl-tablets-timeline__inner,
    .hl-tablets-compare__inner,
    .hl-tablets-science__inner,
    .hl-tablets-founder__inner,
    .hl-tablets-guarantee__inner,
    .hl-tablets-reviews-section__inner {
      max-width: 960px;
    }

    .hl-tablets-reviews-section h2,
    .hl-tablets-faq h2 {
      font-size: 30px;
    }

    .hl-tablets-reviews-section__header > p:nth-of-type(2),
    .hl-tablets-faq__header > p:nth-of-type(2) {
      max-width: 460px;
      font-size: 16px;
    }

    .hl-tablets-reviews-section__cards {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hl-tablets-review-card {
      min-height: 200px;
      padding: 24px;
    }

    .hl-tablets-guarantee h2 {
      font-size: 30px;
    }

    .hl-tablets-guarantee__copy > p:last-child {
      max-width: 360px;
      font-size: 16px;
    }

    .hl-tablets-benefits__inner {
      gap: 40px;
    }

    .hl-tablets-benefits__header {
      max-width: 680px;
    }

    .hl-tablets-benefits h2,
    .hl-tablets-timeline h2 {
      font-size: 40px;
    }

    .hl-tablets-benefits__heading p {
      font-size: 18px;
    }

    .hl-tablets-timeline__inner {
      grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
      gap: 96px;
    }

    .hl-tablets-timeline__header {
      position: sticky;
      top: 120px;
    }

    .hl-tablets-timeline__items {
      gap: 0;
    }

    .hl-tablets-timeline__item {
      min-height: 174px;
    }

    .hl-tablets-compare__inner {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
      gap: 88px;
      align-items: center;
    }

    .hl-tablets-compare__header,
    .hl-tablets-science__header {
      align-items: flex-start;
      text-align: left;
    }

    .hl-tablets-science__header {
      align-items: center;
      text-align: center;
    }

    .hl-tablets-compare h2,
    .hl-tablets-science h2 {
      font-size: 36px;
    }

    .hl-tablets-compare h2 {
      text-align: left;
    }

    .hl-tablets-compare__header > p:last-child,
    .hl-tablets-science__header > p:last-child {
      max-width: 380px;
      font-size: 16px;
      text-align: left;
    }

    .hl-tablets-science__header > p:last-child {
      max-width: 520px;
      text-align: center;
    }

    .hl-tablets-compare__table {
      --hl-compare-side-column: 120px;
    }

    .hl-tablets-science__inner {
      display: flex;
      gap: 56px;
      align-items: stretch;
    }

    .hl-tablets-science__stats {
      gap: 40px;
    }

    .hl-tablets-science__stat strong {
      font-size: 48px;
    }

    .hl-tablets-science__stat p {
      font-size: 12px;
    }

    .hl-tablets-founder__inner {
      max-width: 640px;
    }
  }

  @media (max-width: 989px) {
    .hl-tablets__inner {
      grid-template-columns: 1fr;
      gap: 16px;
      padding: 18px 18px 32px;
    }

    .hl-tablets__media-frame {
      min-height: auto;
    }

    .hl-tablets__media-main {
      height: auto;
      aspect-ratio: 1 / 1;
    }

    .hl-tablets__customer-voices {
      margin-top: 24px;
    }

  }

  @media (max-width: 640px) {
    .hl-tablets-review-card {
      box-shadow: none;
    }

    .hl-tablets__thumb {
      flex-basis: 64px;
      width: 64px;
      height: 64px;
    }

    .hl-tablets__content {
      gap: 14px;
    }

    .hl-tablets__reviews {
      font-size: 12px;
    }

    .hl-tablets-timeline__header,
    .hl-tablets-timeline__heading {
      align-items: center;
      text-align: center;
    }

    .hl-tablets__arrow {
      width: 28px;
      height: 28px;
    }

    .hl-tablets__header h1 {
      font-size: 24px;
    }

    .hl-tablets__header p {
      font-size: 14px;
      line-height: 1.45;
    }

    .hl-tablets__benefits li {
      font-size: 13px;
    }

    .hl-tablets__flavors {
      padding-bottom: 0;
    }

    .hl-tablets__flavors legend {
      font-size: 14px;
    }

    .hl-tablets__quantity-title,
    .hl-tablets__purchase-title {
      font-size: 14px;
    }

    .hl-tablets__donation {
      gap: 8px;
      padding: 12px;
    }

    .hl-tablets__donation-icon {
      align-self: center;
      flex-basis: 24px;
      width: 24px;
      min-height: 24px;
      font-size: 24px;
    }

    .hl-tablets__donation strong {
      font-size: 13px;
    }

    .hl-tablets__donation small {
      font-size: 11px;
    }

    .hl-tablets__customer-voices h2 {
      font-size: 16px;
    }

    .hl-tablets__purchase-card {
      padding: 18px;
    }

    .hl-tablets__purchase-card--single {
      padding: 16px;
    }

    .hl-tablets__purchase-card--subscription.is-selected .hl-tablets__purchase-heading,
    .hl-tablets__purchase-card--single.is-selected .hl-tablets__purchase-heading,
    .hl-tablets__purchase-meta {
      align-items: flex-start;
      gap: 12px;
    }

    .hl-tablets__purchase-card--subscription .hl-tablets__purchase-details {
      margin-top: 16px;
    }

    .hl-tablets__purchase-name {
      font-size: 14px;
    }

    .hl-tablets__purchase-price {
      font-size: 15px;
    }

    .hl-tablets__purchase-meta {
      font-size: 11px;
    }

    .hl-tablets__purchase-delivery {
      font-size: 11px;
    }

    .hl-tablets__purchase-daily-price {
      font-size: 11px;
    }

    .hl-tablets__purchase-bullets {
      gap: 10px;
      font-size: 12px;
    }

    .hl-tablets__bundle-option-trigger {
      padding-right: 10px;
      padding-left: 10px;
    }

    .hl-tablets__bundle-eyebrow {
      gap: 3px;
    }

    .hl-tablets__bundle-badge {
      padding-right: 4px;
      padding-left: 4px;
      font-size: 6px;
    }

    .hl-tablets__bundle-title {
      font-size: 13px;
    }

    .hl-tablets__bundle-tablets {
      font-size: 11px;
    }

    .hl-tablets__faq summary,
    .hl-tablets__faq-answer,
    .hl-tablets__faq-answer p,
    .hl-tablets__faq-answer li {
      font-size: 13px;
    }

    .hl-tablets .hl-tablets__atc.add-to-cart {
      min-height: 56px;
      border-radius: 999px !important;
      font-size: 13px;
    }

    .hl-tablets__trust-row {
      flex-wrap: wrap;
      gap: 14px 20px;
    }

    .hl-tablets-timeline__body {
      gap: 24px;
    }

    .hl-tablets__mobile-purchase-anchor {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      gap: 8px;
      box-sizing: border-box;
      height: 56px;
      padding: 8px;
      border-top: 1px solid rgba(255, 255, 255, 0.78);
      background: rgba(247, 252, 255, 0.68);
      box-shadow: 0 -8px 28px rgba(34, 72, 99, 0.12);
      -webkit-backdrop-filter: blur(18px) saturate(160%);
      backdrop-filter: blur(18px) saturate(160%);
      font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
      text-decoration: none;
      opacity: 0;
      pointer-events: none;
      transform: translateY(12px);
      transition: opacity 180ms ease, transform 180ms ease;
    }

    .hl-tablets__mobile-purchase-image {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 40px;
      width: 40px;
      height: 40px;
      padding: 2px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.25);
      box-shadow: none;
    }

    .hl-tablets__mobile-purchase-image img {
      width: 100%;
      height: 100%;
      object-fit: contain !important;
      object-position: center;
    }

    .hl-tablets__mobile-purchase-button {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1 1 auto;
      height: 40px;
      padding: 10px 16px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.42);
      border-radius: 8px;
      background: linear-gradient(135deg, rgba(91, 146, 184, 0.86), rgba(61, 112, 148, 0.82));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 5px 14px rgba(34, 72, 99, 0.2);
      -webkit-backdrop-filter: blur(14px) saturate(140%);
      backdrop-filter: blur(14px) saturate(140%);
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0;
      text-align: center;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .hl-tablets__mobile-purchase-button > span {
      display: block;
      line-height: 14px;
    }

    .hl-tablets__mobile-purchase-anchor.is-visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .hl-tablets__mobile-purchase-anchor:hover,
    .hl-tablets__mobile-purchase-anchor:focus {
      color: #fff;
      text-decoration: none;
    }
  }

  @media (max-width: 374px) {
    .hl-tablets-compare {
      padding-right: 16px;
      padding-left: 16px;
    }

    .hl-tablets-compare__features {
      padding-right: 10px;
      padding-left: 14px;
    }
  }

  /* Fluid sizing keeps the 400px Figma proportions while scaling smoothly. */
  .hl-tablets-benefits,
  .hl-tablets-timeline,
  .hl-tablets-compare,
  .hl-tablets-science,
  .hl-tablets-founder,
  .hl-hydrobottle-hydrogen,
  .hl-tablets-how,
  .hl-tablets-guarantee,
  .hl-tablets-reviews-section,
  .hl-tablets-faq {
    padding: clamp(32px, calc(-14px + 9.5vw), 80px) clamp(20px, 5vw, 48px);
  }

  .hl-tablets-guarantee {
    padding: 24px;
  }

  .hl-tablets-benefits__inner,
  .hl-tablets-timeline__inner,
  .hl-tablets-compare__inner,
  .hl-tablets-science__inner,
  .hl-tablets-founder__inner,
  .hl-tablets-how__inner,
  .hl-tablets-guarantee__inner,
  .hl-tablets-reviews-section__inner {
    max-width: 960px;
  }

  .hl-tablets-guarantee__inner {
    max-width: 352px;
  }

  .hl-tablets-guarantee h2 {
    font-size: 20px;
  }

  .hl-tablets-guarantee__copy > p:last-child {
    max-width: 300px;
    font-size: 12px;
  }

  .hl-tablets-benefits h2 {
    font-size: clamp(22px, calc(17px + 1.75vw), 40px);
  }

  .hl-tablets-timeline h2,
  .hl-tablets-compare h2,
  .hl-tablets-science h2 {
    font-size: clamp(18px, calc(9.2px + 2.7vw), 36px);
  }

  .hl-tablets-how h2,
  .hl-tablets-reviews-section h2,
  .hl-tablets-faq h2 {
    font-size: clamp(22px, calc(17.45px + 1.64vw), 36px);
  }

  .hl-tablets-benefits__heading p {
    font-size: clamp(14px, calc(12px + 0.5vw), 18px);
  }

  .hl-tablets-timeline__heading p,
  .hl-tablets-timeline__item p {
    font-size: clamp(12px, calc(10.65px + 0.34vw), 14px);
  }

  .hl-tablets-benefits__inner,
  .hl-tablets-timeline__inner,
  .hl-tablets-founder__inner {
    gap: 16px;
  }

  .hl-tablets-founder {
    padding: 24px;
  }

  .hl-tablets-founder__inner {
    max-width: 640px;
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-guarantee__inner {
    max-width: min(100%, 760px);
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-founder__image {
    border-radius: 18px;
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-founder__image img {
    object-position: 48% 48%;
    transform: scale(1.16);
  }

  @media (min-width: 760px) {
    .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-founder__inner {
      max-width: 960px;
    }

    .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-founder__card {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
      align-items: center;
      gap: 48px;
    }

    .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-founder__image {
      aspect-ratio: 1 / 1;
      max-width: 520px;
      justify-self: end;
      border-radius: 12px;
    }

    .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-founder__image img {
      object-position: 50% 50%;
      transform: none;
    }
  }

  .hl-tablets-timeline__inner {
    gap: clamp(32px, 8vw, 96px);
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-timeline__items {
    gap: 0;
    padding-left: 0;
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-timeline__item {
    display: grid;
    grid-template-columns: 27px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
    justify-content: stretch;
    min-height: 154px;
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-timeline__item:last-child {
    min-height: 0;
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-timeline__item::before,
  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-timeline__item::after {
    content: none;
    display: none;
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-timeline__rail {
    grid-column: 1;
    grid-row: 1;
    display: flex;
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-timeline__content {
    grid-column: 2;
    grid-row: 1;
  }

  .hl-tablets-compare__inner,
  .hl-tablets-science__inner {
    gap: clamp(40px, 5vw, 56px);
  }

  .hl-tablets-benefits__card {
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
  }

  .hl-tablets-benefits__card-copy h3 {
    font-size: 14px;
  }

  .hl-tablets-compare__header > p:last-child,
  .hl-tablets-science__header > p:last-child {
    font-size: clamp(11px, calc(9.3px + 0.67vw), 16px);
  }

  .hl-tablets-science__stats {
    gap: clamp(32px, 4vw, 40px);
  }

  .hl-tablets-science__stat strong {
    font-size: clamp(28px, calc(21.2px + 2.7vw), 48px);
  }

  .hl-tablets-science__stat p {
    font-size: clamp(9px, calc(8.65px + 0.34vw), 12px);
  }

  .hl-tablets-faq {
    background: #fbfbfb;
  }

  .hl-tablets-faq__inner {
    gap: 24px;
    max-width: 760px;
  }

  .hl-tablets-faq__header {
    gap: 8px;
    max-width: 352px;
    margin: 0 auto;
  }

  .hl-tablets-faq__eyebrow {
    min-height: 20px;
    padding: 6px 8px;
    box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.6), 0 2px 16px rgba(0, 0, 0, 0.04);
  }

  .hl-tablets-faq h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-wrap: balance;
  }

  .hl-tablets-faq__header > p:nth-of-type(2) {
    max-width: 300px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.3px;
    text-wrap: balance;
  }

  .hl-tablets-faq .hl-tablets__faq {
    padding: 6px 20px;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.02), 0 0 0.5px rgba(0, 0, 0, 0.5);
  }

  .hl-tablets-faq .hl-tablets__faq details {
    border-top: 1px solid #ebebeb;
    border-bottom: 0;
  }

  .hl-tablets-faq .hl-tablets__faq details:first-child {
    border-top: 0;
  }

  .hl-tablets-faq .hl-tablets__faq details:last-child {
    border-bottom: 0;
  }

  .hl-tablets-faq .hl-tablets__faq summary {
    align-items: flex-start;
    gap: 16px;
    min-height: 54px;
    padding: 18px 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .hl-tablets-faq .hl-tablets__faq summary::after {
    flex: 0 0 auto;
    width: 8px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }

  .hl-tablets-faq .hl-tablets__faq-answer {
    padding: 0 0 16px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    line-height: 1.6;
  }

  .hl-tablets-faq .hl-tablets__faq-answer p,
  .hl-tablets-faq .hl-tablets__faq-answer li {
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    line-height: 1.6;
  }

  .hl-tablets-faq .hl-tablets__faq-answer strong {
    font-weight: 600;
  }

  @media (max-width: 374px) {
    .hl-tablets-faq .hl-tablets__faq {
      padding-right: 16px;
      padding-left: 16px;
    }
  }

  @media (max-width: 640px) {
    .hl-tablets-compare__inner,
    .hl-tablets-science__inner,
    .hl-tablets-founder__inner,
    .hl-tablets-how__inner {
      max-width: 100%;
    }

    .hl-tablets-guarantee__inner {
      max-width: 100%;
    }

    .hl-tablets-science-modal {
      width: calc(100vw - 24px);
      max-height: calc(100dvh - 24px);
      border-radius: 8px;
    }

    .hl-tablets-science-modal__panel {
      gap: 20px;
      max-height: calc(100dvh - 24px);
      padding: 24px 20px;
    }

    .hl-tablets-science-modal__close {
      top: 12px;
      right: 12px;
    }

    .hl-tablets-science-modal__header h2 {
      font-size: 20px;
    }
  }

  .hl-tablets-science__inner {
    box-sizing: border-box;
    max-width: 552px;
    padding: 24px;
    gap: 32px;
  }

  .hl-tablets-science h2 {
    font-size: 20px;
  }

  .hl-tablets-science__header > p:last-child {
    max-width: 300px;
    font-size: 12px;
  }

  .hl-tablets-science__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
  }

  .hl-tablets-science__stat strong {
    font-size: 32px;
  }

  .hl-tablets-science__stat p {
    max-width: 148px;
    font-size: 10px;
  }

  @media (max-width: 374px) {
    .hl-tablets-science__inner {
      padding: 22px 18px;
      gap: 36px;
    }

    .hl-tablets-science__stats {
      column-gap: 18px;
      row-gap: 24px;
    }

    .hl-tablets-science__stat strong {
      font-size: 30px;
    }

    .hl-tablets-science__stat p {
      max-width: 132px;
      font-size: 9px;
    }
  }

  @media (min-width: 641px) {
    .hl-tablets-science__inner {
      padding: 40px 32px;
      gap: 36px;
    }

    .hl-tablets-science h2 {
      font-size: 28px;
    }

    .hl-tablets-science__header > p:last-child {
      max-width: 420px;
      font-size: 14px;
    }

    .hl-tablets-science__stats {
      column-gap: 40px;
      row-gap: 32px;
    }

    .hl-tablets-science__stat strong {
      font-size: 40px;
    }

    .hl-tablets-science__stat p {
      max-width: 180px;
      font-size: 11px;
    }
  }

  @media (min-width: 990px) {
    .hl-tablets-science__inner {
      max-width: 600px;
      padding: 48px;
      gap: 40px;
    }

    .hl-tablets-science h2 {
      font-size: 32px;
    }

    .hl-tablets-science__header > p:last-child {
      max-width: 480px;
      font-size: 16px;
    }

    .hl-tablets-science__stat strong {
      font-size: 48px;
    }

    .hl-tablets-science__stat p {
      font-size: 12px;
    }
  }

  @media (max-width: 640px) {
    .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets__mobile-purchase-anchor {
      right: auto;
      bottom: 10px;
      left: 50%;
      width: calc(100vw - 40px);
      max-width: none;
      height: 56px;
      margin-right: auto;
      margin-left: auto;
      padding: 8px;
      gap: 8px;
      overflow: hidden;
      border: 0;
      border-radius: 50px;
      background: rgba(240, 240, 240, 0.86);
      box-shadow: 0 -2px 25.3px rgba(0, 0, 0, 0.14), 0 0 1px rgba(0, 0, 0, 0.24);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      transform: translate(-50%, 12px);
    }

    .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets__mobile-purchase-anchor.is-visible {
      transform: translate(-50%, 0);
    }

    .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets__mobile-purchase-image {
      flex: 0 0 40px;
      width: 40px;
      height: 40px;
      padding: 2px;
      border: 0;
      border-radius: 64px;
      background: rgba(0, 0, 0, 0.08);
    }

    .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets__mobile-purchase-image img {
      width: 28px;
      height: 28px;
      object-fit: contain !important;
      object-position: center;
    }

    .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets__mobile-purchase-button {
      flex: 1 1 auto;
      height: 40px;
      min-width: 0;
      padding: 4px 11px;
      gap: 0;
      border: 0;
      border-radius: 47px;
      background: #4a83ab;
      box-shadow: none;
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      font-size: 12px;
      font-weight: 600;
      line-height: normal;
    }

    .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets__mobile-purchase-button svg {
      display: none;
    }

  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-compare__product {
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: 2;
    display: block;
    width: clamp(16px, 4vw, 24px);
    height: clamp(50px, 13vw, 76px);
    transform: translateX(-50%);
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-compare__competitor-heading {
    font-size: clamp(11px, 2.2vw, 13px);
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-compare__table {
    --hl-compare-body-height: 281px;
    --hl-compare-column-height: 336px;
    --hl-compare-checks-height: 314px;
    align-items: end;
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-compare__features,
  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-compare__crosses {
    height: var(--hl-compare-body-height);
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-compare__hydrolife {
    height: var(--hl-compare-column-height);
  }

  .hl-tablets:has(.hl-hydrobottle-buy) .hl-tablets-compare__checks {
    height: var(--hl-compare-checks-height);
    background: #5a86a2;
  }

  .hl-tablets .hl-tablets-science__stat strong {
    background: none !important;
    color: #fff !important;
    font-family: Merriweather, Georgia, serif !important;
    text-shadow: none !important;
    -webkit-text-fill-color: #fff !important;
  }

  .hl-tablets .hl-tablets-science__more,
  .hl-tablets .hl-tablets-guarantee__button {
    align-self: stretch !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    background: #fff !important;
    box-shadow: none !important;
    color: rgba(0, 0, 0, 0.95) !important;
    text-decoration: none !important;
  }

  .hl-tablets .hl-tablets-science__more:hover,
  .hl-tablets .hl-tablets-science__more:focus-visible,
  .hl-tablets .hl-tablets-guarantee__button:hover,
  .hl-tablets .hl-tablets-guarantee__button:focus-visible {
    background: #fff !important;
    box-shadow: none !important;
    color: rgba(0, 0, 0, 0.95) !important;
    text-decoration: none !important;
  }
/* END_SECTION:main-product-hydrobottle-redesign */

/* START_SECTION:main-product-hydrogen-tablets (INDEX:67) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400&family=Geist:wght@400;500;600;700;800&family=Merriweather:ital,wght@1,700&display=swap');

  .hl-tablets {
    background: #fcfcfc;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets *,
  .hl-tablets *::before,
  .hl-tablets *::after {
    box-sizing: border-box;
  }

  .hl-tablets__inner {
    display: grid;
    grid-template-columns: minmax(320px, 558px) minmax(320px, 557px);
    gap: 64px;
    align-items: start;
    justify-content: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 51px 80px;
  }

  .hl-tablets__gallery {
    display: grid;
    gap: 8px;
  }

  .hl-tablets__media-frame {
    position: relative;
    overflow: hidden;
    min-height: auto;
    aspect-ratio: 1 / 1;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background: #f6f9fb;
  }

  .hl-tablets__media-main {
    width: 100%;
    height: 100%;
  }

  .hl-tablets__media-main img,
  .hl-tablets__media-main svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hl-tablets__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.48);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%);
    cursor: pointer;
  }

  .hl-tablets__arrow svg {
    position: relative;
    display: block;
    width: 6px;
    height: 10px;
  }

  .hl-tablets__arrow--prev {
    left: 10px;
  }

  .hl-tablets__arrow--prev svg {
    left: -1px;
    transform: rotate(180deg);
  }

  .hl-tablets__arrow--next {
    right: 10px;
  }

  .hl-tablets__arrow--next svg {
    left: 1px;
  }

  .hl-tablets__thumbs {
    display: flex;
    gap: 6px;
    width: 100%;
    padding-bottom: 4px;
    overflow-x: auto;
    scroll-padding-inline: 0;
  }

  .hl-tablets__thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    padding: 2px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
  }

  .hl-tablets__thumb.is-active {
    border-color: #537e9b;
  }

  .hl-tablets__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
  }

  [data-mobile-carousel] {
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  [data-mobile-carousel]::-webkit-scrollbar {
    display: none;
  }

  [data-mobile-carousel] > * {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .hl-tablets-carousel-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 12px;
    color: rgba(0, 0, 0, 0.42);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 9px;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
  }

  .hl-tablets-carousel-counter.is-hidden {
    display: none;
  }

  .hl-tablets-carousel-dots {
    gap: 6px;
    min-height: 6px;
    font-size: 0;
    letter-spacing: 0;
  }

  .hl-tablets-carousel-dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.18);
    transition: background-color 0.2s ease;
  }

  .hl-tablets-carousel-dot.is-active {
    background: rgba(0, 0, 0, 0.55);
  }

  .hl-tablets__content {
    display: grid;
    gap: 16px;
  }

  .hl-tablets__reviews {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 14px;
    line-height: 1.5;
  }

  .hl-tablets__stars {
    color: #537e9b;
    font-size: 13px;
    letter-spacing: 0;
  }

  .hl-tablets__reviews strong {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
  }

  .hl-tablets__reviews span:nth-child(3) {
    width: 1px;
    height: 12px;
    background: #d9d9d9;
  }

  .hl-tablets__header h1 {
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
  }

  .hl-tablets__header {
    margin-top: -12px;
  }

  .hl-tablets__header p {
    margin: 8px 0 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 15px;
    line-height: 1.55;
  }

  .hl-tablets__benefits {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hl-tablets__benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }

  .hl-tablets__benefits {
    margin-bottom: 8px;
  }

  .hl-tablets__benefits img {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }

  .hl-tablets__form {
    display: grid;
    gap: 24px;
    margin: 0;
  }

  .hl-tablets__appstle-volume-mount {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    pointer-events: none !important;
    white-space: nowrap !important;
  }

  .hl-tablets [id^='appstle_subscription_widget'] {
    display: none !important;
  }

  .hl-tablets__flavors {
    position: relative;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .hl-tablets__flavors legend {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: none;
  }

  .hl-tablets__flavor-list {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    overflow-x: auto;
    margin: 0 0 0 -8px;
    padding: 0 0 0 8px;
  }

  .hl-tablets__flavor {
    position: relative;
    display: grid;
    flex: 0 0 72px;
    gap: 8px;
    justify-items: center;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    cursor: pointer;
    user-select: none;
  }

  .hl-tablets__flavor input {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .hl-tablets__flavor-image {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  }

  .hl-tablets__flavor-image img {
    width: 76%;
    height: 76%;
    object-fit: contain;
    -webkit-user-drag: none;
    user-select: none;
  }

  .hl-tablets__flavor.is-selected .hl-tablets__flavor-image {
    border-color: #537e9b;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.045);
  }

  .hl-tablets__flavor-title {
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 11px;
    font-weight: 500 !important;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
  }

  .hl-tablets__quantity {
    display: grid;
    gap: 8px;
    width: 100%;
  }

  .hl-tablets__purchase {
    display: grid;
    gap: 8px;
    width: 100%;
  }

  .hl-tablets__quantity-title,
  .hl-tablets__purchase-title {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
  }

  .hl-tablets__purchase-options {
    display: grid;
    gap: 16px;
    width: 100%;
  }

  .hl-tablets__purchase-card {
    display: grid;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 24px;
    border: 1px solid #e7e8e9;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%), #fff;
    color: rgba(0, 0, 0, 0.8);
    font: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets.is-purchase-ready .hl-tablets__purchase-card {
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hl-tablets__purchase-card.is-selected {
    border-color: rgba(74, 131, 171, 0.28);
    box-shadow: 0 14px 30px rgba(31, 45, 101, 0.035);
  }

  .hl-tablets__purchase-heading {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    width: 100%;
  }

  .hl-tablets__purchase-name {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    min-width: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
  }

  .hl-tablets__purchase-name-copy {
    display: grid;
    gap: 8px;
  }

  .hl-tablets__purchase-name-row {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .hl-tablets__purchase-delivery {
    max-height: 20px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 1;
  }

  .hl-tablets__purchase-radio {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 1px solid #e7e8e9;
    border-radius: 50%;
    background: #fff;
  }

  .hl-tablets__purchase-card--single .hl-tablets__purchase-radio {
    margin-top: -1px;
  }

  .hl-tablets__purchase-card--subscription.is-selected > .hl-tablets__purchase-heading .hl-tablets__purchase-radio,
  .hl-tablets__purchase-card--single.is-selected > .hl-tablets__purchase-single-trigger .hl-tablets__purchase-radio {
    border-color: rgba(74, 131, 171, 0.45);
  }

  .hl-tablets__purchase-card--subscription.is-selected > .hl-tablets__purchase-heading .hl-tablets__purchase-radio::after,
  .hl-tablets__purchase-card--single.is-selected > .hl-tablets__purchase-single-trigger .hl-tablets__purchase-radio::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #4a83ab;
  }

  .hl-tablets__purchase-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 5px 8px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(250, 187, 5, 0.54) 0%, #fabb05 100%);
    box-shadow: inset 0 4px 4px rgba(255, 255, 255, 0.25);
    color: rgba(0, 0, 0, 0.8);
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets__purchase-price {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
    white-space: nowrap;
  }

  .hl-tablets__purchase-price-group {
    display: grid;
    flex: 0 0 auto;
    gap: 10px;
    justify-items: end;
    text-align: right;
  }

  .hl-tablets__purchase-card--subscription .hl-tablets__purchase-price-group {
    gap: 4px;
  }

  .hl-tablets__purchase-daily-price {
    max-height: 20px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 1;
    white-space: nowrap;
  }

  .hl-tablets__purchase-cadence {
    max-height: 18px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.58);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 1;
    white-space: nowrap;
  }

  .hl-tablets.is-purchase-ready .hl-tablets__purchase-name-copy,
  .hl-tablets.is-purchase-ready .hl-tablets__purchase-price-group,
  .hl-tablets.is-purchase-ready .hl-tablets__purchase-delivery,
  .hl-tablets.is-purchase-ready .hl-tablets__purchase-daily-price,
  .hl-tablets.is-purchase-ready .hl-tablets__purchase-cadence {
    transition:
      gap 300ms cubic-bezier(0.4, 0, 0.2, 1),
      max-height 300ms cubic-bezier(0.4, 0, 0.2, 1),
      opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-name-copy,
  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-price-group {
    gap: 0;
  }

  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-delivery,
  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-daily-price,
  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-cadence {
    max-height: 0;
    opacity: 0;
  }

  .hl-tablets__purchase-meta {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }

  .hl-tablets__purchase-divider {
    width: 100%;
    height: 1px;
    background: #e7e8e9;
  }

  .hl-tablets__purchase-bullets {
    display: grid;
    gap: 12px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 1.5;
  }

  .hl-tablets__purchase-bullets span {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .hl-tablets__purchase-bullets span::before {
    content: "";
    flex: 0 0 9px;
    width: 9px;
    height: 5px;
    border-bottom: 1.5px solid #4a83ab;
    border-left: 1.5px solid #4a83ab;
    transform: rotate(-45deg) translateY(-1px);
  }

  .hl-tablets__purchase-details {
    display: grid;
    gap: 16px;
    width: 100%;
    max-height: var(--purchase-details-height, 360px);
    margin-top: 16px;
    overflow: hidden;
    opacity: 1;
  }

  .hl-tablets.is-purchase-ready .hl-tablets__purchase-details {
    transition:
      max-height 300ms cubic-bezier(0.4, 0, 0.2, 1),
      margin-top 300ms cubic-bezier(0.4, 0, 0.2, 1),
      opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hl-tablets__purchase-card:not(.is-selected) .hl-tablets__purchase-details {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
  }

  .hl-tablets__purchase-card--single {
    padding: 16px;
  }

  .hl-tablets__purchase-single-trigger {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets__bundle-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .hl-tablets__bundle-option {
    width: 100%;
    min-height: 70px;
    margin: 0;
    border: 1px solid #e7e8e9;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%), #fff;
    color: rgba(0, 0, 0, 0.8);
  }

  .hl-tablets__bundle-option-trigger {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 3px;
    width: 100%;
    min-height: 68px;
    margin: 0;
    padding: 10px 12px;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    line-height: 1.15;
    text-align: center;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets__bundle-option.is-selected {
    border-color: #4a83ab;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.045);
  }

  .hl-tablets__bundle-eyebrow {
    display: flex;
    gap: 4px;
    align-items: center;
    min-width: 0;
  }

  .hl-tablets__bundle-daily {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hl-tablets__bundle-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 14px;
    padding: 2px 5px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(250, 187, 5, 0.48) 0%, #fabb05 100%);
    color: rgba(0, 0, 0, 0.8);
    font-size: 7px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets__bundle-title {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hl-tablets__bundle-tablets {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hl-tablets__bundle-flavors {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 2px 16px 16px 48px;
  }

  .hl-tablets__bundle-option.is-selected .hl-tablets__bundle-flavors {
    display: grid;
  }

  .hl-tablets__bundle-flavors label {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: rgba(0, 0, 0, 0.58);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: none;
  }

  .hl-tablets__bundle-flavor-select {
    position: relative;
    display: block;
  }

  .hl-tablets__bundle-flavors select {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .hl-tablets__bundle-flavor-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid rgba(74, 131, 171, 0.22);
    border-radius: 8px;
    background: rgba(74, 131, 171, 0.07);
    color: rgba(0, 0, 0, 0.82);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 550;
    text-align: left;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets__bundle-flavor-trigger:focus-visible {
    border-color: #4a83ab;
    outline: 2px solid rgba(74, 131, 171, 0.16);
    outline-offset: 2px;
  }

  .hl-tablets__bundle-flavor-chevron {
    width: 6px;
    height: 6px;
    margin: -3px 2px 0 10px;
    border-right: 1.5px solid #4a83ab;
    border-bottom: 1.5px solid #4a83ab;
    transform: rotate(45deg);
    transition: transform 160ms ease, margin 160ms ease;
  }

  .hl-tablets__bundle-flavor-select.is-open .hl-tablets__bundle-flavor-chevron {
    margin-top: 3px;
    transform: rotate(225deg);
  }

  .hl-tablets__bundle-flavor-menu {
    position: absolute;
    z-index: 8;
    top: calc(100% + 6px);
    left: 0;
    display: grid;
    width: 100%;
    padding: 4px;
    border: 1px solid rgba(74, 131, 171, 0.2);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(31, 45, 101, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 140ms ease, transform 140ms ease;
  }

  .hl-tablets__bundle-flavor-select.is-open .hl-tablets__bundle-flavor-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hl-tablets__bundle-flavor-choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 34px;
    margin: 0;
    padding: 0 8px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(0, 0, 0, 0.72);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets__bundle-flavor-choice:hover,
  .hl-tablets__bundle-flavor-choice.is-selected {
    background: rgba(74, 131, 171, 0.09);
    color: #192b3a;
  }

  .hl-tablets__bundle-flavor-choice:disabled {
    color: rgba(0, 0, 0, 0.34);
    cursor: not-allowed;
  }

  .hl-tablets__bundle-flavor-choice:disabled:not(.is-selected) {
    background: transparent;
  }

  .hl-tablets__bundle-flavor-check {
    flex: 0 0 11px;
    width: 11px;
    height: 11px;
    object-fit: contain;
    opacity: 0;
  }

  .hl-tablets__bundle-flavor-choice.is-selected .hl-tablets__bundle-flavor-check {
    opacity: 1;
  }

  .hl-tablets__bundle-option.is-selected .hl-tablets__purchase-radio {
    border-color: #4a83ab;
  }

  .hl-tablets__bundle-option.is-selected .hl-tablets__purchase-radio::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #4a83ab;
  }

  @media (prefers-reduced-motion: reduce) {
    .hl-tablets.is-purchase-ready .hl-tablets__purchase-card,
    .hl-tablets.is-purchase-ready .hl-tablets__purchase-details {
      transition: none;
    }
  }

  .hl-tablets .hl-tablets__atc.add-to-cart {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 18px 24px;
    border-radius: 8px !important;
    background: #4a83ab !important;
    background-image: none !important;
    color: #fff !important;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
  }

  .hl-tablets .hl-tablets__atc.add-to-cart[disabled] {
    opacity: 0.58;
  }

  .hl-tablets__atc-group {
    display: grid;
    gap: 16px;
  }

  .hl-tablets__shipping-callout {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-self: center;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: -0.425px;
    white-space: nowrap;
  }

  .hl-tablets__shipping-callout img {
    display: block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }

  .hl-tablets__atc-separator {
    opacity: 0.9;
  }

  .hl-tablets__atc [data-atc-price] {
    font-weight: 600;
  }

  .hl-tablets__atc.is-unavailable .hl-tablets__atc-separator,
  .hl-tablets__atc.is-unavailable [data-atc-price] {
    display: none;
  }

  .hl-tablets__donation {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 16px;
    border: 1px solid #e7e8e9;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%), #fff;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
  }

  .hl-tablets__donation:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
  }

  .hl-tablets__donation-icon {
    display: grid;
    align-self: stretch;
    flex: 0 0 35px;
    width: 35px;
    min-height: 35px;
    place-items: center;
    border-radius: 5.333px;
    background: transparent;
    font-size: 29px;
    line-height: 1.2;
  }

  .hl-tablets__donation strong,
  .hl-tablets__donation small {
    display: block;
  }

  .hl-tablets__donation strong {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }

  .hl-tablets__donation small {
    color: rgba(0, 0, 0, 0.72);
    font-size: 12px;
    line-height: 1.2;
  }

  .hl-tablets__donation small span {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .hl-tablets__faq h2 {
    margin: 0 0 16px;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
  }

  .hl-tablets__faq details {
    border-top: 1px solid #ebebeb;
  }

  .hl-tablets__content > .hl-tablets__faq details:first-child,
  .hl-tablets-faq .hl-tablets__faq details:first-child {
    border-top: 0;
  }

  .hl-tablets__faq details:last-child {
    border-bottom: 1px solid #ebebeb;
  }

  .hl-tablets__faq summary {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
    list-style: none;
  }

  .hl-tablets__faq summary::-webkit-details-marker {
    display: none;
  }

  .hl-tablets__faq summary::after {
    content: "+";
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
  }

  .hl-tablets__faq details[open] summary::after {
    content: "-";
  }

  .hl-tablets__faq-answer {
    padding: 0 0 16px;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }

  .hl-tablets__faq-answer p {
    margin: 0 0 10px;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: none;
  }

  .hl-tablets__faq-answer p:last-child {
    margin-bottom: 0;
  }

  .hl-tablets__faq-answer p + p {
    margin-top: -5px;
  }

  .hl-tablets__faq-answer strong {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
  }

  .hl-tablets__faq-answer ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hl-tablets__faq-answer li {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }

  .hl-tablets-faq {
    padding: 24px;
    background: transparent;
  }

  .hl-tablets-faq__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .hl-tablets-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
  }

  .hl-tablets-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    width: fit-content;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.0064) 0%, rgba(31, 45, 101, 0.0096) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-faq h2 {
    width: 100%;
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-transform: none;
  }

  .hl-tablets-faq__header > p:nth-of-type(2) {
    width: 100%;
    max-width: 300px;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }

  .hl-tablets-faq .hl-tablets__faq summary {
    padding: 18px 0;
  }

  .hl-tablets__customer-voices {
    display: grid;
    gap: 16px;
    margin-top: 0;
  }

  .hl-tablets__customer-voices-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .hl-tablets__customer-voices h2 {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
  }

  .hl-tablets__ugc-carousel {
    display: flex;
    gap: 16px;
    width: calc(100% + 36px);
    max-width: none;
    margin-left: -18px;
    padding: 0 18px 4px;
    overflow-x: auto;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }

  .hl-tablets__ugc-carousel::-webkit-scrollbar {
    display: none;
  }

  .hl-tablets__ugc-card {
    position: relative;
    flex: 0 0 116px;
    width: 116px;
    height: 206px;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #f6f9fb;
    scroll-snap-align: start;
  }

  .hl-tablets__ugc-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hl-tablets__ugc-quote {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    gap: 2px;
    padding: 32px 8px 9px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.82) 68%);
    color: #fff;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets__ugc-quote * {
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets__ugc-quote span {
    font-size: 7px;
    line-height: 1;
    letter-spacing: -1px;
  }

  .hl-tablets__ugc-quote strong {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
  }

  .hl-tablets__ugc-quote p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    font-size: 8px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .hl-tablets__customer-voices .hl-tablets-carousel-counter {
    margin-top: -8px;
  }

  .hl-tablets-benefits {
    padding: 24px;
    background: transparent;
  }

  .hl-tablets-benefits__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .hl-tablets-benefits__header,
  .hl-tablets-benefits__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    word-break: break-word;
  }

  .hl-tablets-benefits__header {
    gap: 8px;
  }

  .hl-tablets-benefits__heading {
    gap: 12px;
  }

  .hl-tablets-benefits__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    width: fit-content;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-benefits h2 {
    width: 100%;
    margin: 0;
    color: rgba(29, 29, 31, 0.97);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-wrap: balance;
    text-transform: none;
  }

  .hl-tablets-benefits__heading p {
    width: 100%;
    margin: 0;
    color: #1d1d1f;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-wrap: pretty;
    text-transform: none;
  }

  .hl-tablets-benefits__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }

  .hl-tablets-benefits__tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 28px;
    padding: 6px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 999px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .hl-tablets-benefits__tab::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 999px 0 0 999px;
    background: rgba(74, 131, 171, 0.1);
    transform: scaleX(0);
    transform-origin: left center;
    pointer-events: none;
  }

  .hl-tablets-benefits__tab.is-timing::before {
    animation: hl-tablets-benefit-progress var(--benefit-reading-time) linear forwards;
  }

  .hl-tablets-benefits__tab span {
    position: relative;
    z-index: 1;
    line-height: 1;
  }

  @keyframes hl-tablets-benefit-progress {
    to {
      transform: scaleX(1);
    }
  }

  .hl-tablets-benefits__tab:hover,
  .hl-tablets-benefits__tab:focus-visible {
    border-color: rgba(74, 131, 171, 0.7);
    outline: 0;
  }

  .hl-tablets-benefits__tab:active {
    transform: scale(0.96);
  }

  .hl-tablets-benefits__tab.is-active {
    border: 1px solid #4a83ab;
    box-shadow: 0 4px 10.9px rgba(0, 0, 0, 0.07);
  }

  .hl-tablets-benefits__cards {
    width: 100%;
    max-width: 640px;
  }

  .hl-tablets-benefits__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 16px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04), inset 0 0 1px rgba(0, 0, 0, 0.25);
    color: #1d1d1f;
  }

  .hl-tablets-benefits__card[hidden] {
    display: none;
  }

  .hl-tablets-benefits__image {
    position: relative;
    width: 100%;
    aspect-ratio: 318 / 190;
    overflow: hidden;
    border-radius: 4px;
    background: #eef5f9;
  }

  .hl-tablets-benefits__image img {
    position: absolute;
    top: -21%;
    left: 0;
    display: block;
    width: 100%;
    height: 167%;
    object-fit: cover;
    object-position: center;
  }

  .hl-tablets-benefits__image--performance img {
    top: 0;
    height: 100%;
  }

  .hl-tablets-benefits__card-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    width: 100%;
    color: #1d1d1f;
    text-align: left;
    word-break: break-word;
  }

  .hl-tablets-benefits__card-copy h3 {
    width: 100%;
    margin: 0;
    color: #1d1d1f;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
  }

  .hl-tablets-benefits__card-copy p {
    width: 100%;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-wrap: pretty;
    text-transform: none;
  }

  .hl-tablets-benefits__card-copy p strong {
    color: #000;
    font-weight: 500;
  }

  .hl-tablets-timeline {
    padding: 24px;
    background: #fbfbfb;
  }

  .hl-tablets-timeline__inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 352px;
    margin: 0 auto;
  }

  .hl-tablets-timeline__header,
  .hl-tablets-timeline__heading,
  .hl-tablets-timeline__items,
  .hl-tablets-timeline__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hl-tablets-timeline__header {
    align-items: center;
    gap: 8px;
    width: 100%;
    word-break: break-word;
  }

  .hl-tablets-timeline__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    width: fit-content;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 35px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-timeline__heading {
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
  }

  .hl-tablets-timeline h2 {
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-wrap: balance;
    text-transform: none;
  }

  .hl-tablets-timeline__heading p,
  .hl-tablets-timeline__item p {
    margin: 0;
    color: #1d1d1f;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-wrap: pretty;
    text-transform: none;
  }

  .hl-tablets-timeline__body {
    width: 100%;
  }

  .hl-tablets-timeline__items {
    gap: 0;
    width: 100%;
    min-width: 0;
  }

  .hl-tablets-timeline__item {
    display: grid;
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    min-height: 154px;
    padding: 0;
  }

  .hl-tablets-timeline__item:last-child {
    min-height: 0;
  }

  .hl-tablets-timeline__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
  }

  .hl-tablets-timeline__marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 999px;
    background: rgba(74, 131, 171, 0.15);
    box-shadow: 0 0 0 1px rgba(74, 131, 171, 0.05);
    transition-property: background-color, box-shadow, transform;
    transition-duration: 220ms;
    transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  }

  .hl-tablets-timeline__marker img {
    display: block;
    width: 14px;
    height: 13px;
    transition-property: filter, opacity;
    transition-duration: 220ms;
    transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  }

  .hl-tablets-timeline__line {
    position: relative;
    display: block;
    flex: 1 1 auto;
    width: 2px;
    min-height: 112px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(74, 131, 171, 0.15);
  }

  .hl-tablets-timeline__line::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: #4a83ab;
    transform: scaleY(var(--timeline-line-progress, 0));
    transform-origin: top;
    transition: transform 140ms linear;
    will-change: transform;
  }

  .hl-tablets-timeline__item:last-child .hl-tablets-timeline__line {
    display: none;
  }

  .hl-tablets-timeline__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    min-width: 0;
    margin-top: 0;
    padding: 4px 10px 16px;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0) 0%, rgba(31, 45, 101, 0) 100%);
    transition-property: background-color, box-shadow, transform;
    transition-duration: 220ms;
    transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  }

  .hl-tablets-timeline__item.is-active .hl-tablets-timeline__marker {
    background: #4a83ab;
    box-shadow:
      0 8px 20px rgba(74, 131, 171, 0.16),
      0 0 0 3px rgba(74, 131, 171, 0.08);
    transform: scale(1.04);
  }

  .hl-tablets-timeline__item.is-active .hl-tablets-timeline__marker img {
    filter: brightness(0) invert(1);
  }

  .hl-tablets-timeline__item.is-past .hl-tablets-timeline__marker {
    background: #4a83ab;
  }

  .hl-tablets-timeline__item.is-past .hl-tablets-timeline__marker img {
    filter: brightness(0) invert(1);
  }

  .hl-tablets-timeline__item.is-active .hl-tablets-timeline__content {
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.018) 0%, rgba(31, 45, 101, 0.006) 100%);
    box-shadow: 0 14px 36px rgba(31, 45, 101, 0.045);
    transform: translateX(2px);
  }

  .hl-tablets-timeline__pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin-top: 4px;
  }

  .hl-tablets-timeline__pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
    min-height: 24px;
    padding: 6px 9px;
    overflow: hidden;
    border: 1px solid rgba(74, 131, 171, 0.18);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(74, 131, 171, 0.08) 100%),
      #fff;
    box-shadow:
      0 8px 18px rgba(31, 45, 101, 0.04),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
    color: #316f9f;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-timeline__pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(74, 131, 171, 0.12);
    color: #4a83ab;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
  }

  .hl-tablets-timeline .hl-tablets-timeline__item-title {
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
    text-wrap: pretty;
  }

  .hl-tablets-compare {
    padding: 24px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%),
      #fff;
  }

  .hl-tablets-compare__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
  }

  .hl-tablets-compare__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: center;
  }

  .hl-tablets-compare__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-compare h2 {
    margin: 0;
    color: rgba(29, 29, 31, 0.97);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
  }

  .hl-tablets-compare__header > p:last-child {
    max-width: 300px;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    text-wrap: pretty;
  }

  .hl-tablets-compare__table {
    --hl-compare-side-column: clamp(58px, 18vw, 75px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--hl-compare-side-column) var(--hl-compare-side-column);
    align-items: end;
    width: 100%;
    min-width: 0;
  }

  .hl-tablets-compare__features,
  .hl-tablets-compare__checks,
  .hl-tablets-compare__crosses {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 32.55px;
  }

  .hl-tablets-compare__features {
    align-items: flex-start;
    height: 228px;
    padding: 24.41px 14px 16px 23px;
    border: 1px solid #e7e8e9;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: clamp(12px, 3.55vw, 14.24px);
    font-weight: 500;
    line-height: 1;
    word-break: break-word;
  }

  .hl-tablets-compare__features span {
    display: flex;
    align-items: center;
    min-height: 20.34px;
    min-width: 0;
  }

  .hl-tablets-compare__hydrolife {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 283px;
    min-width: 0;
  }

  .hl-tablets-compare__product {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    display: block;
    width: clamp(44px, 12vw, 64px);
    height: clamp(44px, 12vw, 64px);
    transform: translateX(-50%);
    filter: drop-shadow(0 5px 5px rgba(20, 46, 69, 0.25));
    object-fit: contain;
    object-position: center bottom;
  }

  .hl-tablets-compare__checks {
    justify-items: center;
    width: 100%;
    height: 261px;
    padding: 24.41px 0 16px;
    border-radius: 8px 8px 0 0;
    background: #5a86a2;
    box-shadow: none;
  }

  .hl-tablets-compare__check,
  .hl-tablets-compare__cross {
    position: relative;
    display: block;
    width: 20.34px;
    height: 20.34px;
    border-radius: 50%;
  }

  .hl-tablets-compare__check {
    object-fit: contain;
  }

  .hl-tablets-compare__competitors {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .hl-tablets-compare__competitor-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 8px 7px 10px;
    overflow: hidden;
    border-radius: 15.5px 15.5px 0 0;
    color: rgba(0, 0, 0, 0.72);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: clamp(8px, 2.5vw, 9px);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
  }

  .hl-tablets-compare__crosses {
    justify-items: center;
    height: 228px;
    padding: 24.41px 0 16px;
    border: 1px solid #e7e8e9;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
  }

  .hl-tablets-compare__cross {
    background: #f1f1f1;
  }

  .hl-tablets-compare__cross::before,
  .hl-tablets-compare__cross::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
  }

  .hl-tablets-compare__cross::before {
    transform: rotate(45deg);
  }

  .hl-tablets-compare__cross::after {
    transform: rotate(-45deg);
  }

  .hl-tablets-science {
    padding: 24px;
    background: transparent;
  }

  .hl-tablets-science__inner {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
    padding: 24px;
    overflow: hidden;
    border: 0;
    border-radius: 40px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.04) 100%),
      linear-gradient(180deg, #1b547c 0%, #4179a1 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
    color: #fff;
  }

  .hl-tablets-science__inner::before,
  .hl-tablets-science__inner::after {
    position: absolute;
    pointer-events: none;
    content: "";
  }

  .hl-tablets-science__inner::before {
    display: none;
  }

  .hl-tablets-science__inner::after {
    display: none;
  }

  .hl-tablets-science__header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: center;
  }

  .hl-tablets-science__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-science h2 {
    margin: 0;
    color: #fff;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    text-wrap: balance;
  }

  .hl-tablets-science__header > p:last-child {
    width: 100%;
    max-width: 300px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    text-wrap: pretty;
  }

  .hl-tablets-science__stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    column-gap: 24px;
    row-gap: 24px;
    width: 100%;
  }

  .hl-tablets-science__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin: 0;
    text-align: center;
  }

  .hl-tablets-science__stat strong {
    margin: 0;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.78) 100%);
    color: transparent;
    font-family: Merriweather, Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 6px 20px rgba(255, 255, 255, 0.12);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .hl-tablets-science__stat p {
    width: 100%;
    max-width: 148px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    text-wrap: balance;
  }

  .hl-tablets-science__more {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 45px;
    margin: 8px 0 0;
    padding: 16px 24px;
    border: 0;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.74);
    color: rgba(0, 0, 0, 0.95);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 550;
    line-height: 13px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
  }

  .hl-tablets-science__more:hover,
  .hl-tablets-science__more:focus-visible {
    color: rgba(0, 0, 0, 0.95);
    background: rgba(255, 255, 255, 0.92);
    text-decoration: none;
  }

  .hl-tablets-science-modal {
    width: min(640px, calc(100vw - 32px));
    max-height: calc(100dvh - 32px);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(83, 126, 155, 0.18);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    box-shadow: 0 24px 80px rgba(29, 55, 73, 0.22);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets-science-modal,
  .hl-tablets-science-modal * {
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets-science-modal::backdrop {
    background: rgba(17, 31, 40, 0.48);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .hl-tablets-science-modal__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: calc(100dvh - 32px);
    padding: 32px;
    overflow-y: auto;
  }

  .hl-tablets-science-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    background: #fafafa;
    color: rgba(0, 0, 0, 0.72);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
  }

  .hl-tablets-science-modal__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-right: 40px;
  }

  .hl-tablets-science-modal .hl-tablets-science__badge {
    text-transform: none;
  }

  .hl-tablets-science-modal__header h2,
  .hl-tablets-science-modal__header p,
  .hl-tablets-science-modal__item p {
    margin: 0;
  }

  .hl-tablets-science-modal__header h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.4px;
    text-transform: none;
  }

  .hl-tablets-science-modal__header > p:last-child {
    color: #1d1d1f;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-wrap: pretty;
  }

  .hl-tablets-science-modal__content {
    display: grid;
    gap: 12px;
  }

  .hl-tablets-science-modal__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    border: 1px solid #e7e8e9;
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
  }

  .hl-tablets-science-modal__item > span {
    color: #537e9b;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.18px;
  }

  .hl-tablets-science-modal__item div {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .hl-tablets-science-modal__item p {
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-wrap: pretty;
  }

  .hl-tablets-science-modal__item cite {
    display: block;
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid #e7e8e9;
    color: rgba(0, 0, 0, 0.48);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 9px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
  }

  .hl-tablets-donation-modal__story {
    display: grid;
    gap: 18px;
  }

  .hl-tablets-donation-modal__image {
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
  }

  .hl-tablets-donation-modal__image img {
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin: -1px;
    object-fit: cover;
    object-position: center;
  }

  .hl-tablets-donation-modal__copy {
    display: grid;
    gap: 12px;
  }

  .hl-tablets-donation-modal__copy p {
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    text-wrap: pretty;
  }

  .hl-tablets-donation-modal__copy strong {
    font-weight: 500;
  }

  .hl-tablets-founder {
    padding: 24px;
    background: #fbfbfb;
  }

  .hl-tablets-founder__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  .hl-tablets-founder__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .hl-tablets-founder__image {
    position: relative;
    width: 100%;
    aspect-ratio: 352 / 282;
    overflow: hidden;
    border-radius: 10px;
  }

  .hl-tablets-founder__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    transform: none;
    transform-origin: center;
  }

  .hl-tablets-founder__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .hl-tablets-founder__content > p {
    width: 100%;
    max-width: 58ch;
    margin: 0;
    color: rgba(0, 0, 0, 0.86);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.425px;
    text-wrap: pretty;
  }

  .hl-tablets-founder__content > p strong {
    color: #000;
    font-weight: 500;
  }

  .hl-tablets-founder__signature {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    line-height: 17.97px;
    letter-spacing: -0.425px;
  }

  .hl-tablets-founder__signature strong {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
  }

  .hl-tablets-founder__divider {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.14);
    transform: scaleY(0.25);
    transform-origin: center;
  }

  .hl-tablets-how {
    padding: 24px;
    background: transparent;
  }

  .hl-tablets-how__inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
  }

  .hl-tablets-how h2 {
    width: 100%;
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.24px;
    text-transform: none;
  }

  .hl-tablets-how__steps {
    display: flex;
    gap: 12px;
    width: calc(100% + 48px);
    margin: 0 0 0 -24px;
    padding: 0 24px 4px;
    overflow-x: auto;
    list-style: none;
    counter-reset: hl-tablets-how-step;
    scroll-padding-inline: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }

  .hl-tablets-how__steps::-webkit-scrollbar {
    display: none;
  }

  .hl-tablets-how__step {
    display: flex;
    flex: 0 0 calc(100% - 36px);
    flex-direction: column;
    gap: 15px;
    min-width: 0;
    padding: 16px;
    border: 1px solid #e7e8e9;
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.006) 0%, rgba(31, 45, 101, 0.01) 100%),
      #fff;
    counter-increment: hl-tablets-how-step;
    scroll-snap-align: start;
  }

  .hl-tablets-how__image {
    width: 100%;
    aspect-ratio: 320 / 238;
    overflow: hidden;
    border-radius: 4px;
  }

  .hl-tablets-how__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hl-tablets-how__step:first-child .hl-tablets-how__image img {
    transform: scale(1.12);
  }

  .hl-tablets-how__step p {
    width: 100%;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  .hl-tablets-how__step p::before {
    content: counter(hl-tablets-how-step) ". ";
  }

  .hl-tablets-how .hl-tablets-carousel-counter {
    margin-top: -18px;
  }

  .hl-tablets-guarantee {
    padding: 24px;
    background: transparent;
  }

  .hl-tablets-guarantee__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-sizing: border-box;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
    overflow: hidden;
    border: 0;
    border-radius: 40px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.04) 100%),
      linear-gradient(180deg, #1b547c 0%, #4179a1 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
  }

  .hl-tablets-guarantee__content,
  .hl-tablets-guarantee__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hl-tablets-guarantee__content {
    gap: 12px;
    justify-content: center;
    padding: 26px;
  }

  .hl-tablets-guarantee__copy {
    gap: 12px;
    justify-content: center;
    text-align: center;
  }

  .hl-tablets-guarantee__badge {
    width: fit-content;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(90deg, rgba(31, 45, 101, 0.008) 0%, rgba(31, 45, 101, 0.008) 100%),
      #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2px;
    text-transform: uppercase;
  }

  .hl-tablets-guarantee h2 {
    width: 100%;
    margin: 0;
    color: #fff;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-transform: none;
  }

  .hl-tablets-guarantee__copy > p:last-child {
    width: 100%;
    max-width: 300px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.3px;
  }

  .hl-tablets-guarantee__copy > p:last-child strong {
    color: #fff;
    font-weight: 500;
  }

  .hl-tablets-guarantee__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    min-height: 45px;
    margin-top: 8px;
    padding: 16px 24px;
    overflow: hidden;
    border: 0;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.74);
    color: rgba(0, 0, 0, 0.95);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow 160ms ease, transform 160ms ease;
  }

  .hl-tablets-guarantee__button:hover {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.74), 0 8px 20px rgba(0, 0, 0, 0.16);
  }

  .hl-tablets-guarantee__button:active {
    transform: scale(0.96);
  }

  .hl-tablets-guarantee__button:focus-visible {
    outline: 2px solid #3d6b8a;
    outline-offset: 3px;
  }

  .hl-tablets-reviews-section {
    padding: 24px;
    overflow: hidden;
    background: transparent;
  }

  .hl-tablets-reviews-section__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
  }

  .hl-tablets-reviews-section__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
  }

  .hl-tablets-reviews-section__eyebrow {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 90px;
    height: 22px;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    border: 0.5px solid #e7e8e9;
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(31, 45, 101, 0.0064) 0%, rgba(31, 45, 101, 0.0096) 100%),
      #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hl-tablets-reviews-section h2 {
    width: 100%;
    margin: 0;
    color: #000;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-transform: none;
  }

  .hl-tablets-reviews-section__header > p:nth-of-type(2) {
    width: 100%;
    max-width: 300px;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }

  .hl-tablets-trustpilot-stars {
    display: block;
    width: 98px;
    height: auto;
  }

  .hl-tablets-reviews-section__cards {
    display: grid;
    grid-auto-columns: calc(50vw - 18px);
    grid-auto-flow: column;
    gap: 12px;
    width: calc(100% + 48px);
    margin-top: -12px;
    margin-left: -24px;
    padding: 20px 24px 24px;
    overflow-x: auto;
    scroll-padding-inline: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }

  .hl-tablets-reviews-section__cards::-webkit-scrollbar {
    display: none;
  }

  .hl-tablets-reviews-section .hl-tablets-carousel-counter {
    margin-top: -24px;
  }

  .hl-tablets-review-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 176px;
    padding: 16px;
    border: 1px solid #e4e6e5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    scroll-snap-align: start;
  }

  .hl-tablets-review-card__top {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hl-tablets-review-card blockquote {
    flex: 1;
    margin: 0;
    padding: 0;
    color: #191919;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
  }

  .hl-tablets-review-card footer {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
  }

  .hl-tablets-review-card footer strong {
    color: #191919;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.3;
  }

  .hl-tablets-review-card footer span {
    color: rgba(0, 0, 0, 0.55);
    font-size: 9px;
    line-height: 1.3;
  }

  .hl-tablets__flavors {
    scroll-margin-top: 32px;
  }

  .hl-tablets__mobile-purchase-anchor {
    display: none;
  }

  body.template-product:has(.hl-tablets) .qsc2-stickybar {
    display: none !important;
  }

  @media (min-width: 520px) and (max-width: 759px) {
    .hl-tablets-how__steps {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      width: 100%;
      margin-left: 0;
      padding: 0;
      overflow: visible;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .hl-tablets-how__step,
    .hl-tablets-how__step:last-child {
      flex-basis: auto;
    }

    .hl-tablets-how__step:last-child {
      grid-column: 1 / -1;
      justify-self: center;
      width: calc((100% - 16px) / 2);
    }
  }

  @media (min-width: 760px) {
    .hl-tablets-how__steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      width: 100%;
      margin-left: 0;
      padding: 0;
      overflow: visible;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .hl-tablets-how__step {
      flex-basis: auto;
    }
  }

  @media (min-width: 641px) {
    .hl-tablets__ugc-carousel {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      padding: 0 0 4px;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .hl-tablets-benefits,
    .hl-tablets-timeline,
    .hl-tablets-compare,
    .hl-tablets-science,
    .hl-tablets-founder,
    .hl-tablets-how,
    .hl-tablets-guarantee,
    .hl-tablets-reviews-section,
    .hl-tablets-faq {
      padding: 56px 40px;
    }

    .hl-tablets-benefits__inner,
    .hl-tablets-timeline__inner,
    .hl-tablets-compare__inner,
    .hl-tablets-science__inner,
    .hl-tablets-founder__inner,
    .hl-tablets-how__inner,
    .hl-tablets-guarantee__inner,
    .hl-tablets-reviews-section__inner {
      max-width: 720px;
    }

    .hl-tablets-reviews-section__cards {
      grid-auto-columns: unset;
      grid-auto-flow: row;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      width: 100%;
      margin-left: 0;
      padding: 0;
      overflow: visible;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .hl-tablets-review-card {
      min-height: 220px;
    }

    .hl-tablets-guarantee__copy > p:last-child {
      font-size: 14px;
    }

    .hl-tablets-benefits__inner {
      gap: 32px;
    }

    .hl-tablets-benefits__header {
      max-width: 600px;
    }

    .hl-tablets-benefits h2,
    .hl-tablets-timeline h2 {
      font-size: 32px;
    }

    .hl-tablets-timeline__inner {
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
      gap: 48px;
      align-items: start;
    }

    .hl-tablets-compare__inner {
      max-width: 640px;
    }

    .hl-tablets-compare h2,
    .hl-tablets-science h2 {
      font-size: 28px;
    }

    .hl-tablets-compare__table {
      --hl-compare-side-column: 112px;
    }

    .hl-tablets-compare__features {
      font-size: 14px;
    }

    .hl-tablets-compare__product {
      width: 64px;
      height: 72px;
    }

    .hl-tablets-science__inner {
      gap: 48px;
    }

    .hl-tablets-science__header > p:last-child {
      max-width: 420px;
      font-size: 14px;
    }

    .hl-tablets-science__stats {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 24px;
    }

    .hl-tablets-science__stat strong {
      font-size: 40px;
    }

    .hl-tablets-science__stat p {
      font-size: 11px;
    }

    .hl-tablets-founder__inner {
      max-width: 640px;
    }
  }

  @media (min-width: 990px) {
    .hl-tablets-benefits,
    .hl-tablets-timeline,
    .hl-tablets-compare,
    .hl-tablets-science,
    .hl-tablets-founder,
    .hl-tablets-guarantee,
    .hl-tablets-reviews-section,
    .hl-tablets-faq {
      padding: 80px 48px;
    }

    .hl-tablets-benefits__inner,
    .hl-tablets-timeline__inner,
    .hl-tablets-compare__inner,
    .hl-tablets-science__inner,
    .hl-tablets-founder__inner,
    .hl-tablets-guarantee__inner,
    .hl-tablets-reviews-section__inner {
      max-width: 960px;
    }

    .hl-tablets-reviews-section h2,
    .hl-tablets-faq h2 {
      font-size: 30px;
    }

    .hl-tablets-reviews-section__header > p:nth-of-type(2),
    .hl-tablets-faq__header > p:nth-of-type(2) {
      max-width: 460px;
      font-size: 16px;
    }

    .hl-tablets-reviews-section__cards {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hl-tablets-review-card {
      min-height: 200px;
      padding: 24px;
    }

    .hl-tablets-guarantee h2 {
      font-size: 30px;
    }

    .hl-tablets-guarantee__copy > p:last-child {
      max-width: 360px;
      font-size: 16px;
    }

    .hl-tablets-benefits__inner {
      gap: 40px;
    }

    .hl-tablets-benefits__header {
      max-width: 680px;
    }

    .hl-tablets-benefits h2,
    .hl-tablets-timeline h2 {
      font-size: 40px;
    }

    .hl-tablets-benefits__heading p {
      font-size: 18px;
    }

    .hl-tablets-timeline__inner {
      grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
      gap: 96px;
    }

    .hl-tablets-timeline__header {
      position: sticky;
      top: 120px;
    }

    .hl-tablets-timeline__items {
      gap: 0;
    }

    .hl-tablets-timeline__item {
      min-height: 174px;
    }

    .hl-tablets-compare__inner {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
      gap: 88px;
      align-items: center;
    }

    .hl-tablets-compare__header,
    .hl-tablets-science__header {
      align-items: flex-start;
      text-align: left;
    }

    .hl-tablets-science__header {
      align-items: center;
      text-align: center;
    }

    .hl-tablets-compare h2,
    .hl-tablets-science h2 {
      font-size: 36px;
    }

    .hl-tablets-compare h2 {
      text-align: left;
    }

    .hl-tablets-compare__header > p:last-child,
    .hl-tablets-science__header > p:last-child {
      max-width: 380px;
      font-size: 16px;
      text-align: left;
    }

    .hl-tablets-science__header > p:last-child {
      max-width: 520px;
      text-align: center;
    }

    .hl-tablets-compare__table {
      --hl-compare-side-column: 120px;
    }

    .hl-tablets-science__inner {
      display: flex;
      gap: 56px;
      align-items: stretch;
    }

    .hl-tablets-science__stats {
      gap: 40px;
    }

    .hl-tablets-science__stat strong {
      font-size: 48px;
    }

    .hl-tablets-science__stat p {
      font-size: 12px;
    }

    .hl-tablets-founder__inner {
      max-width: 640px;
    }
  }

  @media (max-width: 989px) {
    .hl-tablets__inner {
      grid-template-columns: 1fr;
      gap: 16px;
      padding: 18px 18px 32px;
    }

    .hl-tablets__media-frame {
      min-height: auto;
    }

    .hl-tablets__media-main {
      height: auto;
      aspect-ratio: 1 / 1;
    }

    .hl-tablets__customer-voices {
      margin-top: 24px;
    }

  }

  @media (min-width: 760px) and (max-width: 989px) {
    .hl-tablets__inner {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 32px;
      padding: 32px 32px 56px;
    }

    .hl-tablets__gallery,
    .hl-tablets__content {
      min-width: 0;
    }

    .hl-tablets__media-main {
      aspect-ratio: 1 / 1;
    }

    .hl-tablets__thumb {
      flex-basis: 60px;
      width: 60px;
      height: 60px;
    }

    .hl-tablets-reviews-section__cards {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hl-tablets-review-card {
      min-height: 200px;
    }
  }

  @media (max-width: 640px) {
    .hl-tablets-review-card {
      box-shadow: none;
    }

    .hl-tablets__thumb {
      flex-basis: 64px;
      width: 64px;
      height: 64px;
    }

    .hl-tablets__content {
      gap: 14px;
    }

    .hl-tablets__reviews {
      font-size: 12px;
    }

    .hl-tablets-timeline__header,
    .hl-tablets-timeline__heading {
      align-items: center;
      text-align: center;
    }

    .hl-tablets__arrow {
      width: 28px;
      height: 28px;
    }

    .hl-tablets__header h1 {
      font-size: 24px;
    }

    .hl-tablets__header p {
      font-size: 14px;
      line-height: 1.45;
    }

    .hl-tablets__benefits li {
      font-size: 13px;
    }

    .hl-tablets__flavors {
      padding-bottom: 0;
    }

    .hl-tablets__flavors legend {
      font-size: 14px;
    }

    .hl-tablets__quantity-title,
    .hl-tablets__purchase-title {
      font-size: 14px;
    }

    .hl-tablets__donation {
      gap: 8px;
      padding: 12px;
    }

    .hl-tablets__donation-icon {
      align-self: center;
      flex-basis: 24px;
      width: 24px;
      min-height: 24px;
      font-size: 24px;
    }

    .hl-tablets__donation strong {
      font-size: 13px;
    }

    .hl-tablets__donation small {
      font-size: 11px;
    }

    .hl-tablets__customer-voices h2 {
      font-size: 16px;
    }

    .hl-tablets__purchase-card {
      padding: 18px;
    }

    .hl-tablets__purchase-card--single {
      padding: 16px;
    }

    .hl-tablets__purchase-card--subscription.is-selected .hl-tablets__purchase-heading,
    .hl-tablets__purchase-card--single.is-selected .hl-tablets__purchase-heading,
    .hl-tablets__purchase-meta {
      align-items: flex-start;
      gap: 12px;
    }

    .hl-tablets__purchase-card--subscription .hl-tablets__purchase-details {
      margin-top: 16px;
    }

    .hl-tablets__purchase-name {
      font-size: 14px;
    }

    .hl-tablets__purchase-price {
      font-size: 15px;
    }

    .hl-tablets__purchase-meta {
      font-size: 11px;
    }

    .hl-tablets__purchase-delivery {
      font-size: 11px;
    }

    .hl-tablets__purchase-daily-price {
      font-size: 11px;
    }

    .hl-tablets__purchase-bullets {
      gap: 10px;
      font-size: 12px;
    }

    .hl-tablets__bundle-option-trigger {
      padding-right: 10px;
      padding-left: 10px;
    }

    .hl-tablets__bundle-eyebrow {
      gap: 3px;
    }

    .hl-tablets__bundle-badge {
      padding-right: 4px;
      padding-left: 4px;
      font-size: 6px;
    }

    .hl-tablets__bundle-title {
      font-size: 11px;
    }

    .hl-tablets__bundle-tablets {
      font-size: 13px;
    }

    .hl-tablets__faq summary,
    .hl-tablets__faq-answer,
    .hl-tablets__faq-answer p,
    .hl-tablets__faq-answer li {
      font-size: 13px;
    }

    .hl-tablets .hl-tablets__atc.add-to-cart {
      min-height: 56px;
      font-size: 13px;
    }

    .hl-tablets__shipping-callout {
      font-size: clamp(12px, 3.25vw, 14px);
      line-height: 16px;
    }

    .hl-tablets-timeline__body {
      gap: 24px;
    }

    .hl-tablets__mobile-purchase-anchor {
      position: fixed;
      right: auto;
      bottom: 10px;
      left: 50%;
      z-index: 100;
      display: flex;
      align-items: center;
      gap: 8px;
      box-sizing: border-box;
      width: min(360px, calc(100vw - 40px));
      height: 56px;
      padding: 8px;
      overflow: hidden;
      border: 0;
      border-radius: 50px;
      background: rgba(240, 240, 240, 0.78);
      box-shadow: 0 -2px 25.3px rgba(0, 0, 0, 0.14), 0 0 1px rgba(0, 0, 0, 0.24);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      font-family: Geist, var(--typeBasePrimary), var(--typeBaseFallback), sans-serif;
      text-decoration: none;
      opacity: 0;
      pointer-events: none;
      transform: translate(-50%, 12px);
      transition: opacity 180ms ease, transform 180ms ease;
    }

    .hl-tablets__mobile-purchase-image {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 40px;
      width: 40px;
      height: 40px;
      padding: 2px;
      overflow: hidden;
      border: 0;
      border-radius: 64px;
      background: rgba(0, 0, 0, 0.08);
      box-shadow: none;
    }

    .hl-tablets__mobile-purchase-image img {
      width: 30px;
      height: 30px;
      object-fit: cover;
    }

    .hl-tablets__mobile-purchase-button {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      flex: 1 1 auto;
      height: 40px;
      min-width: 0;
      padding: 4px 11px;
      overflow: hidden;
      border: 0;
      border-radius: 47px;
      background: #4a83ab;
      box-shadow: none;
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0;
      text-align: center;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .hl-tablets__mobile-purchase-button svg {
      display: block;
      flex: 0 0 14px;
      width: 14px;
      height: 14px;
      transform: translateY(0);
    }

    .hl-tablets__mobile-purchase-button > span {
      display: block;
      line-height: 14px;
    }

    .hl-tablets__mobile-purchase-anchor.is-visible {
      opacity: 1;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }

    .hl-tablets__mobile-purchase-anchor:hover,
    .hl-tablets__mobile-purchase-anchor:focus {
      color: #fff;
      text-decoration: none;
    }
  }

  @media (max-width: 374px) {
    .hl-tablets-compare {
      padding-right: 16px;
      padding-left: 16px;
    }

    .hl-tablets-compare__features {
      padding-right: 10px;
      padding-left: 14px;
    }
  }

  /* Fluid sizing keeps the 400px Figma proportions while scaling smoothly. */
  .hl-tablets-benefits,
  .hl-tablets-timeline,
  .hl-tablets-compare,
  .hl-tablets-science,
  .hl-tablets-founder,
  .hl-tablets-how,
  .hl-tablets-guarantee,
  .hl-tablets-reviews-section,
  .hl-tablets-faq {
    padding: clamp(32px, calc(-14px + 9.5vw), 80px) clamp(20px, 5vw, 48px);
  }

  .hl-tablets-guarantee {
    padding: 24px;
  }

  .hl-tablets-benefits__inner,
  .hl-tablets-timeline__inner,
  .hl-tablets-compare__inner,
  .hl-tablets-science__inner,
  .hl-tablets-founder__inner,
  .hl-tablets-how__inner,
  .hl-tablets-guarantee__inner,
  .hl-tablets-reviews-section__inner {
    max-width: 960px;
  }

  .hl-tablets-guarantee__inner {
    max-width: 352px;
  }

  .hl-tablets-guarantee h2 {
    font-size: 20px;
  }

  .hl-tablets-guarantee__copy > p:last-child {
    max-width: 300px;
    font-size: 12px;
  }

  .hl-tablets-benefits h2 {
    font-size: clamp(22px, calc(17px + 1.75vw), 40px);
  }

  .hl-tablets-timeline h2,
  .hl-tablets-compare h2,
  .hl-tablets-science h2 {
    font-size: clamp(18px, calc(9.2px + 2.7vw), 36px);
  }

  .hl-tablets-how h2,
  .hl-tablets-reviews-section h2,
  .hl-tablets-faq h2 {
    font-size: clamp(22px, calc(17.45px + 1.64vw), 36px);
  }

  .hl-tablets-benefits__heading p {
    font-size: clamp(14px, calc(12px + 0.5vw), 18px);
  }

  .hl-tablets-timeline__heading p,
  .hl-tablets-timeline__item p {
    font-size: clamp(12px, calc(10.65px + 0.34vw), 14px);
  }

  .hl-tablets-benefits__inner,
  .hl-tablets-timeline__inner,
  .hl-tablets-founder__inner {
    gap: 16px;
  }

  .hl-tablets-founder {
    padding: 24px;
  }

  .hl-tablets-founder__inner {
    max-width: 640px;
  }

  .hl-tablets-timeline__inner {
    gap: clamp(32px, 8vw, 96px);
  }

  .hl-tablets-compare__inner,
  .hl-tablets-science__inner {
    gap: clamp(40px, 5vw, 56px);
  }

  .hl-tablets-benefits__card {
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
  }

  .hl-tablets-benefits__image {
    border-radius: 8px;
  }

  .hl-tablets-benefits__card-copy h3 {
    font-size: 14px;
  }

  .hl-tablets-compare__header > p:last-child,
  .hl-tablets-science__header > p:last-child {
    font-size: clamp(11px, calc(9.3px + 0.67vw), 16px);
  }

  .hl-tablets-science__stats {
    gap: clamp(32px, 4vw, 40px);
  }

  .hl-tablets-science__stat strong {
    font-size: clamp(28px, calc(21.2px + 2.7vw), 48px);
  }

  .hl-tablets-science__stat p {
    font-size: clamp(9px, calc(8.65px + 0.34vw), 12px);
  }

  .hl-tablets-faq {
    background: #fbfbfb;
  }

  .hl-tablets-faq__inner {
    gap: 24px;
    max-width: 760px;
  }

  .hl-tablets-faq__header {
    gap: 8px;
    max-width: 352px;
    margin: 0 auto;
  }

  .hl-tablets-faq__eyebrow {
    min-height: 20px;
    padding: 6px 8px;
    box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.6), 0 2px 16px rgba(0, 0, 0, 0.04);
  }

  .hl-tablets-faq h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-wrap: balance;
  }

  .hl-tablets-faq__header > p:nth-of-type(2) {
    max-width: 300px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.3px;
    text-wrap: balance;
  }

  .hl-tablets-faq .hl-tablets__faq {
    padding: 6px 20px;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.02), 0 0 0.5px rgba(0, 0, 0, 0.5);
  }

  .hl-tablets-faq .hl-tablets__faq details {
    border-top: 1px solid #ebebeb;
    border-bottom: 0;
  }

  .hl-tablets-faq .hl-tablets__faq details:first-child {
    border-top: 0;
  }

  .hl-tablets-faq .hl-tablets__faq details:last-child {
    border-bottom: 0;
  }

  .hl-tablets-faq .hl-tablets__faq summary {
    align-items: flex-start;
    gap: 16px;
    min-height: 54px;
    padding: 18px 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .hl-tablets-faq .hl-tablets__faq summary::after {
    flex: 0 0 auto;
    width: 8px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }

  .hl-tablets-faq .hl-tablets__faq-answer {
    padding: 0 0 16px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    line-height: 1.6;
  }

  .hl-tablets-faq .hl-tablets__faq-answer p,
  .hl-tablets-faq .hl-tablets__faq-answer li {
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    line-height: 1.6;
  }

  .hl-tablets-faq .hl-tablets__faq-answer strong {
    font-weight: 600;
  }

  @media (max-width: 374px) {
    .hl-tablets-faq .hl-tablets__faq {
      padding-right: 16px;
      padding-left: 16px;
    }
  }

  @media (max-width: 640px) {
    .hl-tablets-compare__inner,
    .hl-tablets-science__inner,
    .hl-tablets-founder__inner,
    .hl-tablets-how__inner {
      max-width: 100%;
    }

    .hl-tablets-guarantee__inner {
      max-width: 100%;
    }

    .hl-tablets-science-modal {
      width: calc(100vw - 24px);
      max-height: calc(100dvh - 24px);
      border-radius: 8px;
    }

    .hl-tablets-science-modal__panel {
      gap: 20px;
      max-height: calc(100dvh - 24px);
      padding: 24px 20px;
    }

    .hl-tablets-science-modal__close {
      top: 12px;
      right: 12px;
    }

    .hl-tablets-science-modal__header h2 {
      font-size: 20px;
    }
  }

  .hl-tablets-science__inner {
    box-sizing: border-box;
    max-width: 552px;
    padding: 24px;
    gap: 32px;
  }

  .hl-tablets-science h2 {
    font-size: 20px;
  }

  .hl-tablets-science__header > p:last-child {
    max-width: 300px;
    font-size: 12px;
  }

  .hl-tablets-science__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
  }

  .hl-tablets-science__stat strong {
    font-size: 32px;
  }

  .hl-tablets-science__stat p {
    max-width: 148px;
    font-size: 10px;
  }

  @media (max-width: 374px) {
    .hl-tablets-science__inner {
      padding: 22px 18px;
      gap: 36px;
    }

    .hl-tablets-science__stats {
      column-gap: 18px;
      row-gap: 24px;
    }

    .hl-tablets-science__stat strong {
      font-size: 30px;
    }

    .hl-tablets-science__stat p {
      max-width: 132px;
      font-size: 9px;
    }
  }

  @media (min-width: 641px) {
    .hl-tablets-science__inner {
      padding: 40px 32px;
      gap: 36px;
    }

    .hl-tablets-science h2 {
      font-size: 28px;
    }

    .hl-tablets-science__header > p:last-child {
      max-width: 420px;
      font-size: 14px;
    }

    .hl-tablets-science__stats {
      column-gap: 40px;
      row-gap: 32px;
    }

    .hl-tablets-science__stat strong {
      font-size: 40px;
    }

    .hl-tablets-science__stat p {
      max-width: 180px;
      font-size: 11px;
    }
  }

  @media (min-width: 990px) {
    .hl-tablets-science__inner {
      max-width: 600px;
      padding: 48px;
      gap: 40px;
    }

    .hl-tablets-science h2 {
      font-size: 32px;
    }

    .hl-tablets-science__header > p:last-child {
      max-width: 480px;
      font-size: 16px;
    }

    .hl-tablets-science__stat strong {
      font-size: 48px;
    }

    .hl-tablets-science__stat p {
      font-size: 12px;
    }
  }

  @media (min-width: 990px) {
    .hl-tablets-timeline__header,
    .hl-tablets-timeline__heading {
      align-items: flex-start;
      text-align: left;
    }

    .hl-tablets-timeline__heading p {
      max-width: 420px;
    }

    .hl-tablets-science__inner {
      display: grid;
      grid-template-areas:
        "copy stats"
        "cta stats";
      grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
      align-items: center;
      width: 100%;
      max-width: 960px;
      padding: 56px;
      column-gap: 56px;
      row-gap: 24px;
    }

    .hl-tablets-science__header {
      grid-area: copy;
      align-items: flex-start;
      text-align: left;
    }

    .hl-tablets-science h2,
    .hl-tablets-science__header > p:last-child {
      text-align: left;
    }

    .hl-tablets-science h2 {
      font-size: 40px;
    }

    .hl-tablets-science__header > p:last-child {
      max-width: 360px;
      font-size: 16px;
    }

    .hl-tablets-science__stats {
      grid-area: stats;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 48px;
      row-gap: 40px;
    }

    .hl-tablets-science__more {
      grid-area: cta;
      width: 100%;
      margin-top: 0;
    }

    .hl-tablets-founder__inner {
      max-width: 960px;
    }

    .hl-tablets-founder__card {
      display: grid;
      grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
      align-items: center;
      gap: 48px;
    }

    .hl-tablets-founder__image {
      aspect-ratio: 1 / 1;
      min-height: 520px;
    }

    .hl-tablets-founder__image img {
      object-position: center center;
      transform: none;
    }

    .hl-tablets-founder__content {
      gap: 20px;
    }

    .hl-tablets-founder__content > p {
      max-width: 54ch;
      font-size: 16px;
      line-height: 1.55;
    }

    .hl-tablets-guarantee__inner {
      max-width: 960px;
      border-radius: 32px;
    }

    .hl-tablets-guarantee__content {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
      align-items: center;
      gap: 48px;
      padding: 48px 56px;
    }

    .hl-tablets-guarantee__copy {
      align-items: flex-start;
      text-align: left;
    }

    .hl-tablets-guarantee h2 {
      max-width: 420px;
      font-size: 40px;
    }

    .hl-tablets-guarantee__copy > p:last-child {
      max-width: 520px;
      font-size: 16px;
    }

    .hl-tablets-guarantee__button {
      align-self: center;
      margin-top: 0;
    }
  }

  .hl-tablets-founder__image img {
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    transform: none;
  }
/* END_SECTION:main-product-hydrogen-tablets */

/* START_SECTION:product-icons (INDEX:78) */
.icons__item {
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
/* END_SECTION:product-icons */