.bundle-buy{--bb-accent: var(--bundle-accent, var(--color-base));--bb-accent-rgb: var(--bundle-accent-rgb, var(--color-base-rgb));--bb-ink: var(--color-accent, #23282d);--bb-card-radius: var(--border-radius-size-4, 15px);--bb-pill-radius: 100px;display:block;font-family:var(--font-body-family)}.bundle-buy__heading{display:flex;align-items:center;gap:14px;margin-bottom:16px;font-family:var(--font-heading-small-family);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--bb-ink)}.bundle-buy__heading:before,.bundle-buy__heading:after{content:"";flex:1 1 0;height:1px;background:linear-gradient(to right,transparent,rgba(var(--bb-accent-rgb),.4))}.bundle-buy__heading:after{background:linear-gradient(to left,transparent,rgba(var(--bb-accent-rgb),.4))}.bundle-buy__tiers{display:flex;flex-direction:column;gap:12px}.bundle-buy__tier{position:relative;display:block;cursor:pointer;background:var(--color-background, #fff);border-radius:var(--bb-card-radius);border:1px solid rgba(var(--bb-accent-rgb),.3);padding:16px 18px;transition:border-color .25s ease,background-color .25s ease,box-shadow .25s ease;-webkit-tap-highlight-color:transparent}.bundle-buy__tier:hover{border-color:rgba(var(--bb-accent-rgb),.65)}.bundle-buy__tier.is-selected{border-color:var(--bb-accent);box-shadow:0 0 0 1px var(--bb-accent),0 10px 24px -12px rgba(var(--bb-accent-rgb),.45);background:linear-gradient(180deg,rgba(var(--bb-accent-rgb),.07),rgba(var(--bb-accent-rgb),.03)) var(--color-background, #fff)}.bundle-buy__tier--badged{margin-top:6px}.bundle-buy__badge{position:absolute;top:-11px;right:16px;z-index:1;display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:100px;background:var(--bb-ink);color:#fff;font-size:10.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;line-height:1.4;box-shadow:0 3px 8px #0000002e;transition:background-color .25s ease,transform .25s ease}.bundle-buy__badge svg{width:11px;height:11px;fill:currentColor}.bundle-buy__tier.is-selected .bundle-buy__badge{background:var(--bb-accent);transform:translateY(-1px)}.bundle-buy__tier-head{display:flex;align-items:center;gap:14px}.bundle-buy__radio{flex-shrink:0;width:22px;height:22px;border-radius:50%;border:2px solid rgba(var(--bb-accent-rgb),.45);background:var(--color-background, #fff);transition:border-color .2s ease,box-shadow .2s ease}.bundle-buy__tier.is-selected .bundle-buy__radio{border-color:var(--bb-accent);box-shadow:inset 0 0 0 5px var(--bb-accent)}.bundle-buy__tier-titles{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.bundle-buy__tier-title{font-family:var(--font-heading-small-family);font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--bb-ink);line-height:1.3}.bundle-buy__tier-subtitle{font-size:12.5px;color:rgba(var(--color-base-rgb),.95);line-height:1.4}.bundle-buy__tier-pricing{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:1px;text-align:right}.bundle-buy__tier-price{font-family:var(--font-heading-small-family);font-size:19px;font-weight:800;color:var(--bb-ink);line-height:1.2;font-variant-numeric:tabular-nums}.bundle-buy__tier-compare{font-size:12.5px;color:rgba(var(--color-base-rgb),.8);text-decoration:line-through;line-height:1.3}.bundle-buy__tier-per-unit{font-size:11.5px;color:rgba(var(--color-base-rgb),.9);line-height:1.3;white-space:nowrap}.bundle-buy__chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-left:36px}.bundle-buy__chip{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;line-height:1.4;background:#e6f4ec;color:#17714b}.bundle-buy__chip svg{width:14px;height:14px;fill:currentColor;flex-shrink:0}.bundle-buy__chip--save{background:rgba(var(--bb-accent-rgb),.12);color:var(--bb-accent)}.bundle-buy__units{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .35s cubic-bezier(.33,1,.68,1),opacity .3s ease}.bundle-buy__tier.is-selected .bundle-buy__units{grid-template-rows:1fr;opacity:1}.bundle-buy__units-inner{overflow:hidden;min-height:0}.bundle-buy__units-content{margin-top:14px;padding-top:14px;border-top:1px dashed rgba(var(--bb-accent-rgb),.35);display:flex;flex-direction:column;gap:14px}.bundle-buy__unit{display:flex;flex-direction:column;gap:8px}.bundle-buy__unit-label{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-base-rgb),1)}.bundle-buy__unit-num{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:rgba(var(--bb-accent-rgb),.14);color:var(--bb-accent);font-size:11px;font-weight:800}.bundle-buy__option{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.bundle-buy__option-name{width:100%;font-size:12px;color:rgba(var(--color-base-rgb),.95)}.bundle-buy__pills{display:flex;flex-wrap:wrap;gap:8px}.bundle-buy__pill{appearance:none;-webkit-appearance:none;cursor:pointer;min-width:52px;min-height:40px;padding:0 16px;border-radius:var(--bb-pill-radius);border:1px solid rgba(35,40,45,.28);background:var(--color-background, #fff);color:var(--bb-ink);font-family:var(--font-body-family);font-size:14px;font-weight:600;line-height:1;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.bundle-buy__pill:hover{border-color:var(--bb-accent)}.bundle-buy__pill:active{transform:scale(.96)}.bundle-buy__pill.is-active{background:var(--bb-accent);border-color:var(--bb-accent);color:#fff;box-shadow:0 4px 12px -4px rgba(var(--bb-accent-rgb),.6)}.bundle-buy__pill.is-unavailable{opacity:.45;background-image:linear-gradient(to top right,transparent calc(50% - 1px),rgba(35,40,45,.4),transparent calc(50% + 1px))}.bundle-buy__pill:focus-visible{outline:2px solid var(--bb-accent);outline-offset:2px}.bundle-buy__error{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:13px;color:#b3261e}.bundle-buy__error svg{width:16px;height:16px;flex-shrink:0;fill:currentColor}.bundle-buy__error[hidden]{display:none}.bundle-buy__atc-wrapper{margin-top:16px}.bundle-buy__atc{position:relative;width:100%;min-height:54px;font-size:15px;letter-spacing:.04em}.bundle-buy__atc .bundle-buy__atc-divider{font-style:normal;margin:0 8px;opacity:.75}.bundle-buy__atc-price{font-variant-numeric:tabular-nums}.bundle-buy__atc.is-price-updating .bundle-buy__atc-price{animation:bb-price-pop .3s ease}@keyframes bb-price-pop{0%{opacity:.2;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.bundle-buy__atc .loading-spinner:not(.hidden)~*{visibility:hidden}@media(prefers-reduced-motion:reduce){.bundle-buy__tier,.bundle-buy__units,.bundle-buy__pill,.bundle-buy__badge,.bundle-buy__radio{transition:none}.bundle-buy__atc.is-price-updating .bundle-buy__atc-price{animation:none}}@media screen and (max-width:479px){.bundle-buy__tier{padding:14px}.bundle-buy__chips{padding-left:0}.bundle-buy__tier-price{font-size:17px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-bundle-buy.css.map */
