.bb{--bb-gap: 1.6rem;--bb-radius: var(--product-card-corner-radius, 1.2rem);display:block;position:relative}bundle-builder.bb.page-width{box-sizing:border-box}.bb__layout,.bb__main,.bb__grid{min-width:0;max-width:100%}.bb__head{text-align:center;margin-bottom:2.4rem}.bb__title{margin:0 0 .6rem}.bb__subtitle{margin:0 auto;max-width:60rem;opacity:.8}.bb__sizes{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.8rem}.bb__size{min-width:5.6rem;padding:.9rem 1.4rem;border:var(--buttons-border-width, .1rem) solid rgba(var(--color-foreground),.35);border-radius:var(--buttons-radius, 4rem);background:transparent;color:rgb(var(--color-foreground));font-weight:600;line-height:1.2;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.bb__size small{display:block;font-size:1.05rem;font-weight:400;opacity:.7}.bb__size:hover{border-color:rgb(var(--color-foreground))}.bb__size.is-active{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.bb__layout{display:grid;grid-template-columns:1fr;gap:2.4rem}@media screen and (min-width:990px){.bb__layout{grid-template-columns:1fr minmax(28rem,32rem);align-items:start}}.bb__grid{display:grid;grid-template-columns:repeat(var(--bb-cols-mobile, 2),minmax(0,1fr));gap:var(--bb-gap)}@media screen and (min-width:750px){.bb__grid{grid-template-columns:repeat(var(--bb-cols-desktop, 3),minmax(0,1fr))}}.bb-card{display:flex;flex-direction:column;background:rgb(var(--color-background));border-radius:var(--bb-radius);overflow:hidden;border:.1rem solid rgba(var(--color-foreground),.08);transition:transform .2s ease,box-shadow .2s ease}.bb-card:hover{transform:translateY(-.3rem);box-shadow:0 1.2rem 2.4rem rgba(var(--color-foreground),.1)}.bb-card__media{position:relative;display:block;width:100%;aspect-ratio:1 / 1;background:rgba(var(--color-foreground),.04);border:0;padding:0;cursor:pointer;overflow:hidden}.bb-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.bb-card:hover .bb-card__media img{transform:scale(1.04)}.bb-card__peek{position:absolute;inset-inline:.8rem;bottom:.8rem;text-align:center;font-size:1.1rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;padding:.6rem;border-radius:calc(var(--bb-radius) * .5);background:rgba(var(--color-background),.92);color:rgb(var(--color-foreground));opacity:0;transform:translateY(.6rem);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.bb-card:hover .bb-card__peek{opacity:1;transform:translateY(0)}.bb-card__body{display:flex;flex-direction:column;gap:.6rem;padding:1.2rem;flex:1 1 auto}.bb-card__info{display:flex;flex-direction:column;gap:.4rem}.bb-card__gender{font-size:.95rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(var(--color-foreground),.5);margin:0}@media screen and (min-width:750px){.bb-card__gender{font-size:1.05rem}}.bb-card__info .card__scent-notes{color:rgba(var(--color-foreground),.6);font-size:1.2rem;letter-spacing:.02rem;line-height:1.4;margin:.2rem 0 .5rem}.bb-card__info .card__features{display:flex;flex-wrap:wrap;gap:.5rem;margin:.2rem 0 0;padding:0;list-style:none}.bb-card__info .card__feature-pill{display:inline-flex;align-items:center;font-size:1.05rem;line-height:1;padding:.55rem .7rem;border:1px solid rgba(var(--color-foreground),.12);border-radius:0;color:rgba(var(--color-foreground),.75);background:rgba(var(--color-foreground),.02);white-space:nowrap}@media screen and (max-width:749px){.bb-card__info .card__scent-notes{font-size:1.1rem;margin:.2rem 0 .4rem}.bb-card__info .card__feature-pill{font-size:.78rem;padding:.32rem .44rem}.bb-card__info .card__features{gap:.4rem}}.bb-card__heading{margin:0}.bb-card__title{cursor:pointer;background:none;border:0;padding:0;text-align:left;font:inherit;color:inherit;width:100%}.bb-card__title:hover{text-decoration:underline;text-underline-offset:.3rem}.bb-card__rating{display:flex;align-items:center;gap:.6rem}.bb-card__rating .rating,.bb-card__rating p{margin:0}.bb-card__add{margin-top:auto;padding-top:.4rem}.bb-card .bb-add{font-size:1.05rem;min-height:0;padding:1rem .9rem;letter-spacing:.08em;font-weight:500;line-height:1.1}.bb-add.is-added{opacity:.9}.bb-add[data-bb-disabled]:not(.is-added){opacity:.5;cursor:not-allowed}.bb-card--soldout .bb-add{opacity:.5;pointer-events:none}.bb__aside{position:relative}.bb-tray{background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.12);border-radius:var(--bb-radius);padding:1.8rem;box-shadow:0 .6rem 2rem rgba(var(--color-foreground),.06)}@media screen and (min-width:990px){.bb-tray{position:sticky;top:2rem}}.bb-tray__title{margin:0 0 .2rem;font-size:1.7rem}.bb-tray__count{font-size:1.3rem;opacity:.8;margin:0 0 1.2rem}.bb-tray__count b{opacity:1}.bb-tray__progress{height:.6rem;border-radius:4rem;background:rgba(var(--color-foreground),.12);overflow:hidden;margin-bottom:1.4rem}.bb-tray__progress-bar{height:100%;width:0%;border-radius:4rem;background:rgb(var(--color-button));transition:width .35s cubic-bezier(.4,0,.2,1)}.bb-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(5.4rem,1fr));gap:.8rem;margin-bottom:1.4rem}.bb-slot{position:relative;aspect-ratio:1 / 1;border-radius:calc(var(--bb-radius) * .6);overflow:hidden}.bb-slot--empty{border:.15rem dashed rgba(var(--color-foreground),.25);display:flex;align-items:center;justify-content:center}.bb-slot--empty span{font-size:1.4rem;font-weight:600;opacity:.4}.bb-slot--filled{border:.1rem solid rgba(var(--color-foreground),.1);background:rgba(var(--color-foreground),.04)}.bb-slot--filled img{width:100%;height:100%;object-fit:cover}.bb-slot__remove{position:absolute;top:.3rem;right:.3rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--color-background),.92);color:rgb(var(--color-foreground));box-shadow:0 .1rem .4rem #0003}.bb-slot__remove:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.bb-tray__totals{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.2rem;padding-top:1.2rem;border-top:.1rem solid rgba(var(--color-foreground),.12)}.bb-tray__totals span{opacity:.8}.bb-tray__subtotal{font-size:1.9rem;font-weight:700}.bb-checkout{position:relative;width:100%;min-height:4.8rem;border-radius:var(--buttons-radius, 4rem);background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.5rem;letter-spacing:.08em;text-transform:uppercase;border:0;cursor:pointer;transition:opacity .2s ease}.bb-checkout:hover:not(:disabled){opacity:.9}.bb-checkout:disabled{opacity:.45;cursor:not-allowed}.bb-checkout.bb-loading{color:transparent}.bb-checkout.bb-loading:after{content:"";position:absolute;width:1.8rem;height:1.8rem;top:50%;left:50%;margin:-.9rem 0 0 -.9rem;border:.2rem solid rgb(var(--color-button-text));border-right-color:transparent;border-radius:50%;animation:bb-spin .7s linear infinite}@keyframes bb-spin{to{transform:rotate(360deg)}}.bb-tray__error{margin-top:1rem;font-size:1.25rem;color:rgb(var(--color-base-accent-1, 221 29 29));text-align:center}.bb-tray--pulse{animation:bb-pulse .4s ease}@keyframes bb-pulse{0%{transform:scale(1)}40%{transform:scale(1.015)}to{transform:scale(1)}}.bb-tray--shake{animation:bb-shake .4s ease}@keyframes bb-shake{0%,to{transform:translate(0)}25%{transform:translate(-.5rem)}75%{transform:translate(.5rem)}}.bb-tray__head{display:block}.bb__tray-toggle{display:none}@media screen and (max-width:989px){.bb__aside{position:fixed;left:0;right:0;bottom:0;z-index:30;transform:translateY(calc(100% - var(--bb-bar-height, 8.2rem)));transition:transform .3s cubic-bezier(.4,0,.2,1)}.bb--tray-open .bb__aside{transform:translateY(0)}.bb-tray{border-radius:var(--bb-radius) var(--bb-radius) 0 0;box-shadow:0 -.8rem 2.4rem rgba(var(--color-foreground),.18);max-height:80vh;overflow-y:auto}.bb-tray__head{display:none}.bb__tray-toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;background:none;border:0;padding:1rem 0;color:inherit;cursor:pointer}.bb__tray-toggle .bb-tray__title,.bb__tray-toggle .bb-tray__count{margin:0}.bb__tray-toggle .bb__tray-toggle-grip{position:absolute;top:.6rem;left:50%;transform:translate(-50%);width:3.6rem;height:.4rem;border-radius:4rem;background:rgba(var(--color-foreground),.25)}.bb__grid{margin-bottom:9rem}}.bb-qv{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:none;align-items:center;justify-content:center;padding:2rem}.bb-qv.is-open{display:flex}.bb-qv__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.bb-qv__dialog{position:relative;z-index:1;width:100%;max-width:84rem;max-height:90vh;overflow:hidden;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:var(--bb-radius);display:flex;flex-direction:column;animation:bb-qv-in .25s ease}@keyframes bb-qv-in{0%{opacity:0;transform:translateY(1.2rem)}to{opacity:1;transform:translateY(0)}}.bb-qv__close{position:absolute;top:1rem;right:1rem;z-index:2;width:3.4rem;height:3.4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--color-background),.9);color:rgb(var(--color-foreground));border:.1rem solid rgba(var(--color-foreground),.12)}.bb-qv__close:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.bb-qv__body{display:grid;grid-template-columns:1fr;overflow-y:auto}@media screen and (min-width:750px){.bb-qv__body{grid-template-columns:1fr 1fr}}.bb-qv__media{padding:1.6rem}.bb-qv__main{aspect-ratio:1 / 1;border-radius:calc(var(--bb-radius) * .7);overflow:hidden;background:rgba(var(--color-foreground),.04)}.bb-qv__main img{width:100%;height:100%;object-fit:cover}.bb-qv__thumbs{display:flex;gap:.8rem;margin-top:.8rem;flex-wrap:wrap}.bb-qv__thumb{width:5.4rem;height:5.4rem;border-radius:calc(var(--bb-radius) * .5);overflow:hidden;border:.2rem solid transparent;padding:0;background:none;cursor:pointer}.bb-qv__thumb img{width:100%;height:100%;object-fit:cover}.bb-qv__thumb.is-active{border-color:rgb(var(--color-button))}.bb-qv__info{padding:2.4rem 2rem;display:flex;flex-direction:column;gap:1rem}.bb-qv__vendor{margin:0;font-size:1.2rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6}.bb-qv__title{margin:0;font-size:2.2rem;line-height:1.2}.bb-qv__price{font-size:1.7rem;font-weight:600}.bb-qv__variants{display:flex;flex-wrap:wrap;gap:.8rem}.bb-qv__variant{padding:.7rem 1.3rem;border-radius:var(--buttons-radius, 4rem);border:.1rem solid rgba(var(--color-foreground),.3);background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:all .15s ease}.bb-qv__variant.is-active{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.bb-qv__variant.is-soldout{opacity:.4;text-decoration:line-through;cursor:not-allowed}.bb-qv__desc{font-size:1.35rem;line-height:1.6;opacity:.85;max-height:14rem;overflow-y:auto}.bb-qv__add{margin-top:auto;min-height:4.8rem}.bb-qv__add:disabled{opacity:.45;cursor:not-allowed}.bb-qv__hint{margin:0;font-size:1.2rem;opacity:.7;min-height:1.4rem;text-align:center}html.bb-no-scroll,html.bb-no-scroll body{overflow:hidden}.bb-img-empty{display:block;width:100%;height:100%;min-height:100%;background-color:rgba(var(--color-foreground),.05);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:38%}.bb-qv__main .bb-img-empty{aspect-ratio:1 / 1}
/*# sourceMappingURL=/cdn/shop/t/28/assets/bundle-builder.css.map */
