.es-payment-help-inline{margin-top:8px}.es-payment-help-trigger{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:#111;font-size:14px;font-weight:600;line-height:1.45;letter-spacing:0;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;cursor:pointer}.es-payment-help-trigger:hover,.es-payment-help-trigger:focus-visible{color:#8b6a20}.es-payment-help-trigger:focus-visible{outline:2px solid rgba(139,106,32,.28);outline-offset:3px;border-radius:6px}.es-payment-help{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:24px 16px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility 0s linear .18s}.es-payment-help.is-active{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .18s ease}.es-payment-help__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#11111175;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.es-payment-help__dialog{position:relative;z-index:1;width:min(960px,calc(100vw - 32px));max-height:min(calc(100dvh - 48px),900px);margin:0;background:#fff;border-radius:24px;box-shadow:0 28px 80px #0000002e;overflow:hidden;display:flex;flex-direction:column;transform:translateY(10px) scale(.988);transition:transform .18s ease,opacity .18s ease;outline:none}.es-payment-help.is-active .es-payment-help__dialog{transform:translateY(0) scale(1)}.es-payment-help__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:26px 28px 18px;border-bottom:1px solid rgba(17,17,17,.08)}.es-payment-help__eyebrow{margin:0 0 6px;color:#8b8b8b;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.es-payment-help__title{margin:0;color:#111;font-size:30px;line-height:1.12;font-weight:500}.es-payment-help__subtitle{margin:10px 0 0;color:#4f4f4f;font-size:16px;line-height:1.65;max-width:720px}.es-payment-help__close{flex:0 0 auto;width:42px;height:42px;border-radius:999px;border:1px solid rgba(17,17,17,.12);background:#fff;color:#111;font-size:22px;line-height:1;cursor:pointer}.es-payment-help__close:hover,.es-payment-help__close:focus-visible{border-color:#11111138;background:#faf8f2}.es-payment-help__close:focus-visible{outline:2px solid rgba(139,106,32,.22);outline-offset:2px}.es-payment-help__body{padding:22px 28px 28px;overflow:auto}.es-payment-help__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px}.es-payment-help__step{border:1px solid rgba(17,17,17,.08);border-radius:20px;overflow:hidden;background:#fff}.es-payment-help__step-image{aspect-ratio:4 / 5;background:#f8f8f8}.es-payment-help__step-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:top center}.es-payment-help__step-copy{padding:14px 16px 16px}.es-payment-help__step-number{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#f4ead1;color:#8b6a20;font-size:13px;font-weight:700;margin-bottom:10px}.es-payment-help__step-title{margin:0 0 6px;color:#111;font-size:18px;line-height:1.35;font-weight:600}.es-payment-help__step-text{margin:0;color:#5b5b5b;font-size:14px;line-height:1.7}.es-payment-help__note{display:grid;gap:14px;padding:18px 20px;border:1px solid rgba(17,17,17,.08);border-radius:20px;background:#fbfaf6}.es-payment-help__note strong{color:#111}.es-payment-help__note p{margin:0;color:#4f4f4f;font-size:15px;line-height:1.7}.es-payment-help__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.es-payment-help__faq-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid #111111;color:#111;background:#fff;font-size:14px;font-weight:600;text-decoration:none}.es-payment-help__faq-link:hover,.es-payment-help__faq-link:focus-visible{background:#111;color:#fff}html.es-payment-help-open,body.es-payment-help-open{overscroll-behavior:contain}html.es-payment-help-open inbox-online-store-chat,html.es-payment-help-open #shopify-chat,html.es-payment-help-open #shopify-chat-dummy,html.es-payment-help-open #dummy-chat-button-iframe,html.es-payment-help-open #ShopifyInbox,html.es-payment-help-open #ShopifyInboxLauncher,html.es-payment-help-open .shopify-chat,html.es-payment-help-open .shopify-inbox__launcher,html.es-payment-help-open .ShopifyInbox__launcher,html.es-payment-help-open .ShopifyInboxLauncher,html.es-payment-help-open [data-shopify-chat],html.es-payment-help-open [data-shopify-inbox],html.es-payment-help-open [data-inbox-launcher],html.es-payment-help-open button[aria-label*=chat i],html.es-payment-help-open button[title*=chat i],html.es-payment-help-open a[aria-label*=chat i],html.es-payment-help-open a[title*=chat i],html.es-payment-help-open iframe[src*=inbox],html.es-payment-help-open iframe[src*="chat.shopify"],html.es-payment-help-open iframe[title*=chat i],html.es-payment-help-open iframe[title*=inbox i]{opacity:0!important;visibility:hidden!important;pointer-events:none!important}@media(max-width:989px){.es-payment-help{padding:10px}.es-payment-help__dialog{width:min(100vw - 20px,760px);max-height:calc(100dvh - 20px);border-radius:20px}.es-payment-help__header,.es-payment-help__body{padding-left:18px;padding-right:18px}.es-payment-help__title{font-size:24px}.es-payment-help__subtitle{font-size:15px}.es-payment-help__grid{grid-template-columns:1fr}.es-payment-help__step-image{aspect-ratio:16 / 10}}
/*# sourceMappingURL=/cdn/shop/t/2119/assets/es-payment-help.css.map */
