.byb-section-wrapper{display:block;border-radius:2.4rem}.byb-head{margin-bottom:4rem}.byb-heading{margin-top:0rem;margin-bottom:1.5rem}.byb-head__tags{display:flex;gap:.8rem;max-width:100%;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory}.byb-head__tags::-webkit-scrollbar{display:none}.byb-head__tag-item{border-radius:2.4rem;background:#ededed;width:fit-content;padding:1rem 1.6rem;display:flex;align-items:center;gap:.4rem;flex:0 0 auto;scroll-snap-align:start;white-space:nowrap}.byb-head__tag-item span svg{width:1.7rem;height:1.7rem}.byb-tab__item{outline:none;border:none;box-shadow:none;background:transparent;cursor:pointer}.byb-tabs__tab--active{font-weight:600}.byb-product-grid{--grid-desktop-vertical-spacing: 20px;padding:1px}.byb-item__right{margin-top:calc(var(--nav-height) + 2rem);top:calc(var(--header-height) + 3.5rem);position:sticky;left:0;height:fit-content}.byb-content__list,.byb-tabs__panels{margin-top:2rem}.byb-bundle-summary{padding:2.4rem;background-color:#e1eaf7;border-radius:2.4rem}.byb-bundle-header{display:flex;align-items:flex-start;gap:.4rem}.byb-bundle-title{margin:0rem}.byb-bundle-count{background:rgba(var(--color-button),1);color:rgba(var(--color-button-text),1);border-radius:50%;font-size:1.1rem;line-height:1.2;min-width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.byb-bundle-description{margin:.2rem 0 0}.byb-bundle-total{margin-bottom:1.2rem;margin-top:2rem}.byb-bundle-total__prices{justify-content:flex-end;text-align:right}.byb-bundle-total__price--compare{color:rgba(var(--color-foreground),.55);text-decoration:line-through;font-weight:400}.byb-bundle-message{margin:0 0 1rem;padding:1rem 1.2rem;border-radius:1.2rem;line-height:1.4}.byb-bundle-message[hidden]{display:none}.byb-bundle-message--limit{background:#c4301c1a;color:#c4301c;border:.1rem solid rgba(196,48,28,.25)}.byb-bundle-message--limit.is-visible{animation:byb-message-shake .45s ease}.byb-bundle-summary--full .byb-bundle-count{animation:byb-count-complete .5s ease}@keyframes byb-message-shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-.4rem)}40%,80%{transform:translate(.4rem)}}@keyframes byb-count-complete{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.byb-bundle-slots{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-top:2.5rem}.byb-bundle-slots:empty{display:none;margin:0}.byb-bundle-slot{width:100%;height:100%;position:relative}.byb-bundle-slot__media{position:relative;--ratio-percent: 100%;border-radius:50%}.byb-bundle-slot--product{border-radius:50%;border:1px solid rgba(var(--color-foreground),.2);background:#fff}.byb-bundle-slot--product img{object-fit:contain}.byb-bundle-slot__milestone-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700}.byb-bundle-slot__remove{background:#fff;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;outline:none!important;box-shadow:none!important;border:none!important;cursor:pointer;position:absolute;top:0;right:inherit;box-shadow:0 8px 14px rgba(var(--color-foreground),.15);top:.2rem;inset-inline-end:0}.byb-bundle-slot__remove svg{width:1.4rem;height:1.4rem}.byb-bundle-slot__remove svg *{stroke-width:.2rem}.byb-bundle-slot__remove:hover{color:rgba(var(--color-button-text),1);background:rgba(var(--color-button),1)}.byb-bundle-flyer{border-radius:50%;overflow:hidden;box-shadow:0 .8rem 2.4rem rgba(var(--color-foreground),.22);border:.2rem solid rgb(var(--color-background));background:rgb(var(--color-background));will-change:transform,width,height,opacity}.byb-bundle-flyer img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}.byb-bundle-slot--target{border-radius:50%;animation:byb-slot-target-pulse .75s ease-in-out infinite}.byb-bundle-slot--target .byb-bundle-slot__milestone-label{opacity:.35}@keyframes byb-slot-target-pulse{0%,to{transform:scale(1);box-shadow:0 0 rgba(var(--color-button),.35)}50%{transform:scale(1.04);box-shadow:0 0 0 .6rem rgba(var(--color-button),.12)}}@media(prefers-reduced-motion:reduce){.byb-bundle-slot--target{animation:none}.byb-head__tags{scroll-behavior:auto}}.byb-bundle-summary__footer>.byb-bundle-message--checkout{margin:.6rem 0 0}.byb-bundle-button.loading span:first-child{opacity:0}@media screen and (min-width:990px){.byb-grid{display:grid;grid-template-columns:1fr 38rem;gap:1.6rem}}.byb-floating-summary{position:fixed;left:50%;bottom:calc(1.6rem + env(safe-area-inset-bottom,0px));z-index:4;display:inline-flex;align-items:center;gap:.8rem;max-width:calc(100vw - 3.2rem);margin:0;padding:1.2rem 2rem;border:0;border-radius:999px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));box-shadow:0 .4rem 2.4rem #0000002e;cursor:pointer;transform:translate(-50%,120%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .25s ease,visibility .25s ease}.byb-floating-summary:not([hidden]).is-visible{transform:translate(-50%);opacity:1;visibility:visible;pointer-events:auto}.byb-floating-summary--target{animation:byb-floating-summary-target-pulse .75s ease-in-out infinite}@keyframes byb-floating-summary-target-pulse{0%,to{transform:translate(-50%) scale(1);box-shadow:0 .4rem 2.4rem #0000002e}50%{transform:translate(-50%) scale(1.04);box-shadow:0 .6rem 2.8rem #0000003d}}.byb-floating-summary:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}.byb-floating-summary__icon{display:flex;flex-shrink:0;width:2rem;height:2rem}.byb-floating-summary__icon svg{width:100%;height:100%}.byb-floating-summary__text{font-size:1.4rem;font-weight:600;line-height:1.2;white-space:nowrap}@media screen and (min-width:750px){.byb-floating-summary{bottom:calc(2.4rem + env(safe-area-inset-bottom,0px));padding:1.4rem 2.4rem}.byb-floating-summary__text{font-size:1.5rem}}@media(prefers-reduced-motion:reduce){.byb-floating-summary{transition:opacity .15s ease,visibility .15s ease;transform:translate(-50%)}.byb-floating-summary--target{animation:none}}@media screen and (max-width:989px){build-your-bundle[data-mobile-summary-behavior=bottom_sheet] .byb-item__right{display:none}}.byb-bundle-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none;visibility:hidden}.byb-bundle-sheet:not([hidden]){pointer-events:auto;visibility:visible}.byb-bundle-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;margin:0;padding:0;border:0;cursor:pointer;background:rgba(var(--color-foreground),.32);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;transition:opacity .35s ease,backdrop-filter .35s ease,-webkit-backdrop-filter .35s ease}@supports not (backdrop-filter: blur(1px)){.byb-bundle-sheet__backdrop{background:rgba(var(--color-foreground),.52)}}.byb-bundle-sheet.is-open .byb-bundle-sheet__backdrop{opacity:1}.byb-bundle-sheet__backdrop:focus-visible{outline:.2rem solid rgba(var(--color-background),.8);outline-offset:-.4rem}.byb-bundle-sheet__panel{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-height:min(92dvh,72rem);border-radius:2.4rem 2.4rem 0 0;background:#e1eaf7;box-shadow:0 -.8rem 3.2rem rgba(var(--color-foreground),.12);transform:translateY(100%);transition:transform .35s cubic-bezier(.22,1,.36,1);overflow:hidden;touch-action:pan-y}.byb-bundle-sheet.is-open .byb-bundle-sheet__panel{transform:translateY(0)}.byb-bundle-sheet__header{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:2rem 2rem 0rem}.byb-bundle-sheet__handle{position:absolute;top:.8rem;left:50%;width:4rem;height:.4rem;border-radius:999px;background:rgba(var(--color-foreground),.18);transform:translate(-50%)}.byb-bundle-sheet__title{margin:0rem 0 0;text-align:center}.byb-bundle-sheet__close{position:absolute;top:1.2rem;right:1rem;display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;border:0;border-radius:50%;background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));cursor:pointer}.byb-bundle-sheet__close svg{width:1.6rem;height:1.6rem}.byb-bundle-sheet__close:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.byb-bundle-sheet__content{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:0 0 calc(1.6rem + env(safe-area-inset-bottom,0px))}.byb-bundle-summary--sheet{padding-top:0;background:transparent;border-radius:0}.byb-bundle-summary--sheet .byb-bundle-header{display:none}.byb-bundle-sheet.is-dragging .byb-bundle-sheet__panel{transition:none}@media(prefers-reduced-motion:reduce){.byb-bundle-sheet__backdrop,.byb-bundle-sheet__panel{transition:none}}@media screen and (min-width:989px){.byb-floating-summary{display:none!important}}@media screen and (max-width:989px){.byb-bundle-summary--sheet{padding:.2rem 2rem .5rem}.byb-bundle-sheet__header{justify-content:flex-start}.byb-bundle-description{max-width:calc(100% - 8rem);margin-top:0;margin-right:auto;text-align:left;line-height:calc(var(--font-size) * 1.4)}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/component-build-your-bundle.css.map */
