.floating-help{color:var(--floating-help-text-color);font-family:var(--font-body-family),-apple-system,BlinkMacSystemFont,sans-serif}.floating-help-toggle,.floating-help-panel,.floating-help-toggle *,.floating-help-panel *{box-sizing:border-box}.floating-help__toggle{position:fixed;bottom:2rem;right:2rem;width:7rem;height:7rem;border:0;border-radius:999px;background:var(--floating-help-button-color);color:var(--floating-help-fab-icon-color);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:9998;box-shadow:0 4px 14px #00000026;transition:transform .2s ease}.floating-help--left .floating-help__toggle{left:2rem;right:auto}.floating-help__toggle:hover{transform:scale(1.03)}.floating-help__toggle svg{width:2.8rem;height:2.8rem;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.floating-help__panel{position:fixed;bottom:10rem;right:2rem;width:min(33rem,calc(100vw - 3rem));background:#fff;border-radius:2px;overflow:hidden;box-shadow:0 10px 40px #0000002e;border:.5px solid var(--floating-help-button-color);z-index:9999;display:flex;flex-direction:column;max-height:80vh;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px) scale(.98);transform-origin:bottom right;transition:opacity .22s ease,transform .24s ease,visibility 0s linear .24s}.floating-help__panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);transition:opacity .22s ease,transform .24s ease,visibility 0s}.floating-help--left .floating-help__panel{left:2rem;right:auto;transform-origin:bottom left}.floating-help__header{background:var(--floating-help-button-color);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:1.8rem 2rem 1.4rem}.floating-help__title{margin:0;font-size:1.3rem;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;font-weight:500}.floating-help__close{border:0;background:transparent;color:var(--floating-help-text-color);width:3.2rem;height:3.2rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.floating-help__close svg{width:1.8rem;height:1.8rem;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.floating-help__list{padding:1.4rem;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem}.floating-help__item,.floating-help__cta{display:grid;grid-template-columns:auto 1fr auto;gap:1.2rem;align-items:center;text-decoration:none;color:inherit;border:0;border-bottom:.5px solid #f7f5f4;border-radius:2px;padding:1.1rem 1.4rem;transition:background-color .2s ease,transform .2s ease}.floating-help__item:not(.floating-help__item--highlight):hover{background-color:#f7f5f4;transform:translate(2px)}.floating-help__item .floating-help__item-icon,.floating-help__item .floating-help__item-arrow{transition:transform .2s ease,color .2s ease}.floating-help__item:not(.floating-help__item--highlight):hover .floating-help__item-icon{transform:scale(1.12);color:var(--floating-help-option-icon-color)}.floating-help__item:hover .floating-help__item-arrow{transform:translate(3px);color:var(--floating-help-option-icon-color)}.floating-help__item+.floating-help__item{margin-top:0}.floating-help__item--highlight{--floating-help-accent: var(--floating-help-item-accent-color, var(--floating-help-option-icon-color));margin-bottom:.6rem;border-bottom:3px solid var(--floating-help-accent);background-color:#f7f5f4;background-image:linear-gradient(to top,var(--floating-help-accent),var(--floating-help-accent));background-repeat:no-repeat;background-position:bottom;background-size:100% 0%;transition:background-size .32s ease,transform .2s ease}.floating-help__item--highlight:hover{background-size:100% 100%}.floating-help__item--highlight:hover .floating-help__item-title,.floating-help__item--highlight:hover .floating-help__item-subtitle,.floating-help__item--highlight:hover .floating-help__item-arrow,.floating-help__item--highlight:hover .floating-help__item-icon{color:#fff}.floating-help__item--highlight .floating-help__item-title,.floating-help__item--highlight .floating-help__item-subtitle,.floating-help__item--highlight .floating-help__item-arrow,.floating-help__item--highlight .floating-help__item-icon{transition:color .2s ease}.floating-help__item--highlight .floating-help__item-content{gap:.2rem}.floating-help__item--highlight .floating-help__item-title{text-transform:uppercase;letter-spacing:.06em;font-weight:500;font-size:1.2rem}.floating-help__item--highlight .floating-help__item-subtitle{font-size:1.1rem;color:#aeaeae;margin-top:0}.floating-help__item--highlight .floating-help__item-arrow,.floating-help__item--highlight .floating-help__item-icon{color:var(--floating-help-option-icon-color)}.floating-help__item-icon{width:1.7rem;height:1.7rem;color:var(--floating-help-option-icon-color);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.floating-help__item--highlight .floating-help__item-icon,.floating-help__item-icon--cta{width:2.2rem;height:2.2rem}.floating-help__item-icon img{width:100%;height:100%;object-fit:contain;display:block}.floating-help__item-icon svg,.floating-help__item-icon i{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.floating-help__item-content{display:flex;flex-direction:column;min-width:0}.floating-help__item-title{color:var(--floating-help-text-color);font-size:1.2rem;line-height:1.3;font-weight:400;letter-spacing:.04em}.floating-help__item-subtitle{color:#aeaeae;font-size:1.1rem;line-height:1.3;margin-top:.2rem}.floating-help__item-arrow{width:1.4rem;height:1.4rem;color:#aeaeae;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center}.floating-help__item-arrow svg{width:100%;height:100%;display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.floating-help__cta{margin:1rem 1.4rem 1.4rem;border:0;background:var(--floating-help-cta-background, var(--floating-help-button-color));color:var(--floating-help-cta-text-color, #ffffff);border-bottom:0}.floating-help__cta:hover{filter:brightness(.92)}.floating-help__cta:hover .floating-help__item-arrow{transform:translate(3px)}.floating-help__cta .floating-help__item-title,.floating-help__cta .floating-help__item-subtitle,.floating-help__cta .floating-help__item-arrow,.floating-help__cta .floating-help__item-icon{color:var(--floating-help-cta-text-color, #ffffff)}@media screen and (max-width:749px){.floating-help__toggle{width:5.8rem;height:5.8rem;right:1.4rem;bottom:1.4rem}.floating-help--left .floating-help__toggle{left:1.4rem;right:auto}.floating-help__panel{right:1rem;left:1rem;width:auto;bottom:8.4rem}.floating-help--left .floating-help__panel{left:1rem;right:1rem}.floating-help__title{font-size:1.2rem}.floating-help__item-title{font-size:1.15rem}}
/*# sourceMappingURL=/cdn/shop/t/175/compiled_assets/styles.css.map */
