.hume-bb{--hume-bb-accent: #007E6F;--hume-bb-teal: #28EAC2;--hume-bb-accent-text: #ffffff;--hume-bb-border: rgba(var(--color-foreground), .12);--hume-bb-border-active: #007E6F;--hume-bb-bg: rgb(var(--color-background));--hume-bb-bg-muted: rgba(var(--color-foreground), .04);--hume-bb-text: rgb(var(--color-foreground));--hume-bb-text-muted: rgba(var(--color-foreground), .55);--hume-bb-radius: 8px}.hume-bb__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media screen and (max-width:749px){.hume-bb__inner{grid-template-columns:1fr;gap:2rem}}.hume-bb__media{position:sticky;top:2rem}.hume-bb__hero-img{width:100%;height:auto;display:block;border-radius:var(--hume-bb-radius);object-fit:cover;aspect-ratio:1 / 1;transition:opacity .15s}@media screen and (max-width:749px){.hume-bb__media{position:static;max-width:360px;margin:0 auto}}.hume-bb__builder{display:flex;flex-direction:column;gap:1.5rem;margin-top:50px}.hume-bb__eyebrow{font-size:.85em;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--hume-bb-accent);margin:0 0 .4rem}.hume-bb__heading{font-size:1.75rem;font-weight:800;margin:0 0 .4rem;line-height:1.15}.hume-bb__subheading{color:var(--hume-bb-text-muted);margin:0}.hume-bb__tiers{display:flex;align-items:flex-start;margin:0 0 .25rem}.hume-bb__tier{flex:1;text-align:center;position:relative}.hume-bb__tier__label{font-size:1rem;font-weight:600;margin-bottom:.35rem;color:var(--hume-bb-text-muted);transition:color .2s}.hume-bb__tier.is-active .hume-bb__tier__label,.hume-bb__tier.is-passed .hume-bb__tier__label{color:var(--hume-bb-text)}.hume-bb__tier__dot-row{display:flex;align-items:center;height:20px}.hume-bb__tier__line{flex:1;height:3px;background:var(--hume-bb-border);transition:background .3s}.hume-bb__tier__line.is-filled{background:var(--hume-bb-accent)}.hume-bb__tier:first-child .hume-bb__tier__line:first-child,.hume-bb__tier:last-child .hume-bb__tier__line:last-child{visibility:hidden}.hume-bb__tier__dot{width:14px;height:14px;border-radius:50%;border:3px solid var(--hume-bb-border);background:var(--hume-bb-bg);flex-shrink:0;transition:border-color .3s,background .3s;z-index:1}.hume-bb__tier.is-active .hume-bb__tier__dot,.hume-bb__tier.is-passed .hume-bb__tier__dot{border-color:var(--hume-bb-accent);background:var(--hume-bb-accent)}.hume-bb__tier__price{font-size:13px;line-height:14px;margin-top:.35rem;transition:color .2s}.hume-bb__tier__price s{color:var(--hume-bb-text-muted)}.hume-bb__tier.is-active .hume-bb__tier__price{color:var(--hume-bb-text);font-weight:600}.hume-bb__nudge{color:var(--hume-bb-text-muted);margin:0;min-height:1.2em}.hume-bb__nudge strong{color:var(--hume-bb-text)}.hume-bb__purchase-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:30px 0 10px}.hume-bb__toggle-btn{display:flex;flex-direction:column;align-items:center;padding:10px 5px 7px;border:2px solid var(--hume-bb-border);border-radius:var(--hume-bb-radius);background:var(--hume-bb-bg);cursor:pointer;font-family:inherit;text-align:left;transition:border-color .15s;color:var(--hume-bb-text);width:100%}.hume-bb__toggle-btn:hover,.hume-bb__toggle-btn.is-active{border-color:var(--hume-bb-border-active)}.hume-bb__toggle-label{display:block;color:var(--hume-bb-text-muted);margin-bottom:.3rem}.hume-bb__toggle-btn.is-active .hume-bb__toggle-label{color:var(--hume-bb-accent);font-weight:700}.hume-bb__toggle-price{font-size:1.1rem;font-weight:700;color:var(--hume-bb-text)}.hume-bb__frequency{display:flex;flex-direction:column;gap:.5rem}.hume-bb__frequency-label{font-weight:600;margin:0 0 5px;font-size:16px}.hume-bb__frequency-btns{display:flex;gap:.5rem;flex-wrap:wrap}.hume-bb__freq-btn{padding:.4rem 1rem;border:1.5px solid var(--hume-bb-border);border-radius:999px;background:var(--hume-bb-bg);font-family:inherit;cursor:pointer;transition:border-color .15s,background .15s,color .15s;color:var(--hume-bb-text)}.hume-bb__freq-btn:hover{border-color:var(--hume-bb-border-active)}.hume-bb__frequency-note{color:var(--hume-bb-text-muted);margin:0}.hume-bb__freq-btn.is-active{border-color:var(--hume-bb-border-active);background:var(--hume-bb-accent);color:var(--hume-bb-accent-text)}.hume-bb__variants{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 16px;list-style:none;padding:0;margin:0;border-top:none}.hume-bb__variant{display:flex;flex-direction:column;align-items:center;gap:10px;padding:0;border-bottom:none;text-align:center;min-width:0;transition:opacity .1s}.hume-bb__variant-img{display:block;width:100%;height:auto;aspect-ratio:2 / 1;border-radius:calc(var(--hume-bb-radius) * .5);object-fit:contain;background:var(--hume-bb-bg-muted)}.hume-bb__variant-info{width:100%;min-width:0}.hume-bb__variant-name{font-weight:600;margin:0;text-transform:lowercase;line-height:1.2}.hume-bb__variant-description p{font-size:14px;margin:5px 0;line-height:130%}.hume-bb__variant-price{color:var(--hume-bb-text-muted);margin:0}.hume-bb__variant--sold-out{opacity:.45}.hume-bb__sold-out{width:100%;min-height:38px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--hume-bb-text-muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.hume-bb__add-btn{width:100%;min-height:38px;border:none;background:var(--hume-bb-accent);color:var(--hume-bb-accent-text);font-weight:400;font-family:inherit;font-size:14px;padding:8px 12px;border-radius:999px;cursor:pointer;white-space:nowrap;transition:opacity .15s}.hume-bb__add-btn:hover{opacity:.85}.hume-bb__stepper{width:100%;max-width:100px;min-height:24px;display:flex;align-items:center;justify-content:space-between;gap:4px;border:1px solid var(--hume-bb-accent);border-radius:999px;flex-shrink:0}.hume-bb__stepper-btn{width:36px;height:24px;border:none;background:transparent;color:var(--hume-bb-accent);font-size:1.1em;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 0 2px;font-family:inherit;border-radius:50%;transition:opacity .15s}.hume-bb__stepper-btn:hover{opacity:.65}.hume-bb__stepper-qty{width:36px;text-align:center;font-weight:400;font-family:inherit;font-size:14px;border:none;background:transparent;color:var(--hume-bb-text);padding:0;-moz-appearance:textfield}.hume-bb__stepper-qty::-webkit-outer-spin-button,.hume-bb__stepper-qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media screen and (max-width:749px){.hume-bb__variants{gap:20px 10px}.hume-bb__variant{gap:8px}.hume-bb__variant-name{font-size:14px}.hume-bb__add-btn{min-height:36px;padding:7px 8px;font-size:13px}.hume-bb__stepper{min-height:24px}.hume-bb__stepper-btn{width:32px;height:22px}.hume-bb__stepper-qty{width:28px;font-size:14px}}.hume-bb__footer{display:flex;flex-direction:column;gap:.75rem}.hume-bb__summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.hume-bb__summary-detail{font-size:14px}.hume-bb__savings-badge{display:inline-block;background:#fef9c3;color:#92400e;font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:3px;text-transform:uppercase}.hume-bb__total-row{display:flex;align-items:baseline;gap:.5rem;margin-top:.25rem}.hume-bb__total{font-size:1.75rem;font-weight:800;line-height:1}.hume-bb__compare{color:var(--hume-bb-text-muted);text-decoration:line-through}.hume-bb__atc{width:100%;padding:20px 10px;margin:10px 0;border:none;border-radius:var(--hume-bb-radius);background:var(--hume-bb-accent);color:var(--hume-bb-accent-text);font-weight:700;font-family:inherit;cursor:pointer;text-transform:lowercase;letter-spacing:.5px;font-size:18px;transition:opacity .2s}.hume-bb__atc:hover{opacity:.9}.hume-bb__atc:disabled{opacity:.4;cursor:not-allowed}.hume-bb__atc-sub{text-align:center;margin:0;font-size:14px}.hume-bb__heading--block{font-size:20px;text-transform:lowercase;color:var(--hume-bb-accent)}.hume-bb__placeholder{padding:2rem;text-align:center;border:2px dashed rgba(var(--color-foreground),.2);border-radius:var(--hume-bb-radius);color:var(--hume-bb-text-muted)}.hume-bb__placeholder p{margin:0 0 .5rem}
/*# sourceMappingURL=/cdn/shop/t/28/assets/1-hume-bundle-builder.css.map */
