.v2-picker{padding-block:8px 24px}.bundle-error{text-align:center;padding:48px 20px}.bundle-error h2{font-size:22px;font-weight:900;letter-spacing:-.02em;margin-bottom:8px}.bundle-error p{color:var(--ink-soft);font-size:14px}.bundle-header{padding-block:20px 18px}.bundle-header h1{font-size:clamp(24px,6.5vw,34px);font-weight:900;letter-spacing:-.03em;line-height:1.15;margin:0}.bundle-savings{display:inline-block;margin-top:10px;padding:5px 12px;border-radius:999px;background:var(--red);color:#fff;font-size:11.5px;font-weight:900;line-height:1.35}.bundle-collections{display:grid;gap:18px;counter-reset:bundle-step}.collection-box{counter-increment:bundle-step;min-width:0;position:relative;border:1px solid var(--line);border-radius:var(--r-lg);padding:0 0 6px;overflow:hidden;background:linear-gradient(180deg,var(--cream) 0,rgba(250,247,242,0) 96px),var(--white);box-shadow:var(--sh-sm);transition:border-color .22s,box-shadow .22s}.collection-box:has(.collection-progress.complete){border-color:var(--eco-line);box-shadow:0 0 0 1px var(--eco-line),var(--sh-sm)}.collection-box-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 16px 14px;border-bottom:1px solid var(--line);margin-bottom:14px}.collection-box-header h3{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:900;letter-spacing:-.02em;line-height:1.25;margin:0;min-width:0;color:var(--ink)}.collection-box-header h3:before{content:counter(bundle-step);flex:0 0 auto;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--eco-wash);border:1px solid var(--eco-line);color:var(--eco-deep);font-size:12px;font-weight:900;letter-spacing:0}.collection-box:has(.collection-progress.complete) .collection-box-header h3:before{background:var(--eco);border-color:var(--eco);color:#fff}.collection-progress{flex:0 0 auto;font-size:10.5px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:var(--gray);padding:5px 11px;border-radius:999px;background:var(--white);border:1px solid var(--line);transition:background .2s,color .2s,border-color .2s}.collection-progress.complete{background:var(--eco-wash);border-color:var(--eco-line);color:var(--eco-deep)}.products-carousel{position:relative;min-width:0}.products-viewport{min-width:0}.products-track{display:flex;gap:12px;padding-inline:14px;overflow-x:auto;overflow-y:hidden;padding-block:8px 14px;scroll-snap-type:x proximity;scroll-padding-inline:14px;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.products-track::-webkit-scrollbar{display:none}.product-item{position:relative;flex:0 0 auto;width:168px;min-width:0;scroll-snap-align:start;padding:10px;border-radius:16px;border:1px solid var(--line);background:var(--white);cursor:pointer;box-shadow:var(--sh-sm);transition:border-color .2s,box-shadow .2s,background .2s,transform .2s,opacity .2s}.product-item img{width:100%;aspect-ratio:9/10;object-fit:contain;border-radius:11px;background:var(--cream);padding:6px;display:block;transition:transform .3s cubic-bezier(.22,1,.36,1)}.product-item .title{margin-top:10px;font-size:12.5px;font-weight:800;letter-spacing:-.01em;line-height:1.35;color:var(--ink);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.35em * 3)}.product-item .price{margin-top:4px;font-size:12px;font-weight:800;color:var(--gray)}.product-item .check{position:absolute;top:16px;right:16px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;box-shadow:0 4px 12px -4px #c30000bf;opacity:0;transform:scale(.6);transition:opacity .18s,transform .34s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.product-item .check svg{width:13px;height:13px}.product-item.selected{border-color:var(--red);background:var(--white);box-shadow:0 0 0 3px var(--red-wash),var(--sh-md);transform:translateY(-2px)}.product-item.selected .title{color:var(--red-deep)}.product-item.selected .check{opacity:1;transform:scale(1)}.product-item.disabled{opacity:.45;filter:saturate(.4);cursor:not-allowed;box-shadow:none}@media(hover:hover){.product-item:not(.disabled):not(.selected):hover{border-color:var(--ink-soft);box-shadow:var(--sh-md);transform:translateY(-2px)}}.carousel-nav{display:none}@media(hover:hover)and (pointer:fine){.carousel-nav{display:flex;gap:8px;justify-content:flex-end;padding-inline:14px;margin-top:4px}.carousel-btn{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1.5px solid var(--line);background:var(--white);color:var(--ink);transition:border-color .18s,opacity .18s}.carousel-btn svg{width:16px;height:16px}.carousel-btn:disabled{opacity:.35;cursor:default}.carousel-btn:not(:disabled):hover{border-color:var(--ink)}}.loading{padding:24px 14px;font-size:13.5px;color:var(--gray);text-align:center}.bundle-footer{position:sticky;bottom:calc(var(--v2-bar, 0px) + 8px);z-index:40;margin-top:20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;border-radius:var(--r-lg);border:1.5px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(14px) saturate(180%);backdrop-filter:blur(14px) saturate(180%);box-shadow:var(--sh-md)}.bundle-summary{flex:1 1 auto;min-width:0;font-size:13px;font-weight:800;color:var(--ink-soft)}.btn-add-bundle{flex:0 0 auto;min-height:48px;padding:12px 22px;border-radius:999px;background:var(--red);color:#fff;font-size:15px;font-weight:900;letter-spacing:-.01em;border:0;transition:background .18s,opacity .18s}.btn-add-bundle:disabled{opacity:.45;cursor:not-allowed}.btn-add-bundle:not(:disabled):active{background:var(--red-deep)}@media(min-width:640px){.product-item{width:188px}.collection-box-header h3{font-size:17px}.bundle-footer{flex-wrap:nowrap}.bundle-summary{font-size:14px}}@media(min-width:1024px){.bundle-collections{gap:22px}.product-item{width:204px}}@media(prefers-reduced-motion:reduce){.product-item,.product-item .check,.collection-box,.collection-progress{transition:none}.product-item.selected,.product-item:hover{transform:none}}.product-info-btn{position:absolute;top:16px;left:16px;z-index:2;width:26px;height:26px;padding:0;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:var(--white);color:var(--gray);cursor:pointer;box-shadow:var(--sh-sm);transition:color .18s,border-color .18s,transform .18s}.product-info-btn svg{width:14px;height:14px}@media(hover:hover){.product-info-btn:hover{color:var(--red);border-color:var(--red);transform:scale(1.08)}}.product-info-btn:focus-visible{outline:2.5px solid var(--red);outline-offset:2px}.product-info{width:min(760px,calc(100vw - 32px));max-height:min(86vh,720px);padding:0;border:0;border-radius:var(--r-lg);background:var(--white);color:var(--ink);box-shadow:var(--sh-lg);overflow:hidden}.product-info::backdrop{background:#16181d80}.product-info[open]{display:flex;flex-direction:column}.product-info__close{position:absolute;top:12px;right:12px;z-index:3;width:34px;height:34px;padding:0;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:var(--white);color:var(--ink-soft);cursor:pointer;box-shadow:var(--sh-sm)}.product-info__close svg{width:15px;height:15px}@media(hover:hover){.product-info__close:hover{color:var(--red);border-color:var(--red)}}.product-info__body{flex:1 1 auto;min-height:0;overflow-y:auto;display:grid;gap:20px;padding:20px}.product-info__shot{width:100%;height:auto;aspect-ratio:9/10;object-fit:contain;border-radius:var(--r-md);background:var(--cream);padding:10px;display:block}.product-info__thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;scrollbar-width:none}.product-info__thumbs::-webkit-scrollbar{display:none}.product-info__thumb{flex:0 0 auto;width:56px;height:56px;padding:4px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--cream);cursor:pointer;transition:border-color .18s,box-shadow .18s}.product-info__thumb img{width:100%;height:100%;object-fit:contain;display:block}.product-info__thumb.is-on{border-color:var(--red);box-shadow:0 0 0 2px var(--red-wash)}.product-info__title{margin:0;font-size:20px;font-weight:800;letter-spacing:-.02em;line-height:1.25}.product-info__meta{margin-top:6px;font-size:12.5px;font-weight:700;color:var(--gray)}.product-info__price{margin-top:10px;font-size:18px;font-weight:800;color:var(--red-deep)}.product-info__desc{margin-top:14px;font-size:14px;line-height:1.65;color:var(--ink-soft)}.product-info__desc>:first-child{margin-top:0}.product-info__desc>:last-child{margin-bottom:0}.product-info__desc img,.product-info__desc iframe,.product-info__desc table{max-width:100%}.product-info__desc img{height:auto;border-radius:var(--r-sm)}.product-info__desc table{display:block;overflow-x:auto}.product-info__foot{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:14px 20px;border-top:1px solid var(--line);background:var(--cream)}.product-info__link{font-size:13.5px;font-weight:800;color:var(--ink-soft);text-decoration:underline;text-underline-offset:3px}@media(hover:hover){.product-info__link:hover{color:var(--red)}}.product-info__pick{margin-left:auto;padding:12px 22px;border:0;border-radius:999px;font-size:14px;font-weight:800;color:#fff;background:var(--red);cursor:pointer;transition:background .18s,opacity .18s}@media(hover:hover){.product-info__pick:hover:not(:disabled){background:var(--red-deep)}}.product-info__pick.is-remove{color:var(--ink);background:var(--cream-deep)}.product-info__pick:disabled{opacity:.45;cursor:not-allowed}@media(min-width:720px){.product-info__body{grid-template-columns:280px 1fr;gap:24px;padding:24px}.product-info__title{padding-right:40px}}@media(max-width:719px){.product-info{width:100vw;max-width:100vw;max-height:92vh;margin:auto auto 0;border-radius:var(--r-lg) var(--r-lg) 0 0}.product-info__foot{padding-bottom:max(14px,env(safe-area-inset-bottom))}.product-info__pick{flex:1 1 auto;margin-left:0}.product-info__link{flex:0 0 auto}}@media(prefers-reduced-motion:reduce){.product-info-btn,.product-info__thumb{transition:none}.product-info-btn:hover{transform:none}}@keyframes bundle-rise{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}.bundle-header>*{animation:bundle-rise .55s cubic-bezier(.22,1,.36,1) both}.bundle-header h1{animation-delay:.02s}.bundle-savings{animation-delay:.1s}.bundle-intro{animation-delay:.16s}.bundle-intro{margin-top:14px;max-width:62ch;font-size:14.5px;line-height:1.65;color:var(--ink-soft)}.bundle-intro>:first-child{margin-top:0}.bundle-intro>:last-child{margin-bottom:0}.bundle-intro p+p{margin-top:10px}.bundle-intro a{color:var(--red);text-decoration:underline;text-underline-offset:3px}.bundle-intro img{max-width:100%;height:auto;border-radius:var(--r-sm)}@media(min-width:640px){.bundle-intro{font-size:15.5px}}.collection-box{animation:bundle-rise .5s cubic-bezier(.22,1,.36,1) both}@keyframes bundle-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.collection-box.just-completed:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(105deg,transparent 32%,rgba(35,115,189,.15) 50%,transparent 68%);animation:bundle-sweep .85s cubic-bezier(.4,0,.2,1)}@keyframes badge-pop{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}.collection-progress.complete:before{content:"\2713";display:inline-block;margin-right:5px;animation:badge-pop .45s cubic-bezier(.34,1.56,.64,1)}@keyframes count-bump{0%{transform:scale(1)}45%{transform:scale(1.45)}to{transform:scale(1)}}.collection-progress .count{display:inline-block}.collection-progress .count.is-bumped{animation:count-bump .32s cubic-bezier(.34,1.56,.64,1)}@keyframes pick-pop{0%{transform:translateY(-2px) scale(1)}40%{transform:translateY(-4px) scale(1.035)}to{transform:translateY(-2px) scale(1)}}@keyframes pick-ring{0%{box-shadow:0 0 #e23a2e66}to{box-shadow:0 0 0 10px #e23a2e00}}.product-item.selected{animation:pick-pop .38s cubic-bezier(.34,1.56,.64,1)}.product-item.selected:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;pointer-events:none;animation:pick-ring .6s cubic-bezier(.22,1,.36,1)}.product-item.selected img{transform:scale(1.04)}@media(hover:hover){.product-item:not(.disabled):not(.selected):hover img{transform:scale(1.05)}}.product-item.disabled{transition:opacity .28s,filter .28s,box-shadow .2s}.bundle-summary{display:grid;gap:7px;align-content:center}.summary-bar{display:block;height:5px;border-radius:999px;background:var(--cream-deep);overflow:hidden}.summary-bar__fill{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--red-soft),var(--red));transform:scaleX(0);transform-origin:left center;transition:transform .5s cubic-bezier(.22,1,.36,1),background .3s}.summary-bar.is-full .summary-bar__fill{background:linear-gradient(90deg,var(--eco),var(--eco-deep))}@keyframes btn-shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes btn-ready{0%{transform:scale(1)}45%{transform:scale(1.045)}to{transform:scale(1)}}.btn-add-bundle{position:relative;overflow:hidden}.btn-add-bundle.is-ready{animation:btn-ready .5s cubic-bezier(.34,1.56,.64,1)}.btn-add-bundle.is-ready:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.42) 50%,transparent 65%);animation:btn-shine .9s cubic-bezier(.4,0,.2,1)}@media(prefers-reduced-motion:reduce){.bundle-header>*,.collection-box,.collection-box.just-completed:after,.collection-progress.complete:before,.collection-progress .count.is-bumped,.product-item.selected,.product-item.selected:after,.btn-add-bundle.is-ready,.btn-add-bundle.is-ready:after{animation:none}.bundle-header>*{opacity:1}.product-item img,.summary-bar__fill{transition:none}.product-item.selected img,.product-item:not(.disabled):not(.selected):hover img{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/v2-bundle-picker.css.map */
