.bbw{--bbw-gutter: 1.5rem;--bbw-sheet-h: 0px;--bbw-accent-sale: #c0392b;--bbw-accent-ok: #1e7a45;padding:4rem 0 6rem}.bbw__hero{position:relative;display:flex;align-items:center;min-height:30rem;margin:0 auto 4rem;max-width:var(--page-width, 120rem);border-radius:2.4rem;overflow:hidden;background:rgba(var(--color-foreground),.04)}.bbw__hero-copy{position:relative;z-index:2;padding:4rem 5rem;max-width:50%}.bbw__hero-title{font-size:clamp(3.2rem,5vw,5.6rem);line-height:1.05;margin:0 0 1.2rem;font-weight:700;letter-spacing:-.02em}.bbw__hero-sub{font-size:1.7rem;color:rgba(var(--color-foreground),.7);margin:0}.bbw__hero-media{position:absolute;inset:0 0 0 auto;width:60%;height:100%}.bbw__hero-media img{width:100%;height:100%;object-fit:cover;object-position:center right}.bbw__layout{display:grid;grid-template-columns:1fr 40rem;gap:4rem;align-items:start}.bbw__catalog-title,.bbw__summary-title{font-size:2.4rem;font-weight:700;margin:0;letter-spacing:-.01em}.bbw__group{margin-bottom:4rem}.bbw__group:last-child{margin-bottom:0}.bbw__group-title{font-size:2.2rem;font-weight:700;margin:0 0 .6rem;letter-spacing:-.01em}.bbw__group-sub{font-size:1.4rem;color:rgba(var(--color-foreground),.6);margin:0 0 2rem}.bbw__group-title+.bbw__grid{margin-top:2rem}.bbw__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:2rem}.bbw-card{display:flex;flex-direction:column;padding:1.6rem;border-radius:1.6rem;background:rgba(var(--color-foreground),.03);transition:background-color .15s ease}.bbw-card:hover{background:rgba(var(--color-foreground),.055)}.bbw-card__media{position:relative;aspect-ratio:1;border-radius:1.2rem;overflow:hidden;background:rgb(var(--color-background));margin-bottom:1.4rem}.bbw-card__img{width:100%;height:100%;object-fit:contain;padding:1rem}.bbw-card__badge{position:absolute;top:1rem;left:1rem;font-size:1.1rem;font-weight:600;padding:.4rem .9rem;border-radius:10rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.bbw-card__body{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.bbw-card__title{font-size:1.5rem;font-weight:600;line-height:1.3;margin:0 0 .9rem}.bbw-card__price{font-size:1.5rem;font-weight:600;color:rgba(var(--color-foreground),.75);margin:0 0 1.4rem}.bbw-card__actions{margin-top:auto;display:flex;flex-direction:column;align-items:stretch;gap:.9rem}.bbw-card__add{padding:1.1rem 1.6rem;border:none;border-radius:10rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.4rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.bbw-card__add:hover{opacity:.85}.bbw-card__add:disabled{opacity:.4;cursor:not-allowed}.bbw-card__details{font-size:1.25rem;text-align:center;text-decoration:none;color:rgba(var(--color-foreground),.75);border-bottom:.1rem solid rgba(var(--color-foreground),.35);align-self:center;padding-bottom:.2rem}.bbw-card__details:hover{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-foreground))}.bbw-card__swatches{display:flex;flex-wrap:wrap;gap:1rem;margin:0 0 1.2rem;padding:.3rem 0}.bbw-swatch{width:2.2rem;height:2.2rem;border-radius:50%;border:none;padding:0;cursor:pointer;flex:0 0 auto;background-color:var(--bbw-swatch, #ccc);box-shadow:inset 0 0 0 .1rem #00000024;transition:box-shadow .15s ease,transform .1s ease}.bbw-swatch:hover{transform:scale(1.08)}.bbw-swatch:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.bbw-swatch.is-active{box-shadow:inset 0 0 0 .1rem #00000024,0 0 0 .2rem rgb(var(--color-background)),0 0 0 .34rem rgb(var(--color-foreground))}.bbw__meter-mount{display:none}.bbw__meter{max-width:var(--page-width, 120rem);margin:0 auto}.bbw__ship-banner{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.4rem;margin-bottom:2rem;border-radius:1.2rem;background:rgba(var(--color-foreground),.05);font-size:1.25rem;font-weight:500;color:rgba(var(--color-foreground),.8);transition:background-color .25s ease,color .25s ease}.bbw__ship-text{flex:1;line-height:1.3}.bbw__ship-banner.is-unlocked{background:#2e8b571f;color:var(--bbw-accent-ok);font-weight:600}.bbw__ship-icon{flex:0 0 2rem;display:flex}.bbw__ship-icon svg{width:2rem;height:2rem}.bbw__ship-banner.is-unlocked .bbw__ship-icon svg{stroke:var(--bbw-accent-ok)}.bbw__progress{margin-bottom:2.4rem}.bbw__progress-msg{font-size:1.5rem;font-weight:600;margin:0 0 2rem}.bbw__track{position:relative;height:8.5rem}.bbw__track:before{content:"";position:absolute;top:1.1rem;left:0;right:0;height:.3rem;background:rgba(var(--color-foreground),.12);border-radius:10rem}.bbw__track-fill{position:absolute;top:1.1rem;left:0;height:.3rem;width:0;background:rgb(var(--color-foreground));border-radius:10rem;transition:width .35s ease;z-index:1}.bbw__track .bbw__track-fill{display:block}.bbw__milestones{position:relative;height:100%;z-index:2}.bbw__ms{position:absolute;top:0;display:flex;flex-direction:column;align-items:center;text-align:center;transform:translate(-50%);width:12rem}.bbw__ms:nth-child(1){left:10%}.bbw__ms:nth-child(2){left:50%}.bbw__ms:nth-child(3){left:90%}.bbw__ms-dot{width:2.4rem;height:2.4rem;border-radius:50%;background:rgb(var(--color-background));border:.2rem solid rgba(var(--color-foreground),.2);display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;transition:background-color .25s ease,border-color .25s ease}.bbw__ms-dot svg{width:1.2rem;height:1.2rem;fill:none;stroke:rgb(var(--color-background));stroke-width:3;opacity:0;transition:opacity .2s ease}.bbw__ms.is-reached .bbw__ms-dot{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.bbw__ms.is-reached .bbw__ms-dot svg{opacity:1}.bbw__ms-amt{font-size:1.3rem;font-weight:700}.bbw__ms-lbl{font-size:1.1rem;color:rgba(var(--color-foreground),.6);line-height:1.3}.bbw__ms-ship,.bbw__ms-gift{display:block;white-space:nowrap}.bbw__gift{margin-bottom:2rem;animation:bbwGiftIn .35s ease}@keyframes bbwGiftIn{0%{opacity:0;transform:translateY(-.8rem)}to{opacity:1;transform:translateY(0)}}.bbw__gift-banner{display:flex;align-items:center;gap:.8rem;padding:1rem 1.4rem;border-radius:1.2rem 1.2rem 0 0;background:linear-gradient(135deg,#f5a623,#f78c1f);color:#fff;font-size:1.4rem;font-weight:700}.bbw__gift-card{display:flex;align-items:center;gap:1.4rem;padding:1.4rem;border-radius:0 0 1.2rem 1.2rem;background:#f5a62314;border:.15rem solid rgba(245,166,35,.25);border-top:none}.bbw__gift-img{width:5.6rem;height:5.6rem;object-fit:contain;border-radius:.8rem;background:#fff}.bbw__gift-info{display:flex;flex-direction:column;gap:.3rem}.bbw__gift-title{font-size:1.45rem;font-weight:600}.bbw__gift-price{font-size:1.3rem}.bbw__gift-price s{color:rgba(var(--color-foreground),.45)}.bbw__gift-price strong{color:var(--bbw-accent-ok)}.bbw__summary{position:sticky;top:2rem}.bbw__summary-inner{padding:2.8rem;border-radius:2rem;background:rgba(var(--color-foreground),.03)}.bbw__summary-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.4rem}.bbw__sheet-grabber,.bbw__sheet-toggle{display:none}.bbw__sheet-body-inner{min-width:0}.bbw__slots{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:1rem}.bbw__slot{position:relative;display:flex;align-items:center;gap:1.2rem;padding:1rem;border-radius:1.2rem;background:rgb(var(--color-background))}.bbw__slot--empty{justify-content:center;min-height:6rem;border:.15rem dashed rgba(var(--color-foreground),.2);background:transparent;font-size:2rem;color:rgba(var(--color-foreground),.4)}.bbw__slot-img{width:5rem;height:5rem;object-fit:contain;border-radius:.8rem;flex:0 0 5rem;background:rgba(var(--color-foreground),.04)}.bbw__slot-info{display:flex;flex-direction:column;min-width:0}.bbw__slot-title{font-size:1.4rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bbw__slot-color{font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.bbw__slot-remove{position:absolute;top:.6rem;right:.6rem;width:2.2rem;height:2.2rem;border-radius:50%;border:none;cursor:pointer;background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));font-size:1.6rem;line-height:1;display:flex;align-items:center;justify-content:center}.bbw__slot-remove:hover{background:rgba(var(--color-foreground),.2)}.bbw__totals{border-top:.1rem solid rgba(var(--color-foreground),.1);padding-top:1.6rem;margin-bottom:1.6rem}.bbw__totals-row{display:flex;justify-content:space-between;align-items:center;font-size:1.6rem;font-weight:600}.bbw__totals-val{display:flex;align-items:center;gap:.8rem}.bbw__subtotal-original{text-decoration:line-through;color:rgba(var(--color-foreground),.4);font-weight:400}.bbw__subtotal-final{font-weight:700}.bbw__subtotal-final.is-discounted{color:var(--bbw-accent-sale)}.bbw__subtotal-badge{font-size:1.2rem;font-weight:600;padding:.3rem .8rem;border-radius:10rem;background:#dc3c3c1f;color:var(--bbw-accent-sale)}.bbw__atc{width:100%;padding:1.6rem;border:none;border-radius:10rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.6rem;font-weight:700;cursor:pointer;transition:opacity .15s ease}.bbw__atc:hover:not(:disabled){opacity:.85}.bbw__atc:disabled{opacity:.35;cursor:not-allowed}.bbw__reassurance{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:1.3rem;color:rgba(var(--color-foreground),.7);margin:1.6rem 0 0}.bbw__reassurance svg{width:1.6rem;height:1.6rem;fill:none;stroke:currentColor;stroke-width:2.5}.bbw__toast{position:fixed;bottom:2.4rem;left:50%;transform:translate(-50%) translateY(2rem);padding:1.4rem 2.4rem;border-radius:10rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.4rem;font-weight:600;box-shadow:0 .8rem 2.4rem #0003;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;z-index:30}.bbw__toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.bbw .bbw__toast{display:block}@media screen and (max-width:989px){.bbw{padding:2rem 0 calc(var(--bbw-sheet-h, 18rem) + 2.4rem)}.bbw__layout{grid-template-columns:1fr;gap:0}.bbw__meter-mount{display:block;position:sticky;top:var(--bbw-meter-top, 0px);z-index:4;padding:1.6rem var(--bbw-gutter) 1.2rem;background-color:rgb(var(--color-background));background-image:linear-gradient(rgba(var(--color-foreground),.045),rgba(var(--color-foreground),.045));border-bottom:.1rem solid rgba(var(--color-foreground),.09);margin-bottom:2.8rem}.bbw__meter-mount:empty{display:none}.bbw__meter-home:empty{display:none}.bbw__meter-mount .bbw__ship-banner{padding:0;margin-bottom:1.2rem;background:transparent;font-size:1.15rem;gap:.7rem}.bbw__meter-mount .bbw__ship-banner.is-unlocked{background:transparent}.bbw__meter-mount .bbw__ship-icon{flex-basis:1.6rem}.bbw__meter-mount .bbw__ship-icon svg{width:1.6rem;height:1.6rem}.bbw__progress{margin-bottom:0}.bbw__progress-msg{font-size:1.4rem;margin-bottom:1.6rem}.bbw__track{height:7.6rem;overflow:visible}.bbw__ms{width:20vw;max-width:10.5rem}.bbw__ms-dot{width:2rem;height:2rem;margin-bottom:.6rem}.bbw__ms-dot svg{width:1rem;height:1rem}.bbw__ms-amt{font-size:1.2rem}.bbw__ms-lbl{font-size:1.05rem}.bbw__track:before,.bbw__track-fill{top:.9rem}.bbw__summary{position:fixed;inset:auto 0 0 0;top:auto;z-index:20;background:rgb(var(--color-background));border-radius:1.8rem 1.8rem 0 0;box-shadow:0 -.4rem 3rem #00000029}.bbw__summary-inner{background:transparent;border-radius:inherit;padding:.8rem var(--bbw-gutter) calc(1.4rem + env(safe-area-inset-bottom,0px))}.bbw__sheet-grabber{display:block;position:absolute;top:.7rem;left:50%;transform:translate(-50%);width:3.6rem;height:.4rem;border-radius:10rem;background:rgba(var(--color-foreground),.18)}.bbw__summary-head{margin:0;padding:1.4rem 0 .4rem}.bbw__summary-title{font-size:2.2rem}.bbw__sheet-toggle{display:inline-flex;align-items:center;gap:.6rem;background:none;border:none;cursor:pointer;padding:.6rem 0;font-size:1.5rem;font-weight:500;color:rgb(var(--color-foreground))}.bbw__chevron{width:1.8rem;height:1.8rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s cubic-bezier(.4,0,.2,1)}.bbw__summary[data-open=true] .bbw__chevron{transform:rotate(180deg)}.bbw__sheet-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1)}.bbw__summary[data-open=true] .bbw__sheet-body{grid-template-rows:1fr}.bbw__sheet-body-inner{overflow:hidden;min-height:0}.bbw__gift{margin:1.2rem 0 1.6rem}.bbw__slots{display:grid;grid-auto-flow:column;grid-auto-columns:12.6rem;gap:1.2rem;margin:1.2rem 0 0;padding:0 0 1.2rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgb(var(--color-foreground)) rgba(var(--color-foreground),.1)}.bbw__slots::-webkit-scrollbar{height:.4rem}.bbw__slots::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.1);border-radius:10rem}.bbw__slots::-webkit-scrollbar-thumb{background:rgb(var(--color-foreground));border-radius:10rem}.bbw__slot{flex-direction:column;align-items:stretch;padding:0;gap:0;background:transparent;scroll-snap-align:start}.bbw__slot-img{width:100%;height:auto;aspect-ratio:1;flex:none;border-radius:1.2rem;padding:.8rem;background:rgba(var(--color-foreground),.05)}.bbw__slot-info{padding:.9rem .2rem 0;gap:.2rem}.bbw__slot-title{font-size:1.35rem;white-space:normal;line-height:1.25}.bbw__slot-remove{top:.7rem;right:.7rem;width:2.6rem;height:2.6rem;font-size:1.8rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.bbw__slot-remove:hover{background:rgb(var(--color-foreground));opacity:.85}.bbw__slot--empty{align-self:start;min-height:0;aspect-ratio:1;border-radius:1.2rem;align-items:center;justify-content:center}.bbw__sheet-foot{padding-top:1.2rem}.bbw__totals{border-top-color:rgba(var(--color-foreground),.12);padding-top:1.4rem;margin-bottom:1.2rem}.bbw__totals-row{font-size:1.7rem}.bbw__atc{padding:1.8rem;font-size:1.7rem}.bbw__summary[data-open=false] .bbw__reassurance{display:none}.bbw__toast{bottom:calc(var(--bbw-sheet-h, 0px) + 1.6rem);width:calc(100% - 3rem);max-width:44rem;text-align:center}}@media screen and (max-width:749px){.bbw__hero{flex-direction:column;align-items:stretch;min-height:0;margin-bottom:0;border-radius:0}.bbw__hero-copy{max-width:100%;padding:2.4rem var(--bbw-gutter);order:2}.bbw__hero-title{font-size:3.4rem}.bbw__hero-sub{font-size:1.5rem}.bbw__hero-media{position:relative;width:100%;height:20rem;inset:auto;order:1}.bbw__group{margin-bottom:3.2rem}.bbw__group-title{font-size:2rem}.bbw__grid{grid-template-columns:1fr;gap:0}.bbw-card{display:grid;grid-template-columns:8.8rem minmax(0,1fr) auto;grid-template-areas:"media body actions";column-gap:1.6rem;align-items:start;padding:1.8rem 0;border-radius:0;background:transparent;border-bottom:.1rem solid rgba(var(--color-foreground),.09)}.bbw-card:hover{background:transparent}.bbw__grid>.bbw-card:last-child{border-bottom:none}.bbw-card__media{grid-area:media;margin:0;width:8.8rem;height:8.8rem;border-radius:1.2rem;background:rgba(var(--color-foreground),.05)}.bbw-card__img{padding:.6rem}.bbw-card__badge{top:.6rem;left:.6rem;font-size:1rem;padding:.3rem .7rem}.bbw-card__body{grid-area:body}.bbw-card__title{font-size:1.55rem;margin-bottom:.9rem}.bbw-card__swatches{gap:1.1rem;margin-bottom:1rem}.bbw-swatch{width:2.4rem;height:2.4rem}.bbw-card__price{font-size:1.5rem;margin:0}.bbw-card__actions{grid-area:actions;margin-top:0;align-items:center;gap:1.1rem;min-width:9rem}.bbw-card__add{padding:1.1rem 2.2rem;font-size:1.45rem;width:100%}.bbw-card__details{font-size:1.2rem}}@media(prefers-reduced-motion:reduce){.bbw__track-fill,.bbw__ms-dot,.bbw__toast,.bbw-swatch,.bbw-card,.bbw__sheet-body,.bbw__chevron,.bbw__ship-banner{transition:none}.bbw__gift{animation:none}.bbw__slots{scroll-behavior:auto}}.bbw__atc:focus-visible,.bbw-card__add:focus-visible,.bbw__sheet-toggle:focus-visible,.bbw__slot-remove:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/bundle-builder-woo.css.map */
