.bundle-builder{--ink: #061f30;--muted: #8d9aa4;--line: #dce1e4;--surface: #f5f6f6;display:block;color:var(--ink);padding:54px max(24px,calc((100vw - 1760px)/2)) 80px}.bundle-builder *{box-sizing:border-box}.bundle-builder button{color:inherit}.bundle-builder__intro{max-width:650px;margin-bottom:38px}.bundle-builder__title{margin:0 0 6px}.bundle-builder__subtitle{margin:0;color:var(--muted)}.bundle-builder__layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:12px;align-items:start}.bundle-builder__main{min-width:0}.bundle-tiers{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding-bottom:12px}.bundle-tiers::-webkit-scrollbar{display:none}.bundle-tier{flex:0 0 232px;min-height:76px;padding:17px 12px;border:1px solid var(--line);text-align:center;background:#fff}.bundle-tier.is-earned{border-color:var(--ink)}.bundle-tier.is-next{border:1px dashed var(--ink)}.bundle-tier strong{display:block}.bundle-tier span{display:block;margin-top:6px;color:var(--muted)}.bundle-progress__message{min-height:30px;margin:0;text-align:center}.bundle-progress__track{position:relative;height:2px;background:var(--line);margin:0 0 10px}.bundle-progress__fill{display:block;height:100%;width:0;background:var(--ink);transition:width .3s}.bundle-progress__knob{position:absolute;top:50%;left:0;width:10px;height:10px;border-radius:50%;background:var(--ink);transform:translate(-50%,-50%);transition:left .3s}.bundle-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bundle-card{min-width:0}.bundle-card__media{position:relative;aspect-ratio:.78;overflow:hidden;background:var(--surface);border:1px solid transparent}.bundle-card.is-selected .bundle-card__media{border-color:var(--ink)}.bundle-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .25s}.bundle-card__image--alternate{opacity:0}.bundle-card__visual:hover .bundle-card__image--alternate{opacity:1}.bundle-card__quick-view{position:absolute;z-index:3;top:10px;left:10px;width:30px;height:30px;padding:0;border:0;background:#fff;opacity:0;transform:translateY(-5px);transition:.2s;cursor:pointer}.bundle-card__media:hover .bundle-card__quick-view,.bundle-card__quick-view:focus-visible{opacity:1;transform:none}.bundle-card__badge{position:absolute;z-index:3;top:9px;right:9px;min-width:22px;line-height:22px;font-size:.875rem;border-radius:50%;color:#fff;background:var(--ink);text-align:center}.bundle-card__label{position:absolute;z-index:2;top:12px;right:12px;padding:4px 11px;color:#fff;background:var(--ink)}.bundle-card__badge:not([hidden])+.bundle-card__label{right:42px}.bundle-card__details{padding:10px 10px 0}.bundle-card__title{display:block;margin-bottom:4px}.bundle-card__price{display:block;color:var(--muted)}.bundle-card__variants{display:flex;gap:4px;margin:9px 0}.bundle-card__variants select{width:100%;min-height:36px;padding:0 10px;border:1px solid var(--line);color:var(--muted);background:#fff}.bundle-card__actions{display:grid;grid-template-columns:107px minmax(0,1fr)}.bundle-quantity{display:grid;grid-template-columns:repeat(3,1fr);min-height:40px;border:1px solid var(--line);background:#fff;align-items:center;text-align:center}.bundle-quantity button{height:100%;padding:0;border:0;background:none;cursor:pointer}.bundle-button{min-height:40px;padding:10px 18px;border:0;color:#fff!important;background:var(--ink);cursor:pointer}.bundle-button:disabled{background:#a5adb3;cursor:not-allowed}.bundle-summary{position:sticky;top:20px;border:1px solid var(--line);box-shadow:0 8px 28px #0118270f;background:#fff}.bundle-summary__header{display:flex;justify-content:space-between;align-items:center;min-height:64px;padding:0 20px;border-bottom:1px solid var(--line)}.bundle-summary__header h2{margin:0}.bundle-summary__header span{color:var(--muted)}.bundle-summary__empty{min-height:60px;margin:0;display:grid;place-items:center;color:var(--muted)}.bundle-summary__list{max-height:380px;margin:0;padding:0;overflow-y:auto;list-style:none}.bundle-line{display:grid;grid-template-columns:76px 1fr auto;gap:16px;padding:16px 20px;border-bottom:1px solid var(--line)}.bundle-line__image{width:76px;height:96px;object-fit:cover;background:var(--surface)}.bundle-line__details{display:flex;align-items:flex-start;flex-direction:column;min-width:0}.bundle-line__details>span{margin:5px 0 10px;color:var(--muted)}.bundle-line .bundle-quantity{width:86px;min-height:34px}.bundle-line__remove{display:inline-flex;align-items:center;gap:4px;margin-top:7px;padding:2px 0;border:0;color:transparent;background:transparent;transition:color .18s ease;cursor:pointer}.bundle-line:hover .bundle-line__remove{color:var(--bundle-muted)}.bundle-line .bundle-line__remove:hover,.bundle-line .bundle-line__remove:focus-visible{color:var(--bundle-ink)}.bundle-line__remove svg{flex:none}.bundle-line__price{white-space:nowrap}.bundle-summary__totals{padding:18px 20px 0;background:#f1f2f3}.bundle-summary__row{display:flex;justify-content:space-between;gap:20px;margin-bottom:12px}.bundle-summary__row--total{margin:16px -20px 0;padding:15px 20px;border-top:1px solid var(--line)}.bundle-summary__footer{padding:0 20px 20px;background:#f1f2f3;text-align:center}.bundle-summary__footer .bundle-button{width:100%}.bundle-summary__note{margin:10px 0 0;color:var(--muted)}.bundle-summary__status{min-height:16px;margin:5px 0 0;color:#a52222}.bundle-modal{width:min(860px,calc(100vw - 32px));max-width:none;padding:0;border:0;color:var(--ink);background:#fff}.bundle-modal::backdrop{background:#02141f7a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.bundle-modal__grid{display:grid;grid-template-columns:52% 48%;min-height:580px}.bundle-modal__gallery{position:relative;min-width:0;background:var(--surface)}.bundle-modal__images{height:100%}.bundle-modal__images img{width:100%;height:100%;object-fit:cover}.bundle-modal__gallery-bar{position:absolute;right:0;bottom:0;left:0;display:flex;justify-content:space-between;align-items:center;height:43px;padding:0;background:#fff}.bundle-modal__gallery-bar button{border:0;background:none;cursor:pointer}.bundle-modal__dots{display:flex;gap:5px}.bundle-modal__dots span{width:5px;height:5px;border-radius:50%;background:var(--line)}.bundle-modal__dots .is-active{background:var(--ink)}.bundle-modal__content{position:relative;display:flex;flex-direction:column;padding:30px 24px 24px}.bundle-modal__close{position:absolute;top:13px;right:14px;padding:5px;border:0;background:none;cursor:pointer}.bundle-modal__content h2{margin:0 0 12px}.bundle-modal__price{margin-bottom:20px}.bundle-modal__label{margin:0 0 7px;color:var(--muted)}.bundle-modal select{width:100%;min-height:40px;margin-bottom:18px;padding:0 12px;border:1px solid var(--line);background:#fff}.bundle-modal .bundle-quantity{width:120px}.bundle-modal__footer{margin-top:auto}.bundle-modal__footer .bundle-button{width:100%}.bundle-modal__footer p{margin:12px 0 0;color:var(--muted);text-align:center}.bundle-modal-open{overflow:hidden}@media(max-width:1200px){.bundle-builder__layout{grid-template-columns:minmax(0,1fr) 350px}.bundle-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.bundle-builder{padding:32px 14px 50px}.bundle-builder__layout{display:flex;flex-direction:column}.bundle-summary{position:static;order:-1;width:100%;margin-bottom:18px}.bundle-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bundle-card__actions{grid-template-columns:90px 1fr}.bundle-modal__grid{display:block}.bundle-modal__gallery{height:54vh}.bundle-modal__content{min-height:390px}}@media(max-width:430px){.bundle-products{grid-template-columns:1fr}}.bundle-builder{--bundle-page-background: #fff;--bundle-ink: #061f30;--bundle-muted: #8d9aa4;--bundle-line: #dce1e4;--bundle-active: #061f30;--bundle-button-background: #061f30;--bundle-button-text: #fff;--bundle-product-background: #f5f6f6;--bundle-tier-background: #fff;--bundle-summary-background: #fff;--bundle-totals-background: #f1f2f3;--bundle-modal-background: #fff;--bundle-badge-background: #061f30;--bundle-badge-text: #fff;--bundle-disabled-background: #a5adb3;--ink: var(--bundle-ink);--muted: var(--bundle-muted);--line: var(--bundle-line);--surface: var(--bundle-product-background);background:var(--bundle-page-background)}.bundle-tier,.bundle-card__quick-view,.bundle-card__variants select,.bundle-quantity{background:var(--bundle-tier-background)}.bundle-tier.is-earned,.bundle-card.is-selected .bundle-card__media,.bundle-tier.is-next{border-color:var(--bundle-active)}.bundle-progress__fill,.bundle-progress__knob,.bundle-modal__dots .is-active{background:var(--bundle-active)}.bundle-button{color:var(--bundle-button-text)!important;background:var(--bundle-button-background)}.bundle-button:disabled{background:var(--bundle-disabled-background)}.bundle-card__badge,.bundle-card__label{color:var(--bundle-badge-text);background:var(--bundle-badge-background)}.bundle-summary{background:var(--bundle-summary-background)}.bundle-summary__empty[hidden],.bundle-summary__row[hidden]{display:none}.bundle-summary__totals,.bundle-summary__footer{background:var(--bundle-totals-background)}.bundle-modal,.bundle-modal__gallery-bar,.bundle-modal select{color:var(--bundle-ink);background:var(--bundle-modal-background)}.bundle-card__variant-buttons,.bundle-summary__toggle,.bundle-summary__backdrop,.bundle-button__mobile-label{display:none}@media(max-width:760px){.bundle-builder{padding:30px 14px 245px}.bundle-builder__intro{margin-bottom:58px}.bundle-builder__title{margin-bottom:8px}.bundle-builder__layout{display:block}.bundle-tiers{gap:5px;padding-bottom:18px}.bundle-tier{flex-basis:180px;min-height:52px;padding:10px 6px}.bundle-tier strong{white-space:nowrap}.bundle-tier span{overflow:hidden;white-space:nowrap;text-overflow:clip}.bundle-progress__message{min-height:29px;white-space:nowrap}.bundle-progress__track{margin-bottom:10px}.bundle-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.bundle-card__media{aspect-ratio:.76}.bundle-card__quick-view{opacity:1;transform:none}.bundle-card__details{display:grid;grid-template-columns:minmax(0,1fr) auto;padding:6px 0 0}.bundle-card__variants{grid-column:1 / -1;grid-row:1;margin:0 0 7px}.bundle-card__variants select{display:none}.bundle-card__variant-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(28px,1fr));width:100%;gap:3px}.bundle-card__variant-buttons button{min-width:0;height:32px;padding:0 2px;border:1px solid var(--bundle-line);color:var(--bundle-muted);background:var(--bundle-tier-background);cursor:pointer}.bundle-card__variant-buttons button.is-active{border-color:var(--bundle-active);color:var(--bundle-ink)}.bundle-card__title{grid-column:1;grid-row:2;overflow:hidden;padding:2px 7px;white-space:nowrap;text-overflow:ellipsis}.bundle-card__price{grid-column:2;grid-row:2;padding:2px 7px;white-space:nowrap}.bundle-card__actions{grid-column:1 / -1;grid-row:3;grid-template-columns:88px minmax(0,1fr);margin-top:5px}.bundle-card__actions .bundle-button{padding-inline:5px}.bundle-summary__backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#061f306b;cursor:default}.bundle-builder.is-summary-open .bundle-summary__backdrop{display:block}.bundle-summary{position:fixed;z-index:90;top:auto;right:9px;bottom:8px;left:9px;display:flex;width:auto;max-height:calc(100dvh - 28px);margin:0;flex-direction:column;overflow:hidden;border-color:var(--bundle-line);box-shadow:0 -3px 18px #061f301f}.bundle-summary__list{order:1;display:none;max-height:38dvh;overflow-y:auto;background:var(--bundle-summary-background)}.bundle-summary.is-open .bundle-summary__list{display:block}.bundle-summary__header{order:2;min-height:34px;padding:0 18px;border-top:1px solid var(--bundle-line);border-bottom:1px solid var(--bundle-line)}.bundle-summary__header h2{display:none}.bundle-summary__header>span{margin-left:auto}.bundle-summary__toggle{display:grid;width:26px;height:32px;padding:0;place-items:center;border:0;background:transparent;cursor:pointer}.bundle-summary__toggle:disabled{opacity:.35;cursor:default}.bundle-summary__toggle span{display:block;color:var(--bundle-ink);transition:transform .2s ease;height:fit-content;line-height:0}.bundle-summary.is-open .bundle-summary__toggle span{transform:rotate(180deg)}.bundle-summary__empty{display:none}.bundle-summary__totals{order:3;padding:14px 20px 0}.bundle-summary__row{margin-bottom:7px}.bundle-summary__row--total{margin-top:11px;padding-block:11px}.bundle-summary__footer{order:4;padding:0 20px 13px}.bundle-summary__footer .bundle-button{min-height:46px}.bundle-summary__note{display:none}.bundle-summary__status{min-height:0;margin:5px 0 0}.bundle-line{position:relative;grid-template-columns:56px minmax(0,1fr) auto;gap:15px;padding:15px 18px}.bundle-line__image{width:56px;height:76px}.bundle-line__details>span{margin-bottom:8px}.bundle-line .bundle-quantity{width:84px;min-height:35px}.bundle-line__remove{position:absolute;right:18px;bottom:18px}.bundle-line__price{padding-top:2px}.bundle-modal{max-height:calc(100dvh - 20px)}}@media(max-width:430px){.bundle-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:360px){.bundle-card__price{display:none}.bundle-card__title{grid-column:1 / -1}}@media(max-width:760px){.bundle-summary-open{overflow:hidden}}.bundle-card__variants{position:absolute;z-index:4;right:8px;bottom:8px;left:8px;display:block;margin:0;opacity:0;transform:translateY(7px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.bundle-card__visual{position:relative}.bundle-card__variants select{display:none}.bundle-card__option-groups{display:grid;gap:7px}.bundle-card__option-group{min-width:0;margin:0;padding:0;border:0}.bundle-card__option-group[hidden]{display:none}.bundle-card__option-group>select{display:none}.bundle-card__option-group legend{margin:0 0 4px;padding:0 4px;color:var(--bundle-muted)}.bundle-card__option-group>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(34px,1fr));gap:4px}.bundle-card__option-group button{min-width:0;min-height:34px;padding:4px;border:1px solid var(--bundle-line);color:var(--bundle-muted);background:var(--bundle-tier-background);cursor:pointer}.bundle-card__option-group button.is-active{border-color:var(--bundle-active);color:var(--bundle-ink)}.bundle-card__visual:hover .bundle-card__variants,.bundle-card__visual:focus-within .bundle-card__variants,.bundle-card.needs-options .bundle-card__variants{opacity:1;transform:none;pointer-events:auto}.bundle-card.needs-options .bundle-card__option-groups{animation:bundle-options-flash .3s ease-in-out 3}@keyframes bundle-options-flash{0%,to{filter:none}50%{filter:drop-shadow(0 0 5px var(--bundle-active))}}@media(max-width:760px){.bundle-card__variants{position:static;margin-top:6px;opacity:1;transform:none;pointer-events:auto}.bundle-card__option-groups{gap:4px}.bundle-card__option-group legend{margin-bottom:3px}.bundle-card__option-group>div{gap:3px}.bundle-card__option-group button{min-height:32px;padding:2px}.bundle-builder--mobile-options-select .bundle-card__option-group>div{display:none}.bundle-builder--mobile-options-select .bundle-card__option-groups{display:flex}.bundle-builder--mobile-options-select .bundle-card__option-group>select{display:block;width:100%;min-height:36px;padding:0 10px;border:1px solid var(--bundle-line);border-radius:0;color:var(--bundle-ink);background:var(--bundle-tier-background)}.bundle-button__desktop-label{display:none}.bundle-button__mobile-label{display:inline}}@media(prefers-reduced-motion:reduce){.bundle-card.needs-options .bundle-card__option-groups{animation:none;outline:2px solid var(--bundle-active);outline-offset:2px}}.bundle-modal{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto}.bundle-modal__grid{width:100%;height:auto;min-width:0;min-height:0}.bundle-modal__grid>*{min-width:0;min-height:0}.bundle-modal__gallery.swiper{width:100%;max-width:100%;height:auto;min-width:0;min-height:0;overflow:hidden}.bundle-modal__close{z-index:10;color:var(--bundle-ink)}.bundle-modal__images.swiper-wrapper{width:100%;max-width:100%;height:auto;min-width:0;min-height:0}.bundle-modal__images img{display:block;width:100%;height:auto;object-fit:contain}.bundle-modal__images .swiper-slide{display:flex;height:auto;min-width:0;align-items:flex-start;justify-content:center;background:var(--bundle-product-background)}.bundle-modal__gallery-bar{position:relative}.bundle-modal__dots.swiper-pagination{position:static;width:auto;transform:none}.bundle-modal__dots .swiper-pagination-bullet{width:5px;height:5px;margin:0 2px!important;background:var(--bundle-line);opacity:1}.bundle-modal__dots .swiper-pagination-bullet-active{background:var(--bundle-active)}.bundle-modal__swiper-previous,.bundle-modal__swiper-next{transition:opacity .2s ease}.bundle-modal__swiper-previous.swiper-button-disabled,.bundle-modal__swiper-next.swiper-button-disabled{opacity:.25;cursor:default}.bundle-modal__option-groups{display:grid;gap:12px;margin-bottom:18px}.bundle-modal__option-group{min-width:0;margin:0;padding:0;border:0}.bundle-modal__option-group[hidden]{display:none}.bundle-modal__option-group legend{margin:0 0 6px;padding:0;color:var(--bundle-muted)}.bundle-modal__option-group>div{display:flex;flex-wrap:wrap;gap:5px}.bundle-modal__option-group>div>button{width:fit-content}.bundle-modal__option-group button{min-height:39px;padding:5px;border:1px solid var(--bundle-line);color:var(--bundle-muted);background:var(--bundle-modal-background);cursor:pointer}.bundle-modal__option-group button.is-active{border-color:var(--bundle-active);color:var(--bundle-ink)}.bundle-modal__option-groups.needs-options{animation:bundle-options-flash .3s ease-in-out 3}@media(max-width:760px){.bundle-modal{top:18px;right:1px;bottom:9px;left:1px;width:calc(100vw - 2px);height:calc(100dvh - 27px);max-height:none;margin:0 auto;overflow:hidden}.bundle-modal__grid{display:flex;height:100%;min-height:0;flex-direction:column}.bundle-modal__gallery.swiper{width:100%;height:auto;max-height:none;flex:0 0 auto}.bundle-modal__content{min-height:0;padding:8px 16px 10px;flex:1 1 auto;overflow-y:auto}.bundle-modal__close{top:12px;right:12px}.bundle-modal__content h2{margin-bottom:4px}.bundle-modal__price{margin-bottom:6px}.bundle-modal__label{margin-bottom:4px}.bundle-modal__option-groups{gap:6px;margin-bottom:7px}.bundle-modal__option-group legend{margin-bottom:4px}.bundle-modal__option-group button,.bundle-modal .bundle-quantity{min-height:36px}.bundle-modal__footer{margin-top:7px}.bundle-modal__footer .bundle-button{min-height:41px}.bundle-modal__footer p{display:none}}@media(prefers-reduced-motion:reduce){.bundle-modal__option-groups.needs-options{animation:none;outline:2px solid var(--bundle-active);outline-offset:2px}}.bundle-button{text-align:center;text-transform:uppercase;font-size:.75rem}@media(max-width:768px){.bundle-button{font-size:.75rem}}@media(min-width:769px){.bundle-products{grid-template-rows:repeat(4,auto);row-gap:0}.bundle-card{grid-row:span 4;display:grid;grid-template-rows:subgrid;margin-block-start:1rem}.bundle-card__details{display:contents}}.bundle-card__option-group button,.bundle-modal__option-group button{text-align:center;font-size:.75rem}.bundle-card__quick-view{text-align:center}*:has(>svg:only-child){line-height:0}
/*# sourceMappingURL=/cdn/shop/t/24/assets/bundle-builder.css.map */
