
:root { --wccp-font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; --wccp-mono: 'Geist Mono', ui-monospace, SFMono-Regular, 'JetBrains Mono', Menlo, Consolas, monospace; }
.wccp-checkout, .wccp-storefront, .wccp-thankyou { font-family: var(--wccp-font-family); }
.wccp-thankyou { --wccp-thankyou-text: #1a2233; --wccp-thankyou-muted: #5b6678; --wccp-thankyou-soft: #f5f6f8; --wccp-thankyou-border: #e3e6eb; --wccp-thankyou-accent: var(--wccp-brand-primary, #1f6feb); --wccp-thankyou-icon: var(--wccp-thankyou-accent); --wccp-thankyou-radius: 14px; --wccp-thankyou-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 6px 18px rgba(15, 23, 42, 0.06); box-sizing: border-box; max-width: 1080px; margin: 0px auto; --wccp-thankyou-pad-top: 8px; padding: var(--wccp-thankyou-pad-top) var(--wccp-thankyou-pad, 20px) 64px; color: var(--wccp-thankyou-text); font-family: var(--wccp-font-family, inherit); line-height: 1.5; position: relative; overflow-x: clip; }
.wccp-thankyou *, .wccp-thankyou ::before, .wccp-thankyou ::after { box-sizing: inherit; }
.wccp-thankyou :is(button, a[href], summary, [role="button"]):focus:not(:focus-visible) { outline: none; }
:where(.wccp-thankyou) :where(button, a[href], summary, [role="button"]):focus-visible { outline: 2px solid var(--wccp-thankyou-accent, #1B4332); outline-offset: 2px; }
.wccp-thankyou__sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }
.wccp-thankyou__layout { display: grid; grid-template-columns: minmax(0px, 60fr) minmax(0px, 40fr); gap: 32px; align-items: start; }
.wccp-thankyou__layout--solo { grid-template-columns: minmax(0px, 1fr); max-width: 640px; margin-inline: auto; }
.wccp-thankyou__main, .wccp-thankyou__inline-summary, .wccp-thankyou__details, .wccp-thankyou__hero, .wccp-thankyou__recommendations { min-width: 0px; }
.wccp-thankyou__inline-summary { overflow-x: auto; }
@media (max-width: 860px){.wccp-thankyou__layout { grid-template-columns: minmax(0px, 1fr); gap: 24px; }}
.wccp-thankyou__main > * + * { margin-top: 24px; }
.wccp-thankyou__hero { position: relative; padding: 40px 24px 32px; text-align: center; }
.wccp-thankyou__hero--left, .wccp-thankyou--vellum .wccp-thankyou__hero.wccp-thankyou__hero--left { text-align: left; }
.wccp-thankyou__hero--left .wccp-thankyou__hero-halo { margin-left: 0px; margin-right: auto; }
.wccp-thankyou__hero--left .wccp-thankyou__subline, .wccp-thankyou__hero--left .wccp-thankyou__custom-msg, .wccp-thankyou--momentum .wccp-thankyou__hero--left .wccp-thankyou__subline, .wccp-thankyou--momentum .wccp-thankyou__hero--left .wccp-thankyou__custom-msg { margin-left: 0px; margin-right: auto; }
.wccp-thankyou__hero--left .wccp-thankyou__hero-pills, .wccp-thankyou--momentum .wccp-thankyou__hero--left .wccp-thankyou__hero-pills, .wccp-thankyou__hero--left .wccp-thankyou__vel-cta { justify-content: flex-start; }
.wccp-thankyou__hero-check { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin-bottom: 16px; color: var(--wccp-thankyou-icon); background: color-mix(in srgb, var(--wccp-thankyou-icon) 12%, white); border: 1.5px solid color-mix(in srgb, var(--wccp-thankyou-icon) 55%, transparent); border-radius: 50%; box-shadow: 0 0 0 8px color-mix(in srgb, var(--wccp-thankyou-icon) 6%, transparent); position: relative; z-index: 1; }
.wccp-thankyou__hero-check svg { width: 30px; height: 30px; }
.wccp-thankyou__headline { position: relative; z-index: 1; margin: 0px 0px 8px; font-size: 32px; line-height: 1.2; font-weight: 700; letter-spacing: -0.01em; }
.wccp-thankyou__subline { position: relative; z-index: 1; margin: 0px; font-size: 16px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__custom-msg { position: relative; z-index: 1; margin: 12px auto 0px; max-width: 460px; padding: 10px 16px; font-size: 14.5px; line-height: 1.5; color: var(--wccp-thankyou-ink, #19231e); background: var(--wccp-thankyou-soft, rgba(31,168,108,.08)); border-radius: 12px; }
.wccp-thankyou__hero-pills { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.wccp-thankyou__hero-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; font-size: 13px; font-weight: 600; color: var(--wccp-on-accent, #fff); background: color-mix(in srgb, var(--wccp-on-accent, #fff) 14%, transparent); border: 1px solid color-mix(in srgb, var(--wccp-on-accent, #fff) 24%, transparent); border-radius: 999px; }
.wccp-thankyou__hero-pill svg { flex: 0 0 auto; opacity: 0.95; }
.wccp-thankyou__hero-pill--num { font-variant-numeric: tabular-nums; }
@media (max-width: 600px){.wccp-thankyou__hero { padding: 28px 12px 24px; }
.wccp-thankyou__headline { font-size: 26px; }}
@media (prefers-contrast: more), (forced-colors: active){.wccp-thankyou__hero-check { background: canvas; border: 2px solid canvastext; }}
.wccp-thankyou__details { background: white; border: 1px solid var(--wccp-thankyou-border); border-radius: var(--wccp-thankyou-radius); padding: 24px; box-shadow: var(--wccp-thankyou-shadow); }
.wccp-thankyou__order-number { display: inline-flex; align-items: baseline; gap: 12px; padding: 8px 12px; margin: -8px -12px 8px; background: transparent; border: 0px; border-radius: 8px; cursor: pointer; font: inherit; color: inherit; transition: background 120ms; }
.wccp-thankyou__order-number:hover, .wccp-thankyou__order-number:focus-visible { background: var(--wccp-thankyou-soft); color: var(--wccp-thankyou-text); }
.wccp-thankyou__order-number:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 2px; }
.wccp-thankyou__order-number-label { font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__order-number-value { font-size: 24px; font-weight: 600; font-variant-numeric: tabular-nums; }
.wccp-thankyou__order-number-icon { color: var(--wccp-thankyou-muted); transform: translateY(2px); }
.wccp-thankyou__order-number-date { font-size: 14px; font-weight: 500; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__delivery { margin: 4px 0px 8px; font-size: 16px; }
.wccp-thankyou__delivery-callout { display: flex; align-items: center; gap: 13px; margin: 14px 0px 10px; padding: 14px 16px; border-radius: 14px; background: var(--wccp-thankyou-soft, rgba(31,168,108,.08)); border: 1.5px solid color-mix(in srgb, var(--wccp-thankyou-accent) 38%, transparent); }
.wccp-thankyou__delivery-icon { display: inline-flex; flex: 0 0 auto; color: var(--wccp-thankyou-accent); }
.wccp-thankyou__delivery-callout .wccp-thankyou__delivery { margin: 0px; font-size: 15px; }
@media (prefers-contrast: more), (forced-colors: active){.wccp-thankyou__delivery-callout { border-color: canvastext; background: canvas; }}
.wccp-thankyou__confirmation { margin: 0px; font-size: 14px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__confirmation--ship { margin-top: 4px; }
.wccp-thankyou__confirmation-ico { width: 15px; height: 15px; vertical-align: -2px; margin-right: 6px; color: var(--wccp-thankyou-accent); }
.wccp-thankyou__rows { list-style: none; margin: 0px; padding: 0px; background: white; border: 1px solid var(--wccp-thankyou-border); border-radius: var(--wccp-thankyou-radius); box-shadow: var(--wccp-thankyou-shadow); }
.wccp-thankyou__row { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 20px; }
.wccp-thankyou__row + .wccp-thankyou__row { border-top: 1px solid var(--wccp-thankyou-border); }
.wccp-thankyou__row-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; color: var(--wccp-thankyou-accent); background: color-mix(in srgb, var(--wccp-thankyou-accent) 10%, white); }
.wccp-thankyou__row-icon--has-check { position: relative; }
.wccp-thankyou__trust { margin: 24px 0px 0px; padding: 24px 16px 4px; border-top: 1px solid var(--wccp-thankyou-border); }
.wccp-thankyou__trust-list { list-style: none; margin: 0px; padding: 0px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 34px; }
.wccp-thankyou__trust-item { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 500; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__trust-item svg { flex: 0 0 auto; color: var(--wccp-thankyou-accent); }
.wccp-thankyou__trust.wccp-trust-row--tinted .wccp-thankyou__trust-item, .wccp-thankyou__trust.wccp-trust-row--tinted .wccp-thankyou__trust-item svg { color: var(--wccp-trust-row-color); }
.wccp-thankyou__row-body { min-width: 0px; }
.wccp-thankyou__row-heading { margin: 0px 0px 4px; font-size: 14px; font-weight: 600; }
.wccp-thankyou__row-text { margin: 0px 0px 8px; font-size: 14px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__row-cta { display: inline-flex; align-items: center; gap: 2px; margin-top: 6px; padding: 8px 14px; background: var(--wccp-thankyou-accent); color: var(--wccp-on-accent, #fff); border-radius: 8px; font-size: 14px; font-weight: 500; transition: filter 120ms; text-decoration: none !important; }
.wccp-thankyou__row-cta, .wccp-thankyou__row-cta:hover, .wccp-thankyou__row-cta:focus { text-decoration: none !important; }
.wccp-thankyou__row-cta:hover, .wccp-thankyou__row-cta:focus, .wccp-thankyou__row-cta:focus-visible, .wccp-thankyou__row-cta:active { color: var(--wccp-on-accent, #fff); }
.wccp-thankyou__row-cta:hover { filter: brightness(1.05); }
.wccp-thankyou a.wccp-thankyou__rec-link, .wccp-thankyou a.wccp-thankyou__vel-btn, .wccp-thankyou a.wccp-thankyou__vel-link, .wccp-thankyou a.wccp-thankyou__rec-link:hover, .wccp-thankyou a.wccp-thankyou__vel-btn:hover, .wccp-thankyou a.wccp-thankyou__vel-link:hover, .wccp-thankyou a.wccp-thankyou__rec-link:focus, .wccp-thankyou a.wccp-thankyou__vel-btn:focus, .wccp-thankyou a.wccp-thankyou__vel-link:focus { text-decoration: none; }
.wccp-thankyou a.wccp-thankyou__rec-link, .wccp-thankyou a.wccp-thankyou__rec-link:hover, .wccp-thankyou a.wccp-thankyou__rec-link:focus, .wccp-thankyou a.wccp-thankyou__rec-link:focus-visible, .wccp-thankyou a.wccp-thankyou__rec-link:active { color: var(--wccp-thankyou-text); }
.wccp-thankyou a.wccp-thankyou__vel-btn, .wccp-thankyou a.wccp-thankyou__vel-btn:hover, .wccp-thankyou a.wccp-thankyou__vel-btn:focus, .wccp-thankyou a.wccp-thankyou__vel-btn:focus-visible, .wccp-thankyou a.wccp-thankyou__vel-btn:active { color: rgb(255, 255, 255); }
.wccp-thankyou a.wccp-thankyou__vel-link, .wccp-thankyou a.wccp-thankyou__vel-link:focus { color: var(--wccp-thankyou-text); }
.wccp-thankyou a.wccp-thankyou__vel-link:hover, .wccp-thankyou a.wccp-thankyou__vel-link:focus-visible, .wccp-thankyou a.wccp-thankyou__vel-link:active { color: var(--wccp-thankyou-accent); }
.wccp-thankyou__row-cta:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 2px; filter: brightness(1.05); }
.wccp-thankyou__resend-link { display: inline-block; margin: 8px 0px 0px; padding: 4px 0px; background: none; border: 0px; color: var(--wccp-thankyou-muted); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 14px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.wccp-thankyou__resend-link:hover, .wccp-thankyou__resend-link:focus-visible { color: var(--wccp-thankyou-text); }
.wccp-thankyou__resend-link:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 2px; }
.wccp-thankyou__resend-link[disabled] { cursor: default; opacity: 0.6; }
.wccp-thankyou__resend-status { margin: 8px 0px 0px; font-size: 14px; color: var(--wccp-thankyou-accent); }
button.wccp-thankyou__row-cta { font: inherit; border: 0px; cursor: pointer; }
button.wccp-thankyou__row-cta[disabled] { cursor: default; opacity: 0.7; }
.wccp-thankyou__row-cta[hidden], .wccp-thankyou__resend-link[hidden] { display: none !important; }
.wccp-thankyou__inline-summary .woocommerce-order-details__title { display: none; }
.wccp-thankyou__inline-summary .woocommerce-column__title, .wccp-thankyou__inline-summary .woocommerce-customer-details__title, .wccp-thankyou__inline-summary h2:not(.wccp-thankyou__inline-summary-title) { font-size: 14px; font-weight: 600; letter-spacing: 0.04em; line-height: 1.4; color: var(--wccp-thankyou-muted); margin: 16px 0px 8px; }
.wccp-thankyou__hero--pending .wccp-thankyou__hero-spinner { display: flex; justify-content: center; margin-bottom: 16px; color: var(--wccp-thankyou-accent); position: relative; z-index: 1; }
.wccp-thankyou__hero--pending .wccp-thankyou__hero-spinner svg { animation: 1100ms linear 0s infinite normal none running wccp-thankyou-spin; }
@media (prefers-reduced-motion: reduce){.wccp-thankyou__hero--pending .wccp-thankyou__hero-spinner svg { animation: auto ease 0s 1 normal none running none; }}
.wccp-thankyou__refresh { display: inline-block; margin-top: 12px; padding: 8px 16px; background: transparent; color: var(--wccp-thankyou-accent); border: 1px solid var(--wccp-thankyou-border); border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; cursor: pointer; position: relative; z-index: 1; }
.wccp-thankyou__refresh:hover, .wccp-thankyou__refresh:focus-visible { background: var(--wccp-thankyou-soft); }
.wccp-thankyou__refresh:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 2px; }
.wccp-thankyou__hero--failed { color: rgb(122, 34, 34); }
.wccp-thankyou__hero--failed .wccp-thankyou__hero-alert { display: flex; justify-content: center; margin-bottom: 12px; color: rgb(179, 38, 30); }
.wccp-thankyou__hero--failed .wccp-thankyou__headline { color: rgb(122, 34, 34); }
.wccp-thankyou__hero-retry { margin-top: 16px; background: rgb(179, 38, 30); }
.wccp-thankyou__hero-retry:focus-visible { outline-color: rgb(179, 38, 30); }
.wccp-thankyou__hero--ended { color: rgb(74, 84, 104); }
.wccp-thankyou__hero--ended .wccp-thankyou__hero-ended { display: flex; justify-content: center; margin-bottom: 12px; color: rgb(107, 114, 128); }
.wccp-thankyou__hero--ended .wccp-thankyou__headline { color: rgb(26, 34, 51); }
.wccp-thankyou__hero--ended .wccp-thankyou__subline { color: rgb(74, 84, 104); }
.wccp-thankyou__recommendations { background: white; border: 1px solid var(--wccp-thankyou-border); border-radius: var(--wccp-thankyou-radius); padding: 24px; box-shadow: var(--wccp-thankyou-shadow); }
.wccp-thankyou__recommendations-title { display: flex; align-items: center; justify-content: center; margin: 0px 0px 16px; font-size: 16px; font-weight: 600; }
.wccp-thankyou__recommendations-title svg { width: 16px; height: 16px; vertical-align: -3px; margin-right: 6px; color: var(--wccp-thankyou-accent); }
.wccp-thankyou__recommendations-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; list-style: none; margin: 0px; padding: 0px; }
@media (max-width: 600px){.wccp-thankyou__recommendations-list { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
.wccp-thankyou__rec-card { flex: 0 0 60vw; max-width: 200px; scroll-snap-align: start; }}
.wccp-thankyou__rec-card { margin: 0px; }
.wccp-thankyou__rec-link { display: flex; flex-direction: column; gap: 8px; padding: 8px; margin: -8px; border-radius: 10px; color: inherit; text-decoration: none; transition: background 120ms; }
.wccp-thankyou__rec-link:hover, .wccp-thankyou__rec-link:focus-visible { background: var(--wccp-thankyou-soft); }
.wccp-thankyou__rec-link:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 2px; }
.wccp-thankyou__rec-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; background: var(--wccp-thankyou-soft); }
.wccp-thankyou__rec-body { display: flex; flex-direction: column; gap: 2px; }
.wccp-thankyou__rec-name { font-size: 14px; font-weight: 500; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.wccp-thankyou__rec-price { font-size: 14px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__rec-price .woocommerce-Price-amount { color: var(--wccp-thankyou-text); font-weight: 500; }
.wccp-thankyou__rec-cta { font-size: 14px; letter-spacing: 0.04em; color: var(--wccp-thankyou-accent); }
.wccp-thankyou__support { display: flex; flex-direction: column; gap: 8px; padding: 20px 4px 0px; text-align: center; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__support-line { margin: 0px; font-size: 14px; }
.wccp-thankyou__support-line::before { content: ""; display: inline-block; width: 15px; height: 15px; vertical-align: -2px; margin-right: 7px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%237A8A80' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.1 9a3 3 0 0 1 5.8 1c0 2-3 3-3 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E") center center / contain no-repeat; }
.wccp-thankyou__support-email { color: var(--wccp-thankyou-accent); text-decoration: none; border-bottom: 1px solid transparent; }
.wccp-thankyou__support-email:hover, .wccp-thankyou__support-email:focus-visible { border-bottom-color: currentcolor; }
.wccp-thankyou__support-email:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 2px; border-bottom-color: transparent; }
.wccp-thankyou__continue { display: inline-block; margin-top: 4px; font-size: 14px; color: var(--wccp-thankyou-muted); text-decoration: underline; text-underline-offset: 3px; }
.wccp-thankyou__reward { display: flex; gap: 14px; align-items: flex-start; margin-top: 8px; padding: 18px 20px; border: 1px solid var(--wccp-thankyou-border, #E7E1D4); border-radius: 16px; background: var(--wccp-thankyou-card, #fff); }
.wccp-thankyou__reward-icon { flex: 0 0 auto; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: var(--wccp-thankyou-accent); background: color-mix(in srgb, var(--wccp-thankyou-accent) 12%, #fff); }
.wccp-thankyou__reward-body { flex: 1 1 auto; min-width: 0px; }
.wccp-thankyou__reward-heading { margin: 0px 0px 9px; font-size: 15px; font-weight: 650; color: var(--wccp-thankyou-ink, #0F1A14); }
.wccp-thankyou__reward-code { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; border: 1px dashed var(--wccp-thankyou-accent); border-radius: 9px; background: color-mix(in srgb, var(--wccp-thankyou-accent) 7%, #fff); color: var(--wccp-thankyou-accent); font-weight: 700; letter-spacing: 0.04em; font-size: 15px; cursor: pointer; }
.wccp-thankyou__reward-code:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 2px; }
.wccp-thankyou__reward-note { margin: 9px 0px 0px; font-size: 13px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__continue:hover, .wccp-thankyou__continue:focus-visible { color: var(--wccp-thankyou-text); }
.wccp-thankyou__continue:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 2px; }
@media print{.wccp-thankyou { max-width: 100%; padding: 0px; color: rgb(0, 0, 0); }
.wccp-thankyou__sr-only, .wccp-thankyou__hero-spinner, .wccp-thankyou__hero-alert, .wccp-thankyou__hero-check, .wccp-thankyou__refresh, .wccp-thankyou__order-number-icon, .wccp-thankyou__recommendations, .wccp-thankyou__continue, .wccp-thankyou__toast, .wccp-thankyou__row-cta, .wccp-thankyou__hero-retry { display: none !important; }
.wccp-thankyou__layout { display: block; }
.wccp-thankyou__details { border: 1px solid rgb(153, 153, 153); box-shadow: none; background: white; break-inside: avoid; }
.wccp-thankyou__support { margin-top: 24px; text-align: left; color: rgb(85, 85, 85); }}
.wccp-thankyou__toast { position: fixed; left: 50%; bottom: 32px; transform: translateX(-50%) translateY(8px); padding: 10px 16px; background: rgb(26, 34, 51); color: white; border-radius: 10px; font-size: 14px; box-shadow: rgba(15, 23, 42, 0.2) 0px 10px 30px; opacity: 0; transition: opacity 180ms, transform 180ms; pointer-events: none; z-index: 9999; }
.wccp-thankyou__toast[data-wccp-toast-visible="1"] { opacity: 1; transform: translateX(-50%) translateY(0px); }
@media (prefers-reduced-motion: reduce){.wccp-thankyou__toast { transition: opacity; }}
.wccp-thankyou__hero-halo { position: relative; width: 104px; height: 104px; margin: 0px auto 18px; }
.wccp-thankyou--momentum .wccp-thankyou__hero-check { position: absolute; inset: 18px; width: auto; height: auto; margin: 0px; color: rgb(255, 255, 255); background: linear-gradient(160deg, color-mix(in srgb, var(--wccp-thankyou-icon) 86%, white), var(--wccp-thankyou-icon)); box-shadow: 0 14px 30px -10px color-mix(in srgb, var(--wccp-thankyou-icon) 55%, transparent), inset 0 1px 0 rgba(255, 255, 255, 0.2); z-index: 2; }
.wccp-thankyou--momentum .wccp-thankyou__hero-check svg { width: 34px; height: 34px; }
.wccp-thankyou__next-row { list-style: none; margin: 0px; padding: 0px; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 10px; }
.wccp-thankyou__next-step { text-align: center; padding: 16px 10px 14px; background: rgb(255, 255, 255); border: 1px solid var(--wccp-thankyou-border); border-radius: var(--wccp-thankyou-radius); box-shadow: var(--wccp-thankyou-shadow); }
.wccp-thankyou__next-ic { display: grid; place-items: center; width: 38px; height: 38px; margin: 0px auto 9px; border-radius: 50%; background: rgb(255, 255, 255); border: 1.5px solid var(--wccp-thankyou-border); color: var(--wccp-thankyou-muted); }
.wccp-thankyou__next-step--done .wccp-thankyou__next-ic { background: var(--wccp-thankyou-accent); border-color: var(--wccp-thankyou-accent); color: rgb(255, 255, 255); }
.wccp-thankyou__next-step--now .wccp-thankyou__next-ic { border-color: var(--wccp-thankyou-accent); color: var(--wccp-thankyou-accent); box-shadow: 0 0 0 4px var(--wccp-thankyou-soft); }
.wccp-thankyou__next-t { display: block; font-size: 13px; font-weight: 600; color: var(--wccp-thankyou-text); }
.wccp-thankyou__next-w { display: block; font-size: 11.5px; color: var(--wccp-thankyou-muted); margin-top: 2px; }
.wccp-thankyou__next-step--done .wccp-thankyou__next-w { color: var(--wccp-thankyou-accent); font-weight: 600; }
.wccp-thankyou__next-row.is-vertical { grid-auto-flow: row; grid-auto-columns: auto; gap: 8px; }
.wccp-thankyou__next-row.is-vertical .wccp-thankyou__next-step { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; text-align: left; padding: 12px 14px; }
.wccp-thankyou__next-row.is-vertical .wccp-thankyou__next-ic { grid-row: 1 / span 2; margin: 0px; }
.wccp-thankyou__next-row.is-vertical .wccp-thankyou__next-t { grid-column: 2; align-self: end; }
.wccp-thankyou__next-row.is-vertical .wccp-thankyou__next-w { grid-column: 2; align-self: start; }
@media (max-width: 560px){.wccp-thankyou__next-row { grid-auto-flow: row; grid-auto-columns: auto; gap: 8px; }
.wccp-thankyou__next-step { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; text-align: left; padding: 12px 14px; }
.wccp-thankyou__next-ic { grid-row: 1 / span 2; margin: 0px; }
.wccp-thankyou__next-t { grid-column: 2; align-self: end; }
.wccp-thankyou__next-w { grid-column: 2; align-self: start; }}
.wccp-thankyou__rows--account-only { margin: 0px; }
.wccp-thankyou__inline-summary { background: rgb(255, 255, 255); border: 1px solid var(--wccp-thankyou-border); border-radius: var(--wccp-thankyou-radius); padding: 24px; box-shadow: var(--wccp-thankyou-shadow); }
.wccp-thankyou__inline-summary-title { margin: 0px 0px 16px; font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__inline-summary .woocommerce-order-details, .wccp-thankyou__inline-summary .woocommerce-customer-details { margin: 0px 0px 20px; }
.wccp-thankyou__inline-summary .woocommerce-customer-details:last-child { margin-bottom: 0px; }
.wccp-thankyou__inline-summary table { width: 100%; border-collapse: collapse; font-size: 14px; }
.wccp-thankyou__inline-summary table th, .wccp-thankyou__inline-summary table td { padding: 8px 0px; text-align: left; border-bottom: 1px solid var(--wccp-thankyou-border); }
.wccp-thankyou__inline-summary table tfoot td, .wccp-thankyou__inline-summary table tfoot th { font-weight: 600; }
.wccp-thankyou--momentum { max-width: 1000px; }
.wccp-thankyou--momentum .wccp-thankyou__layout--solo { max-width: none; }
.wccp-thankyou--momentum .wccp-thankyou__main > * + * { margin-top: 26px; }
.wccp-thankyou--momentum .wccp-thankyou__hero { padding: 44px 28px 38px; border-radius: 28px; --wccp-on-accent: var(--wccp-thankyou-text); color: var(--wccp-thankyou-text); background: radial-gradient(120% 140% at 50% -30%, color-mix(in srgb, var(--wccp-thankyou-accent) 16%, white), transparent 62%),
		color-mix(in srgb, var(--wccp-thankyou-accent) 6%, white); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--wccp-thankyou-accent) 16%, transparent); overflow: hidden; }
.wccp-thankyou--momentum .wccp-thankyou__hero::before { content: ""; position: absolute; inset: 0px; background-image: radial-gradient(color-mix(in srgb, var(--wccp-thankyou-accent) 14%, transparent) 1px, transparent 1.4px); background-size: 22px 22px; opacity: 0.7; pointer-events: none; }
.wccp-thankyou--momentum .wccp-thankyou__headline { color: var(--wccp-thankyou-text); font-size: clamp(28px, 5vw, 38px); }
.wccp-thankyou--momentum .wccp-thankyou__subline, .wccp-thankyou--momentum .wccp-thankyou__custom-msg { color: var(--wccp-thankyou-muted); max-width: 460px; margin-left: auto; margin-right: auto; }
.wccp-thankyou--momentum .wccp-thankyou__hero-halo { z-index: 2; }
.wccp-thankyou--momentum .wccp-thankyou__hero-check { background: rgb(255, 255, 255); color: var(--wccp-thankyou-icon); box-shadow: 0 10px 26px -12px color-mix(in srgb, var(--wccp-thankyou-icon) 55%, transparent),
		0 0 0 7px color-mix(in srgb, var(--wccp-thankyou-icon) 10%, transparent); }
.wccp-thankyou--momentum .wccp-thankyou__hero-pills { justify-content: center; }
.wccp-thankyou--momentum .wccp-thankyou__details, .wccp-thankyou--momentum .wccp-thankyou__next, .wccp-thankyou--momentum .wccp-thankyou__inline-summary, .wccp-thankyou--momentum .wccp-thankyou__recommendations { background: rgb(255, 255, 255); border: 1px solid var(--wccp-thankyou-border); border-radius: 24px; padding: 26px; box-shadow: var(--wccp-thankyou-shadow); }
.wccp-thankyou--momentum .wccp-thankyou__next-step { background: transparent; border: 0px; box-shadow: none; padding: 8px 6px; }
.wccp-thankyou--momentum .wccp-thankyou__rows--account-only { margin: 26px 0px 0px; }
.wccp-thankyou--momentum .wccp-thankyou__rows--account-only .wccp-thankyou__row { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.wccp-thankyou--momentum .wccp-thankyou__rows--account-only .wccp-thankyou__row-body { width: 100%; }
.wccp-thankyou--momentum .wccp-thankyou__reward { border-style: dashed; border-color: var(--wccp-thankyou-accent); background: color-mix(in srgb, var(--wccp-thankyou-accent) 6%, #fff); border-radius: 24px; padding: 26px; }
.wccp-thankyou--momentum .wccp-thankyou__support { text-align: center; }
.wccp-thankyou--momentum .wccp-thankyou__continue { display: inline-flex; align-items: center; justify-content: center; margin-top: 10px; padding: 14px 28px; background: var(--wccp-thankyou-accent); color: var(--wccp-on-accent, #fff); font-size: 15px; font-weight: 600; text-decoration: none; box-shadow: 0 12px 26px -8px color-mix(in srgb, var(--wccp-thankyou-accent) 50%, transparent); }
.wccp-thankyou--momentum .wccp-thankyou__continue:hover, .wccp-thankyou--momentum .wccp-thankyou__continue:focus-visible { color: var(--wccp-on-accent, #fff); filter: brightness(1.06); }
.wccp-thankyou--momentum .wccp-thankyou__trust { margin-top: 30px; }
@media (max-width: 680px){.wccp-thankyou--momentum .wccp-thankyou__hero { padding: 34px 20px 28px; border-radius: 22px; }
.wccp-thankyou--momentum .wccp-thankyou__details, .wccp-thankyou--momentum .wccp-thankyou__next, .wccp-thankyou--momentum .wccp-thankyou__inline-summary, .wccp-thankyou--momentum .wccp-thankyou__recommendations, .wccp-thankyou--momentum .wccp-thankyou__reward { padding: 20px; }}
.wccp-thankyou--vellum .wccp-thankyou__layout--solo { max-width: 1000px; }
.wccp-thankyou--vellum .wccp-thankyou__main > * + * { margin-top: 40px; }
.wccp-thankyou--vellum .wccp-thankyou__hero { text-align: center; padding: 16px 4px 4px; }
.wccp-thankyou--vellum .wccp-thankyou__headline { font-size: 42px; letter-spacing: -0.02em; margin-top: 18px; }
.wccp-thankyou--vellum .wccp-thankyou__subline { font-size: 17px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou--vellum .wccp-thankyou__confirmation { overflow-wrap: anywhere; }
.wccp-thankyou--vellum .wccp-thankyou__confirmation .wccp-thankyou__support-email { color: var(--wccp-thankyou-accent); }
.wccp-thankyou__vel-reassure { width: 100%; max-width: 520px; margin: 20px auto 0px; background: var(--wccp-thankyou-soft); border: 1px solid var(--wccp-thankyou-border); border-radius: 12px; text-align: left; overflow: hidden; }
.wccp-thankyou__hero--left .wccp-thankyou__vel-reassure { margin-left: 0px; margin-right: auto; }
.wccp-thankyou__vel-reassure .wccp-thankyou__confirmation { display: flex; align-items: center; gap: 12px; margin: 0px; padding: 14px 16px; font-size: 13.5px; line-height: 1.45; color: var(--wccp-thankyou-text); }
.wccp-thankyou__vel-reassure .wccp-thankyou__confirmation--ship { margin-top: 0px; }
.wccp-thankyou__vel-reassure .wccp-thankyou__confirmation + .wccp-thankyou__confirmation { border-top: 1px solid var(--wccp-thankyou-border); }
.wccp-thankyou__vel-reassure .wccp-thankyou__confirmation strong { font-weight: 650; color: var(--wccp-thankyou-text); }
.wccp-thankyou__vel-reassure .wccp-thankyou__confirmation-ico { flex: 0 0 auto; width: 34px; height: 34px; padding: 8px; margin-right: 0px; border-radius: 9px; background: rgb(255, 255, 255); border: 1px solid var(--wccp-thankyou-border); color: var(--wccp-thankyou-muted); vertical-align: 0px; }
.wccp-thankyou__vel-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 20px; margin-top: 24px; }
.wccp-thankyou__vel-btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 11px; background: var(--wccp-thankyou-text); color: rgb(255, 255, 255); font-weight: 600; font-size: 15px; text-decoration: none; border: 1.5px solid var(--wccp-thankyou-text); transition: opacity 0.15s, transform 0.15s; }
.wccp-thankyou__vel-btn:hover { opacity: 0.9; transform: translateY(-1px); }
.wccp-thankyou__vel-btn:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 3px; }
.wccp-thankyou__vel-link { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 13px 24px; border-radius: 11px; background: transparent; color: var(--wccp-thankyou-text); font-weight: 600; font-size: 15px; text-decoration: none; border: 1.5px solid var(--wccp-thankyou-text); transition: color 0.15s, border-color 0.15s, background-color 0.15s, transform 0.15s; }
.wccp-thankyou__vel-link:hover { color: var(--wccp-thankyou-accent); border-color: var(--wccp-thankyou-accent); transform: translateY(-1px); }
.wccp-thankyou__vel-link:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 3px; }
@media (max-width: 460px){.wccp-thankyou__vel-cta { flex-direction: column; align-items: stretch; }
.wccp-thankyou__vel-btn, .wccp-thankyou__vel-link { width: 100%; }}
.wccp-thankyou__vel-facts { display: grid; grid-template-columns: repeat(4, 1fr); background: rgb(255, 255, 255); border: 1px solid var(--wccp-thankyou-border); border-radius: var(--wccp-thankyou-radius); box-shadow: var(--wccp-thankyou-shadow); overflow: hidden; }
.wccp-thankyou__vel-fact { display: flex; align-items: center; gap: 12px; padding: 18px 20px; min-width: 0px; }
.wccp-thankyou__vel-fact + .wccp-thankyou__vel-fact { border-left: 1px solid var(--wccp-thankyou-border); }
.wccp-thankyou__vel-fact-txt { display: flex; flex-direction: column; min-width: 0px; }
.wccp-thankyou__vel-fact-ic { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: var(--wccp-thankyou-accent); background: color-mix(in srgb, var(--wccp-thankyou-accent) 10%, white); }
.wccp-thankyou__vel-fact-ic svg { width: 19px; height: 19px; }
.wccp-thankyou__vel-fact-k { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__vel-fact-v { display: block; margin-top: 3px; font-size: 15px; font-weight: 650; color: var(--wccp-thankyou-text); }
.wccp-thankyou__vel-next { background: rgb(255, 255, 255); border: 1px solid var(--wccp-thankyou-border); border-radius: var(--wccp-thankyou-radius); box-shadow: var(--wccp-thankyou-shadow); padding: 30px 26px; }
.wccp-thankyou--vellum .wccp-thankyou__rows--account-only .wccp-thankyou__row { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.wccp-thankyou--vellum .wccp-thankyou__rows--account-only .wccp-thankyou__row-body { width: 100%; }
.wccp-thankyou__vel-next-title { margin: 0px 0px 6px; font-size: 19px; font-weight: 650; text-align: center; }
.wccp-thankyou__vel-track { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; margin: 22px 0px 0px; padding: 0px; list-style: none; }
.wccp-thankyou__vel-step { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0px 10px; }
.wccp-thankyou__vel-step-ic { position: relative; z-index: 1; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: rgb(255, 255, 255); border: 1.5px solid var(--wccp-thankyou-border); color: var(--wccp-thankyou-muted); }
.wccp-thankyou__vel-step-ic svg { width: 22px; height: 22px; }
.wccp-thankyou__vel-step.is-done .wccp-thankyou__vel-step-ic { background: var(--wccp-thankyou-accent); border-color: var(--wccp-thankyou-accent); color: var(--wccp-on-accent, #fff); }
.wccp-thankyou__vel-step:not(:first-child)::before { content: ""; position: absolute; z-index: 0; top: 26px; left: -50%; right: 50%; height: 2px; background: var(--wccp-thankyou-border); }
.wccp-thankyou__vel-step.is-done + .wccp-thankyou__vel-step::before { background: var(--wccp-thankyou-accent); }
.wccp-thankyou__vel-step-t { margin-top: 13px; font-size: 14.5px; font-weight: 650; color: var(--wccp-thankyou-text); }
.wccp-thankyou__vel-step-d { margin-top: 4px; max-width: 20ch; font-size: 12.5px; line-height: 1.45; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__vel-summary { background: rgb(255, 255, 255); border: 1px solid var(--wccp-thankyou-border); border-radius: var(--wccp-thankyou-radius); box-shadow: var(--wccp-thankyou-shadow); padding: 28px 30px; }
.wccp-thankyou__vel-summary-title { margin: 0px 0px 18px; font-size: 19px; font-weight: 650; }
.wccp-thankyou__vel-summary-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 36px; align-items: start; }
.wccp-thankyou__vel-items { min-width: 0px; }
.wccp-thankyou__vel-li { display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: start; padding: 14px 0px; }
.wccp-thankyou__vel-li + .wccp-thankyou__vel-li { border-top: 1px solid var(--wccp-thankyou-border); }
.wccp-thankyou__vel-thumb { width: 56px; height: 56px; border-radius: 10px; overflow: hidden; background: var(--wccp-thankyou-soft); flex: 0 0 auto; }
.wccp-thankyou__vel-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wccp-thankyou__vel-info { min-width: 0px; display: flex; flex-direction: column; gap: 2px; }
.wccp-thankyou__vel-name { font-weight: 600; font-size: 15px; color: var(--wccp-thankyou-text); }
.wccp-thankyou__vel-meta { font-size: 12.5px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__vel-meta p { margin: 0px; }
.wccp-thankyou__vel-qty { font-size: 12.5px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__vel-price { font-weight: 650; font-size: 15px; white-space: nowrap; }
.wccp-thankyou__vel-totals { min-width: 0px; padding-left: 36px; border-left: 1px solid var(--wccp-thankyou-border); }
.wccp-thankyou__vel-totrow { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0px; font-size: 14.5px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__vel-totrow .wccp-thankyou__vel-totnum { color: var(--wccp-thankyou-text); font-weight: 500; }
.wccp-thankyou__vel-grand { display: flex; justify-content: space-between; gap: 16px; margin-top: 12px; padding-top: 14px; border-top: 1px solid var(--wccp-thankyou-border); font-size: 17px; font-weight: 700; }
.wccp-thankyou__vel-grandval { color: var(--wccp-thankyou-accent); }
.wccp-thankyou--vellum .wccp-thankyou__support { margin-top: 40px; }
.wccp-thankyou__vel-help { display: flex; align-items: center; gap: 20px; background: rgb(245, 241, 234); border: 0px; border-radius: 18px; padding: 22px 28px; }
.wccp-thankyou__vel-help-ic { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgb(255, 255, 255); border: 1px solid rgb(236, 230, 218); color: var(--wccp-thankyou-text); }
.wccp-thankyou__vel-help-ic svg { width: 22px; height: 22px; }
.wccp-thankyou__vel-help-body { flex: 1 1 auto; min-width: 0px; text-align: left; }
.wccp-thankyou__vel-help-h { margin: 0px; font-size: 16px; font-weight: 700; color: var(--wccp-thankyou-text); }
.wccp-thankyou__vel-help-p { margin: 3px 0px 0px; font-size: 14px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__vel-help-tel { margin: 3px 0px 0px; font-size: 14px; }
.wccp-thankyou__vel-help-tel .wccp-thankyou__support-phone { color: var(--wccp-thankyou-accent); }
.wccp-thankyou__vel-help-btn { flex: 0 0 auto; display: inline-flex; align-items: center; padding: 12px 22px; border-radius: 10px; background: rgb(255, 255, 255); border: 1.5px solid rgb(216, 209, 196); color: var(--wccp-thankyou-text); font-weight: 600; font-size: 14px; text-decoration: none; transition: border-color 0.15s, transform 0.15s; }
.wccp-thankyou__vel-help-btn:hover { border-color: var(--wccp-thankyou-text); transform: translateY(-1px); }
.wccp-thankyou__vel-help-btn:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 3px; }
.wccp-thankyou--vellum .wccp-thankyou__recommendations { position: relative; }
.wccp-thankyou--vellum .wccp-thankyou__recommendations-title { justify-content: center; }
.wccp-thankyou--vellum .wccp-thankyou__recommendations-list { display: flex; flex-wrap: nowrap; gap: 20px; overflow-x: auto; padding: 4px 0px 14px; scrollbar-width: none; justify-content: safe center; --wccp-rec-fade-l: 22px; --wccp-rec-fade-r: 48px; }
.wccp-thankyou--vellum .wccp-thankyou__recommendations-list.is-scrollable { cursor: grab; mask-image: linear-gradient(to right, transparent 0, #000 var(--wccp-rec-fade-l), #000 calc(100% - var(--wccp-rec-fade-r)), transparent 100%); }
.wccp-thankyou--vellum .wccp-thankyou__recommendations-list::-webkit-scrollbar { display: none; }
.wccp-thankyou--vellum .wccp-thankyou__recommendations-list.is-start { --wccp-rec-fade-l: 0px; }
.wccp-thankyou--vellum .wccp-thankyou__recommendations-list.is-end { --wccp-rec-fade-r: 0px; }
.wccp-thankyou--vellum .wccp-thankyou__recommendations-list.is-dragging { cursor: grabbing; user-select: none; }
.wccp-thankyou--vellum .wccp-thankyou__recommendations-list.is-dragging a, .wccp-thankyou--vellum .wccp-thankyou__recommendations-list.is-dragging img { cursor: grabbing; }
.wccp-thankyou--vellum .wccp-thankyou__rec-card { flex: 1 0 190px; max-width: 260px; display: flex; }
.wccp-thankyou--vellum .wccp-thankyou__rec-nav { position: absolute; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--wccp-thankyou-border); background: rgb(255, 255, 255); color: var(--wccp-thankyou-text); display: grid; place-items: center; box-shadow: rgba(15, 23, 42, 0.3) 0px 6px 18px -6px; cursor: pointer; z-index: 3; opacity: 1; transition: opacity 0.2s, transform 0.15s, background 0.15s; }
.wccp-thankyou--vellum .wccp-thankyou__rec-nav svg { width: 20px; height: 20px; }
.wccp-thankyou--vellum .wccp-thankyou__rec-nav:hover { background: var(--wccp-thankyou-soft); }
.wccp-thankyou--vellum .wccp-thankyou__rec-nav:active { transform: translateY(-50%) scale(0.94); }
.wccp-thankyou--vellum .wccp-thankyou__rec-nav:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 2px; }
.wccp-thankyou--vellum .wccp-thankyou__rec-nav--prev { left: -6px; }
.wccp-thankyou--vellum .wccp-thankyou__rec-nav--next { right: -6px; }
.wccp-thankyou--vellum .wccp-thankyou__rec-nav[disabled] { opacity: 0; pointer-events: none; }
@media (hover: none){.wccp-thankyou--vellum .wccp-thankyou__rec-nav { display: none; }}
.wccp-thankyou--vellum .wccp-thankyou__rec-link { width: 100%; height: 100%; }
.wccp-thankyou--vellum .wccp-thankyou__rec-image { flex: 0 0 auto; }
.wccp-thankyou--vellum .wccp-thankyou__rec-body { flex: 1 1 auto; }
.wccp-thankyou--vellum .wccp-thankyou__rec-name { min-height: 2.7em; }
.wccp-thankyou--vellum .wccp-thankyou__rec-cta { margin-top: auto; padding-top: 2px; }
.wccp-thankyou--vellum .wccp-thankyou__rec-link:hover, .wccp-thankyou--vellum .wccp-thankyou__rec-link:focus-visible { background: transparent; }
.wccp-thankyou--vellum .wccp-thankyou__rec-link:focus:not(:focus-visible) { outline: none; }
.wccp-thankyou--vellum .wccp-thankyou__rec-link:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 3px; border-radius: 12px; }
@media (prefers-reduced-motion: reduce){.wccp-thankyou--vellum .wccp-thankyou__recommendations-list { scroll-behavior: auto; }}
@media (max-width: 720px){.wccp-thankyou__vel-facts { grid-template-columns: 1fr 1fr; }
.wccp-thankyou__vel-fact:nth-child(3) { border-left: 0px; }
.wccp-thankyou__vel-fact:nth-child(n+3) { border-top: 1px solid var(--wccp-thankyou-border); }
.wccp-thankyou__vel-summary-grid { grid-template-columns: 1fr; gap: 22px; }
.wccp-thankyou__vel-totals { padding-left: 0px; padding-top: 20px; border-left: 0px; border-top: 1px solid var(--wccp-thankyou-border); }}
.wccp-thankyou__vel-track.is-vertical { grid-auto-flow: row; grid-auto-columns: minmax(0px, 1fr); gap: 6px; }
.wccp-thankyou__vel-track.is-vertical .wccp-thankyou__vel-step { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: center; text-align: left; padding: 8px 0px; }
.wccp-thankyou__vel-track.is-vertical .wccp-thankyou__vel-step-ic { grid-row: 1 / span 2; }
.wccp-thankyou__vel-track.is-vertical .wccp-thankyou__vel-step-t { grid-column: 2; align-self: end; margin-top: 0px; }
.wccp-thankyou__vel-track.is-vertical .wccp-thankyou__vel-step-d { grid-column: 2; align-self: start; max-width: none; }
.wccp-thankyou__vel-track.is-vertical .wccp-thankyou__vel-step:not(:first-child)::before { top: -6px; left: 25px; right: auto; width: 2px; height: 14px; }
@media (max-width: 640px){.wccp-thankyou--vellum .wccp-thankyou__headline { font-size: 32px; }
.wccp-thankyou__vel-track { grid-auto-flow: row; grid-auto-columns: minmax(0px, 1fr); gap: 6px; }
.wccp-thankyou__vel-step { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: center; text-align: left; padding: 8px 0px; }
.wccp-thankyou__vel-step-ic { grid-row: 1 / span 2; }
.wccp-thankyou__vel-step-t { grid-column: 2; align-self: end; margin-top: 0px; }
.wccp-thankyou__vel-step-d { grid-column: 2; align-self: start; max-width: none; }
.wccp-thankyou__vel-step:not(:first-child)::before { top: -6px; left: 25px; right: auto; width: 2px; height: 14px; }}
@media (max-width: 460px){.wccp-thankyou__vel-facts { grid-template-columns: 1fr; }
.wccp-thankyou__vel-fact + .wccp-thankyou__vel-fact { border-left: 0px; border-top: 1px solid var(--wccp-thankyou-border); }
.wccp-thankyou__vel-help { flex-wrap: wrap; }
.wccp-thankyou__vel-help-btn { width: 100%; justify-content: center; }}
.wccp-thankyou--momentum .wccp-thankyou__hero { padding-bottom: 94px; }
.wccp-thankyou--momentum .wccp-thankyou__receipt { position: relative; z-index: 3; margin: -72px 22px 0px; min-width: 0px; background: rgb(255, 255, 255); border-radius: 18px; padding: 22px 24px; box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06), 0 34px 64px -34px color-mix(in srgb, var(--wccp-thankyou-accent) 42%, transparent); }
.wccp-thankyou__rc-head { display: flex; align-items: center; justify-content: space-between; gap: 16px 20px; flex-wrap: wrap; }
.wccp-thankyou__rc-l { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; min-width: 0px; }
.wccp-thankyou__receipt .wccp-thankyou__order-number { margin: 0px; padding: 6px 10px; }
.wccp-thankyou__receipt .wccp-thankyou__order-number-label { font-size: 12px; }
.wccp-thankyou__receipt .wccp-thankyou__order-number-value { font-size: 18px; }
.wccp-thankyou__rc-sub { font-size: 12.5px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__rc-total { display: flex; flex-direction: column; text-align: right; }
.wccp-thankyou__rc-total-k { font-size: 11.5px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__rc-total-v { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.wccp-thankyou__rc-lines { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; padding-top: 15px; border-top: 1px solid var(--wccp-thankyou-soft); }
.wccp-thankyou__rc-line { display: flex; gap: 11px; align-items: center; font-size: 13.5px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__rc-ic { width: 30px; height: 30px; flex: 0 0 auto; border-radius: 9px; display: grid; place-items: center; background: color-mix(in srgb, var(--wccp-thankyou-accent) 9%, #fff); color: var(--wccp-thankyou-accent); }
.wccp-thankyou__rc-linetxt { min-width: 0px; }
.wccp-thankyou__next-title { display: flex; align-items: center; gap: 10px; margin: 0px 0px 18px; font-size: 16px; font-weight: 750; letter-spacing: -0.01em; color: var(--wccp-thankyou-text); }
.wccp-thankyou--momentum .wccp-thankyou__inline-summary-title { display: flex; align-items: center; gap: 10px; margin: 0px 0px 16px; font-size: 16px; font-weight: 750; letter-spacing: -0.01em; text-transform: none; color: var(--wccp-thankyou-text); }
.wccp-thankyou__next-title svg, .wccp-thankyou--momentum .wccp-thankyou__inline-summary-title svg, .wccp-thankyou--momentum .wccp-thankyou__recommendations-title svg { width: 15px; height: 15px; flex: 0 0 auto; box-sizing: content-box; padding: 6px; border-radius: 8px; color: var(--wccp-thankyou-accent); background: color-mix(in srgb, var(--wccp-thankyou-accent) 10%, #fff); }
.wccp-thankyou__msum-count { margin-left: auto; font-size: 12.5px; font-weight: 600; letter-spacing: 0px; text-transform: none; color: var(--wccp-thankyou-muted); }
@media (min-width: 561px){.wccp-thankyou--momentum .wccp-thankyou__next-row:not(.is-vertical) { position: relative; }
.wccp-thankyou--momentum .wccp-thankyou__next-row:not(.is-vertical) .wccp-thankyou__next-step { position: relative; padding-top: 46px; }
.wccp-thankyou--momentum .wccp-thankyou__next-row:not(.is-vertical) .wccp-thankyou__next-step::before { content: ""; position: absolute; top: 18px; left: -50%; right: 50%; height: 3px; border-radius: 3px; background: var(--wccp-thankyou-border); }
.wccp-thankyou--momentum .wccp-thankyou__next-row:not(.is-vertical) .wccp-thankyou__next-step:first-child::before { display: none; }
.wccp-thankyou--momentum .wccp-thankyou__next-row:not(.is-vertical) .wccp-thankyou__next-step--done::before, .wccp-thankyou--momentum .wccp-thankyou__next-row:not(.is-vertical) .wccp-thankyou__next-step--now::before { background: var(--wccp-thankyou-accent); }
.wccp-thankyou--momentum .wccp-thankyou__next-row:not(.is-vertical) .wccp-thankyou__next-ic { position: absolute; top: 0px; left: 50%; transform: translateX(-50%); margin: 0px; z-index: 1; }}
.wccp-thankyou__msum-items { display: flex; flex-direction: column; }
.wccp-thankyou__msum-li { display: flex; gap: 13px; align-items: center; padding: 11px 0px; border-bottom: 1px solid var(--wccp-thankyou-soft); }
.wccp-thankyou__msum-li:last-child { border-bottom: 0px; }
.wccp-thankyou__msum-thumb { width: 50px; height: 50px; flex: 0 0 auto; border-radius: 11px; overflow: hidden; background: var(--wccp-thankyou-soft); box-shadow: rgba(20, 18, 31, 0.05) 0px 0px 0px 1px inset; }
.wccp-thankyou__msum-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wccp-thankyou__msum-info { display: flex; flex-direction: column; min-width: 0px; }
.wccp-thankyou__msum-name { font-weight: 600; font-size: 14.5px; line-height: 1.3; }
.wccp-thankyou__msum-meta { font-size: 12px; color: var(--wccp-thankyou-muted); margin-top: 2px; }
.wccp-thankyou__msum-meta p, .wccp-thankyou__msum-meta ul, .wccp-thankyou__msum-meta li { margin: 0px; padding: 0px; list-style: none; }
.wccp-thankyou__msum-qty { font-size: 12.5px; color: var(--wccp-thankyou-muted); margin-top: 1px; }
.wccp-thankyou__msum-price { margin-left: auto; font-weight: 650; font-size: 14px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.wccp-thankyou__msum-totals { margin-top: 14px; }
.wccp-thankyou__msum-totrow { display: flex; justify-content: space-between; gap: 16px; padding: 5px 0px; font-size: 13.5px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__msum-totnum, .wccp-thankyou__msum-grandval { font-variant-numeric: tabular-nums; }
.wccp-thankyou__msum-grand { display: flex; justify-content: space-between; gap: 16px; margin-top: 11px; padding: 13px 14px; border-radius: 12px; background: color-mix(in srgb, var(--wccp-thankyou-accent) 5%, #fff); font-weight: 750; font-size: 16.5px; color: var(--wccp-thankyou-text); }
.wccp-thankyou__msum-addr { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--wccp-thankyou-soft); }
.wccp-thankyou__addr-card { border: 1px solid var(--wccp-thankyou-border); border-radius: 14px; padding: 15px 17px; }
.wccp-thankyou__addr-head { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; }
.wccp-thankyou__addr-ic { width: 28px; height: 28px; flex: 0 0 auto; border-radius: 8px; display: grid; place-items: center; color: var(--wccp-thankyou-accent); background: color-mix(in srgb, var(--wccp-thankyou-accent) 10%, #fff); }
.wccp-thankyou__addr-ic svg { width: 15px; height: 15px; }
.wccp-thankyou__addr-h { font-size: 11.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__addr-badge { margin-left: auto; font-size: 10.5px; font-weight: 650; color: var(--wccp-thankyou-accent); background: color-mix(in srgb, var(--wccp-thankyou-accent) 9%, #fff); border: 1px solid color-mix(in srgb, var(--wccp-thankyou-accent) 22%, var(--wccp-thankyou-border)); border-radius: 999px; padding: 3px 10px; }
.wccp-thankyou__addr-lines { font-style: normal; font-size: 13px; line-height: 1.55; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__addr-phone { display: flex; align-items: center; gap: 8px; margin-top: 11px; padding-top: 11px; border-top: 1px solid var(--wccp-thankyou-soft); font-size: 12.5px; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__addr-phone svg { width: 14px; height: 14px; flex: 0 0 auto; color: var(--wccp-thankyou-muted); }
.wccp-thankyou__inline-summary .woocommerce-order-downloads, .wccp-thankyou__inline-summary .order_details { margin: 16px 0px 0px; }
.wccp-thankyou--momentum .wccp-thankyou__trust-list { gap: 0px; }
.wccp-thankyou--momentum .wccp-thankyou__trust-item { padding: 2px 26px; border-left: 1px solid var(--wccp-thankyou-border); }
.wccp-thankyou--momentum .wccp-thankyou__trust-item:first-child { border-left: 0px; }
@media (max-width: 1040px){.wccp-thankyou--momentum .wccp-thankyou__hero { width: 100vw; left: 50%; margin-left: -50vw; margin-top: calc(-1 * var(--wccp-thankyou-pad-top)); padding-left: 24px; padding-right: 24px; border-radius: 0px 0px 24px 24px; }}
@media (max-width: 680px){.wccp-thankyou--momentum { padding-left: 12px; padding-right: 12px; }
.wccp-thankyou--momentum .wccp-thankyou__hero { padding-bottom: 84px; }
.wccp-thankyou--momentum .wccp-thankyou__hero-pills { gap: 8px; margin-top: 16px; }
.wccp-thankyou--momentum .wccp-thankyou__receipt { margin: -68px 2px 0px; padding: 18px 20px; }
.wccp-thankyou__rc-total { text-align: left; }
.wccp-thankyou__msum-addr { grid-template-columns: 1fr; gap: 0px; }
.wccp-thankyou__addr-card { border-right: 0px; border-bottom: 0px; border-left: 0px; border-image: none; border-radius: 0px; padding: 14px 0px 0px; border-top: 1px solid var(--wccp-thankyou-soft); }
.wccp-thankyou__msum-addr > .wccp-thankyou__addr-card:first-child { padding-top: 0px; border-top: 0px; }
.wccp-thankyou--momentum .wccp-thankyou__trust-list { gap: 11px 18px; }
.wccp-thankyou--momentum .wccp-thankyou__trust-item { border-left: 0px; padding: 2px 0px; }}
.wccp-thankyou--momentum .wccp-thankyou__recommendations { position: relative; }
.wccp-thankyou--momentum .wccp-thankyou__recommendations-list { display: flex; flex-wrap: nowrap; gap: 16px; overflow-x: auto; padding: 4px 0px 12px; scrollbar-width: none; --wccp-rec-fade-l: 20px; --wccp-rec-fade-r: 46px; justify-content: safe center; scroll-snap-type: none; scroll-behavior: auto; }
.wccp-thankyou--momentum .wccp-thankyou__recommendations-list.is-scrollable { cursor: grab; mask-image: linear-gradient(to right, transparent 0, #000 var(--wccp-rec-fade-l), #000 calc(100% - var(--wccp-rec-fade-r)), transparent 100%); }
.wccp-thankyou--momentum .wccp-thankyou__recommendations-list::-webkit-scrollbar { display: none; }
.wccp-thankyou--momentum .wccp-thankyou__recommendations-list.is-start { --wccp-rec-fade-l: 0px; }
.wccp-thankyou--momentum .wccp-thankyou__recommendations-list.is-end { --wccp-rec-fade-r: 0px; }
.wccp-thankyou--momentum .wccp-thankyou__recommendations-list.is-dragging { cursor: grabbing; user-select: none; }
.wccp-thankyou--momentum .wccp-thankyou__recommendations-list.is-dragging a, .wccp-thankyou--momentum .wccp-thankyou__recommendations-list.is-dragging img { cursor: grabbing; }
.wccp-thankyou--momentum .wccp-thankyou__rec-card { flex: 1 0 178px; max-width: 260px; display: flex; margin: 0px; scroll-snap-align: none; }
.wccp-thankyou--momentum .wccp-thankyou__rec-link { width: 100%; height: 100%; }
.wccp-thankyou--momentum .wccp-thankyou__rec-image { flex: 0 0 auto; }
.wccp-thankyou--momentum .wccp-thankyou__rec-body { flex: 1 1 auto; }
.wccp-thankyou--momentum .wccp-thankyou__rec-name { min-height: 2.7em; }
.wccp-thankyou--momentum .wccp-thankyou__rec-cta { margin-top: auto; padding-top: 2px; }
.wccp-thankyou--momentum .wccp-thankyou__rec-link:hover, .wccp-thankyou--momentum .wccp-thankyou__rec-link:focus-visible { background: transparent; }
.wccp-thankyou--momentum .wccp-thankyou__rec-link:focus:not(:focus-visible) { outline: none; }
.wccp-thankyou--momentum .wccp-thankyou__rec-link:focus-visible { outline: 2px solid var(--wccp-thankyou-accent); outline-offset: 3px; border-radius: 12px; }
.wccp-thankyou--momentum .wccp-thankyou__rec-nav { position: absolute; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--wccp-thankyou-border); background: rgb(255, 255, 255); color: var(--wccp-thankyou-text); display: grid; place-items: center; box-shadow: rgba(15, 23, 42, 0.3) 0px 6px 18px -6px; cursor: pointer; z-index: 3; transition: opacity 0.2s, transform 0.15s, background 0.15s; }
.wccp-thankyou--momentum .wccp-thankyou__rec-nav svg { width: 20px; height: 20px; display: block; }
.wccp-thankyou--momentum .wccp-thankyou__rec-nav { padding: 0px; line-height: 0; }
.wccp-thankyou--momentum .wccp-thankyou__rec-nav:hover { background: var(--wccp-thankyou-soft); }
.wccp-thankyou--momentum .wccp-thankyou__rec-nav:active { transform: translateY(-50%) scale(0.94); }
.wccp-thankyou--momentum .wccp-thankyou__rec-nav--prev { left: -6px; }
.wccp-thankyou--momentum .wccp-thankyou__rec-nav--next { right: -6px; }
.wccp-thankyou--momentum .wccp-thankyou__rec-nav[disabled] { opacity: 0; pointer-events: none; }
@media (hover: none){.wccp-thankyou--momentum .wccp-thankyou__rec-nav { display: none; }}
.wccp-thankyou__rec-price .screen-reader-text { width: 1px; height: 1px; margin: -1px; padding: 0px; border: 0px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; position: absolute !important; }
.wccp-thankyou__rec-price del { margin-right: 6px; color: var(--wccp-thankyou-muted); font-weight: 400; text-decoration: line-through; }
.wccp-thankyou__rec-price ins { text-decoration: none; }
.wccp-thankyou[style*="--wccp-thankyou-heading-size"] .wccp-thankyou__headline { font-size: var(--wccp-thankyou-heading-size) !important; }
html, body { margin: 0px; padding: 0px; }
body { background: rgb(255, 255, 255); }

@keyframes wccp-thankyou-spin { 
  100% { transform: rotate(360deg); }
}