.bundle-configurator-section{display:block}bundle-configurator,.bundle-configurator{display:grid;grid-template-columns:45% 1fr;min-height:600px;max-width:100%;overflow-x:clip}@media(max-width:749px){.bundle-configurator{grid-template-columns:1fr}}.bundle-configurator__media{position:sticky;top:var(--header-group-height, 108px);align-self:start;overflow:hidden;background:var(--color-background)}@media(max-width:749px){.bundle-configurator__media{position:static}}.bundle-configurator__media-img{width:100%;aspect-ratio:var(--bc-img-ratio, 1);object-fit:cover;display:block;border-radius:var(--bc-border-radius, 8px);transition:opacity .3s ease}@media(max-width:749px){.bundle-configurator__media-img{aspect-ratio:var(--bc-img-ratio-mobile, var(--bc-img-ratio, 1))}}.bundle-configurator__media-placeholder{width:100%;aspect-ratio:var(--bc-img-ratio, 1);background:var(--color-border, #e8e8e1);border-radius:var(--bc-border-radius, 8px)}.bundle-configurator__gallery{display:flex!important;flex-direction:row;width:100%}@media(min-width:749px){.bundle-configurator__gallery{margin-bottom:40px}}.bundle-configurator__gallery-thumbs{display:flex;flex-direction:column;gap:6px;padding:0 10px 0 0;overflow-y:auto;width:90px;flex-shrink:0;scrollbar-width:none}.bundle-configurator__gallery-thumbs::-webkit-scrollbar{display:none}.bundle-configurator__gallery-thumb{width:70px;height:70px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;padding:0;background:var(--color-border, #e8e8e1);flex-shrink:0;position:relative;transition:border-color .15s}.bundle-configurator__gallery-thumb[aria-selected=true]{border-color:var(--color-foreground)}.bundle-configurator__gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.bundle-configurator__gallery-thumb-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0006;color:#fff;font-size:14px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.bundle-configurator__gallery-main-wrap{flex:1;position:relative;aspect-ratio:var(--bc-img-ratio, 1);overflow:hidden;display:block!important;align-self:flex-start;border-radius:var(--bc-border-radius, 8px)}.bundle-configurator__gallery-slides{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;height:100%}.bundle-configurator__gallery-slides::-webkit-scrollbar{display:none}.bundle-configurator__gallery-slide{flex:0 0 100%;scroll-snap-align:start;overflow:hidden;aspect-ratio:var(--bc-img-ratio, 1)}.bundle-configurator__gallery-slide-media{width:100%;height:100%;object-fit:cover;display:block}.bundle-configurator__gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2}slideshow-arrows{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none;z-index:2}slideshow-arrows .bundle-configurator__gallery-arrow{position:static;transform:none;pointer-events:all}@media(max-width:749px){.bundle-configurator__media-placeholder,.bundle-configurator__gallery-main-wrap,.bundle-configurator__gallery-slide{aspect-ratio:var(--bc-img-ratio-mobile, var(--bc-img-ratio, 1))}.bundle-configurator__gallery-thumbs{width:60px;padding:0 6px 6px 0}.bundle-configurator__gallery-thumb{width:48px;height:48px}}.bundle-configurator__body{display:flex;flex-direction:column;padding:0 0 40px 48px;gap:32px;min-width:0;overflow-x:clip;position:relative}@media(max-width:749px){.bundle-configurator__body{padding:24px 15px;margin:0 -15px;gap:24px}}.bundle-configurator__nav-col{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.bundle-configurator__steps-nav{display:flex;align-items:center;gap:6px;flex-shrink:0}.bundle-configurator__step-connector{display:none}.bundle-configurator__step-dot{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1.5px solid var(--color-border, #d5d5ce);color:var(--color-foreground);font-size:16px;font-weight:700;transition:background .2s,border-color .2s,color .2s;flex-shrink:0}.bundle-configurator__step-dot--active[data-step="1"]{background:var(--bc-color-base);border-color:var(--bc-color-base);color:var(--color-background)}.bundle-configurator__step-dot--active[data-step="2"]{background:var(--bc-color-moods);border-color:var(--bc-color-moods);color:var(--color-foreground)}.bundle-configurator__step-dot--active[data-step="3"]{background:var(--bc-color-addons);border-color:var(--bc-color-addons);color:var(--color-background)}.bundle-configurator__step-dot--active[data-step="4"]{background:var(--color-foreground);border-color:var(--color-foreground);color:var(--color-background)}.bundle-configurator__step-dot--completed[data-step="1"]{background:var(--bc-color-base);border-color:var(--bc-color-base);color:var(--color-background)}.bundle-configurator__step-dot--completed[data-step="2"]{background:var(--bc-color-moods);border-color:var(--bc-color-moods);color:var(--color-foreground)}.bundle-configurator__step-dot--completed[data-step="3"]{background:var(--bc-color-addons);border-color:var(--bc-color-addons);color:var(--color-background)}.bundle-configurator__step-dot--completed[data-step="4"]{background:var(--color-foreground);border-color:var(--color-foreground);color:var(--color-background)}.bundle-configurator__step-dot--completed .bundle-configurator__step-dot-num{display:none}.bundle-configurator__step-dot--completed:after{content:"\2713";font-size:20px;font-weight:700;line-height:1}@media(max-width:949px){.bundle-configurator__steps-nav{gap:3px}.bundle-configurator__step-dot{width:18px;height:18px;font-size:7px;border-width:1px}.bundle-configurator__step-dot--completed:after{font-size:9px}}.bundle-configurator__step{display:flex;flex-direction:column;gap:24px;flex:1}.bundle-configurator__step[hidden]{display:none}.bundle-configurator__header{display:flex;flex-direction:column;gap:6px}.bundle-configurator__heading-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px}.bundle-configurator__eyebrow{margin:0;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--color-foreground);opacity:.5}.bundle-configurator__step-heading{margin:0;font-size:var(--bc-heading-size, 60px);font-weight:800;line-height:1;text-transform:uppercase;color:var(--color-foreground)}@media(max-width:749px){.bundle-configurator__step-heading{font-size:40px}.bundle-configurator__footer .bundle-configurator__total{font-size:30px}}.bundle-configurator__step-heading-accent{color:var(--bc-color-base, #121212);opacity:.35}bundle-configurator[data-current-step="2"] .bundle-configurator__step-heading-accent{color:var(--bc-color-moods);opacity:1}bundle-configurator[data-current-step="3"] .bundle-configurator__step-heading-accent{color:var(--bc-color-addons);opacity:1}bundle-configurator[data-current-step="4"] .bundle-configurator__step-heading-accent{color:var(--bc-color-base);opacity:.35}.bundle-configurator__description-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:4px 0 0}.bundle-configurator__step-description{margin:0;font-size:var(--bc-description-size, 14px);color:var(--color-foreground);opacity:.6;line-height:1.5;flex:1}.bundle-configurator__shipping-bar{width:100%;margin:12px 0 0}.bundle-configurator__shipping-bar free-shipping-bar{padding:6px 0 2px}.bundle-configurator__shipping-bar .free-shipping-bar__track{margin-right:14px}bundle-configurator[data-fsb-position=top] .bc-fsb--bottom{display:none}bundle-configurator[data-fsb-position=bottom] .bc-fsb--top{display:none}bundle-configurator[data-fsb-position=bottom] .bc-fsb-row{display:flex;align-items:center;gap:16px;container-type:inline-size}@container (max-width: 360px){.bc-fsb-row .bundle-configurator__extra-btns{flex-direction:column}}bundle-configurator[data-fsb-position=bottom] .free-shipping-bar__message{text-align:right}bundle-configurator[data-fsb-position=bottom] .bc-fsb-row .bundle-configurator__shipping-bar,bundle-configurator[data-fsb-position=bottom] .bundle-configurator__step--4 .bundle-configurator__shipping-bar{flex:1;min-width:0;max-width:250px;padding:18px 0 0;margin-left:auto}bundle-configurator[data-fsb-position=bottom] .bc-fsb-row .bundle-configurator__extra-btns{width:auto;flex:0 0 auto;padding-top:0}bundle-configurator[data-fsb-position=bottom] .bundle-configurator__step--4 .bundle-configurator__shipping-bar{padding-top:0;margin-top:0}bundle-configurator[data-fsb-position=bottom] .bundle-configurator__step--4 .bundle-configurator__footer{flex-direction:column;align-items:stretch;gap:8px}.bc-step4-footer-row{display:flex;align-items:center;justify-content:space-between;gap:16px}@media(max-width:1130px){.bundle-configurator__shipping-bar free-shipping-bar{font-size:11px}bundle-configurator[data-fsb-position=bottom] .bc-fsb-row .bundle-configurator__shipping-bar{max-width:180px}}.bundle-configurator__product-title{margin:0;font-size:clamp(20px,2.5vw,28px);font-weight:700;line-height:1.2;color:var(--color-foreground)}.bundle-configurator__step-label{margin:0;font-size:14px;color:var(--color-foreground);opacity:.65;text-transform:uppercase;letter-spacing:.08em}.bundle-configurator__base-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}@media(max-width:480px){.bundle-configurator__base-grid{grid-template-columns:repeat(2,1fr)}}.bundle-configurator__base-card{border:2px solid var(--color-border, #e0e0d8);border-radius:var(--bc-border-radius, 8px);overflow:hidden;cursor:pointer;transition:border-color .15s,box-shadow .15s;background:var(--color-background);display:flex;flex-direction:column}.bundle-configurator__base-card:hover{border-color:var(--color-foreground)}.bundle-configurator__base-card--selected{border-color:var(--color-foreground);box-shadow:0 0 0 2px var(--color-foreground)}.bundle-configurator__base-card-media{aspect-ratio:1 / 1;overflow:hidden;background:var(--color-border, #f0f0ea)}.bundle-configurator__base-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.bundle-configurator__base-card:hover .bundle-configurator__base-card-img{transform:scale(1.04)}.bundle-configurator__base-card-info{padding:6px 8px 2px;display:flex;flex-direction:column;gap:2px}.bundle-configurator__base-card-title{font-size:11px;font-weight:600;line-height:1.3;color:var(--color-foreground)}.bundle-configurator__base-card-price{font-size:11px;padding:0 0 8px;color:var(--color-foreground);opacity:.65}.bundle-configurator__variant-panel{display:flex;flex-direction:column;gap:5px}.bundle-configurator__variant-panel[hidden]{display:none}.bundle-configurator__option-group{display:flex;flex-direction:column;gap:8px}.bundle-configurator__option-label{margin:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--color-foreground)}.bundle-configurator__option-values{display:flex;gap:8px}.bundle-configurator__option-chip{position:relative;overflow:hidden;width:90px;min-width:48px;height:48px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;border:4px solid var(--color-border, #d5d5ce);border-radius:var(--bc-border-radius, 8px);background:var(--color-background);color:var(--color-foreground);cursor:pointer;transition:border-color .15s,background .15s,color .15s;line-height:1}.bundle-configurator__option-chip:hover:not([disabled]):not(.bundle-configurator__option-chip--selected){border-color:var(--color-foreground)}.bundle-configurator__option-chip--selected{border-color:var(--color-foreground);background:var(--color-foreground);color:var(--color-background)}.bundle-configurator__option-chip--unavailable{color:var(--color-border, #d5d5ce);border-color:var(--color-border, #d5d5ce);cursor:not-allowed}.bundle-configurator__option-chip--unavailable:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top right,transparent calc(50% - .75px),var(--color-border, #d5d5ce) calc(50% - .75px),var(--color-border, #d5d5ce) calc(50% + .75px),transparent calc(50% + .75px));pointer-events:none}.bundle-configurator__footer{display:flex;flex-direction:column;margin-top:auto;padding:16px 48px;border-top:1px solid var(--color-border, #e0e0d8);gap:0;position:sticky;bottom:0;background:var(--color-background, #fff);z-index:7;margin-left:-48px;margin-right:-48px}@media(max-width:749px){.bundle-configurator__footer{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}}.bundle-configurator__footer-slots-row{overflow:hidden;margin-left:-48px;margin-right:-48px;padding-left:48px}@media(max-width:749px){.bundle-configurator__footer-slots-row{margin-left:-20px;margin-right:-20px;padding-left:20px}}.bundle-configurator__footer-slots{display:flex;flex-direction:row;align-items:center;gap:8px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px;padding-top:8px;padding-right:48px;scrollbar-width:none}.bundle-configurator__footer-slots::-webkit-scrollbar{display:none}@media(max-width:749px){.bundle-configurator__footer-slots{padding-right:20px}}.bundle-configurator__footer-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:2px}.bundle-configurator__step--4 .bundle-configurator__footer{flex-direction:row;align-items:center;justify-content:space-between}.bundle-configurator__footer-btns{display:flex;align-items:center;gap:12px}.bundle-configurator__total{font-size:var(--bc-total-size, 40px);font-family:var(--font-h1--family);font-weight:800;line-height:1;color:var(--color-foreground)}.bundle-configurator__continue-btn{min-width:140px;display:inline-flex;align-items:center;gap:var(--gap-2xs, 6px)}.bundle-configurator__continue-btn .svg-wrapper{width:var(--icon-size-sm, 18px);height:var(--icon-size-sm, 18px);display:flex;flex-shrink:0}.bundle-configurator__continue-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-configurator__buy-only-btn{background:none;border:none;padding:0;font:inherit;font-size:.85em;color:var(--color-foreground);cursor:pointer;text-decoration:underline;text-underline-offset:3px;opacity:.6;transition:opacity .2s ease;margin-left:20px;margin-right:auto}.bundle-configurator__buy-only-btn:disabled{opacity:.25;cursor:not-allowed;text-decoration:none}.bundle-configurator__buy-only-btn:not(:disabled):hover{opacity:1}.bundle-configurator__back-btn{background:none;border:none;font-size:14px;color:var(--color-foreground);opacity:.6;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;margin-left:auto;position:relative;z-index:1}.js-step-skip-slot{margin:10px 0 5px}.js-step4-atc{position:relative;margin-left:16px}.bundle-configurator__back-btn:hover{opacity:1}.bundle-configurator__stub{padding:60px 24px;text-align:center;border:2px dashed var(--color-border, #d5d5ce);border-radius:var(--style-border-radius-inputs, 8px);color:var(--color-foreground);opacity:.5;font-size:15px}.bundle-configurator__mood-tabs{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:749px){.bundle-configurator__mood-tabs{width:100%;justify-content:flex-start}.bundle-configurator__mood-tab{flex:1 1 auto;text-align:left}}.bundle-configurator__mood-tab{padding:8px 20px;font-size:13px;font-weight:600;border:1.5px solid var(--color-border, #d5d5ce);border-radius:100px;background:var(--color-background);color:var(--color-foreground);cursor:pointer;transition:border-color .15s,background .15s,color .15s;white-space:nowrap;line-height:1.4}.bundle-configurator__mood-tab:hover:not(.bundle-configurator__mood-tab--active){border-color:var(--color-foreground)}.bundle-configurator__mood-tab--active{background:var(--color-foreground);border-color:var(--color-foreground);color:var(--color-background)}.bundle-configurator__mood-tab-label{display:block;line-height:1.3;text-align:center}.bundle-configurator__mood-tab-price{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap;font-size:11px;font-weight:500;opacity:.85;line-height:1.2;margin-top:2px}.bc-tab-price-bundle{font-weight:700;font-size:1.2em}.bc-tab-price-retail{text-decoration:line-through;opacity:.6;font-weight:400}.bundle-configurator__patch-slots{display:contents}.bundle-configurator__patch-slot{width:60px;height:60px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;transition:border-color .2s}.bundle-configurator__patch-slot[data-slot-type=large],.bundle-configurator__patch-slot[data-slot-type=extra-large],.bundle-configurator__patch-slot[data-slot-type=base]{width:80px;height:80px}@media(max-width:749px){.bundle-configurator__patch-slot{width:40px;height:40px}.bundle-configurator__patch-slot[data-slot-type=large],.bundle-configurator__patch-slot[data-slot-type=extra-large],.bundle-configurator__patch-slot[data-slot-type=base]{width:50px;height:50px}}.bundle-configurator__patch-slot--empty{border:2px dashed var(--color-border, #d5d5ce)}.bundle-configurator__patch-slot--filled{border:2px solid var(--color-foreground);cursor:pointer}.bundle-configurator__patch-slot[data-slot-group=mood].bundle-configurator__patch-slot--filled{border-color:var(--bc-color-moods)}.bundle-configurator__patch-slot[data-slot-group=add].bundle-configurator__patch-slot--filled{border-color:var(--bc-color-addons)}.bundle-configurator__patch-slot--filled:hover{border-color:var(--color-foreground);opacity:.75}.bundle-configurator__patch-slot-icon{display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:var(--color-border, #c8c8c0);line-height:1;-webkit-user-select:none;user-select:none}.bundle-configurator__patch-slot-icon[hidden]{display:none}.bundle-configurator__patch-slot-sep{display:flex;align-items:center;align-self:center;font-size:16px;font-weight:300;color:var(--color-border, #c8c8c0);-webkit-user-select:none;user-select:none;padding:0 4px;flex-shrink:0}.bundle-configurator__patch-slot-sep--base{font-size:0;width:1px;height:40px;background:var(--color-border, #d5d5ce);padding:0;margin:0 4px}.bundle-configurator__patch-slot-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:6px}.bundle-configurator__patch-slot-img[hidden]{display:none}.bundle-configurator__patch-slot-remove{position:absolute;top:-7px;right:-7px;width:18px;height:18px;border-radius:50%;border:none;background:var(--color-foreground);color:var(--color-background);font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:opacity .15s}.bundle-configurator__patch-slot-remove:hover{opacity:.7}.bundle-configurator__patch-slot-remove[hidden]{display:none}.bundle-configurator__extra-btns{display:flex;flex-direction:row;width:100%;gap:6px;padding-top:5px}.bundle-configurator__extra-btn{padding:6px 14px;font-size:12px;font-weight:600;border:1.5px dashed var(--color-border, #d5d5ce);border-radius:100px;background:transparent;color:var(--color-foreground);opacity:.7;cursor:pointer;transition:border-color .15s,opacity .15s;line-height:1.4;letter-spacing:.03em}.bundle-configurator__extra-btn:hover:not([disabled]){border-color:var(--color-foreground);opacity:1}.bundle-configurator__extra-btn:disabled{opacity:.3;cursor:not-allowed}@keyframes bc-extra-btn-shake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.bundle-configurator__extra-btn--shake{animation:bc-extra-btn-shake .35s ease}.bundle-configurator__patch-slot--extra{opacity:.85}.bundle-configurator__patch-slot--extra.bundle-configurator__patch-slot--empty{border-style:dotted}.bundle-configurator__patch-section{display:flex;flex-direction:column;gap:12px}.bundle-configurator__patch-section[hidden]{display:none}.bundle-configurator__section-label{margin:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--color-foreground)}.bundle-configurator__collection-filters{display:flex;gap:6px;flex-wrap:wrap}@media(max-width:749px){.bundle-configurator__collection-filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.bundle-configurator__collection-filters::-webkit-scrollbar{display:none}.bundle-configurator__filter-chip{flex-shrink:0}}.bundle-configurator__filter-chip{padding:5px 14px;font-size:12px;font-weight:500;border:1px solid var(--color-border, #d5d5ce);border-radius:100px;background:transparent;color:var(--color-foreground);cursor:pointer;transition:border-color .15s,background .15s,color .15s;line-height:1.4}.bundle-configurator__filter-chip:hover:not(.bundle-configurator__filter-chip--active){border-color:var(--color-foreground)}.bundle-configurator__filter-chip--active{background:var(--color-foreground);border-color:var(--color-foreground);color:var(--color-background)}.bundle-configurator__step--2 .bundle-configurator__filter-chip--active{background:var(--bc-color-moods);border-color:var(--bc-color-moods);color:var(--color-foreground)}.bundle-configurator__step--3 .bundle-configurator__filter-chip--active{background:var(--bc-color-addons);border-color:var(--bc-color-addons);color:var(--color-background)}.bundle-configurator__patch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.bundle-configurator__patch-grid--large{grid-template-columns:repeat(auto-fill,minmax(132px,1fr))}@media(max-width:480px){.bundle-configurator__patch-grid{grid-template-columns:repeat(3,1fr)}.bundle-configurator__patch-grid--large{grid-template-columns:repeat(2,1fr)}}.bundle-configurator__review{display:flex;flex-direction:column;border:1px solid var(--color-border, #e0e0d8);border-radius:8px;overflow:hidden}.bundle-configurator__review-item{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--color-border, #e0e0d8)}.bundle-configurator__review-item:last-child{border-bottom:none}.bundle-configurator__review-item--nested{border-bottom:none}.bundle-configurator__review-item--no-media{grid-template-columns:1fr auto}.bundle-configurator__review-item--no-border{border-bottom:none}.bundle-configurator__review-item--top-border{border-top:1px solid var(--color-border, #e0e0d8)}.bundle-configurator__review-item--large-media{grid-template-columns:112px 1fr auto;align-items:start}.bundle-configurator__review-item--large-media .bundle-configurator__review-item-media{width:112px;height:112px}.bundle-configurator__review-item-media{width:56px;height:56px;border-radius:6px;overflow:hidden;background:var(--color-border, #f0f0ea);flex-shrink:0}.bundle-configurator__review-item-img{width:100%;height:100%;object-fit:cover;display:block}.bundle-configurator__review-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.bundle-configurator__review-item-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-foreground);opacity:.5}.bundle-configurator__review-item-title{font-size:13px;font-weight:600;color:var(--color-foreground);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-configurator__review-item-meta{font-size:12px;color:var(--color-foreground);opacity:.6}.bundle-configurator__review-item-price{font-size:13px;font-weight:600;color:var(--color-foreground);white-space:nowrap;display:flex;flex-direction:column;align-items:flex-end;gap:1px}.bundle-configurator__review-item-price .bc-review-price-retail{font-size:11px;font-weight:400;opacity:.5;text-decoration:line-through}.bundle-configurator__review-item-price .bc-review-price-current{font-weight:600}.bc-pct-badge{display:inline-block;padding:1px 5px;border-radius:20px;background:var(--bc-color-labels);color:var(--color-foreground);font-size:.9em;font-weight:600;line-height:1.4;white-space:nowrap}.bundle-configurator__atc-error{font-size:13px;color:#c00;margin:0;padding-top:8px;text-align:right}.bundle-configurator__step3-readonly-slots{display:contents}.bundle-configurator__skip-btn{background:none;border:none;font-size:16px;color:var(--color-foreground);opacity:.5;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.bundle-configurator__skip-btn:hover{opacity:.85}.bundle-configurator__patch-card-wrap{position:relative}.bundle-configurator__patch-card-wrap>.product-badges{top:8px;right:8px;z-index:2}.bundle-configurator__patch-card--unavailable~.product-badges .bundle-configurator__patch-card-sold-out{display:flex}.bundle-configurator__patch-card--price-extra:not(.bundle-configurator__patch-card--unavailable)~.product-badges .bc-extra-badge,.bundle-configurator__patch-card--extra:not(.bundle-configurator__patch-card--unavailable)~.product-badges .bc-extra-badge{display:flex}.bundle-configurator__patch-card{border:2px solid var(--color-border, #e0e0d8);border-radius:var(--bc-border-radius, 8px);overflow:hidden;cursor:pointer;transition:border-color .15s,box-shadow .15s,opacity .15s;background:var(--color-background);display:flex;flex-direction:column;height:100%}.bundle-configurator__patch-card:hover{border-color:var(--color-foreground)}.bundle-configurator__step--2 .bundle-configurator__patch-card:hover{border-color:var(--bc-color-moods)}.bundle-configurator__step--3 .bundle-configurator__patch-card:hover{border-color:var(--bc-color-addons)}.bundle-configurator__patch-card--selected{border-color:var(--color-foreground);box-shadow:0 0 0 2px var(--color-foreground)}.bundle-configurator__step--2 .bundle-configurator__patch-card--selected{border-color:var(--bc-color-moods);box-shadow:0 0 0 2px var(--bc-color-moods)}.bundle-configurator__step--3 .bundle-configurator__patch-card--selected{border-color:var(--bc-color-addons);box-shadow:0 0 0 2px var(--bc-color-addons)}.bundle-configurator__patch-card-sold-out{display:none;pointer-events:none}.bundle-configurator__patch-card--unavailable{opacity:.4;cursor:not-allowed}.bundle-configurator__patch-card--unavailable:hover{border-color:var(--color-border, #e0e0d8);box-shadow:none}.bundle-configurator__patch-card--maxed{opacity:.4;cursor:not-allowed}.bundle-configurator__patch-card--maxed:hover{border-color:var(--color-border, #e0e0d8);box-shadow:none}.bc-extra-badge{display:none;pointer-events:none;border-radius:20px;background:var(--bc-color-labels);color:var(--color-foreground);font-size:11px;font-weight:600;line-height:1.4;white-space:nowrap;padding:2px 5px 1px}.bundle-configurator__step--3 .bc-extra-badge{background:var(--bc-color-addons);color:#fff}.bundle-configurator__patch-card--maxed .bundle-configurator__patch-card-img{transform:none}.bundle-configurator__patch-card-media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-border, #f0f0ea)}.bundle-configurator__patch-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.bundle-configurator__patch-card:hover .bundle-configurator__patch-card-img{transform:scale(1.04)}.bundle-configurator__patch-card-title{font-size:11px;font-weight:600;padding:6px 8px 2px;color:var(--color-foreground);line-height:1.3;display:block}.bundle-configurator__patch-card-price{font-size:11px;padding:0 8px 8px;color:var(--color-foreground);opacity:.65;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.bundle-configurator__patch-card-price .bc-price-retail{text-decoration:line-through;opacity:.6}.bundle-configurator__patch-card-price .bc-price-bundle{color:var(--color-foreground);font-weight:600;opacity:1}.bundle-configurator__patch-card-price .bc-price-extra{display:none;color:#c8842a;font-weight:600;opacity:1}.bundle-configurator__patch-card--extra .bundle-configurator__patch-card-price .bc-price-bundle,.bundle-configurator__patch-card--price-extra .bundle-configurator__patch-card-price .bc-price-bundle,.bundle-configurator__patch-card--maxed .bundle-configurator__patch-card-price .bc-price-bundle{display:none}.bundle-configurator__patch-card--extra .bundle-configurator__patch-card-price .bc-price-extra,.bundle-configurator__patch-card--price-extra .bundle-configurator__patch-card-price .bc-price-extra,.bundle-configurator__patch-card--maxed .bundle-configurator__patch-card-price .bc-price-extra{display:inline}.bundle-configurator__total-wrap{display:flex;flex-direction:column;gap:2px;position:relative}.bundle-configurator__total-wrap .bc-pct-badge{position:absolute;top:-5px;left:100%}bundle-configurator[data-fsb-position=bottom] .bundle-configurator__total-wrap .bc-pct-badge{top:-1px;margin-left:-5px}.bundle-configurator__retail-total{display:none}.bundle-configurator__savings{font-size:12px;font-weight:600;color:#2d7a4f}@keyframes bc-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.bc-skeleton{background:linear-gradient(90deg,var(--color-border, #e0e0d8) 25%,color-mix(in srgb,var(--color-border, #e0e0d8) 30%,var(--color-background, #fff)) 50%,var(--color-border, #e0e0d8) 75%);background-size:200% 100%;animation:bc-shimmer 1.4s ease-in-out infinite;border-radius:4px}.bc-skeleton--text{height:11px;margin:6px 8px 0;display:block}.bc-skeleton--short{width:40%;margin-bottom:8px}.bundle-configurator__patch-card--skeleton{pointer-events:none;cursor:default}.bundle-configurator__patch-card--skeleton .bundle-configurator__patch-card-media{aspect-ratio:var(--bc-img-ratio, 1);width:100%}.bc-bundle-price-cell{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.bc-bundle-toggle-btn{background:none;border:none;cursor:pointer;padding:0;margin-top:4px;color:rgb(var(--color-foreground-rgb) / .7);display:inline-flex;align-items:center;gap:3px;font-size:.8rem}.bc-bundle-toggle-label{text-decoration:underline;text-underline-offset:2px}.bc-bundle-caret svg{width:12px;height:12px;transition:transform .2s ease}.bc-bundle-row--open .bc-bundle-caret svg{transform:rotate(180deg)}.bc-cart-bundle-retail{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:var(--cart-font-size--sm, .875rem);color:rgb(var(--color-foreground-rgb) / var(--opacity-70, .7))}.bc-cart-save-badge{display:inline-block;padding:1px 7px;border-radius:20px;background:var(--bc-color-labels);color:var(--color-foreground);font-size:.85em;font-weight:600;white-space:nowrap}.bc-bundle-details-row[hidden]{display:none}.bc-bundle-details-row:not([hidden]){display:block}.bc-bundle-details__cell{display:block;padding:8px 0 16px}.bc-bundle-items-list{display:flex;flex-direction:column;gap:10px;padding:0;margin:0}.bc-bundle-item{display:flex;align-items:center;gap:10px}.bc-bundle-item__img-wrap{flex-shrink:0;display:block}.bc-bundle-item__img{width:40px;height:40px;object-fit:cover;border-radius:4px}.bc-bundle-item--base .bc-bundle-item__img{width:56px;height:56px}.bc-bundle-item__info{display:flex;flex-direction:column;gap:2px}.bc-bundle-item__name{font-size:var(--cart-font-size--sm, .875rem);color:var(--color-foreground);font-weight:500}.bc-bundle-item--base .bc-bundle-item__name{font-weight:600}.bc-bundle-item__variant{font-size:var(--cart-font-size--xs, .75rem);color:rgb(var(--color-foreground-rgb) / var(--opacity-70, .7))}.bundle-configurator__size-guide-btn{display:inline-flex;align-items:center;gap:6px;font-size:16px;line-height:1;cursor:pointer;background:none;border:none;transition:opacity .15s;color:inherit;padding:0;margin-right:auto}.bundle-configurator__size-guide-btn:hover{text-decoration:underline}.bundle-configurator__size-guide-btn .svg-wrapper svg,.bundle-configurator__size-guide-btn .svg-wrapper{width:28px;height:28px;fill:currentColor}.bc-size-guide-dialog{max-width:min(90vw,820px);width:100%;padding:0;border:var(--style-border-popover, 1px solid rgba(var(--color-foreground-rgb), .15));box-shadow:0 5px 30px #00000026;overflow-y:auto;max-height:88vh;margin:auto}@media(max-width:749px){.bc-size-guide-dialog{height:auto;width:92vw;max-height:88dvh}}.bc-size-guide-dialog[open]{animation:bcSizeGuideOpen var(--animation-speed, .2s) var(--animation-easing, ease) forwards}.bc-size-guide-dialog.dialog-closing{animation:bcSizeGuideClose var(--animation-speed, .2s) var(--animation-easing, ease) forwards}@keyframes bcSizeGuideOpen{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes bcSizeGuideClose{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.bc-size-guide-dialog .bc-size-guide-dialog__close{position:absolute;top:var(--margin-2xs, 12px);right:var(--margin-2xs, 12px);z-index:1}.bc-size-guide-dialog__content{display:grid;grid-template-columns:1fr 1fr}@media(max-width:749px){.bc-size-guide-dialog__content{grid-template-columns:1fr}}.bc-size-guide-dialog__image{background:var(--color-background-secondary, #f5f5f5)}.bc-size-guide-dialog__img{width:100%;height:auto;display:block}.bc-size-guide-dialog__text{padding:32px}@media(max-width:749px){.bc-size-guide-dialog__text{padding:20px}}.bc-size-guide-dialog__text.rte h2,.bc-size-guide-dialog__text.rte h3{margin-top:0}.bundle-configurator__step5{position:absolute;top:0;right:0;bottom:0;left:0;z-index:7;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--bc-border-radius, 8px)}.bundle-configurator__step5:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--bc-step5-bg, #d4ed40);opacity:var(--bc-step5-bg-opacity, 1);border-radius:inherit}.bundle-configurator__step5-close{position:absolute;top:20px;right:20px;background:none;border:none;padding:4px;cursor:pointer;color:var(--bc-step5-text, #000);line-height:1;z-index:1;opacity:.7;transition:opacity .15s}.bundle-configurator__step5-close:hover{opacity:1}.bundle-configurator__step5-close svg{width:24px;height:24px;display:block}.bundle-configurator__step5-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:40px 32px;color:var(--bc-step5-text, #000);width:100%;max-width:480px}.bundle-configurator__step5-title{font-size:var(--bc-step5-title-size, 36px);font-weight:700;line-height:1.15;margin:0;color:inherit}.bundle-configurator__step5-desc{font-size:var(--bc-step5-desc-size, 16px);margin:0;color:inherit;opacity:.8}.bundle-configurator__step5-btns{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:8px}.bundle-configurator__step5-btn--secondary{background:none;border:2px solid currentColor;color:var(--bc-step5-text, #000);padding:12px 24px;font-size:14px;font-family:inherit;font-weight:600;-webkit-font-smoothing:auto;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:opacity .15s;width:100%;text-align:center;display:block;text-decoration:none;border-radius:var(--bc-border-radius, 8px)}.bundle-configurator__step5-btn--secondary:hover{opacity:.7}.bundle-configurator__step5-btn--link{background:none;border:none;color:var(--bc-step5-text, #000);font-size:14px;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:4px 0;opacity:.7;width:100%;text-align:center;display:block;text-decoration-color:currentColor}.bundle-configurator__step5-btn--link:hover{opacity:1}.bundle-configurator__step5-btns .button{width:100%;justify-content:center}@media(max-width:749px){.bundle-configurator__step5-title{font-size:var(--bc-step5-title-size-mobile, 26px)}.bundle-configurator__step5-desc{font-size:var(--bc-step5-desc-size-mobile, 14px)}.bundle-configurator__step5-content{padding:32px 20px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/bundle-configurator.css.map */
