.bundle-builder{display:block;margin-top:1.5rem;scroll-margin-top:2rem;border-radius:1rem}.bundle-builder--highlight{animation:bundle-builder-highlight-pulse 1.4s ease-out}@keyframes bundle-builder-highlight-pulse{0%,to{box-shadow:0 0 0 0 transparent}15%{box-shadow:0 0 0 .5rem color-mix(in srgb,var(--audio-trends-primary) 30%,transparent)}}@media(prefers-reduced-motion:reduce){.bundle-builder--highlight{animation:none}}.bundle-builder__inner{display:flex;flex-direction:column;gap:1.6rem;padding-top:1.5rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}.bundle-builder__heading{margin:0}.bundle-builder__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:1.2rem;margin:0;padding:0;list-style:none}.bundle-card{position:relative}.bundle-card--main{display:flex;flex-direction:column;gap:.8rem;height:100%;padding:1.2rem;border:.1rem solid rgba(var(--color-foreground),.08);border-radius:1rem;background:rgba(var(--color-foreground),.03)}.bundle-card__checkbox{z-index:1}.bundle-card__label{display:flex;flex-direction:column;gap:.8rem;height:100%;padding:1.2rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:1rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.bundle-card__label:hover{border-color:var(--audio-trends-primary)}.bundle-card__checkbox:focus-visible+.bundle-card__label{outline:.2rem solid var(--audio-trends-primary);outline-offset:.2rem}.bundle-card__checkbox:checked+.bundle-card__label{border-color:var(--audio-trends-primary);background-color:#ad00040d;box-shadow:0 0 0 .1rem var(--audio-trends-primary)}.bundle-card--unavailable .bundle-card__label{cursor:not-allowed;opacity:.5}.bundle-card__check{position:absolute;top:.8rem;right:.8rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.25);background:rgb(var(--color-background));opacity:0;transform:scale(.8);transition:opacity .15s ease,transform .15s ease,background-color .15s ease,border-color .15s ease}.bundle-card__check svg{width:1rem;height:1rem;color:rgb(var(--color-background))}.bundle-card__checkbox:checked+.bundle-card__label .bundle-card__check{opacity:1;transform:scale(1);background:var(--audio-trends-primary);border-color:var(--audio-trends-primary)}.bundle-card__media{display:block;aspect-ratio:1 / 1;border-radius:.6rem;overflow:hidden;background:rgb(var(--color-background))}.bundle-builder[data-image-ratio=portrait] .bundle-card__media{aspect-ratio:2 / 3}.bundle-card__image,.bundle-card__media .placeholder-svg{width:100%;height:100%;object-fit:cover;display:block}.bundle-card__body{display:flex;flex-direction:column;gap:.2rem}.bundle-card__eyebrow{font-size:1.1rem;letter-spacing:.08rem;text-transform:uppercase;color:var(--audio-trends-primary);font-weight:600}.bundle-card__title{font-size:1.4rem;line-height:1.3}.bundle-card__price{font-size:1.4rem;font-weight:600}.bundle-card--addon .bundle-card__price{color:var(--audio-trends-primary)}.bundle-card__price-row{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.bundle-card__price--original{font-size:1.2rem;font-weight:400;text-decoration:line-through}.bundle-card--addon .bundle-card__price--original{color:rgba(var(--color-foreground),.5)}.bundle-card__price--original[hidden]{display:none}.bundle-card__discount-badge{display:block;margin-top:.2rem;color:var(--audio-trends-primary);font-size:1.2rem;font-style:italic;font-weight:600;line-height:1.4}.bundle-card__discount-badge[hidden]{display:none}.bundle-card__restricted-note{display:block;margin-top:.3rem;font-size:1.1rem;color:rgba(var(--color-foreground),.65)}.bundle-builder__summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem;padding-top:1.6rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}.bundle-builder__total{display:flex;flex-direction:column;gap:.2rem}.bundle-builder__total-label{font-size:1.2rem;text-transform:uppercase;letter-spacing:.06rem;color:rgba(var(--color-foreground),.75)}.bundle-builder__total-prices{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.bundle-builder__total-price{font-size:2rem;font-weight:700}.bundle-builder__total-price-original{font-size:1.4rem;color:rgba(var(--color-foreground),.6);text-decoration:line-through}.bundle-builder__total-price-original[hidden]{display:none}.bundle-builder__save-note{font-size:1.2rem;font-weight:600;color:var(--audio-trends-primary)}.bundle-builder__save-note[hidden]{display:none}.bundle-builder__submit{min-width:18rem}.bundle-builder__summary--blocked{justify-content:flex-start}.bundle-builder__blocked-note{margin:0;font-size:1.3rem;color:rgba(var(--color-foreground),.75)}.bundle-builder__error{width:100%;color:var(--audio-trends-primary);font-size:1.3rem}.bundle-builder__error[hidden]{display:none}@media screen and (max-width:749px){.bundle-builder__list{grid-template-columns:repeat(auto-fill,minmax(11rem,1fr))}.bundle-builder__summary{flex-direction:column;align-items:stretch}.bundle-builder__submit{width:100%}}.bundle-card__trigger{all:unset;box-sizing:border-box;display:flex;flex-direction:column;gap:.8rem;width:100%;cursor:pointer}.bundle-card--unavailable .bundle-card__trigger{cursor:not-allowed}.bundle-card__variant-label{font-size:1.2rem;color:rgba(var(--color-foreground),.75)}.bundle-card__variant-label[hidden]{display:none}.bundle-variant-modal.quick-add-modal[open]{display:flex;align-items:center;justify-content:center;padding:2rem}.bundle-variant-modal .quick-add-modal__content{position:relative;top:auto;left:auto;margin:0;transform:none;width:100%;max-width:64rem;max-height:calc(100vh - 4rem);overflow-y:auto}.bundle-variant-modal .quick-add-modal__toggle{top:1.5rem;right:1.5rem}@media screen and (min-width:750px){.bundle-variant-modal .quick-add-modal__toggle{top:2rem;right:2rem}}.bundle-modal__body{display:flex;flex-direction:column;gap:1.6rem;padding:3rem 2rem 2rem}@media screen and (min-width:750px){.bundle-modal__body{flex-direction:row;padding:4rem 3rem 3rem}}.bundle-modal__media{flex:0 0 auto;width:100%;max-width:16rem;aspect-ratio:1 / 1;margin:0 auto;border-radius:.8rem;overflow:hidden;background:rgb(var(--color-background))}@media screen and (min-width:750px){.bundle-modal__media{width:20rem;max-width:20rem;aspect-ratio:auto;margin:0}}.bundle-modal__image,.bundle-modal__media .placeholder-svg{width:100%;height:100%;display:block;object-fit:cover}.bundle-modal__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.4rem}.bundle-modal__title{margin:0;font-size:1.8rem}.bundle-modal__option{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.bundle-modal__option-legend{padding:0;font-size:1.2rem;font-weight:600}.bundle-modal__option-values{display:flex;flex-wrap:wrap;gap:.8rem}.bundle-modal__pill-wrap{position:relative}.bundle-modal__pill{display:inline-flex;align-items:center;justify-content:center;min-width:4.4rem;padding:.7rem 1.4rem;border-radius:3rem;border:.1rem solid rgba(var(--color-foreground),.25);cursor:pointer;font-size:1.3rem;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.bundle-modal__option-input:checked+.bundle-modal__pill{border-color:var(--audio-trends-primary);background-color:#ad000414;color:var(--audio-trends-primary)}.bundle-modal__option-input:disabled+.bundle-modal__pill{opacity:.4;cursor:not-allowed;text-decoration:line-through}.bundle-modal__option-input:focus-visible+.bundle-modal__pill{outline:.2rem solid var(--audio-trends-primary);outline-offset:.2rem}.bundle-modal__helper{min-height:1.6rem;margin:0;font-size:1.3rem;color:var(--audio-trends-primary)}.bundle-modal__footer{display:flex;align-items:center;flex-wrap:wrap;gap:1.2rem;margin-top:.4rem}.bundle-modal__price-group{display:flex;flex-direction:column;gap:.2rem;margin-right:auto}.bundle-modal__price-row{display:flex;align-items:baseline;gap:.6rem}.bundle-modal__price{font-size:1.6rem;font-weight:700}.bundle-modal__price-original{font-size:1.3rem;font-weight:400;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.bundle-modal__price-original[hidden]{display:none}.bundle-modal__discount-amount{color:var(--audio-trends-primary);font-size:1.2rem;font-style:italic;font-weight:600}.bundle-modal__discount-amount[hidden]{display:none}.bundle-modal__remove{font-size:1.3rem}.bundle-modal__confirm:disabled{opacity:.5;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-bundle-and-save.css.map */
