.pbb{margin-top:2rem;position:relative}.pbb__panel{border:.1rem solid rgba(0,0,0,.08);border-radius:2rem;background:#fff;padding:1.6rem;box-shadow:0 1rem 2.8rem #0000000f}.pbb__hero{margin-bottom:1.6rem;border-radius:1.4rem;overflow:hidden}.pbb__hero-image{display:block;width:100%;height:auto}.pbb__hero--fallback{background:linear-gradient(135deg,#bf000d,#e1151f);color:#fff;text-align:center;padding:2rem 1.6rem}.pbb__hero-script{margin:0 0 .6rem;font-size:1.8rem;font-style:italic}.pbb__hero-title{margin:0;color:#fff;font-size:3rem;line-height:1.05}.pbb__products{display:grid;grid-template-columns:repeat(var(--pbb-columns),minmax(0,1fr));gap:2rem 2.2rem;align-items:start}.pbb__product{min-width:0;position:relative;overflow:visible}.pbb__media-wrap{position:relative;margin-bottom:1.2rem;overflow:visible}.pbb__media{display:block;border:.1rem solid rgba(0,0,0,.2);aspect-ratio:1 / 1;overflow:hidden;background:#fff;text-decoration:none;color:inherit}.pbb__image{display:block;width:100%;height:100%;object-fit:cover}.pbb__plus{position:absolute;right:-2rem;top:50%;transform:translateY(-50%);width:4rem;height:4rem;border-radius:999px;background:#5877bb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.8rem;border:.3rem solid #fff;box-shadow:0 .6rem 1.4rem #0000002e;z-index:2}.pbb__title{margin:0 0 .8rem;font-size:2rem;line-height:1.22;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.pbb__price-row,.pbb__total-row{display:flex;align-items:baseline;gap:.8rem;flex-wrap:wrap}.pbb__price,.pbb__total-price{color:#cc1515;font-size:2.6rem;font-weight:700;line-height:1}.pbb__compare,.pbb__total-compare{color:#8b8f98;text-decoration:line-through;font-size:1.6rem}.pbb__compare:empty,.pbb__total-compare:empty{display:none}.pbb__badge{display:inline-flex;align-items:center;border:.1rem solid rgba(0,0,0,.32);border-radius:999px;padding:.2rem .9rem;min-height:2.5rem;font-size:1.2rem;margin-top:.9rem;-webkit-user-select:none;user-select:none;white-space:nowrap}.pbb__variant-trigger{width:100%;margin-top:1.4rem;border:.1rem solid rgba(0,0,0,.26);background:#fff;border-radius:.6rem;min-height:5rem;padding:1rem 1.2rem;display:flex;justify-content:space-between;align-items:center;text-align:left;font:inherit;cursor:pointer}.pbb__variant-caret{width:0;height:0;border-top:.6rem solid transparent;border-bottom:.6rem solid transparent;border-left:.8rem solid #111;flex-shrink:0;margin-left:1rem}.pbb__qty{display:inline-grid;grid-template-columns:3.4rem 6rem 3.4rem;margin-top:1.4rem;border:.1rem solid rgba(0,0,0,.2);border-radius:.7rem;overflow:hidden}.pbb__qty-btn{background:#2f2f2f;color:#fff;border:0;font-size:2.2rem;cursor:pointer}.pbb__qty-input{border:0;text-align:center;font:inherit;-webkit-appearance:textfield;appearance:textfield}.pbb__qty-input::-webkit-outer-spin-button,.pbb__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pbb__footer{margin-top:2rem;padding-top:1.8rem;border-top:.1rem solid rgba(0,0,0,.08)}.pbb__total-label{font-size:1.9rem}.pbb__buy{width:100%;margin-top:1.6rem;min-height:5.6rem;border:0;border-radius:1rem;background:var(--pbb-button-bg, #5a78bb);color:var(--pbb-button-text, #fff);font-size:2rem;font-weight:700;cursor:pointer;box-shadow:0 .8rem 2rem var(--pbb-button-shadow-color, rgba(90, 120, 187, .35));transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.pbb__add{width:100%;margin-top:1.6rem;min-height:5rem;border:.1rem solid rgba(0,0,0,.22);border-radius:1rem;background:#fff;color:#111;font-size:1.8rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;transition:opacity .2s ease,background-color .2s ease}.pbb__add[disabled]{cursor:wait;opacity:.78}.pbb__spinner{width:1.6rem;height:1.6rem;border:.2rem solid rgba(0,0,0,.16);border-top-color:#111;border-radius:50%;display:none;animation:pbb-spin .8s linear infinite}.pbb__add.is-loading .pbb__spinner{display:inline-block}.pbb__add.is-loading span:first-child{opacity:.72}.pbb__buy:hover{background:var(--pbb-button-hover-bg, #4a66a6);box-shadow:0 1rem 2.4rem var(--pbb-button-shadow-color, rgba(90, 120, 187, .35))}.pbb__buy:active{transform:translateY(1px) scale(.995)}@keyframes pbb-spin{to{transform:rotate(360deg)}}.pbb[data-button-animation=float] .pbb__buy{animation:pbb-float var(--pbb-anim-duration, 1.8s) ease-in-out infinite}.pbb[data-button-animation=pulse] .pbb__buy{animation:pbb-pulse var(--pbb-anim-duration, 1.8s) ease-in-out infinite}.pbb[data-button-animation=bounce] .pbb__buy{animation:pbb-bounce var(--pbb-anim-duration, 1.8s) ease-in-out infinite}.pbb[data-button-animation=none] .pbb__buy{animation:none}.pbb__helper{text-align:center;margin:1.8rem 0 0;font-size:1.6rem}.pbb__message{margin:1rem 0 0;font-size:1.4rem;text-align:center}.pbb-modal[hidden]{display:none!important}.pbb-modal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;background:#00000094;border-radius:2rem}.pbb-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;border-radius:2rem}.pbb-modal__dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:31;width:min(52rem,calc(100% - 3.2rem));max-height:calc(100% - 8rem);overflow:auto;background:#fff;border-radius:1.2rem;padding:1.2rem;box-shadow:0 2rem 6rem #00000040}.pbb-modal__close{position:absolute;right:.8rem;top:.6rem;border:0;background:transparent;font-size:3rem;line-height:1;cursor:pointer;z-index:3}.pbb-modal__head{display:grid;grid-template-columns:13rem 1fr;gap:1.2rem;align-items:start;padding-right:2rem}.pbb-modal__thumb img{display:block;width:100%;border-radius:1rem}.pbb-modal__title{margin:0 0 .6rem;font-size:2rem;line-height:1.2;-webkit-user-select:none;user-select:none}.pbb-modal__options{margin-top:1.6rem;display:grid;gap:1.4rem}.pbb-modal__group-title{margin:0 0 .8rem;color:#9aa0a6;font-size:1.5rem;-webkit-user-select:none;user-select:none}.pbb-modal__values{display:flex;flex-wrap:wrap;gap:1rem}.pbb-modal__value{min-width:9rem;min-height:5rem;padding:.8rem 1.2rem;border:.1rem solid #cfd4da;border-radius:1rem;background:#fff;font:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;pointer-events:auto}.pbb-modal__value.is-active{background:#000;color:#fff;border-color:#000}.pbb-modal__confirm{width:100%;min-height:5.8rem;margin-top:1.8rem;border:0;border-radius:1rem;background:var(--pbb-button-bg, #5a78bb);color:var(--pbb-button-text, #fff);font-size:1.9rem;cursor:pointer}@keyframes pbb-float{0%,to{transform:translateY(0)}50%{transform:translateY(calc(var(--pbb-anim-distance, 6px) * -1))}}@keyframes pbb-pulse{0%,to{transform:scale(1);box-shadow:0 .8rem 2rem var(--pbb-button-shadow-color, rgba(90, 120, 187, .35))}50%{transform:scale(var(--pbb-anim-scale, 1.06));box-shadow:0 1.2rem 2.8rem var(--pbb-button-shadow-color, rgba(90, 120, 187, .35))}}@keyframes pbb-bounce{0%,to{transform:translateY(0) scale(1)}30%{transform:translateY(calc(var(--pbb-anim-distance, 6px) * -1)) scale(var(--pbb-anim-scale, 1.06))}55%{transform:translateY(0) scale(.985)}75%{transform:translateY(calc(var(--pbb-anim-distance, 6px) * -.45)) scale(1.01)}}@media screen and (max-width:989px){.pbb__products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media screen and (max-width:749px){.pbb{margin-top:1.6rem}.pbb__panel{padding:1.2rem;border-radius:1.8rem}.pbb__hero{margin-bottom:1.2rem;border-radius:1rem}.pbb__hero-image{border-radius:1rem}.pbb__products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.2rem 1.2rem}.pbb__media-wrap{margin-bottom:1rem;overflow:visible}.pbb__plus{right:-1.8rem!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:3.6rem!important;height:3.6rem!important;font-size:2.2rem!important;border-width:.25rem}.pbb__title{font-size:1.8rem;line-height:1.18;min-height:10.4rem;-webkit-line-clamp:5;margin-bottom:.6rem;word-break:break-word}.pbb__price{font-size:2.2rem}.pbb__compare{font-size:1.4rem}.pbb__price-row{align-items:center;gap:.6rem}.pbb__badge{font-size:1.1rem;padding:.2rem .8rem;min-height:2.3rem}.pbb__variant-trigger{margin-top:1rem;min-height:5.6rem;padding:.9rem 1rem;font-size:1.6rem;line-height:1.25;align-items:center;border-radius:.5rem}.pbb__variant-caret{margin-left:.8rem;font-size:1.1rem}.pbb__qty{margin-top:1rem;width:14.4rem!important;max-width:14.4rem!important;min-width:14.4rem!important;grid-template-columns:3.2rem 1fr 3.2rem!important;border-radius:.6rem}.pbb__qty-btn{font-size:2rem}.pbb__qty-input{font-size:1.6rem;width:100%!important;min-width:0!important}.pbb__footer{margin-top:1.6rem;padding-top:1.4rem;border-top-color:#0000001f}.pbb__total-row{justify-content:center;gap:.7rem;margin-bottom:.6rem}.pbb__total-label{font-size:1.7rem}.pbb__total-price{font-size:2.3rem}.pbb__total-compare{font-size:1.4rem}.pbb__buy{min-height:5.2rem;font-size:1.8rem;margin-top:1.2rem}.pbb__helper{margin-top:1.2rem;font-size:1.5rem;line-height:1.45}.pbb-modal__dialog{width:calc(100% - 2rem)!important;max-height:calc(100% - 3.2rem)!important;padding:1rem!important}.pbb-modal__head{grid-template-columns:8.8rem 1fr;gap:1rem;padding-right:2rem}.pbb-modal__title{font-size:1.7rem;line-height:1.25}.pbb-modal__close{right:.7rem;top:.5rem;font-size:2.8rem}.pbb-modal__group-title{font-size:1.4rem;margin-bottom:.6rem}.pbb-modal__values{gap:.8rem}.pbb-modal__value{min-width:8.2rem;min-height:4.6rem;padding:.7rem 1rem;font-size:1.5rem}.pbb-modal__confirm{min-height:5.2rem;font-size:1.8rem;border-radius:.8rem}}@media screen and (max-width:480px){.pbb__panel{padding:1rem;border-radius:1.6rem}.pbb__products{gap:1rem}.pbb__plus{right:-1.5rem!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:3.3rem!important;height:3.3rem!important;font-size:2rem!important}.pbb__title{min-height:9.6rem;font-size:1.6rem;-webkit-line-clamp:4}.pbb__price{font-size:2rem}.pbb__price-row{gap:.5rem}.pbb__badge{font-size:1rem;min-height:2.1rem;padding:.15rem .7rem}.pbb__variant-trigger{min-height:5rem;padding:.8rem .9rem;font-size:1.5rem}.pbb__qty{width:13.6rem!important;max-width:13.6rem!important;min-width:13.6rem!important;grid-template-columns:3rem 1fr 3rem!important}.pbb__total-price{font-size:2.1rem}.pbb__buy{min-height:5rem;font-size:1.7rem}.pbb-modal__dialog{width:calc(100% - 1.6rem)!important;max-height:calc(100% - 2rem)!important;padding:.9rem!important;border-radius:1rem}.pbb-modal__head{grid-template-columns:7.6rem 1fr;gap:.8rem}.pbb-modal__title{font-size:1.6rem}.pbb-modal__value{min-width:7.4rem;min-height:4.2rem;font-size:1.4rem}.pbb-modal__confirm{min-height:4.8rem;font-size:1.7rem}}.pbb__title-link,.pbb__title-link:hover{color:inherit;text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-bundle-builder-block.css.map */
