.b2g2{padding:0}.b2g2__header{margin-bottom:16px}.b2g2__title{font-size:28px;margin:0 0 6px}.b2g2__subtitle{margin:0;opacity:.8}.b2g2__steps{display:flex;gap:8px;margin:16px 0}.b2g2__step{padding:10px 12px;border:1px solid rgba(0,0,0,.15);background:transparent;border-radius:10px;cursor:pointer}.b2g2__step.is-active{border-color:#0006}.b2g2__step:disabled{opacity:.5;cursor:not-allowed}.b2g2__panel{display:none}.b2g2__panel.is-active{display:block}.b2g2__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:0 15px}@media (min-width: 750px){.b2g2__grid{grid-template-columns:repeat(4,1fr);gap:18px;margin:0 115px}}@media (max-width: 767px){.b2g2__tray{flex-direction:column;gap:25px;margin:5px auto}}.b2g2__subtotal{font-size:14px;font-weight:500;color:#6a2c70;min-width:140px}.b2g2__card{position:relative;border-radius:16px;background:#fff;overflow:hidden;border:none;box-shadow:0 6px 20px #0000000f;cursor:pointer}.b2g2__img img{width:100%;aspect-ratio:16 / 22;object-fit:cover;display:block}.b2g2__card.is-disabled{opacity:.5;cursor:not-allowed}.b2g2__meta{padding:10px 12px 14px}.b2g2__name{font-size:13px;line-height:1.3;margin-bottom:4px;text-align:left}.b2g2__price{font-size:13px;font-weight:500;text-align:left}.b2g2__price s{opacity:.5;margin-left:2px}.b2g2__check{position:absolute;right:10px;bottom:10px;width:34px;height:34px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:18px;font-weight:600;box-shadow:0 4px 12px #00000026}.b2g2__check:before{content:"+";color:#000}.b2g2__card.is-selected .b2g2__check{background:#c13b6c}.b2g2__card.is-selected .b2g2__check:before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;color:#fff}.b2g2__bar{position:sticky;bottom:0;z-index:20;background:#fff;border-top:1px solid #eee;padding:13px 16px}.b2g2__tray{display:flex;align-items:center;gap:12px;max-width:1200px;margin:0 auto;justify-content:center}.b2g2__slots{display:flex;gap:8px}.b2g2__slotsSep{display:inline-flex;align-items:center;justify-content:center;width:18px;height:56px;font-size:28px;font-weight:700;opacity:.85;margin:0 4px;-webkit-user-select:none;user-select:none}.b2g2__slot{width:52px;height:52px;border-radius:10px;border:2px dashed #d6b6c2;background:#faf7f8;display:grid;place-items:center;position:relative}.b2g2__slot img{width:47px;height:47px;object-fit:cover;aspect-ratio:4 / 3;border-radius:10px}.b2g2__slotPlus{font-size:22px;color:#c13b6c}.b2g2__slot.is-filled{border-style:solid;background:#fff}.b2g2RibbonWrap{position:fixed;left:0;right:0;bottom:0;height:0;pointer-events:none;z-index:9999}.b2g2Ribbon{position:absolute;bottom:0;width:4px;height:28px;border-radius:8px 8px 14px 14px;opacity:.9;transform-origin:center;animation:b2g2RibbonPop var(--dur) ease-out forwards;animation-delay:var(--delay)}.b2g2Ribbon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;transform:rotate(6deg)}@keyframes b2g2RibbonPop{0%{transform:translateZ(0) rotate(0);opacity:1}70%{opacity:.95}to{transform:translate3d(var(--dx),calc(-1 * var(--rise)),0) rotate(var(--rot));opacity:0}}.b2g2__slot.is-filled .b2g2__slotPlus{display:none}.b2g2__slotRemove{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:#c24175;color:#fff;font-size:12px;line-height:18px}.b2g2__trayMeta{display:flex;align-items:center;gap:0px;flex-direction:column}.b2g2__error{padding:14px;border:1px solid rgba(0,0,0,.15);border-radius:12px;background:#ff00000a}.b2g2__cta{background:#c13b6c;color:#fff;border-radius:12px;padding:14px 18px;font-size:14px;font-weight:600;min-width:260px}.b2g2__cta:disabled{opacity:1;background:#fff;color:#c24175;border:1px solid #C24175}.b2g2Modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;opacity:0;pointer-events:none;transition:opacity .25s ease}.b2g2Modal.is-open{opacity:1;pointer-events:auto}.b2g2Modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .25s ease}.b2g2Modal.is-open .b2g2Modal__backdrop{opacity:1}.b2g2Modal__sheet{position:absolute;left:0;right:0;bottom:0;max-height:92vh;background:#fff;border-top-left-radius:18px;border-top-right-radius:18px;overflow:auto;-webkit-overflow-scrolling:touch;transform:translateY(105%);transition:transform .32s cubic-bezier(.25,.8,.25,1);will-change:transform}.b2g2Modal.is-open .b2g2Modal__sheet{transform:translateY(0)}.b2g2Modal__close{position:absolute;top:21px;right:21px;width:36px;height:36px;border-radius:50%;border:none;background:#fffffff2;box-shadow:0 6px 18px #0000002e;font-size:22px;line-height:36px;z-index:2}.b2g2Modal__media{padding:14px 14px 0}.b2g2Modal__slider{width:100%;overflow:hidden;border-radius:14px}.b2g2Modal__slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;gap:0}.b2g2Modal__slides::-webkit-scrollbar{display:none}.b2g2Modal__slides{scrollbar-width:none}.b2g2Modal__slide{flex:0 0 100%;scroll-snap-align:start}.b2g2Modal__dots{display:flex;justify-content:center;gap:6px;padding:10px 0 2px}.b2g2Modal__dot{width:20px;height:3px;border-radius:999px;background:#0000002e}.b2g2Modal__dot.is-active{background:#c24175}.b2g2Modal__media img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:14px;display:block}.b2g2Modal__body{padding:14px}.b2g2Modal__price{font-size:18px;font-weight:700;display:flex;align-items:baseline;gap:10px}.b2g2Modal__price s{opacity:.45;font-weight:500}.b2g2Modal__title{margin-top:6px;font-size:17px;opacity:.85}.b2g2Modal__options{margin-top:14px;display:grid;gap:12px}.b2g2Opt__label{font-size:12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;opacity:.75;margin-bottom:8px}.b2g2Opt__values{display:flex;flex-wrap:wrap;gap:10px}.b2g2Opt__btn{border:1px solid rgba(0,0,0,.16);background:#fff;border-radius:999px;padding:4px;font-size:0px;cursor:pointer}.b2g2Opt__btn.is-active{border-color:#6a2c70bf;box-shadow:0 0 0 2px #c13b6c1a}.b2g2Opt__swatch{width:36px;height:36px;border-radius:50%;border:1px solid rgba(0,0,0,.18);background:#eee;display:inline-block}.b2g2Modal__cta{width:100%;margin-top:14px;border:none;border-radius:14px;padding:14px 16px;font-size:18px;font-weight:800;background:#c13b6c;color:#fff}@media (min-width: 750px){.b2g2Modal{display:none!important}}.b2g2__steps{position:relative;display:flex;gap:15px;justify-content:center;margin:12px 0 18px;padding-top:12px}.b2g2__steps .b2g2__step{all:unset;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.b2g2__steps .b2g2__step:disabled{cursor:not-allowed;opacity:.4}.b2g2__stepLabel{font-size:20px;font-weight:600;line-height:1}.b2g2__stepTrack,.b2g2__stepLine{display:none!important}.b2g2__progress{position:absolute;left:0;right:0;top:34px;height:6px;border-radius:999px;overflow:hidden;background:linear-gradient(to right,#e6e6e6 0%,#e6e6e6 24%,transparent 24%,transparent 26%,#e6e6e6 26%,#e6e6e6 49%,transparent 49%,transparent 51%,#e6e6e6 51%,#e6e6e6 74%,transparent 74%,transparent 76%,#e6e6e6 76%,#e6e6e6 100%)}.b2g2__progressFill{display:block;height:100%;width:0%;background:#666;border-radius:999px;transition:width .35s ease}.b2g2__stepDot{width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid #bbb;position:relative;z-index:1}.b2g2__step.is-active .b2g2__stepDot{border-color:#666}.b2g2__step.is-active .b2g2__stepLabel{display:inline-block;padding-bottom:6px;border-bottom:3px solid #c24175}.b2g2__step:not(.is-active) .b2g2__stepLabel{opacity:.45}.b2g2__stepsWrap{display:flex;flex-direction:column;align-items:center;gap:6px}.b2g2__stepCenterText{height:18px;font-size:13px;font-weight:500;color:#555;text-align:center}.b2g2__stepCenterText span{display:none}.b2g2__stepCenterText span{opacity:0;transition:opacity .25s ease}.b2g2__step.is-active[data-step-tab="1"]~.b2g2__stepCenterText [data-step-text="1"],.b2g2__step.is-active[data-step-tab="2"]~.b2g2__stepCenterText [data-step-text="2"]{display:inline;opacity:1}
/*# sourceMappingURL=/cdn/shop/t/27/assets/buy-2-get-2.css.map */
