/** Shopify CDN: Minification failed

Line 475:6 Unexpected "focus"

**/
/* ============================================================
   BST Bundle Shop — Figma 9315:14587
============================================================ */

.bst-bundle-shop-section,
.bst-bundle-shop {
  background-color: var(--color-white);
}

.bst-bundle-shop__shell {
  padding-top: 27px;
  padding-bottom: 48px;
}

.bst-bundle-shop__header {
  margin-bottom: 22px;
}

.bst-bundle-shop__heading-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: none;
}

.bst-bundle-shop__eyebrow,
.bst-bundle-shop__heading,
.bst-bundle-shop__description {
  margin: 0;
}

.bst-bundle-shop__description {
  padding-top: 6px;
}

.bst-bundle-shop__description p {
  margin: 0;
}

.bst-bundle-shop__panel {
  display: block;
  width: 100%;
  min-width: 0;
}

.bst-bundle-shop__inner {
  min-width: 0;
}

bundle-shop[data-bst-bundle-shop] {
  scroll-margin-top: calc(var(--bst-header-height, 72px) + 16px);
}

.bst-bundle-shop__grid {
  --bst-bundle-shop-gap: 8px;
  --bst-bundle-shop-visible-columns: 1.3;

  display: flex;
  flex-wrap: nowrap;
  gap: var(--bst-bundle-shop-gap);
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.bst-bundle-shop__grid::-webkit-scrollbar {
  display: none;
}

.bst-bundle-shop__item {
  flex: 0 0
    calc(
      (
          100% -
            (
              (var(--bst-bundle-shop-visible-columns) - 1) *
                var(--bst-bundle-shop-gap)
            )
        ) / var(--bst-bundle-shop-visible-columns)
    );
  min-width: calc(
    (
        100% -
          (
            (var(--bst-bundle-shop-visible-columns) - 1) *
              var(--bst-bundle-shop-gap)
          )
      ) / var(--bst-bundle-shop-visible-columns)
  );
  scroll-snap-align: start;
}

.bst-bundle-shop__item[hidden] {
  display: none;
}

.bst-bundle-shop__empty {
  margin: 16px 0 0;
  color: var(--color-gray-600);
}

.bst-bundle-shop__empty[hidden] {
  display: none;
}

/* ── Bundle product card — Figma product-cell-sm ─────────── */

.bst-bundle-card,
bst-bundle-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
}

.bst-bundle-card .bst-product-cell,
bst-bundle-card .bst-product-cell {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 0;
  height: auto;
  background-color: transparent;
  overflow: visible;
}

.bst-bundle-card .bst-product-cell__link,
bst-bundle-card .bst-product-cell__link {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  height: auto;
}

.bst-bundle-card .bst-product-cell__media,
bst-bundle-card .bst-product-cell__media {
  aspect-ratio: 1;
  width: 100%;
  background-color: #f6f6f6;
}

.bst-bundle-card .bst-product-cell__image,
bst-bundle-card .bst-product-cell__image {
  object-fit: contain;
  object-position: center;
}

.bst-bundle-card .bst-product-cell__badges--right,
bst-bundle-card .bst-product-cell__badges--right {
  top: 16px;
  right: 20px;
  left: auto;
  max-width: calc(100% - 40px);
}

.bst-bundle-card .bst-product-cell__badge,
bst-bundle-card .bst-product-cell__badge {
  padding: 4px 9px;
}

.bst-bundle-card .bst-product-cell__badge--gray,
bst-bundle-card .bst-product-cell__badge--gray {
  background-color: #595757;
}

.bst-bundle-card .bst-product-cell__content,
bst-bundle-card .bst-product-cell__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 20px 0;
  flex: 0 0 auto;
}

.bst-bundle-card .bst-product-cell__top,
bst-bundle-card .bst-product-cell__top {
  gap: 6px;
}

.bst-bundle-card .bst-product-cell__bottom,
bst-bundle-card .bst-product-cell__bottom {
  gap: 4px;
  margin-top: 0;
}

.bst-bundle-card .bst-product-cell__category,
bst-bundle-card .bst-product-cell__category {
  font-family: var(--font-fzlt-db);
  font-size: 9px;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-black);
}

.bst-bundle-card .bst-product-cell__title,
bst-bundle-card .bst-product-cell__title {
  font-family: var(--font-fzlt-eb);
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
  -webkit-line-clamp: 3;
}

.bst-bundle-card .bst-product-cell__extra,
bst-bundle-card .bst-product-cell__extra {
  font-family: var(--font-fzlt-db);
  font-size: 9px;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
  color: #595757;
}

.bst-bundle-card .bst-product-cell__price,
bst-bundle-card .bst-product-cell__price {
  font-family: var(--font-fzlt-db);
  font-size: 13px;
  line-height: 26px;
  color: var(--color-black);
}

.bst-bundle-card .bst-product-cell__review,
bst-bundle-card .bst-product-cell__review {
  padding-bottom: 1px;
}

.bst-bundle-card .bst-product-cell__review-count,
bst-bundle-card .bst-product-cell__review-count {
  font-family: var(--font-fzlt-db);
  font-size: 9px;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-black);
}

.bst-bundle-card .bst-product-cell__review-label,
bst-bundle-card .bst-product-cell__review-label {
  display: inline;
}

.bst-bundle-card .bst-product-cell__info,
bst-bundle-card .bst-product-cell__info {
  font-family: var(--font-fzlt-db);
  font-size: 11px;
  line-height: 20px;
  color: #595757;
  font-style: normal;
}

.bst-bundle-card__footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 20px 20px;
  margin-top: auto;
}

.bst-bundle-card__variants {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bst-bundle-card__variant-label {
  display: block;
  margin: 0 0 4px;
  font-family: var(--font-fzlt-db);
  font-size: 9px;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-black);
}

.bst-bundle-card__variant-name {
  font-weight: 700;
}

.bst-bundle-card__variant-value {
  margin-left: 4px;
  color: #595757;
  font-weight: 400;
}

.bst-bundle-card__variant-select {
  position: relative;
  width: 100%;
}

.bst-bundle-card__variant-select::before,
.bst-bundle-card__variant-select::after {
  display: none;
}

.bst-bundle-card__variant-select-input,
.bst-bundle-card__variant-select .select__select {
  width: 100%;
  min-height: 40px;
  padding: 10px 36px 10px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-color: var(--color-white);
  background-image: none;
  font-family: var(--font-fzlt-db);
  font-size: 13px;
  line-height: 20px;
  color: var(--color-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

.bst-bundle-card__variant-select-input::-ms-expand,
.bst-bundle-card__variant-select .select__select::-ms-expand {
  display: none;
}

.bst-bundle-card__variant-select-input:focus,
.bst-bundle-card__variant-select-input:focus-visible,
.bst-bundle-card__variant-select .select__select:focus,
.bst-bundle-card__variant-select .select__select:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 2px;
}

.bst-bundle-card__variant-select .svg-wrapper {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 10px;
  height: 10px;
  display: none;
}

.bst-bundle-card__add-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 39px;
  padding: 14px 30px;
  background-color: var(--color-black);
  color: #f8f8f8;
  border: 2px solid var(--color-white);
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.bst-bundle-card__add-btn .loading__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bst-bundle-card__add-btn .loading__spinner .spinner {
  width: 1.8rem;
  height: 1.8rem;
}

.bst-bundle-card__add-btn.loading > span:first-child {
  opacity: 0;
}

.bst-bundle-card__add-btn.loading .loading__spinner,
.bst-bundle-card__add-btn.loading .loading__spinner.hidden {
  display: flex !important;
}

.bst-bundle-card__add-btn:hover:not(:disabled) {
  opacity: 0.88;
}

.bst-bundle-card__add-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.bst-bundle-shop__placeholder {
  margin: 0;
  color: var(--color-gray-600);
}

@media screen and (min-width: 990px) {
  .bst-bundle-shop__grid {
    --bst-bundle-shop-visible-columns: var(--bst-bundle-shop-columns, 4);
    flex-wrap: wrap;
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .bst-bundle-card,
  bst-bundle-card {
    min-height: 543px;
  }
}

/* Typography — Figma new font */
.bst-bundle-shop .bst-eyebrow,
.bst-bundle-shop__eyebrow {
  font-family: var(--font-fzlt-db);
  font-size: 9px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-red);
}

.bst-bundle-shop .bst-h2,
.bst-bundle-shop__heading {
  font-family: var(--font-fzlt-eb);
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.4px;
  color: var(--color-black);
}

.bst-bundle-shop .bst-hero-sub,
.bst-bundle-shop__description,
.bst-bundle-shop .bst-hero-sub *,
.bst-bundle-shop__description * {
  font-family: var(--font-fzlt-r);
  font-size: 16px;
  line-height: 29px;
  color: var(--color-black);
}

.bst-bundle-card .bst-tag-badge,
bst-bundle-card .bst-tag-badge {
  font-family: var(--font-fzlt-b);
  font-size: 9px;
  letter-spacing: 0.9px;
  line-height: 1;
}

.bst-bundle-card__add-btn.bst-cta {
  font-family: var(--font-fzlt-eb);
  font-size: 9px;
  letter-spacing: 1.3px;
  line-height: normal;
  text-transform: uppercase;
}

body.acsb-keynav select {
  -webkit-appearance: none !important;
}

body *focus,
body *:focus-visible,
body *:hover {
  outline: none !important;
  box-shadow: none !important;
}