.bundle{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:var(--bundle-gap-mobile, 2.4rem);min-width:0}.bundle__main{display:flex;flex-direction:column;gap:2.4rem;min-width:0}.bundle__main>*{--group-child-flex: 0 0 auto;--group-child-width: 100%;--group-child-width-fill: 100%;--group-parent-gap: 0px;--group-child-align-fit: flex-start}@media screen and (min-width:990px){.bundle{gap:var(--bundle-gap, 4rem)}.bundle--summary-right{grid-template-columns:minmax(0,1fr) var(--bundle-summary-width, 36rem)}.bundle--summary-left{grid-template-columns:var(--bundle-summary-width, 36rem) minmax(0,1fr)}.bundle--summary-left>.bundle-summary{order:-1}.bundle-summary--sticky{position:sticky;top:calc(var(--header-sticky-offset, 0px) + 2.4rem)}}@media screen and (max-width:989px){.bundle--summary-first-mobile>.bundle-summary{order:-1}}.bundle-item{position:relative;display:flex;flex-direction:column;gap:1.2rem;min-width:0;height:100%}.bundle-item>.product-card{flex:1 1 auto;height:auto}.bundle-item__badge{position:absolute;top:.8rem;left:.8rem;z-index:4;display:inline-flex;align-items:center;gap:.2rem;min-width:2.8rem;height:2.8rem;padding:0 .8rem;font-size:1.2rem;font-weight:600;color:rgb(var(--color-background));background:rgb(var(--color-foreground));border-radius:10rem;pointer-events:none}.bundle-item__badge:before{content:"";width:1.2rem;height:1.2rem;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat}.bundle-item[data-selected]>.product-card .card-media{box-shadow:0 0 0 .2rem rgb(var(--color-foreground))}.bundle-item__controls{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:auto}.bundle-item__select{flex:1 1 100%;min-width:0;min-height:4.4rem;padding:0 3.2rem 0 1.2rem;font:inherit;font-size:1.4rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background)) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23777' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 1.2rem center / 1.2rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--inputs-radius, 0);-webkit-appearance:none;appearance:none;text-overflow:ellipsis}.bundle-item__add,.bundle-item__stepper{flex:1 1 100%;min-height:4.4rem;margin:0}.bundle-item__add{position:relative}.bundle-item__stepper{display:flex;align-items:center;justify-content:space-between;color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));border-radius:var(--buttons-radius, 0)}.bundle-item__add[hidden],.bundle-item__stepper[hidden],.bundle-item__badge[hidden],.bundle-summary__savings[hidden],.bundle-summary__error[hidden]{display:none}.bundle-item__step{display:grid;place-items:center;width:4.4rem;height:4.2rem;padding:0;color:inherit;background:none;border:0;border-radius:inherit;cursor:pointer}.bundle-item__step:disabled{opacity:.35;cursor:default}.bundle-item__step svg,.bundle-slot svg{width:1.6rem;height:1.6rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.bundle-item__quantity{font-weight:600;font-variant-numeric:tabular-nums}.bundle-summary{display:flex;flex-direction:column;gap:1.6rem;min-width:0;padding:var(--bundle-summary-padding, 2.4rem);color:rgb(var(--color-foreground));background:var(--bundle-summary-background, var(--palette-surface, rgba(var(--color-foreground), .04)));border:var(--bundle-summary-border, none);border-radius:var(--bundle-summary-radius, var(--content-container-radius, 0));box-shadow:var(--bundle-summary-shadow, none)}.bundle-summary.gradient{background:rgb(var(--color-background));background:var(--gradient-background)}.bundle-summary__heading{margin:0}.bundle-summary__blocks{display:flex;flex-direction:column;gap:1.6rem}.bundle-summary__blocks:empty{display:none}.bundle-summary__blocks>*{--group-child-flex: 0 0 auto;--group-child-width: 100%;--group-child-width-fill: 100%;--group-parent-gap: 0px;--group-child-align-fit: flex-start}.bundle-summary__slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(5.6rem,1fr));gap:1rem;margin:0;padding:.6rem .6rem 0 0;list-style:none}.bundle-slot{position:relative;display:grid;place-items:center;aspect-ratio:1 / 1;color:rgba(var(--color-foreground),.4);border:1px dashed rgba(var(--color-foreground),.3);border-radius:calc(var(--media-container-radius, 0px) / 2 + .4rem)}.bundle-slot--filled{background:rgb(var(--color-background));border:0}.bundle-slot img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.bundle-slot__remove{position:absolute;top:-.7rem;right:-.7rem;display:grid;place-items:center;width:2.4rem;height:2.4rem;padding:0;color:rgb(var(--color-background));background:rgb(var(--color-foreground));border:.2rem solid rgb(var(--color-background));border-radius:50%;cursor:pointer}.bundle-slot__remove svg{width:1.2rem;height:1.2rem;stroke-width:2.4}.bundle-slot--new{animation:bundle-slot-in .35s cubic-bezier(.22,.61,.36,1)}@keyframes bundle-slot-in{0%{opacity:0;transform:scale(.8)}}.bundle-summary__totals{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.4rem 1.2rem;padding-top:1.6rem;border-top:1px solid rgba(var(--color-foreground),.12)}.bundle-summary__prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:.8rem}.bundle-summary__total{font-size:2.2rem;font-weight:600;font-variant-numeric:tabular-nums}.bundle-summary__compare{font-size:1.5rem;opacity:.6}.bundle-summary__savings{flex-basis:100%;margin:0;font-size:1.4rem;font-weight:500;color:rgb(var(--color-accent-2));text-align:right}.bundle-summary__button{position:relative;width:100%;margin:0}.bundle-summary__button.is-loading>:not(.bundle-spinner),.bundle-bar__button.is-loading>:not(.bundle-spinner){visibility:hidden}.bundle-spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:none;width:1.8rem;height:1.8rem;margin:auto;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:bundle-spin .7s linear infinite}.is-loading>.bundle-spinner{display:block}@keyframes bundle-spin{to{transform:rotate(360deg)}}.bundle-summary__note,.bundle-summary__error{margin:0;font-size:1.3rem;line-height:1.45}.bundle-summary__note{opacity:.75}.bundle-summary__note>:first-child{margin-top:0}.bundle-summary__note>:last-child{margin-bottom:0}.bundle-summary__error{color:rgb(var(--color-accent-2))}.bundle-progress{--bundle-dot: max(1.2rem, var(--bundle-bar-height, .6rem) + .6rem);--bundle-column: 0px;display:flex;flex-direction:column;gap:1.2rem}.bundle-progress:not(.bundle-progress--tiers-hidden):has(>.bundle-progress__tiers>[data-bundle-tier]){--bundle-column: min(200% / (2 * var(--bundle-tiers, 3) + 1) - .8rem, 11rem)}.bundle-progress__message{min-height:1.45em;margin:0;font-size:1.4rem;line-height:1.45;color:rgb(var(--color-foreground))}.bundle-progress__track{position:relative;height:var(--bundle-bar-height, .6rem);overflow:hidden;background:var(--bundle-track-color, rgba(var(--color-foreground), .12));border-radius:10rem}.bundle-progress__fill{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bundle-bar-color, rgb(var(--color-accent-1)));border-radius:inherit;transform:translate(calc((100% - var(--bundle-column) / 2) * var(--bundle-fill, 0) - 100%));transition:transform .45s cubic-bezier(.22,.61,.36,1)}.bundle-progress[data-complete] .bundle-progress__fill{transform:none}.bundle-progress__tiers{display:grid;grid-auto-columns:var(--bundle-column);grid-auto-flow:column;justify-content:end;column-gap:calc((100% - var(--bundle-column) / 2) / var(--bundle-tiers, 3) - var(--bundle-column));margin:calc(-1.2rem - var(--bundle-bar-height, .6rem) / 2 - var(--bundle-dot) / 2) 0 0;padding:0;list-style:none}.bundle-progress__tiers:not(:has(>[data-bundle-tier])){display:none}.bundle-progress--tiers-hidden .bundle-progress__tiers{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.bundle-tier{position:relative;display:flex;flex-direction:column;align-items:center;gap:.1rem;min-width:0;padding:calc(var(--bundle-dot) + .8rem) 0 0;font-size:1.2rem;line-height:1.3;text-align:center;overflow-wrap:anywhere;color:rgba(var(--color-foreground),.75)}.bundle-tier>*{max-width:100%}.bundle-tier:before{content:"";position:absolute;top:0;left:calc(50% - var(--bundle-dot) / 2);width:var(--bundle-dot);height:var(--bundle-dot);background:rgb(var(--color-background));border-radius:50%;box-shadow:inset 0 0 0 .2rem var(--bundle-track-color, rgba(var(--color-foreground), .2));transition:background-color .3s ease,box-shadow .3s ease}.bundle-tier[data-reached]{color:rgb(var(--color-foreground))}.bundle-tier[data-reached]:before{background:var(--bundle-bar-color, rgb(var(--color-accent-1)));box-shadow:0 0 0 .2rem rgb(var(--color-background))}.bundle-tier__label{font-weight:600}.bundle-bar{position:fixed;right:1.2rem;left:1.2rem;z-index:999;display:grid;gap:.8rem;max-width:56rem;margin-inline:auto;padding:1.2rem 1.2rem 1.2rem 1.6rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border-radius:min(calc(var(--buttons-radius, 0px) + .8rem),2rem);box-shadow:0 .8rem 3.2rem #0000002e;opacity:0;visibility:hidden;transform:translateY(var(--bundle-bar-from));transition:opacity .25s ease,transform .35s cubic-bezier(.2,.7,.2,1),translate .35s cubic-bezier(.2,.7,.2,1),visibility 0s linear .35s}.bundle-bar--bottom{--bundle-bar-from: calc(100% + 2.4rem) ;bottom:calc(1.2rem + env(safe-area-inset-bottom,0px))}.bundle-bar--top{--bundle-bar-from: calc(-100% - 2.4rem) ;top:0;translate:0 calc(var(--header-sticky-offset, 0px) + .8rem)}.bundle-bar[data-shown]{opacity:1;visibility:visible;transform:none;transition-delay:0s}.bundle-bar__head{display:flex;align-items:baseline;gap:1.2rem;min-width:0}.bundle-bar__message{flex:1 1 auto;min-width:0;margin:0;overflow:hidden;font-size:1.3rem;line-height:1.4;white-space:nowrap;text-overflow:ellipsis}.bundle-bar__prices{display:flex;flex:0 0 auto;align-items:baseline;gap:.6rem;margin:0;line-height:1.2;font-variant-numeric:tabular-nums}.bundle-bar__total{font-size:1.6rem;font-weight:600}.bundle-bar__compare{font-size:1.2rem;opacity:.6}.bundle-bar__prices[hidden],.bundle-bar__compare[hidden]{display:none}.bundle-bar__progress{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:.3rem;height:.4rem}.bundle-bar__progress>span{overflow:hidden;background:var(--bundle-track-color, rgba(var(--color-foreground), .12));border-radius:10rem}.bundle-bar__progress>span:before{content:"";display:block;height:100%;background:var(--bundle-bar-color, rgb(var(--color-accent-1)));transform:scaleX(var(--bundle-fill, 0));transform-origin:left center;transition:transform .45s cubic-bezier(.22,.61,.36,1)}.bundle-bar__row{display:flex;align-items:center;gap:1.2rem}.bundle-bar__view{display:flex;flex:1 1 0%;align-items:center;gap:.6rem;min-width:0;min-height:4.4rem;padding:0;color:inherit;background:none;border:0;cursor:pointer}.bundle-bar__chevron{flex:0 0 auto;width:1.6rem;height:1.6rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:.55;transition:transform .3s ease}.bundle-bar[data-summary-above] .bundle-bar__chevron{transform:rotate(180deg)}.bundle-bar__slots{display:flex;align-items:center;gap:.4rem;min-width:0;overflow:hidden}.bundle-bar__slots>*{flex:0 0 auto;width:3.4rem}.bundle-bar__slots>[hidden]{display:none}.bundle-bar__slots .bundle-slot svg{width:1.2rem;height:1.2rem}.bundle-bar__more{display:grid;place-items:center;aspect-ratio:1 / 1;font-size:1.2rem;font-weight:600;background:rgba(var(--color-foreground),.06);border-radius:calc(var(--media-container-radius, 0px) / 2 + .4rem)}.bundle-bar__button{flex:0 0 auto;min-height:4.4rem;margin:0;padding-inline:1.8rem}@media screen and (min-width:990px){.bundle-bar{display:none}}@media(prefers-reduced-motion:reduce){.bundle-progress__fill,.bundle-tier:before,.bundle-bar__progress>span:before,.bundle-bar__chevron{transition:none}.bundle-slot--new{animation:none}.bundle-bar{transform:none;transition:opacity .2s ease,visibility 0s linear .2s}}
/*# sourceMappingURL=/cdn/shop/t/198/assets/bundle-builder.css.map */
