.bundle-builder{color:var(--text)}.bundle-builder__inner{display:grid;gap:24px}.bundle-builder__header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.bundle-builder__heading{max-width:760px}.bundle-builder__title{margin:0;font-size:2rem;line-height:1.15}.bundle-builder__subheading{margin:10px 0 0;max-width:680px;opacity:.72}.bundle-builder__offers{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.bundle-builder__offer{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border:1px solid currentColor;border-radius:999px;font-size:.85rem;line-height:1}.bundle-builder__grid{display:grid;grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr) 32px minmax(0,1fr);align-items:center;gap:12px}.bundle-builder__plus{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;color:var(--bundle-accent);background:color-mix(in srgb,var(--bundle-accent) 12%,transparent);font-size:1.35rem;line-height:1}.bundle-builder__card{display:grid;gap:14px;height:100%;padding:14px;border:2px solid rgba(0,0,0,.12);border-color:color-mix(in srgb,currentColor 14%,transparent);border-radius:8px;background:color-mix(in srgb,currentColor 2%,transparent);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.bundle-builder__card.is-selected,.bundle-builder__card:has(.bundle-builder__checkbox:checked){border-color:var(--bundle-accent);box-shadow:0 0 0 1px var(--bundle-accent)}.bundle-builder__select-wrap{display:grid;gap:7px;position:relative}.bundle-builder__select-label{margin:0;font-size:.86rem;line-height:1.2;opacity:.72}.bundle-builder__select{width:100%;min-height:44px;margin:0;padding:0 44px 0 14px;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:6px;background-color:color-mix(in srgb,currentColor 3%,transparent);color:currentColor;font-weight:600;line-height:1.2;box-shadow:inset 0 1px color-mix(in srgb,#fff 55%,transparent);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.bundle-builder__select:hover{border-color:color-mix(in srgb,currentColor 38%,transparent);background-color:color-mix(in srgb,currentColor 5%,transparent)}.bundle-builder__select:focus{outline:0;border-color:var(--bundle-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--bundle-accent) 18%,transparent)}.bundle-builder__select option{color:CanvasText;background:Canvas}.bundle-builder__select option:disabled{color:GrayText;background:color-mix(in srgb,CanvasText 7%,Canvas);font-style:italic}.bundle-builder__custom-select{display:none;position:relative}.bundle-builder[data-bundle-ready] .bundle-builder__custom-select{display:block}.bundle-builder[data-bundle-ready] .bundle-builder__select{position:absolute;width:1px;height:1px;min-height:0;opacity:0;pointer-events:none}.bundle-builder__select-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:48px;padding:8px 42px 8px 14px;border:1px solid color-mix(in srgb,currentColor 20%,transparent);border-radius:6px;background:linear-gradient(180deg,color-mix(in srgb,#fff 12%,transparent),transparent),color-mix(in srgb,currentColor 3%,transparent);color:currentColor;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.bundle-builder__select-toggle:hover,.bundle-builder__custom-select.is-open .bundle-builder__select-toggle{border-color:var(--bundle-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--bundle-accent) 13%,transparent)}.bundle-builder__select-copy{display:grid;min-width:0;gap:3px}.bundle-builder__select-value,.bundle-builder__option-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-builder__select-value{font-weight:700;line-height:1.1}.bundle-builder__select-price{font-size:.82rem;line-height:1;opacity:.68}.bundle-builder__select-icon{position:absolute;right:16px;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;opacity:.7;transform:rotate(45deg) translateY(-2px);transition:transform .16s ease}.bundle-builder__custom-select.is-open .bundle-builder__select-icon{transform:rotate(225deg) translate(-2px,-1px)}.bundle-builder__option-list{position:absolute;z-index:20;top:calc(100% + 8px);left:0;right:0;display:none;max-height:280px;overflow:auto;padding:6px;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:8px;background:var(--bg);box-shadow:0 16px 40px #00000024}.bundle-builder__custom-select.is-open .bundle-builder__option-list{display:grid;gap:4px}.bundle-builder__option{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:44px;padding:9px 10px;border:1px solid transparent;border-radius:6px;background:color-mix(in srgb,currentColor 2%,transparent);color:currentColor;text-align:left;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.bundle-builder__option:hover:not(:disabled):not(.is-disabled),.bundle-builder__option.is-selected{background:color-mix(in srgb,var(--bundle-accent) 10%,transparent)}.bundle-builder__option.is-selected{border-color:color-mix(in srgb,var(--bundle-accent) 34%,transparent);box-shadow:inset 3px 0 0 var(--bundle-accent)}.bundle-builder__option.is-disabled,.bundle-builder__option:disabled{cursor:not-allowed;opacity:1;color:color-mix(in srgb,currentColor 54%,transparent);background:repeating-linear-gradient(-45deg,color-mix(in srgb,currentColor 6%,transparent) 0,color-mix(in srgb,currentColor 6%,transparent) 6px,transparent 6px,transparent 12px),color-mix(in srgb,currentColor 3%,transparent)}.bundle-builder__option-meta{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.bundle-builder__option-price{font-size:.86rem;opacity:.74}.bundle-builder__option-badge{padding:3px 6px;border-radius:999px;background:color-mix(in srgb,currentColor 10%,transparent);font-size:.68rem;line-height:1;text-transform:uppercase}.bundle-builder__product{display:grid;gap:12px}.bundle-builder__media{display:block;position:relative;overflow:hidden;aspect-ratio:1;padding:10px;border-radius:6px;background:color-mix(in srgb,currentColor 5%,transparent)}.bundle-builder__image,.bundle-builder__placeholder,.bundle-builder__placeholder svg{width:100%;height:100%}.bundle-builder__image{display:block;object-fit:contain}.bundle-builder__placeholder{display:grid;place-items:center}.bundle-builder__placeholder[hidden],.bundle-builder__image[hidden]{display:none}.bundle-builder__info{display:grid;gap:5px}.bundle-builder__product-title{color:currentColor;font-weight:600;line-height:1.3;text-decoration:none}.bundle-builder__price{font-size:.95rem;opacity:.76}.bundle-builder__check-row{display:flex;align-items:center;min-height:28px;gap:8px}.bundle-builder__checkbox{flex:0 0 auto;width:18px;height:18px;accent-color:var(--bundle-accent)}.bundle-builder__check-label{margin:0;font-size:.92rem;line-height:1.2}.bundle-builder__summary{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding-top:4px}.bundle-builder__status{margin:0;font-weight:600}.bundle-builder__totals{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-end;gap:6px 10px;min-height:44px;padding:8px 12px;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:6px;background:color-mix(in srgb,currentColor 3%,transparent)}.bundle-builder__totals[hidden]{display:none}.bundle-builder__total-label{font-size:.78rem;line-height:1.1;opacity:.68}.bundle-builder__subtotal-price{opacity:.62}.bundle-builder__discounted-price{color:var(--bundle-accent);font-size:1.15rem;line-height:1}.bundle-builder__button{min-width:260px}.bundle-builder__button[disabled]{cursor:not-allowed;opacity:.55}.bundle-builder__error{grid-column:1 / -1;min-height:1.2em;margin:0;color:#b00020}.bundle-builder__error:empty{display:none}.bundle-builder__empty{margin:0;padding:18px;border:1px dashed currentColor;border-radius:8px;opacity:.72}@media only screen and (max-width:749px){.bundle-builder__header{display:grid;align-items:start}.bundle-builder__title{font-size:1.55rem}.bundle-builder__offers{justify-content:flex-start}.bundle-builder__grid{grid-template-columns:1fr;gap:10px}.bundle-builder__plus{margin:-2px auto;transform:rotate(90deg)}.bundle-builder__card{gap:12px;padding:12px}.bundle-builder__product{grid-template-columns:92px minmax(0,1fr);align-items:center}.bundle-builder__media{width:92px;min-height:92px}.bundle-builder__summary{grid-template-columns:1fr;gap:10px}.bundle-builder__totals{justify-content:space-between;width:100%}.bundle-builder__button{width:100%;min-width:0;min-height:48px}}
/*# sourceMappingURL=/cdn/shop/t/80/compiled_assets/styles.css.map */
