.gs-help{display:contents}.gs-help__btn{position:fixed;bottom:calc(var(--gs-help-pos, var(--gs-help-bottom, 16px)) + env(safe-area-inset-bottom,0px));z-index:var(--gs-z-dropdown, 1000);display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:52px;min-height:52px;padding:0 16px;border:none;cursor:pointer;border-radius:var(--gs-radius-pill, 999px);box-shadow:var(--gs-shadow-3, 0 8px 24px rgba(30,22,12,.1));font-family:var(--gs-font-ui, system-ui, sans-serif);font-weight:var(--gs-fw-extrabold, 800);font-size:var(--gs-fs-sm, 1.3rem);transition:bottom .28s cubic-bezier(.4,0,.2,1),transform var(--gs-dur-fast, .12s) var(--gs-ease-out),background var(--gs-dur-fast, .12s) ease,box-shadow var(--gs-dur-fast, .12s) ease}.gs-help__btn--icononly{padding:0;width:52px}.gs-help__btn svg{width:24px;height:24px;flex-shrink:0}.gs-help__btn:hover{transform:translateY(-2px);box-shadow:var(--gs-shadow-4, 0 16px 50px rgba(30,22,12,.12))}.gs-help__btn:focus-visible{outline:none;box-shadow:var(--gs-focus-ring, 0 0 0 3px rgba(47,93,138,.5))}.gs-help--right .gs-help__btn{right:16px}.gs-help--left .gs-help__btn{left:16px}@media(min-width:990px){.gs-help--right .gs-help__btn{right:24px}.gs-help--left .gs-help__btn{left:24px}}.gs-help--ink .gs-help__btn{background:var(--gs-interactive, #14110d);color:var(--gs-text-inverse, #fff8ec)}.gs-help--ink .gs-help__btn:hover{background:var(--gs-interactive-hover, #2a2620)}.gs-help--paper .gs-help__btn{background:var(--gs-surface-card, #fffdf9);color:var(--gs-ink, #14110d);border:1.5px solid var(--gs-border, #e7e0d5)}.gs-help--paper .gs-help__btn:hover{border-color:var(--gs-border-strong, #b3a795)}.gs-help--lifted{--gs-help-pos: var(--gs-help-lift, 84px)}@media(max-width:749px){.gs-help--hide-mobile{display:none}}@media(min-width:750px){.gs-help--hide-desktop{display:none}}.gs-help__sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;display:flex;align-items:flex-end;justify-content:center}.gs-help__sheet[hidden]{display:none}.gs-help__ov{position:absolute;top:0;right:0;bottom:0;left:0;background:#14110d73}.gs-help__box{position:relative;width:100%;max-width:520px;max-height:85vh;max-height:85dvh;display:flex;flex-direction:column;background:var(--gs-surface-card, #fffdf9);border-radius:var(--gs-radius-xl, 16px) var(--gs-radius-xl, 16px) 0 0;box-shadow:var(--gs-shadow-4, 0 16px 50px rgba(30,22,12,.12));margin-bottom:var(--gs-sheet-offset, 0px);animation:gsHelpUp var(--gs-dur-slow, .3s) var(--gs-ease-out) both}@keyframes gsHelpUp{0%{transform:translateY(24px);opacity:0}to{transform:none;opacity:1}}@keyframes gsHelpSide{0%{transform:translate(32px);opacity:0}to{transform:none;opacity:1}}@keyframes gsHelpSideL{0%{transform:translate(-32px);opacity:0}to{transform:none;opacity:1}}@media(min-width:750px){.gs-help__sheet{align-items:stretch;justify-content:flex-end}.gs-help--left .gs-help__sheet{justify-content:flex-start}.gs-help__box{width:min(420px,92vw);max-width:none;max-height:none;height:100%;margin-bottom:0;border-radius:var(--gs-radius-xl, 16px) 0 0 var(--gs-radius-xl, 16px);animation-name:gsHelpSide}.gs-help--left .gs-help__box{border-radius:0 var(--gs-radius-xl, 16px) var(--gs-radius-xl, 16px) 0;animation-name:gsHelpSideL}}@media(max-height:500px)and (max-width:749px){.gs-help__box{max-height:100vh;max-height:100dvh;border-radius:0}}html.gs-sheet-open,html.gs-sheet-open body{overflow:hidden}.gs-help__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px 6px}.gs-help__title{margin:0;font-family:var(--gs-font-heading, var(--gs-font-ui, sans-serif));font-size:var(--gs-fs-h3, 1.9rem);font-weight:var(--gs-fw-black, 900);letter-spacing:var(--gs-tracking-tight, -.02em);color:var(--gs-text-primary, #14110d)}.gs-help__close{flex-shrink:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gs-border, #e7e0d5);border-radius:var(--gs-radius-round, 50%);background:var(--gs-surface-card, #fffdf9);color:var(--gs-text-secondary, #4a4238);cursor:pointer;transition:border-color var(--gs-dur-fast, .12s) ease,color var(--gs-dur-fast, .12s) ease}.gs-help__close:hover{border-color:var(--gs-ink, #14110d);color:var(--gs-ink, #14110d)}.gs-help__close:focus-visible{outline:none;box-shadow:var(--gs-focus-ring, 0 0 0 3px rgba(47,93,138,.5))}.gs-help__close svg{width:16px;height:16px}.gs-help__body{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 20px 20px}.gs-help__intro{margin:0 0 14px;font-family:var(--gs-font-ui, sans-serif);font-size:var(--gs-fs-sm, 1.3rem);line-height:var(--gs-lh-body, 1.6);color:var(--gs-text-secondary, #4a4238)}.gs-help__intro p{margin:0}.gs-help__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 16px}@media(max-width:359px){.gs-help__actions{grid-template-columns:1fr}}.gs-help__action{display:flex;align-items:center;gap:10px;padding:10px 12px;min-height:52px;border:1.5px solid var(--gs-border, #e7e0d5);border-radius:var(--gs-radius-btn, 9px);background:var(--gs-surface-card, #fffdf9);color:var(--gs-text-primary, #14110d);text-decoration:none;font-family:var(--gs-font-ui, sans-serif);font-size:var(--gs-fs-sm, 1.3rem);font-weight:var(--gs-fw-extrabold, 800);transition:border-color var(--gs-dur-fast, .12s) ease,transform var(--gs-dur-fast, .12s) var(--gs-ease-out)}.gs-help__action:hover{border-color:var(--gs-ink, #14110d);transform:translateY(-1px)}.gs-help__action:focus-visible{outline:none;box-shadow:var(--gs-focus-ring, 0 0 0 3px rgba(47,93,138,.5))}.gs-help__action-ic{flex-shrink:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--gs-radius-round, 50%);background:var(--gs-surface-sunken, #f1ece3);color:var(--gs-ink, #14110d)}.gs-help__action-ic svg{width:17px;height:17px}.gs-help__faqs{display:flex;flex-direction:column;gap:8px}.gs-help__faq{border:1px solid var(--gs-line, #e7e0d5);border-radius:var(--gs-radius-md, 9px);background:var(--gs-surface-card, #fffdf9)}.gs-help__q{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;cursor:pointer;list-style:none;font-family:var(--gs-font-ui, sans-serif);font-size:var(--gs-fs-sm, 1.3rem);font-weight:var(--gs-fw-bold, 700);color:var(--gs-text-primary, #14110d)}.gs-help__q::-webkit-details-marker{display:none}.gs-help__q:focus-visible{outline:none;box-shadow:var(--gs-focus-ring, 0 0 0 3px rgba(47,93,138,.5));border-radius:var(--gs-radius-md, 9px)}.gs-help__q svg{flex-shrink:0;width:14px;height:14px;transition:transform var(--gs-dur-base, .2s) var(--gs-ease-move)}.gs-help__faq[open] .gs-help__q svg{transform:rotate(180deg)}.gs-help__a{padding:0 14px 12px;font-family:var(--gs-font-ui, sans-serif);font-size:var(--gs-fs-sm, 1.3rem);line-height:var(--gs-lh-body, 1.6);color:var(--gs-text-secondary, #4a4238)}.gs-help__a p{margin:0 0 8px}.gs-help__a p:last-child{margin-bottom:0}.gs-help__note{margin:14px 0 0;text-align:center;font-family:var(--gs-font-ui, sans-serif);font-size:var(--gs-fs-xs, 1.15rem);color:var(--gs-text-muted, #8a7d6a)}
/*# sourceMappingURL=/cdn/shop/t/98/assets/gs-help-widget.css.map */
