buybox-widget{display:block}buybox-widget[hidden]{display:none}.bb-wrapper{border:1px solid rgb(var(--color-border));border-radius:1.1rem;padding:2rem 2rem 1.8rem;margin-block-start:1rem;background:rgb(var(--color-background));position:relative;overflow:visible}.bb-header{display:flex;align-items:center;gap:1.1rem;margin-block-end:1.5rem;padding-block-end:1.2rem;border:none;background-image:linear-gradient(90deg,transparent 0%,rgb(var(--color-border)) 15%,rgb(var(--color-border)) 85%,transparent 100%);background-size:100% 1px;background-repeat:no-repeat;background-position:bottom}.bb-header__icon{display:flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;border-radius:50%;background:#3e536f;color:#fff;flex-shrink:0}.bb-header__icon svg{width:1.6rem;height:1.6rem}.bb-header__text{flex:1;min-width:0}.bb-header__title{font-family:var(--font-heading-family);font-size:1.6rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin:0;line-height:1.25;color:rgb(var(--color-foreground))}.bb-header__subtitle{font-size:1.2rem;color:#3e536f;margin:.25rem 0 0;letter-spacing:.04em;font-weight:600;text-transform:uppercase;font-style:normal}.bb-tiers{list-style:none;margin:0;padding-block-start:.8rem;padding-inline:0;display:flex;flex-direction:column;gap:1.2rem}.bb-tier{display:flex;align-items:center;gap:1.2rem;padding:1.4rem 1.5rem;cursor:pointer;border:1.5px solid rgb(var(--color-border));border-radius:1rem;background:rgb(var(--color-background));position:relative;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.bb-tier:hover{border-color:rgb(var(--color-foreground) / .4)}.bb-tier.is-active{border-color:#3e536f;border-width:2px;background:#f4f7fb;box-shadow:0 2px 10px #3e536f14;padding:calc(1.4rem - .5px) calc(1.5rem - .5px)}.bb-tier--best:not(.is-active){border-color:rgb(var(--color-foreground) / .55)}.bb-tier--discounted:not(.is-active):hover{border-color:#3e536f}@media(prefers-reduced-motion:reduce){.bb-tier{transition:none}}buybox-widget .bb-tier__radio{flex-shrink:0!important;width:1.8rem!important;height:1.8rem!important;min-width:1.8rem!important;min-height:1.8rem!important;max-width:none!important;max-height:none!important;box-sizing:border-box!important;border-radius:50%!important;border:1.5px solid #b6bac1!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;box-shadow:none!important;overflow:visible!important;opacity:1!important;visibility:visible!important;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;appearance:none!important;-webkit-appearance:none!important}buybox-widget .bb-tier__radio:after{content:"";display:block;width:.75rem;height:.75rem;border-radius:50%;background:transparent;transition:background .2s ease}buybox-widget .bb-tier:hover .bb-tier__radio{border-color:#6e7480!important}buybox-widget .bb-tier.is-active .bb-tier__radio{background:#3e536f!important;border-color:#3e536f!important;box-shadow:0 1px 4px #3e536f40!important}buybox-widget .bb-tier.is-active .bb-tier__radio:after{background:#fff}.bb-tier__content{flex:1;min-width:0}.bb-tier__label{font-family:var(--font-heading-family);font-size:1.5rem;font-weight:500;line-height:1.25;letter-spacing:.01em;color:rgb(var(--color-foreground))}.bb-tier__desc{font-size:1.15rem;color:rgb(var(--color-foreground) / .55);margin-top:.3rem;line-height:1.25;letter-spacing:.02em}.bb-tier.is-active .bb-tier__label{font-weight:600}.bb-tier__pricing{flex-shrink:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.bb-tier__price-total{font-weight:600;font-size:1.5rem;color:rgb(var(--color-foreground));line-height:1.2}.bb-tier__price-sale{font-weight:700;font-size:1.5rem;color:rgb(var(--color-foreground));line-height:1.2}.bb-tier__price-original{font-size:1.15rem;color:rgb(var(--color-foreground) / .4);text-decoration:line-through}.bb-tier__badge{position:absolute;top:-1.1rem;left:1.4rem;right:auto;font-size:1.05rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .9rem;border-radius:10rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));white-space:nowrap;z-index:2}.bb-tier__save-pill{position:absolute;top:-1.1rem;right:1.4rem;font-size:1.05rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .9rem;border-radius:10rem;background:#3e536f;color:#fff;white-space:nowrap;z-index:2}.bb-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgb(var(--color-border)) 15%,rgb(var(--color-border)) 85%,transparent 100%);margin-block-start:1.6rem}.bb-bottom{margin-block-start:1.6rem;padding:0}.bb-savings{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-block-end:1.2rem;padding:.95rem 1.3rem;border-radius:.7rem;background:#f4f7fb;border:1px solid #d4ddea;font-size:1.25rem;text-align:center}.bb-savings[hidden]{display:none}.bb-savings__icon{flex-shrink:0;width:1.5rem;height:1.5rem;color:#3e536f}.bb-savings__text{font-family:var(--font-body-family);font-weight:600;color:#3e536f;line-height:1.35;letter-spacing:.02em}.bb-savings__amount{font-weight:800;color:#2c3b51}.bb-add-btn{width:100%;margin-block-start:.2rem}.bb-add-btn .btn.btn--primary{background:#3e536f!important;border-color:#3e536f!important;color:#fff!important}.bb-add-btn .btn.btn--primary:hover{background:#4e6381!important;border-color:#4e6381!important}.bb-add-btn .btn{width:100%!important;justify-content:center!important;position:relative;min-height:5.2rem;padding-block:1.5rem!important;padding-inline:2.2rem!important;font-size:1.45rem;font-weight:700;letter-spacing:.02em;border-radius:.7rem;box-shadow:0 1px 2px #0f172a0f;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.bb-add-btn .btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #3e536f38}.bb-add-btn .btn:active{transform:translateY(0);box-shadow:0 1px 2px #0f172a0f}.bb-add-btn .btn:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:3px}.bb-add-btn .btn:disabled{opacity:.35;cursor:not-allowed;transform:none;box-shadow:none}.bb-add-btn__text{display:inline-flex;align-items:center;gap:.8rem}@media(prefers-reduced-motion:reduce){.bb-add-btn .btn,.bb-add-btn .btn:hover,.bb-add-btn .btn:active{transform:none;transition:none}}.bb-add-btn .btn.is-loading .bb-add-btn__text{visibility:hidden}.bb-add-btn .btn.is-loading .bb-add-btn__spinner{display:block}.bb-add-btn__spinner{display:none;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:1.8rem;height:1.8rem;border:1.5px solid transparent;border-top-color:currentColor;border-radius:50%;animation:bb-spin .6s linear infinite}@keyframes bb-spin{to{transform:rotate(360deg)}}.bb-trust{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-block-start:.8rem;flex-wrap:wrap}.bb-trust__item{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;font-weight:500;color:rgb(var(--color-foreground) / .5);letter-spacing:.02em;white-space:nowrap}.bb-trust__item svg{flex-shrink:0}.bb-error{margin-block-start:.8rem;padding:.7rem 1.1rem;border-radius:.5rem;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:1.1rem}.bb-error[hidden]{display:none}.bb-skeleton{padding:1.4rem 1.6rem}.bb-skeleton__line{height:1.2rem;border-radius:.5rem;background:rgb(var(--color-foreground) / .05);margin-block-end:.9rem;animation:bb-pulse 1.8s ease-in-out infinite}.bb-skeleton__line:nth-child(1){width:35%;height:1rem}.bb-skeleton__line:nth-child(2){width:100%;height:3rem;border-radius:.6rem}.bb-skeleton__line:nth-child(3){width:100%;height:3rem;border-radius:.6rem}.bb-skeleton__line:nth-child(4){width:50%}@keyframes bb-pulse{0%,to{opacity:1}50%{opacity:.3}}@media(max-width:749px){.bb-wrapper{padding:1.6rem 1.5rem 1.5rem;border-radius:.9rem}.bb-header{gap:.9rem;margin-block-end:1.2rem;padding-block-end:1rem}.bb-header__icon{width:2.8rem;height:2.8rem}.bb-header__icon svg{width:1.35rem;height:1.35rem}.bb-header__title{font-size:1.4rem}.bb-header__subtitle{font-size:1.1rem}.bb-tiers{gap:1.05rem}.bb-tier{gap:1rem;padding:1.2rem;border-radius:.85rem}.bb-tier.is-active{padding:calc(1.2rem - .5px) calc(1.2rem - .5px)}.bb-tier__label{font-size:1.35rem}.bb-tier__desc{font-size:1.1rem}.bb-tier__price-total,.bb-tier__price-sale{font-size:1.4rem}.bb-tier__price-original{font-size:1.1rem}.bb-tier__save-pill{font-size:1rem;padding:.3rem .8rem;top:-1rem;right:1.1rem}.bb-tier__badge{font-size:1rem;padding:.3rem .8rem;top:-1rem;left:1.1rem}.bb-savings{padding:.85rem 1.1rem;font-size:1.15rem;border-radius:.6rem}.bb-add-btn .btn{min-height:5rem;padding-block:1.4rem!important;padding-inline:1.8rem!important;font-size:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/buybox-widget.css.map */
