/** Shopify CDN: Minification failed

Line 6:0 Unexpected "="

**/
=/* ============================================================
   HERCULES — lp-bundle-tiers.css
   Tokens follow the existing lp-* sections:
     #072835  deep teal (primary text / selected border)
     #FFD900  signature yellow (badges, progress)
     #f5f5f3  section grey
     #667085  muted copy
     #d7dbe3  hairline
   ============================================================ */

.lpbt {
  --lpbt-ink: #072835;
  --lpbt-yellow: #ffd900;
  --lpbt-muted: #667085;
  --lpbt-line: #d7dbe3;
  --lpbt-line-soft: #ececec;
  --lpbt-good: #1a7f37;
  --lpbt-radius: 16px;

  display: block;
  background: var(--lpbt-bg, #fff);
  padding: 40px 20px 48px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--lpbt-ink);
}

@media (min-width: 750px) {
  .lpbt { padding: 64px 24px 72px; }
}

/* ---------- Heading ---------- */

.lpbt__head {
  max-width: 640px;
  margin: 0 auto 24px;
  text-align: center;
}

.lpbt__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--lpbt-muted);
}

.lpbt__title {
  margin: 0 0 10px;
  font-size: clamp(26px, 5vw, 38px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lpbt__title em {
  font-style: normal;
  background: linear-gradient(transparent 62%, var(--lpbt-yellow) 62%);
}

.lpbt__subtitle {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--lpbt-muted);
}

/* ---------- Purchase-mode toggle ---------- */

.lpbt__modes {
  display: flex;
  gap: 4px;
  max-width: 560px;
  margin: 0 auto 24px;
  padding: 4px;
  background: #f2f4f6;
  border-radius: 999px;
}

.lpbt__mode {
  flex: 1 1 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  border-radius: 999px;
  background: none;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--lpbt-muted);
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.lpbt__mode.is-active {
  background: #fff;
  color: var(--lpbt-ink);
  box-shadow: 0 1px 3px rgba(7, 40, 53, 0.14);
}

.lpbt__mode-flag {
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--lpbt-yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--lpbt-ink);
}

/* ---------- Tier cards ---------- */

.lpbt__tiers {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 560px;
  margin: 0 auto;
}

.lpbt__tier {
  position: relative;
  overflow: visible;
  border: 1.5px solid var(--lpbt-line);
  border-radius: var(--lpbt-radius);
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.lpbt__tier:hover:not(.is-selected) { border-color: #b9c1cc; }

.lpbt__tier.is-selected {
  border-color: var(--lpbt-ink);
  border-width: 2px;
  background: #fffef7;
  box-shadow: 0 6px 20px rgba(7, 40, 53, 0.08);
}

/* Corner ribbon */
.lpbt__ribbon {
  position: absolute;
  top: -1px;
  right: 16px;
  transform: translateY(-50%);
  z-index: 2;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--lpbt-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.lpbt__tier--hero .lpbt__ribbon {
  background: var(--lpbt-yellow);
  color: var(--lpbt-ink);
}

/* Clickable header of each card.
   The theme styles labels, buttons and their descendants (uppercase,
   letter-spacing, constrained heights). Everything inside a tier card
   is reset here first, then restyled deliberately below. Without this
   reset the price block overflows instead of expanding the card. */

.lpbt .lpbt__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.lpbt .lpbt__tier-hit,
.lpbt .lpbt__tier-hit * {
  box-sizing: border-box;
  font-family: inherit;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
  height: auto;
  min-height: 0;
  max-height: none;
  max-width: none;
  overflow: visible;
  margin: 0;
  background: none;
  border: 0;
}

.lpbt .lpbt__tier-hit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 18px 18px 14px;
  color: inherit;
  cursor: pointer;
}

.lpbt .lpbt__tier-main {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

/* Focus ring is driven by the visually hidden input. */
.lpbt .lpbt__input:focus-visible + .lpbt__tier-hit {
  outline: 3px solid var(--lpbt-yellow);
  outline-offset: -3px;
  border-radius: var(--lpbt-radius);
}

.lpbt .lpbt__radio {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  min-height: 22px;
  margin-top: 3px;
  border: 2px solid #b9c1cc;
  border-radius: 50%;
  background: #fff;
  transition: border-color 0.18s ease, border-width 0.18s ease;
}

.lpbt .lpbt__tier.is-selected .lpbt__radio {
  border-color: var(--lpbt-ink);
  border-width: 6px;
}

.lpbt .lpbt__tier-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 2px;
}

.lpbt .lpbt__tier-label {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.lpbt .lpbt__save-badge {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--lpbt-yellow);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--lpbt-ink);
  white-space: nowrap;
}

.lpbt .lpbt__save-badge[hidden] { display: none; }

.lpbt .lpbt__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

.lpbt .lpbt__price {
  font-size: clamp(26px, 5.5vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.lpbt .lpbt__price-unit {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--lpbt-muted);
}

.lpbt .lpbt__billing {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--lpbt-muted);
}

.lpbt .lpbt__billing-was { color: #98a2b3; }
.lpbt .lpbt__billing-was[hidden] { display: none; }

/* ---------- Card body (only shown when selected) ---------- */

.lpbt__tier-body {
  display: none;
  padding: 0 18px 18px;
}

.lpbt__tier.is-selected .lpbt__tier-body { display: block; }

.lpbt__features {
  margin: 0 0 4px;
  padding: 14px 0 0;
  border-top: 1px solid var(--lpbt-line-soft);
  list-style: none;
}

.lpbt__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 5px 0;
  font-size: 14.5px;
  line-height: 1.4;
}

.lpbt__tick {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  color: var(--lpbt-good);
}

/* ---------- Gifts ---------- */

.lpbt__gifts { margin-top: 16px; }
.lpbt__gifts[hidden] { display: none !important; }

.lpbt__gifts-heading {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--lpbt-ink);
}

.lpbt__gift-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
  gap: 12px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lpbt__gift {
  text-align: center;
  transition: opacity 0.18s ease;
}

.lpbt__gift.is-locked { opacity: 0.42; }

.lpbt__gift-media {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.lpbt__gift-img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  background: #f5f5f3;
}

.lpbt__gift-img--empty { border: 1px dashed var(--lpbt-line); }

.lpbt__gift-lock {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 700;
  color: var(--lpbt-ink);
}

.lpbt__gift-lock[hidden] { display: none; }

.lpbt__gift-value {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  color: #98a2b3;
}

.lpbt__gift-name {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}

/* Collapsible monthly gifts */

.lpbt__disclosure {
  border: 1px solid var(--lpbt-line-soft);
  border-radius: 12px;
  background: #fdfbf3;
}

.lpbt__disclosure summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

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

.lpbt__disclosure summary svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.lpbt__disclosure[open] summary svg { transform: rotate(180deg); }

.lpbt__disclosure-body { padding: 0 14px 14px; }

/* ---------- Shipping progress ---------- */

.lpbt__ship {
  max-width: 560px;
  margin: 14px auto 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: var(--lpbt-good);
}

.lpbt__ship[hidden] { display: none; }

/* ---------- Actions ---------- */

.lpbt__actions {
  max-width: 560px;
  margin: 18px auto 0;
  text-align: center;
}

.lpbt__atc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 56px;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--lpbt-ink);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.14s ease, background 0.18s ease;
}

.lpbt__atc:hover { background: #0b3a4c; }
.lpbt__atc:active { transform: translateY(1px); }

.lpbt__atc:focus-visible {
  outline: 3px solid var(--lpbt-yellow);
  outline-offset: 2px;
}

.lpbt__atc[aria-busy='true'] { opacity: 0.7; pointer-events: none; }

.lpbt__atc-sep { opacity: 0.5; }

.lpbt__error {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #b42318;
}

.lpbt__error[hidden] { display: none; }

.lpbt__trust {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--lpbt-muted);
}

.lpbt__guarantee {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--lpbt-ink);
}

.lpbt__guarantee svg { width: 18px; height: 18px; }

.lpbt__disclaimer {
  margin: 12px 0 0;
  font-size: 11.5px;
  line-height: 1.5;
  color: #98a2b3;
}

.lpbt__disclaimer[hidden] { display: none; }

/* ---------- Motion & contrast ---------- */

@media (prefers-reduced-motion: reduce) {
  .lpbt *,
  .lpbt *::before,
  .lpbt *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .lpbt__tier.is-selected { border-color: Highlight; }
  .lpbt__radio { border-color: ButtonText; }
}