.bundle-picker-option{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;min-width:0;border:2px solid #e2e2e2;border-radius:10px;padding:8px 6px;cursor:pointer}.bundle-picker-option--badge{padding-top:24px}.bundle-picker-option__badge{position:absolute;top:-9px;left:4px;right:4px;display:block;text-align:center;font-size:8px;font-weight:700;letter-spacing:.01em;line-height:1.2;white-space:normal;overflow-wrap:normal;word-break:normal;padding:4px 6px;border-radius:10px;box-shadow:0 3px 10px #0000002e;z-index:1}.bundle-picker-option:has(.bundle-picker__radio:checked){border-color:var(--bundle-picker-accent, #1b1b1b)}.bundle-picker-option:has(.bundle-picker__radio:disabled){opacity:.5;cursor:not-allowed}.bundle-picker__radio{position:absolute;opacity:0;width:1px;height:1px;top:0;left:0;pointer-events:none}.bundle-picker-option__radio-visual{box-sizing:border-box;flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:2px solid #c9c9c9}.bundle-picker__radio:checked~.bundle-picker-option__radio-visual{border-color:var(--bundle-picker-accent, #1b1b1b)}.bundle-picker__radio:checked~.bundle-picker-option__radio-visual:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--bundle-picker-accent, #1b1b1b)}.bundle-picker__radio:focus-visible~.bundle-picker-option__radio-visual{outline:2px solid var(--bundle-picker-accent, #1b1b1b);outline-offset:2px}.bundle-picker-option__content{display:flex;flex-direction:column;align-items:center;width:100%;min-width:0}.bundle-picker-option__content>*{min-width:0;max-width:100%;text-align:center!important;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;margin-top:0!important;margin-bottom:4px!important}.bundle-picker-option__content>*:last-child{margin-bottom:0!important}.bundle-picker-option__unavailable{margin-top:4px;font-size:10px;color:#b42318;font-weight:600}.bundle-gifts-container{width:100%}.bundle-gifts__empty{text-align:center;opacity:.6;font-size:13px}.bundle-gifts{display:grid;grid-template-columns:repeat(var(--bundle-gifts-count, 2),minmax(0,1fr));gap:10px}.bundle-gifts--1{--bundle-gifts-count: 1}.bundle-gifts--2{--bundle-gifts-count: 2}.bundle-gifts--3{--bundle-gifts-count: 3}.bundle-gifts--4{--bundle-gifts-count: 4}.bundle-gift{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.bundle-gift__card{position:relative;width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden;border-width:var(--bundle-gift-border-width);border-style:var(--bundle-gift-border-style);border-radius:var(--bundle-gift-radius);border-color:#d9d9d9;background:#f5f5f5;transition:background-color .2s ease,border-color .2s ease}.bundle-gift__card--locked-bg-stripes{background-image:repeating-linear-gradient(45deg,#f0f0f0,#f0f0f0 10px,#e6e6e6 10px 20px)}.bundle-gift[data-unlocked=true] .bundle-gift__card{background:var(--bundle-gift-unlocked-bg);background-image:none;border-color:var(--bundle-gift-unlocked-border)}.bundle-gift__locked-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;transition:opacity .3s ease}img.bundle-gift__locked-media{object-fit:cover}.bundle-gift__locked-media--custom{overflow:hidden;display:flex;align-items:center;justify-content:center}.bundle-gift[data-unlocked=true] .bundle-gift__locked-media{opacity:0;pointer-events:none}.bundle-gift__lock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px;font-size:11px;line-height:1.2;z-index:2;background:#ffffff8c;transition:opacity .2s ease,visibility .2s ease}.bundle-gift[data-unlocked=true] .bundle-gift__lock{opacity:0;visibility:hidden;pointer-events:none}.bundle-gift__lock-icon{--bundle-gift-lock-color: #6b6b6b;width:2rem;height:1.75rem;border:.25rem solid var(--bundle-gift-lock-color);border-radius:.4rem;position:relative;transition:all .1s ease-in-out}.bundle-gift__lock-icon:after{content:"";display:block;background:var(--bundle-gift-lock-color);width:.25rem;height:.6rem;position:absolute;top:50%;left:50%;margin:-.3rem 0 0 -.125rem}.bundle-gift__lock-icon:before{content:"";display:block;width:1.2rem;height:1rem;bottom:100%;position:absolute;left:50%;transform:translate(-50%);border:.25rem solid var(--bundle-gift-lock-color);border-top-right-radius:50%;border-top-left-radius:50%;border-bottom:0;transition:all .1s ease-in-out}.bundle-gift[data-unlocked=true] .bundle-gift__lock-icon{transform:rotate(10deg)}.bundle-gift[data-unlocked=true] .bundle-gift__lock-icon:before{bottom:130%;left:31%;margin-left:-.95rem;transform:rotate(-45deg)}.bundle-gift__image{width:50%;height:50%;position:absolute;top:50%;left:50%;z-index:1;opacity:var(--bundle-gift-locked-image-opacity, 0);filter:blur(var(--bundle-gift-locked-image-blur, 3px));transform:translate(-50%,-50%) scale(1.75)}.bundle-gift__image img{width:100%;height:100%;object-fit:contain;object-position:center center;vertical-align:bottom;border-radius:.35rem}.bundle-gift[data-unlocked=true] .bundle-gift__image{opacity:1;filter:none}.bundle-gift--animated[data-unlocked=true] .bundle-gift__image{animation:bundle-gift-image-move 2s 1.2s forwards ease-in-out;opacity:1;filter:blur(0px);transition:all .5s .95s}.bundle-gift--animated[data-unlocked=true] .bundle-gift__image img{animation:bundle-gift-image-fade 1.4s forwards ease-in-out}@keyframes bundle-gift-image-move{0%{transform:translate(-50%,-50%) translateZ(0) rotate(0)}12.5%{transform:translate(-50%,-50%) translate3d(0,25%,0) rotate(20deg)}25%{transform:translate(-50%,-50%) translate3d(0,-15%,0) rotate(0)}35%{transform:translate(-50%,-50%) translateZ(0) rotate(0)}45%,85%{transform:translate(-50%,-100%)}92%,to{transform:translate(-50%,-50%) scale(1.75)}}@keyframes bundle-gift-image-fade{0%,30%,99%{opacity:0}to{opacity:1}}.bundle-gift__badge{position:absolute;top:6px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 12px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;font-weight:700;padding:4px 10px;z-index:3;background:var(--bundle-gift-locked-badge-bg);color:var(--bundle-gift-locked-badge-text);border-radius:calc(var(--bundle-gift-badge-radius) * 1em)}.bundle-gift[data-unlocked=true] .bundle-gift__badge{background:var(--bundle-gift-badge-bg);color:var(--bundle-gift-badge-text)}.bundle-gift__badge--width-full{width:calc(100% - 12px)}.bundle-gift__box{position:relative;width:50%;z-index:2;transform:translateY(25%);transform-origin:center bottom;opacity:0;pointer-events:none}.bundle-gift--animated[data-unlocked=true] .bundle-gift__box{animation:bundle-gift-box-disappear 1.5s 1.6s forwards ease-in-out;opacity:1}.bundle-gift__box-body{position:relative;z-index:0;width:100%;aspect-ratio:1 / 1;background:rgb(var(--color-background));border-bottom-left-radius:5%;border-bottom-right-radius:5%;box-shadow:0 4px 8px #0000004d}.bundle-gift--animated[data-unlocked=true] .bundle-gift__box-body{animation:bundle-gift-box-body 1s 1.2s forwards ease-in-out}.bundle-gift--animated[data-unlocked=true] .bundle-gift__box-body .bundle-gift__box-lid{animation:bundle-gift-box-lid 1s 1.2s forwards ease-in-out}.bundle-gift--animated[data-unlocked=true] .bundle-gift__box-body .bundle-gift__box-bowtie:before{animation:bundle-gift-box-bowtie-left 1.1s 1.2s forwards ease-in-out}.bundle-gift--animated[data-unlocked=true] .bundle-gift__box-body .bundle-gift__box-bowtie:after{animation:bundle-gift-box-bowtie-right 1.1s 1.2s forwards ease-in-out}.bundle-gift__box-body:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#0000 50%,#0000001a);z-index:2}.bundle-gift__box-body:after{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:20%;background:var(--bundle-gift-box-tie-color);z-index:1}.bundle-gift__box-lid{position:absolute;z-index:3;left:50%;transform:translate(-50%);bottom:90%;background:rgb(var(--color-background));width:110%;aspect-ratio:11 / 2;border-radius:5%;box-shadow:0 8px 4px -4px #0000004d}.bundle-gift__box-lid:after{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:20%;background:var(--bundle-gift-box-tie-color)}.bundle-gift__box-bowtie{z-index:1;height:100%;display:block}.bundle-gift__box-bowtie:before,.bundle-gift__box-bowtie:after{content:"";width:40%;aspect-ratio:1 / 1;border:.6rem solid var(--bundle-gift-box-tie-color);border-radius:50% 50% 0;position:absolute;bottom:99%;z-index:-1}.bundle-gift__box-bowtie:before{left:50%;transform:translate(-100%) skew(10deg,10deg)}.bundle-gift__box-bowtie:after{left:50%;transform:translate(0) rotate(90deg) skew(10deg,10deg)}@keyframes bundle-gift-box-disappear{0%{transform:translateY(25%);opacity:1}20%{transform:translateY(48%);opacity:1}80%{transform:translateY(48%);opacity:1}to{transform:translateY(48%) scale(.2);opacity:0}}@keyframes bundle-gift-box-lid{0%,42%{transform:translate3d(-50%,0,0) rotate(0)}60%{transform:translate3d(-85%,-230%,0) rotate(-25deg)}90%,to{transform:translate3d(-119%,225%,0) rotate(-70deg)}}@keyframes bundle-gift-box-body{0%{transform:translateZ(0) rotate(0)}25%{transform:translate3d(0,25%,0) rotate(20deg)}50%{transform:translate3d(0,-15%,0) rotate(0)}70%{transform:translateZ(0) rotate(0)}}@keyframes bundle-gift-box-bowtie-right{0%,50%,75%{transform:translate(0) rotate(90deg) skew(10deg,10deg)}90%,to{transform:translate(-50%,-15%) rotate(45deg) skew(10deg,10deg);box-shadow:0 4px 8px -4px #0000004d}}@keyframes bundle-gift-box-bowtie-left{0%{transform:translate(-100%) rotate(0) skew(10deg,10deg)}50%,75%{transform:translate(-50%,-15%) rotate(45deg) skew(10deg,10deg)}90%,to{transform:translate(-100%) rotate(0) skew(10deg,10deg)}}.bundle-gift__title{margin:0;font-size:12px;font-weight:600}.bundle-picker{display:flex;flex-direction:column;gap:14px}.bundle-picker__heading{display:flex;align-items:center;gap:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:14px;text-align:center;color:#1b1b1b;margin:0}.bundle-picker__heading:before,.bundle-picker__heading:after{content:"";flex:1 1 auto;height:1px;background:currentColor;opacity:.25}.bundle-picker__grid{display:grid;grid-template-columns:repeat(var(--bundle-picker-columns),minmax(0,1fr));gap:6px}.bp-section-header{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/15/compiled_assets/styles.css.map */
