.mp-bundle-picker{--mp-bundle-ink: #1f2124;--mp-bundle-muted: #6b6f76;--mp-bundle-stroke: #e2e2e4;--mp-bundle-surface: #f6f6f4;--mp-bundle-radius: 10px;display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.mp-bundle-picker__group{border:none;margin:0;padding:0;min-width:0}.mp-bundle-picker__legend{display:flex;align-items:center;gap:.8rem;padding:0;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.mp-bundle-picker__counter{font-size:1.2rem;font-weight:400;color:rgba(var(--color-foreground),.7)}.mp-bundle-picker__slots{display:flex;flex-direction:column;gap:1rem}.mp-bundle-picker [hidden],.mp-bundle-drawer [hidden]{display:none!important}.mp-bundle-slot{position:relative;display:flex;align-items:stretch;width:100%;border:1px solid var(--mp-bundle-stroke);border-radius:var(--mp-bundle-radius);background:#fff;transition:border-color .15s ease}.mp-bundle-slot:hover,.mp-bundle-slot:focus-within{border-color:var(--mp-bundle-ink)}.mp-bundle-slot.is-filled{border-color:var(--mp-bundle-ink)}.mp-bundle-slot__open{display:flex;align-items:center;gap:1.2rem;flex:1 1 auto;min-width:0;padding:1rem 1.2rem;border:0;background:none;font:inherit;font-size:1.3rem;color:var(--mp-bundle-muted);text-align:left;cursor:pointer}.mp-bundle-slot.is-filled .mp-bundle-slot__open{color:var(--mp-bundle-ink);font-weight:600}.mp-bundle-slot__icon{display:flex;flex:0 0 auto;width:1.8rem;height:1.8rem;color:var(--mp-bundle-muted)}.mp-bundle-slot__icon svg{width:100%;height:100%}.mp-bundle-slot__thumb{display:flex;flex:0 0 auto;width:2.8rem;height:2.8rem;border-radius:6px;overflow:hidden;background:var(--mp-bundle-surface)}.mp-bundle-slot__thumb img{width:100%;height:100%;object-fit:contain}.mp-bundle-slot__label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mp-bundle-slot__clear{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:3.4rem;border:0;background:none;color:var(--mp-bundle-muted);cursor:pointer}.mp-bundle-slot__clear svg{width:1.4rem;height:1.4rem}.mp-bundle-slot__clear:hover{color:var(--mp-bundle-ink)}.mp-bundle-picker__hint{margin:0;font-size:1.2rem;color:rgb(var(--color-foreground));opacity:.75}.mp-pdp .mp-pdp__purchase-row:has(.mp-bundle-picker){flex-direction:column;align-items:stretch;gap:20px}.mp-pdp .mp-pdp__purchase-row:has(.mp-bundle-picker)>.product-form__quantity.product-form__input{flex:0 0 auto!important;align-self:flex-start}.mp-pdp .mp-pdp__purchase-row:has(.mp-bundle-picker)>.mp-pdp__buy-buttons,.mp-pdp .mp-pdp__purchase-row:has(.mp-bundle-picker)>div:has(>product-form){flex:0 0 auto;width:100%}body.mp-bundle-drawer-open{overflow:hidden}.mp-bundle-drawer{--mp-bundle-ink: #1f2124;--mp-bundle-muted: #6b6f76;--mp-bundle-stroke: #e2e2e4;--mp-bundle-surface: #f6f6f4;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;visibility:hidden;pointer-events:none}.mp-bundle-drawer.is-open{visibility:visible;pointer-events:auto}.mp-bundle-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease}.mp-bundle-drawer.is-open .mp-bundle-drawer__overlay{opacity:1}.mp-bundle-drawer__panel{position:absolute;top:0;right:0;bottom:0;display:flex;flex-direction:column;width:min(48rem,calc(100% - 3rem));background:#fff;box-shadow:-4px 0 24px #0000001f;transform:translate(100%);transition:transform .3s ease}.mp-bundle-drawer.is-open .mp-bundle-drawer__panel{transform:translate(0)}@media(prefers-reduced-motion:reduce){.mp-bundle-drawer__overlay,.mp-bundle-drawer__panel{transition:none}}.mp-bundle-drawer__header{flex:0 0 auto;display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.2rem .8rem}.mp-bundle-drawer__search{position:relative;display:flex;align-items:center;flex:1 1 auto;min-width:0}.mp-bundle-drawer__search svg{position:absolute;left:1.1rem;width:1.7rem;height:1.7rem;color:var(--mp-bundle-muted);pointer-events:none}.mp-bundle-drawer__input{width:100%;padding:.9rem 1.2rem .9rem 3.6rem;border:1px solid var(--mp-bundle-stroke);border-radius:8px;background:#fff;font-size:1.3rem;color:var(--mp-bundle-ink);-webkit-appearance:none;appearance:none}.mp-bundle-drawer__input::placeholder{color:var(--mp-bundle-muted)}.mp-bundle-drawer__input:focus{outline:none;border-color:var(--mp-bundle-ink)}.mp-bundle-drawer__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.mp-bundle-drawer__close{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:3.2rem;height:3.2rem;border:0;background:none;color:var(--mp-bundle-ink);cursor:pointer}.mp-bundle-drawer__close svg{width:2rem;height:2rem}.mp-bundle-drawer__tabs{flex:0 0 auto;display:flex;gap:.2rem;padding:0 1.2rem;border-bottom:1px solid var(--mp-bundle-stroke);overflow-x:auto;scrollbar-width:none}.mp-bundle-drawer__tabs::-webkit-scrollbar{display:none}.mp-bundle-drawer__tab{flex:0 0 auto;padding:.9rem 1rem;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;background:none;font:inherit;font-size:1.3rem;color:var(--mp-bundle-muted);white-space:nowrap;cursor:pointer}.mp-bundle-drawer__tab.is-active{color:var(--mp-bundle-ink);font-weight:600;border-bottom-color:var(--mp-bundle-ink)}.mp-bundle-drawer__tab--new{color:#2563eb}.mp-bundle-drawer__tab--new:after{content:" \2726"}.mp-bundle-drawer__tab--new.is-active{color:#2563eb;border-bottom-color:#2563eb}.mp-bundle-drawer__list{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.8rem 1.2rem;display:flex;flex-direction:column;gap:.6rem}.mp-bundle-drawer__empty{margin:2.4rem 0;text-align:center;font-size:1.4rem;color:var(--mp-bundle-muted)}.mp-bundle-drawer__show-all{display:block;margin:0 auto 2.4rem;padding:.8rem 1.4rem;border:1px solid var(--mp-bundle-ink);border-radius:6px;background:transparent;color:var(--mp-bundle-ink);font:inherit;font-size:1.3rem;cursor:pointer}.mp-bundle-drawer__show-all:hover{background:var(--mp-bundle-surface)}.mp-bundle-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.8rem 1rem;border:1px solid var(--mp-bundle-stroke);border-radius:8px}.mp-bundle-row.is-selected{border-color:var(--mp-bundle-ink);box-shadow:inset 0 0 0 1px var(--mp-bundle-ink)}.mp-bundle-row.is-disabled{opacity:.45}.mp-bundle-row__media{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:4.2rem;height:4.2rem;border-radius:6px;background:var(--mp-bundle-surface);overflow:hidden}.mp-bundle-row__media img{width:100%;height:100%;object-fit:contain}.mp-bundle-row__body{min-width:0;display:flex;flex-direction:column;gap:.4rem}.mp-bundle-row__title{margin:0;font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--mp-bundle-ink)}.mp-bundle-row__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.mp-bundle-row__price{font-size:1.2rem;color:var(--mp-bundle-muted)}.mp-bundle-badge{display:inline-block;padding:.2rem .5rem;border:1px solid currentColor;border-radius:3px;font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--mp-bundle-muted)}.mp-bundle-badge--her,.mp-bundle-badge--him{color:#c2570f}.mp-bundle-badge--unisex{color:#4b5563}.mp-bundle-row__side{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.mp-bundle-pill{display:inline-block;padding:.2rem .6rem;border-radius:3px;background:#d7f2e0;color:#1a5c36;font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.mp-bundle-row__add{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.2rem;border:0;border-radius:6px;background:var(--mp-bundle-ink);color:#fff;font:inherit;font-size:1.2rem;font-weight:600;white-space:nowrap;cursor:pointer}.mp-bundle-row__add:hover{opacity:.88}.mp-bundle-row__add:disabled{background:var(--mp-bundle-surface);color:var(--mp-bundle-muted);cursor:default}.mp-bundle-row__add:disabled:hover{opacity:1}.mp-bundle-stepper{display:inline-flex;align-items:center;gap:.4rem}.mp-bundle-stepper__button{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;border:0;border-radius:50%;background:var(--mp-bundle-ink);color:#fff;font:inherit;font-size:1.4rem;line-height:1;cursor:pointer}.mp-bundle-stepper__button:hover{opacity:.88}.mp-bundle-stepper__count{min-width:2rem;font-size:1.3rem;font-weight:700;text-align:center;color:var(--mp-bundle-ink)}.mp-bundle-row__plus{font-size:1.3rem;line-height:1}.mp-bundle-drawer__footer{flex:0 0 auto;display:flex;flex-direction:column;gap:.6rem;padding:.8rem 1.2rem calc(1.2rem + env(safe-area-inset-bottom));border-top:1px solid var(--mp-bundle-stroke);background:#fff}.mp-bundle-drawer__submit{width:100%;padding:1.2rem;border:0;border-radius:6px;background:var(--mp-bundle-ink);color:#fff;font:inherit;font-size:1.35rem;font-weight:700;cursor:pointer}.mp-bundle-drawer__submit:hover{opacity:.88}.mp-bundle-drawer__submit--secondary{background:transparent;border:1px solid var(--mp-bundle-ink);color:var(--mp-bundle-ink)}.mp-bundle-drawer__progress{margin:0;padding:1.1rem;border-radius:6px;background:var(--mp-bundle-surface);font-size:1.3rem;font-weight:700;text-align:center;color:var(--mp-bundle-ink)}.mp-bundle-drawer__progress.is-complete{padding:.9rem;background:#d7f2e0;color:#1a5c36;font-size:1.25rem}.mp-bundle-drawer__progress.is-complete:before{content:"\2713  "}@media screen and (max-width:480px){.mp-bundle-row{grid-template-columns:auto minmax(0,1fr);row-gap:.6rem}.mp-bundle-row__side{grid-column:2;flex-direction:row;align-items:center;justify-content:flex-start}.mp-bundle-row__media{width:3.8rem;height:3.8rem}.mp-bundle-row__title{font-size:1rem}.mp-bundle-row__add{padding:.3rem 1.2rem;font-size:1rem}.mp-bundle-drawer__tab{padding:.9rem .5rem;font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-bundle-picker.css.map */
