/** Shopify CDN: Minification failed

Line 344:0 Unexpected "}"

**/
/* ===========================================================================
   Anybody — Variable font hosted on Shopify CDN
   =========================================================================== */
@font-face {
  font-family: 'Anybody';
  src: url('/cdn/shop/files/Anybody-VariableFont_wdth_wght.ttf?v=1774919290') format('truetype');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

:root {
  --bundle-bg: #FAF6F0;
  --bundle-card-bg: #FFFFFF;
  --bundle-text: #1A1A1A;
  --bundle-text-muted: #6B6B6B;
  --bundle-text-light: #9B9B9B;
  --bundle-border: rgba(0, 0, 0, 0.08);
  --bundle-border-strong: rgba(0, 0, 0, 0.15);
  --bundle-success: #2D7A3E;
  --bundle-success-bg: #E8F3E9;
  --bundle-danger: #C73E3E;
  --bundle-danger-bg: #FCE8E8;
  --bundle-warning: #B86E0F;
  --bundle-warning-bg: #FCF1DE;

  --bundle-radius-sm: 8px;
  --bundle-radius-md: 12px;
  --bundle-radius-lg: 16px;

  --bundle-title-size: 28px;
  --bundle-title-color: #1A1A1A;
  --bundle-tagline-size: 14px;
  --bundle-tagline-color: #6B6B6B;
  --bundle-description-size: 13px;
  --bundle-description-color: #6B6B6B;
  --bundle-price-size: 24px;
  --bundle-price-color: #1A1A1A;
  --bundle-compare-price-color: #C73E3E;
  --bundle-savings-color: #2D7A3E;
  --bundle-section-heading-size: 16px;
  --bundle-section-heading-color: #1A1A1A;
  --bundle-component-name-size: 13px;
  --bundle-cta-bg: #1A1A1A;
  --bundle-cta-text: #FFFFFF;
  --bundle-info-top: 32px;
  --bundle-benefit-size: 56px;
  --bundle-section-padding-top: 12px;
  --bundle-section-padding-bottom: 48px;
  --bundle-margin-top: 0px;

  --swatch-black: #1A1A1A;
  --swatch-white: #F5F5F5;
  --swatch-purple: #7F77DD;
  --swatch-dark-purple: #534AB7;
  --swatch-pink: #D4537E;
  --swatch-light-pink: #F4C0D1;
  --swatch-red: #A32D2D;
  --swatch-blue: #378ADD;
  --swatch-green: #639922;
--swatch-beige: #E8DDC8;

  /* Listing customization */
--bundles-title-size: 32px;
  --bundles-title-color: #1A1A1A;
  --bundles-subtitle-size: 14px;
  --bundles-subtitle-color: #6B6B6B;
  --bundles-margin-top: 0px;
  --bundles-header-width: 480px;
}

.bundle-pdp,
.bundle-pdp *,
.bundles-listing,
.bundles-listing *,
.cart-bundle,
.cart-bundle *,
.cart-solo,
.cart-solo *,
.bundle-dialog,
.bundle-dialog *,
.bundle-lightbox,
.bundle-lightbox *,
.bundle-toast {
  font-family: 'Anybody', system-ui, -apple-system, sans-serif;
}

.bundle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: var(--bundle-radius-sm);
  cursor: pointer;
  border: 0;
  line-height: 1.2;
  transition: opacity 0.15s, background 0.15s, border-color 0.15s;
}
.bundle-btn--primary { background: var(--bundle-text); color: #fff; }
.bundle-btn--primary:hover { opacity: 0.85; }
.bundle-btn--ghost { background: transparent; border: 0.5px solid var(--bundle-border-strong); color: var(--bundle-text); }
.bundle-btn--ghost:hover { background: rgba(0,0,0,0.04); }
.bundle-btn--text { background: transparent; color: var(--bundle-text-muted); font-size: 12px; }
.bundle-btn:disabled { background: #EEEAE3; color: var(--bundle-text-light); cursor: not-allowed; }

/* ===========================================================================
   BUNDLES LISTING
   =========================================================================== */
.bundles-listing {
  background: var(--bundle-bg);
  padding: 32px 16px;
  margin: var(--bundles-margin-top) 0 0 0;
  position: relative;
  isolation: isolate;
}
.bundles-listing::before {
  content: '';
  position: absolute;
  top: -400px;
  left: 0;
  right: 0;
  height: 400px;
  background: var(--bundle-bg);
  z-index: -1;
  pointer-events: none;
}
.bundles-listing__header { text-align: center; max-width: var(--bundles-header-width); margin: 0 auto 24px; padding: 0 16px; }
.bundles-listing__eyebrow { font-size: 11px; letter-spacing: 2px; color: var(--bundle-text-light); margin-bottom: 8px; }
.bundles-listing__title { font-size: var(--bundles-title-size); font-weight: 500; margin: 0 0 8px; color: var(--bundles-title-color); line-height: 1.2; }
.bundles-listing__subtitle { font-size: var(--bundles-subtitle-size); color: var(--bundles-subtitle-color); line-height: 1.5; margin: 0; }

.bundles-listing__toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; position: relative; }
.bundles-listing__count { font-size: 12px; color: var(--bundle-text-muted); }

.bundles-sort { position: relative; }
.bundles-sort__btn { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; font-size: 12px; border-radius: 999px; border: 0.5px solid var(--bundle-border-strong); background: transparent; color: var(--bundle-text); cursor: pointer; }
.bundles-sort__caret { transition: transform 0.15s; }
.bundles-sort__btn.is-open .bundles-sort__caret { transform: rotate(180deg); }
.bundles-sort__menu { position: absolute; right: 0; top: calc(100% + 6px); background: var(--bundle-card-bg); border: 0.5px solid var(--bundle-border-strong); border-radius: var(--bundle-radius-md); list-style: none; padding: 4px; margin: 0; min-width: 200px; z-index: 50; box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.bundles-sort__menu li { padding: 10px 14px; font-size: 13px; border-radius: var(--bundle-radius-sm); cursor: pointer; color: var(--bundle-text); }
.bundles-sort__menu li:hover { background: rgba(0,0,0,0.04); }
.bundles-sort__menu li.is-selected { color: var(--bundle-success); font-weight: 500; }
.bundles-sort__menu li.is-selected::after { content: '✓'; float: right; }

.bundles-listing__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 640px) { .bundles-listing__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .bundles-listing { padding: 48px 24px; } .bundles-listing__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
@media (min-width: 1280px) { .bundles-listing__grid { grid-template-columns: repeat(4, 1fr); } }

.bundles-listing__footer { text-align: center; margin-top: 24px; font-size: 12px; color: var(--bundle-text-light); }
.bundles-listing__empty { text-align: center; padding: 48px 16px; grid-column: 1 / -1; }

.bundle-card { background: var(--bundle-card-bg); border: 0.5px solid var(--bundle-border); border-radius: var(--bundle-radius-lg); overflow: hidden; transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s; }
.bundle-card:hover { border-color: var(--bundle-border-strong); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.04); }
.bundle-card.is-sold-out:hover { transform: none; box-shadow: none; }
.bundle-card__link { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.bundle-card__hero { position: relative; aspect-ratio: 4 / 3; background: var(--bundle-bg); overflow: hidden; }
.bundle-card__hero img { width: 100%; height: 100%; object-fit: cover; }
.bundle-card__hero-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--bundle-text-light); }
.bundle-card__save-pill { position: absolute; top: 10px; left: 10px; background: var(--bundle-success); color: #fff; font-size: 10px; font-weight: 500; padding: 4px 10px; border-radius: 999px; }
.bundle-card__sold-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.55); display: flex; align-items: center; justify-content: center; }
.bundle-card__sold-pill { background: #fff; color: var(--bundle-text); font-size: 11px; font-weight: 500; letter-spacing: 1.5px; padding: 6px 16px; border-radius: 999px; }
.bundle-card__thumbs { display: flex; gap: 6px; padding: 12px 12px 0; }
.bundle-card__thumb { flex: 1; aspect-ratio: 1; background: var(--bundle-bg); border-radius: var(--bundle-radius-sm); overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--bundle-text-light); }
.bundle-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.bundle-card__body { padding: 12px; display: flex; flex-direction: column; flex: 1; }
.bundle-card__title { font-size: 15px; font-weight: 500; margin: 0 0 4px; color: var(--bundle-text); }
.bundle-card__tagline { font-size: 12px; color: var(--bundle-text-muted); font-style: italic; margin: 0 0 8px; }
.bundle-card__items { font-size: 11px; color: var(--bundle-text-muted); line-height: 1.5; margin: 4px 0 10px; flex: 1; }
.bundle-card__icons { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.bundle-card__icon-pill { width: 28px; height: 28px; border-radius: 50%; background: var(--bundle-bg); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.bundle-card__icon-pill .bundle-benefit { padding: 0; background: transparent; border: 0; min-width: auto; }
.bundle-card__icon-pill .bundle-benefit__icon { width: 18px; height: 18px; background: transparent; }
.bundle-card__icon-pill .bundle-benefit__icon img { width: 100%; height: 100%; object-fit: contain; }
.bundle-card__price-row { display: flex; justify-content: space-between; align-items: center; border-top: 0.5px solid var(--bundle-border); padding-top: 10px; }
.bundle-card__prices { display: flex; align-items: baseline; gap: 8px; }
.bundle-card__price-now { font-size: 17px; font-weight: 500; color: var(--bundle-text); }
.bundle-card__price-cut { font-size: 12px; color: var(--bundle-compare-price-color); text-decoration: line-through; }
.bundle-card__save-badge { background: var(--bundle-success-bg); color: var(--bundle-success); font-size: 11px; font-weight: 500; padding: 3px 9px; border-radius: 999px; }
.bundle-card__notify { width: 100%; padding: 10px; font-size: 12px; background: transparent; border: 0.5px solid var(--bundle-border-strong); border-radius: var(--bundle-radius-sm); cursor: pointer; color: var(--bundle-text); display: flex; align-items: center; justify-content: center; gap: 6px; }

/* ===========================================================================
   BUNDLE PDP — full-width background that bleeds upward
   =========================================================================== */
.bundle-pdp {
  background: var(--bundle-bg);
  width: 100%;
  margin: var(--bundle-margin-top) 0 0 0;
  padding: 0;
  position: relative;
  isolation: isolate;
}

/* Pseudo-element that paints the bundle background above the section
   so any whitespace from the theme above this section is filled with our color */
.bundle-pdp::before {
  content: '';
  position: absolute;
  top: -400px;
  left: 0;
  right: 0;
  height: 400px;
  background: var(--bundle-bg);
  z-index: -1;
  pointer-events: none;
}

.bundle-pdp__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--bundle-section-padding-top) 16px var(--bundle-section-padding-bottom) 16px;
}

.bundle-breadcrumb { font-size: 11px; color: var(--bundle-text-light); padding: 4px 0 16px; }
.bundle-breadcrumb a { color: inherit; text-decoration: none; }
.bundle-breadcrumb .sep { margin: 0 6px; }
.bundle-breadcrumb .current { color: var(--bundle-text); }

.bundle-pdp__layout { display: flex; flex-direction: column; gap: 20px; margin-bottom: 24px; }

/* Gallery - mobile: hero, dots, thumbs grid */
.bundle-pdp__gallery { display: flex; flex-direction: column; gap: 12px; }
.bundle-pdp__hero { position: relative; aspect-ratio: 1; background: var(--bundle-card-bg); border-radius: var(--bundle-radius-lg); overflow: hidden; border: 0.5px solid var(--bundle-border); touch-action: pan-y; user-select: none; }
.bundle-pdp__hero img { width: 100%; height: 100%; object-fit: cover; }
.bundle-pdp__hero-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--bundle-text-light); font-size: 13px; }
.bundle-pdp__save-badge { position: absolute; top: 12px; left: 12px; background: var(--bundle-success); color: #fff; font-size: 11px; font-weight: 500; padding: 5px 12px; border-radius: 999px; pointer-events: none; }
.bundle-pdp__fav { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.95); border: 0.5px solid var(--bundle-border-strong); display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--bundle-text); z-index: 2; }
.bundle-pdp__fav.is-favorited { color: var(--bundle-danger); }
.bundle-pdp__fav.is-favorited svg { fill: currentColor; }

/* Dots — bigger touch target without changing visual size */
.bundle-pdp__dots { display: flex; justify-content: center; gap: 14px; padding: 4px 0; }
.bundle-pdp__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bundle-border-strong);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: width 0.15s, background 0.15s;
  position: relative;
}
/* Expanded invisible touch area for fingers */
.bundle-pdp__dot::before {
  content: '';
  position: absolute;
  inset: -14px;
}
.bundle-pdp__dot.is-active { width: 18px; border-radius: 3px; background: var(--bundle-text); }

.bundle-pdp__thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.bundle-pdp__thumb {
  flex: 0 1 100px;
  min-width: 70px;
  max-width: 100px;
}
.bundle-pdp__thumb {
  aspect-ratio: 1;
  background: var(--bundle-card-bg);
  border-radius: var(--bundle-radius-sm);
  border: 0.5px solid var(--bundle-border);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--bundle-text-light);
  cursor: pointer;
  padding: 0;
  transition: transform 0.15s, border-color 0.15s;
}
.bundle-pdp__thumb:hover { border-color: var(--bundle-border-strong); transform: scale(1.03); }
.bundle-pdp__thumb img { width: 100%; height: 100%; object-fit: cover; }

.bundle-pdp__info { display: flex; flex-direction: column; }
.bundle-pdp__title { font-size: var(--bundle-title-size); font-weight: 500; margin: 0 0 6px; color: var(--bundle-title-color); line-height: 1.2; }
.bundle-pdp__tagline { font-size: var(--bundle-tagline-size); font-style: italic; color: var(--bundle-tagline-color); margin: 0 0 12px; }
.bundle-pdp__desc { font-size: var(--bundle-description-size); line-height: 1.6; color: var(--bundle-description-color); margin: 0 0 16px; }
.bundle-pdp__lowstock { display: flex; align-items: center; gap: 8px; background: var(--bundle-warning-bg); color: var(--bundle-warning); padding: 10px 12px; border-radius: var(--bundle-radius-sm); font-size: 12px; margin-bottom: 12px; }
.bundle-pdp__lowstock strong { font-weight: 500; }

.bundle-pdp__price-box { background: var(--bundle-card-bg); border: 0.5px solid var(--bundle-border); border-radius: var(--bundle-radius-md); padding: 14px 16px; margin-bottom: 14px; }
.bundle-pdp__price-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; margin-bottom: 4px; }
.bundle-pdp__price-row:last-child { margin-bottom: 0; }
.bundle-pdp__price-row .muted { color: var(--bundle-text-muted); }
.bundle-pdp__price-row .strike { text-decoration: line-through; color: var(--bundle-compare-price-color); font-weight: 500; }
.bundle-pdp__price-row .label { font-weight: 500; }
.bundle-pdp__price-now { font-size: var(--bundle-price-size); font-weight: 500; color: var(--bundle-price-color); }
.bundle-pdp__price-row.savings { color: var(--bundle-savings-color); font-weight: 500; }

/* Benefits — mobile: one line with custom scrollbar + scroll snap */
.bundle-pdp__benefits-section {
  position: relative;
  margin-bottom: 16px;
}
.bundle-pdp__benefits {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding: 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bundle-pdp__benefits::-webkit-scrollbar { display: none; }

.bundle-pdp__benefits-scroll-indicator {
  height: 3px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  margin: 0 32px 6px 32px;
  position: relative;
}
.bundle-pdp__benefits-scroll-thumb {
  position: absolute;
  top: 0;
  height: 100%;
  background: var(--bundle-border-strong);
  border-radius: 999px;
  width: 30%;
  left: 0;
  transition: width 0.2s;
}
}
.bundle-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  flex-shrink: 0;
  scroll-snap-align: center;
}
.bundle-benefit__icon {
  width: var(--bundle-benefit-size);
  height: var(--bundle-benefit-size);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bundle-benefit__icon img { width: 100%; height: 100%; object-fit: contain; }

.bundle-pdp__cta-desktop { display: none; width: 100%; padding: 14px; font-size: 14px; font-weight: 500; background: var(--bundle-cta-bg); color: var(--bundle-cta-text); border: 0; border-radius: var(--bundle-radius-md); cursor: pointer; margin-bottom: 12px; }
.bundle-pdp__cta-desktop:disabled { background: #EEEAE3; color: var(--bundle-text-light); cursor: not-allowed; }
.bundle-pdp__cta-desktop.is-loading { opacity: 0.6; pointer-events: none; }

.bundle-pdp__trust { display: flex; justify-content: center; gap: 16px; font-size: 11px; color: var(--bundle-text-light); margin: 0; }
.bundle-pdp__trust span { display: flex; align-items: center; gap: 4px; }

/* Customize block */
.bundle-pdp__personalize { background: var(--bundle-card-bg); border-radius: var(--bundle-radius-lg); border: 0.5px solid var(--bundle-border); padding: 16px; margin-bottom: 16px; }
.bundle-pdp__personalize-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.bundle-pdp__personalize-head h2 { font-size: var(--bundle-section-heading-size); font-weight: 500; margin: 0; color: var(--bundle-section-heading-color); }
.bundle-pdp__progress { font-size: 12px; color: var(--bundle-text-muted); }
.bundle-pdp__components { display: flex; flex-direction: column; gap: 10px; }

.bundle-component { background: var(--bundle-bg); border-radius: var(--bundle-radius-md); padding: 12px; }
.bundle-component.is-unavailable { background: var(--bundle-danger-bg); }
.bundle-component__head { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.bundle-component__img { width: 44px; height: 44px; border-radius: var(--bundle-radius-sm); background: var(--bundle-card-bg); border: 0.5px solid var(--bundle-border); overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--bundle-text-light); }
.bundle-component__img img { width: 100%; height: 100%; object-fit: cover; }
.bundle-component__info { flex: 1; min-width: 0; }
.bundle-component__name { font-size: var(--bundle-component-name-size); font-weight: 500; color: var(--bundle-text); line-height: 1.3; }
.bundle-component__status { font-size: 11px; margin-top: 2px; }
.bundle-component__placeholder { color: var(--bundle-danger); }
.bundle-component__selected { color: var(--bundle-text); }
.bundle-component__warn { display: inline-flex; align-items: center; gap: 4px; color: var(--bundle-danger); }

.bundle-component__swatches { display: flex; gap: 8px; flex-wrap: wrap; }
.bundle-swatch__wrap { position: relative; display: inline-block; }
.bundle-swatch { width: 32px; height: 32px; border-radius: 50%; border: 0.5px solid var(--bundle-border-strong); background-color: var(--swatch-color); cursor: pointer; padding: 0; position: relative; transition: box-shadow 0.15s; }
.bundle-swatch.is-selected { box-shadow: 0 0 0 2px var(--bundle-text); }
.bundle-swatch.is-oos { opacity: 0.35; cursor: not-allowed; }
.bundle-swatch.is-oos::after { content: '×'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; line-height: 1; }
.bundle-swatch__tooltip { position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); background: var(--bundle-text); color: #fff; font-size: 10px; padding: 4px 8px; border-radius: 4px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.15s; z-index: 5; }
.bundle-swatch__wrap:hover .bundle-swatch__tooltip { opacity: 1; }

.bundle-component__alt-actions { display: flex; gap: 8px; }
.bundle-component__alt-actions .bundle-btn { flex: 1; font-size: 11px; padding: 8px; }

.bundle-pdp__sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; background: var(--bundle-card-bg); border-top: 0.5px solid var(--bundle-border); padding: 12px 16px max(14px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 10px; z-index: 100; }
.bundle-pdp__sticky-info { flex: 1; }
.bundle-pdp__sticky-label { font-size: 10px; color: var(--bundle-text-light); }
.bundle-pdp__sticky-price { font-size: 18px; font-weight: 500; color: var(--bundle-text); }
.bundle-pdp__sticky-btn { padding: 13px 22px; font-size: 13px; font-weight: 500; background: var(--bundle-cta-bg); color: var(--bundle-cta-text); border: 0; border-radius: var(--bundle-radius-md); cursor: pointer; }
.bundle-pdp__sticky-btn:disabled { background: #EEEAE3; color: var(--bundle-text-light); cursor: not-allowed; }

/* ===========================================================================
   LIGHTBOX
   =========================================================================== */
.bundle-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 16px;
}
.bundle-lightbox[hidden] { display: none; }

.bundle-lightbox__stage {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: pan-y;
  user-select: none;
}
.bundle-lightbox__stage img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: var(--bundle-radius-md);
}

.bundle-lightbox__close,
.bundle-lightbox__nav {
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  backdrop-filter: blur(8px);
}
.bundle-lightbox__close:hover,
.bundle-lightbox__nav:hover { background: rgba(255, 255, 255, 0.22); }

.bundle-lightbox__close { top: 20px; right: 20px; }
.bundle-lightbox__prev { left: 20px; top: 50%; transform: translateY(-50%); }
.bundle-lightbox__next { right: 20px; top: 50%; transform: translateY(-50%); }

.bundle-lightbox__caption {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

@media (max-width: 480px) {
  .bundle-lightbox { padding: 70px 8px 70px; }
  .bundle-lightbox__close { top: 16px; right: 16px; }
  .bundle-lightbox__prev { left: 12px; }
  .bundle-lightbox__next { right: 12px; }
}

/* ===========================================================================
   DESKTOP — thumbs on right (centered), customize horizontal
   =========================================================================== */
@media (min-width: 768px) {
  .bundle-pdp__inner { padding-left: 24px; padding-right: 24px; }

  .bundle-pdp__layout {
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
  }

  .bundle-pdp__gallery {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 88px;
    grid-template-rows: auto auto;
    gap: 12px;
  }
  .bundle-pdp__hero { grid-column: 1; grid-row: 1; }
  .bundle-pdp__thumbs {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: center;
  }
  .bundle-pdp__thumb { width: 88px; height: 88px; }
  .bundle-pdp__dots { grid-column: 1; grid-row: 2; }

  .bundle-pdp__info {
    flex: 1.1;
    padding-top: var(--bundle-info-top);
  }

.bundle-pdp__benefits {
    justify-content: center;
    gap: 16px;
    overflow: visible;
  }
  .bundle-pdp__benefits-scroll-indicator { display: none; }

  .bundle-pdp__components {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
  }

  .bundle-pdp__cta-desktop { display: block; }
  .bundle-pdp__sticky-cta { display: none; }
}

/* ===========================================================================
   CART
   =========================================================================== */
.cart-items { display: flex; flex-direction: column; gap: 10px; }
.cart-bundle { background: var(--bundle-bg); border-radius: var(--bundle-radius-lg); padding: 14px; position: relative; margin-bottom: 16px; }
.cart-bundle__remove, .cart-solo__remove { position: absolute; top: 12px; right: 12px; background: none; border: 0; padding: 4px; cursor: pointer; color: var(--bundle-text-light); }
.cart-bundle__head { display: flex; gap: 12px; margin-bottom: 10px; padding-right: 28px; }
.cart-bundle__hero { width: 64px; height: 64px; border-radius: var(--bundle-radius-sm); background: var(--bundle-card-bg); border: 0.5px solid var(--bundle-border); overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--bundle-text-light); }
.cart-bundle__hero img { width: 100%; height: 100%; object-fit: cover; }
.cart-bundle__meta { flex: 1; min-width: 0; }
.cart-bundle__pill { display: inline-block; background: var(--bundle-text); color: #fff; font-size: 9px; font-weight: 500; letter-spacing: 1px; padding: 2px 8px; border-radius: 999px; margin-bottom: 5px; }
.cart-bundle__title { font-size: 14px; font-weight: 500; color: var(--bundle-text); text-decoration: none; line-height: 1.3; display: block; }
.cart-bundle__items { background: var(--bundle-card-bg); border-radius: var(--bundle-radius-sm); padding: 4px 12px; margin-bottom: 10px; }
.cart-bundle__line { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 12px; border-bottom: 0.5px solid var(--bundle-border); }
.cart-bundle__line:last-child { border-bottom: 0; }
.cart-bundle__line-img { width: 28px; height: 28px; border-radius: var(--bundle-radius-sm); background: var(--bundle-bg); overflow: hidden; flex-shrink: 0; }
.cart-bundle__line-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-bundle__line-name { flex: 1; }
.cart-bundle__line-color { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--bundle-text-muted); }
.cart-bundle__line-dot { width: 12px; height: 12px; border-radius: 50%; border: 0.5px solid var(--bundle-border-strong); flex-shrink: 0; }
.cart-bundle__foot { display: flex; justify-content: space-between; align-items: center; }
.cart-bundle__prices { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.cart-bundle__price-cut { font-size: 11px; color: var(--bundle-compare-price-color); text-decoration: line-through; }
.cart-bundle__price-now { font-size: 17px; font-weight: 500; color: var(--bundle-text); }
.cart-bundle__save-pill { background: var(--bundle-success-bg); color: var(--bundle-success); font-size: 10px; font-weight: 500; padding: 3px 8px; border-radius: 999px; }
.cart-bundle__qty { display: flex; align-items: center; gap: 6px; }
.cart-bundle__qty button { width: 26px; height: 26px; background: var(--bundle-card-bg); border: 0.5px solid var(--bundle-border-strong); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; }
.cart-bundle__qty button:disabled { opacity: 0.4; cursor: not-allowed; }
.cart-bundle__qty-value { min-width: 16px; text-align: center; font-size: 13px; font-weight: 500; }

.cart-solo { background: var(--bundle-card-bg); border: 0.5px solid var(--bundle-border); border-radius: var(--bundle-radius-lg); padding: 14px; position: relative; display: flex; gap: 12px; }
.cart-solo__img { width: 64px; height: 64px; border-radius: var(--bundle-radius-sm); background: var(--bundle-bg); overflow: hidden; flex-shrink: 0; }
.cart-solo__img img { width: 100%; height: 100%; object-fit: cover; }
.cart-solo__info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding-right: 28px; }
.cart-solo__name { font-size: 14px; font-weight: 500; color: var(--bundle-text); text-decoration: none; }
.cart-solo__variant { font-size: 11px; color: var(--bundle-text-muted); display: flex; align-items: center; gap: 6px; margin-top: 3px; }
.cart-solo__bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
.cart-solo__price { font-size: 15px; font-weight: 500; }

.bundle-dialog-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 9999; padding: 16px; }
.bundle-dialog { background: var(--bundle-card-bg); border-radius: var(--bundle-radius-lg); padding: 20px; max-width: 360px; width: 100%; text-align: center; }
.bundle-dialog__icon { width: 44px; height: 44px; border-radius: 50%; background: #E6F1FB; color: #185FA5; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.bundle-dialog h3 { font-size: 16px; font-weight: 500; margin: 0 0 6px; }
.bundle-dialog p { font-size: 13px; color: var(--bundle-text-muted); margin: 0 0 16px; line-height: 1.5; }
.bundle-dialog p strong { color: var(--bundle-text); font-weight: 500; }
.bundle-dialog__actions { display: flex; flex-direction: column; gap: 8px; }
.bundle-dialog__actions .bundle-btn { width: 100%; padding: 12px; font-size: 13px; justify-content: space-between; }
.bundle-dialog__savings { font-size: 10px; background: var(--bundle-success-bg); color: var(--bundle-success); padding: 2px 8px; border-radius: 999px; margin-left: 6px; }

.bundle-toast { position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--bundle-text); color: #fff; padding: 12px 18px; border-radius: var(--bundle-radius-md); font-size: 13px; opacity: 0; transition: opacity 0.3s, transform 0.3s; z-index: 9999; max-width: 90%; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.bundle-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }
.bundle-toast--error { background: var(--bundle-danger); }

.bundle-component__no-color { font-size: 11px; color: var(--bundle-text-muted); font-style: italic; }

/* ===========================================================================
   Cart bundle — loading state on remove
   =========================================================================== */
.cart-bundle.is-loading {
  pointer-events: none;
  position: relative;
}

.cart-bundle.is-loading::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
  border-radius: var(--bundle-radius-lg);
  z-index: 9;
  pointer-events: none;
}

.cart-bundle.is-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border: 2px solid var(--bundle-border-strong);
  border-top-color: var(--bundle-text);
  border-radius: 50%;
  animation: bundleSpin 0.8s linear infinite;
  z-index: 10;
  pointer-events: none;
}

@keyframes bundleSpin {
  to { transform: rotate(360deg); }
}