.bundle-builder{--bundle-accent: #ff005a;--bundle-accent-text: #fff;--bundle-muted: rgba(var(--color-foreground), .62);--bundle-line: rgba(var(--color-foreground), .1);--bundle-soft: rgba(var(--color-foreground), .04);--bundle-success: #157347;--bundle-warning: #8a5a00;--bundle-error: #b42318;--bundle-body-max-height: 620px;--bundle-body-max-height-mobile: 58vh;display:block}.bundle-builder__shell{border:1px solid var(--bundle-line);border-radius:12px;background:rgb(var(--color-background));overflow:hidden}.bundle-builder__header,.bundle-builder__footer{padding:18px 20px}.bundle-builder__title{margin:0}.bundle-builder__subtitle,.bundle-builder__hint,.bundle-builder__status,.bundle-builder__section-note{color:var(--bundle-muted)}.bundle-builder__subtitle{margin:4px 0 0}.bundle-builder__slots{display:flex;flex-wrap:wrap;gap:12px 10px;padding:18px 20px 22px;border-top:1px solid var(--bundle-line)}.bundle-builder__slot{-webkit-appearance:none;appearance:none;padding:0;min-width:54px;position:relative;width:54px;height:54px;aspect-ratio:1;border-radius:50%;border:1.5px dashed rgba(var(--color-foreground),.18);background:var(--bundle-soft);color:var(--bundle-muted);display:flex;align-items:center;justify-content:center;flex:0 0 54px;font-size:1.3rem;font-weight:600;line-height:1}.bundle-builder__slot.is-filled{border-style:solid;border-width:2px;border-color:var(--bundle-accent);cursor:pointer}.bundle-builder__slot-remove{position:absolute;top:-5px;right:-5px;width:18px;height:18px;border:2px solid rgb(var(--color-background));border-radius:50%;background:var(--bundle-accent);color:var(--bundle-accent-text);display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:800;line-height:1;box-shadow:0 2px 6px rgba(var(--color-foreground),.16)}.bundle-builder__slot img{width:100%;height:100%;object-fit:cover;border-radius:50%}.bundle-builder__free{position:absolute;left:50%;bottom:-17px;transform:translate(-50%);color:var(--bundle-accent);background:rgb(var(--color-background));padding:0 3px;font-size:1rem;font-weight:700;white-space:nowrap}.bundle-builder__body{border-top:1px solid var(--bundle-line);max-height:var(--bundle-body-max-height);overflow-y:auto;overscroll-behavior:contain;padding:20px 24px 30px;background:#fff;scrollbar-gutter:stable}.bundle-builder__tabs{position:sticky;top:-20px;z-index:2;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin:-20px -24px 22px;padding:20px 24px 12px;border-bottom:1px solid var(--bundle-line);background:#fff}.bundle-builder__tab{-webkit-appearance:none;appearance:none;min-width:0;min-height:48px;border:1px solid var(--bundle-line);border-radius:8px;background:rgba(var(--color-foreground),.03);color:var(--bundle-muted);cursor:pointer;font:inherit;font-size:1.5rem;font-weight:700;line-height:1.2;padding:10px 16px;text-align:center;transition:background .15s ease,border-color .15s ease,color .15s ease}.bundle-builder__tab.is-active{border-color:var(--bundle-accent);background:var(--bundle-accent);color:var(--bundle-accent-text)}.bundle-builder__tab-panel[hidden]{display:none}.bundle-builder__tab-panel .bundle-builder__group{margin-top:0}.bundle-builder__collections{display:grid;gap:24px}.bundle-builder__collection-title{margin:0 0 12px;color:rgb(var(--color-foreground));font-size:1.6rem;font-weight:700;line-height:1.25}.bundle-builder__group+.bundle-builder__group{margin-top:30px}.bundle-builder__group-head{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.bundle-builder__group-title{color:rgba(var(--color-foreground),.48);flex:0 0 auto;font-size:1.4rem;font-weight:500;letter-spacing:0;line-height:1;margin:0;text-transform:uppercase}.bundle-builder__group-head:after{content:"";flex:1 1 120px;border-top:1px solid var(--bundle-line)}.bundle-builder__pill{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;min-height:26px;background:rgba(var(--color-button),.1);color:var(--bundle-accent);font-size:1.2rem;font-weight:700}.bundle-builder__section-note{order:3;width:100%;margin:-6px 0 0}.bundle-builder__grid{display:flex;flex-wrap:wrap;gap:20px 18px;align-items:flex-start}.bundle-builder__item-card{position:relative;width:72px;min-width:0}.bundle-builder__item{-webkit-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:center;width:72px;min-width:0;border:0;background:transparent;padding:0;color:rgb(var(--color-foreground));text-align:center;cursor:pointer;font:inherit;line-height:1.25;min-height:118px;position:relative}.bundle-builder__item-media{display:flex;align-items:center;justify-content:center;position:relative;width:64px;height:64px;aspect-ratio:1;margin:0 auto 7px;border:2px solid rgba(var(--color-foreground),.08);border-radius:50%;background:var(--bundle-soft);overflow:visible;flex:0 0 64px;transition:border-color .15s ease,transform .15s ease}.bundle-builder__item:hover .bundle-builder__item-media{transform:translateY(-1px)}.bundle-builder__item.is-at-stock-limit:not(.is-selected){cursor:not-allowed;opacity:.55}.bundle-builder__item.is-at-stock-limit:not(.is-selected) .bundle-builder__item-media{transform:none}.bundle-builder__item.is-selected .bundle-builder__item-media{border-color:var(--bundle-accent);box-shadow:0 0 0 2px #ff005a1f}.bundle-builder__item-media img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;border-radius:50%}.bundle-builder__qty{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 5px;border:2px solid rgb(var(--color-background));border-radius:999px;background:var(--bundle-accent);color:var(--bundle-accent-text);display:none;align-items:center;justify-content:center;font-size:1rem;font-weight:800;line-height:1;box-shadow:0 2px 6px rgba(var(--color-foreground),.16);z-index:2}.bundle-builder__item.is-selected .bundle-builder__qty{display:inline-flex}.bundle-builder__zoom-button{-webkit-appearance:none;appearance:none;position:absolute;top:45px;right:0;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid rgba(var(--color-foreground),.14);border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:zoom-in;box-shadow:0 2px 6px rgba(var(--color-foreground),.16)}.bundle-builder__zoom-button svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.bundle-builder__zoom-button:hover,.bundle-builder__zoom-button:focus-visible{color:var(--bundle-accent)}.bundle-builder__item-title{display:block;width:100%;color:rgba(var(--color-foreground),.72);font-size:1.1rem;line-height:1.25;min-height:3.5em;max-height:3.5em;overflow:hidden;overflow-wrap:anywhere}.bundle-builder__item-title-code,.bundle-builder__item-title-name{display:block}.bundle-builder__item-title-code{color:rgb(var(--color-foreground));font-size:1.2rem;font-weight:800;line-height:1.15}.bundle-builder__item-title-name{color:rgba(var(--color-foreground),.7)}.bundle-builder__item-price{display:none}.bundle-builder__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px 24px;align-items:end;border-top:1px solid var(--bundle-line);background:rgba(var(--color-background),.96);position:sticky;bottom:0;z-index:3}.bundle-builder__progress-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;font-weight:700}.bundle-builder__progress{height:8px;border-radius:999px;background:rgba(var(--color-foreground),.08);overflow:hidden}.bundle-builder__progress-bar{display:block;height:100%;width:0;background:var(--bundle-accent);transition:width .18s ease}.bundle-builder__summary{display:none;margin:12px 0 0;padding:9px 12px;border:1px solid rgba(180,35,24,.22);border-left:3px solid var(--bundle-error);border-radius:6px;background:#b423180f;color:var(--bundle-error);font-weight:600;line-height:1.35}.bundle-builder__summary:before{content:none}.bundle-builder__summary[data-state=complete]{border-color:#15734742;border-left-color:var(--bundle-success);background:#15734714;color:var(--bundle-success)}.bundle-builder__summary[data-state=complete]:before{content:"OK";font-size:.85rem}.bundle-builder__summary.is-attention{box-shadow:0 0 0 3px #b423181a;outline:2px solid transparent}.bundle-builder__summary.is-visible{display:block}.bundle-builder__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.bundle-builder__price{color:var(--bundle-muted);white-space:nowrap}.bundle-builder__price strong{color:var(--bundle-accent);font-size:2rem}.bundle-builder__price s{margin-left:4px}.bundle-builder__message{grid-column:1 / -1;display:none;align-items:flex-start;gap:10px;padding:13px 15px;border-radius:8px;border:1px solid rgba(180,35,24,.28);border-left:4px solid var(--bundle-error);background:#b4231814;color:var(--bundle-error);font-weight:700;line-height:1.35}.bundle-builder__message:before{content:"!";display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px;width:20px;height:20px;margin-top:.05em;border-radius:50%;background:currentColor;color:#fff;font-size:1.3rem;font-weight:800;line-height:1}.bundle-builder__message[data-status=success]{border-color:#15734742;border-left-color:var(--bundle-success);background:#15734714;color:var(--bundle-success)}.bundle-builder__message[data-status=success]:before{content:"OK";font-size:.85rem}.bundle-builder__message.is-visible{display:flex}.bundle-builder__zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000085}.bundle-builder__zoom-modal[hidden]{display:none}.bundle-builder__zoom-panel{position:relative;width:min(92vw,760px);max-height:88vh;padding:22px;border-radius:8px;background:rgb(var(--color-background));box-shadow:0 20px 60px #0000003d;text-align:center}.bundle-builder__zoom-close{-webkit-appearance:none;appearance:none;position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid var(--bundle-line);border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;font:inherit;font-size:1.4rem;font-weight:800;line-height:1}.bundle-builder__zoom-image{display:block;width:100%;max-height:70vh;object-fit:contain}.bundle-builder__zoom-title{margin:14px 0 0;color:rgb(var(--color-foreground));font-weight:700}@media(max-width:749px){.bundle-builder__header,.bundle-builder__slots,.bundle-builder__body,.bundle-builder__footer{padding-left:14px;padding-right:14px}.bundle-builder__body{max-height:var(--bundle-body-max-height-mobile)}.bundle-builder__tabs{top:-20px;grid-template-columns:1fr}.bundle-builder__footer{grid-template-columns:1fr;align-items:stretch}.bundle-builder__actions{justify-content:stretch}.bundle-builder__actions .btn{flex:1 1 100%}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/section-annette-product-bundle.css.map */
