/* An illustrative retailer product page within the Business landing page. */
.retailer-section { scroll-margin-top:100px; }
.retailer-section .section-heading { max-width:850px; margin:0 auto 48px; }
.retailer-preview { margin:0; border:1px solid #ffffff26; border-radius:20px; overflow:hidden; box-shadow:0 28px 90px #0003; }
.retailer-browser { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:46px; padding:12px 22px; background:#171624; color:#a8a4b5; font-size:10px; letter-spacing:.2px; }
.retailer-dots { display:flex; gap:6px; }
.retailer-dots i { width:7px; height:7px; border-radius:50%; background:#5e5a6e; }
.retailer-preview-label { font-size:9px; letter-spacing:1px; }
.retailer-store { background:#fff; color:#20262b; text-align:left; }
.retailer-store-header { display:flex; align-items:center; justify-content:space-between; gap:20px; border-bottom:1px solid #e9ebed; padding:22px 32px; }
.retailer-brand-logo { display:block; width:175px; height:auto; flex:none; }
.retailer-menu { font-size:11px; color:#42494f; }
.retailer-product { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(0,1fr); gap:38px; padding:30px; }
.business-page .retailer-breadcrumb { font-size:11px; color:#73797d; margin:0 0 18px; }
.retailer-photo { background:radial-gradient(ellipse,#fff,#f2f3f3); aspect-ratio:1/1; border-radius:5px; display:grid; place-items:center; }
.retailer-photo img { width:100%; height:100%; object-fit:contain; }
.retailer-visual-note { display:flex; flex-direction:column; gap:6px; padding:22px 4px; color:#687076; font-size:12px; line-height:1.6; }
.retailer-visual-note > span:first-child { color:#20262b; font-weight:700; font-size:17px; }
.retailer-product-info { min-width:0; padding-top:26px; }
.retailer-product-brand { font-size:12px; letter-spacing:1.2px; font-weight:700; }
.business-page .retailer-product-info > h3 { font-size:27px; line-height:1.2; margin:8px 0; font-weight:700; color:#171d22; letter-spacing:-.8px; }
.business-page .retailer-colorway { font-size:11px; color:#687076; margin:0 0 24px; }
.retailer-personalisation { border:1px solid #d3e5e9; background:#f3f9fa; border-radius:10px; overflow:hidden; }
.retailer-advice-heading { padding:18px 18px 0; }
.business-page .retailer-advice-heading h4 { color:#152f3b; font-size:16px; line-height:1.5; font-weight:700; margin:0 0 4px; }
.retailer-advice-heading > span { color:#677d86; font-size:10px; }
.retailer-advice-heading strong { color:#007b99; font-weight:800; letter-spacing:.2px; }
.business-page .retailer-personalisation .business-result-card { border:0; border-radius:0; background:transparent; padding:16px 18px; color:#172d36; }
.business-page .retailer-personalisation .business-result-card .card-heading { margin-bottom:0; }
.business-page .retailer-personalisation .business-result-card .card-heading > span { color:#4e6b77; font-size:8px; }
.business-page .retailer-personalisation .business-result-card .card-heading small { color:#667b85; font-size:9px; }
.business-page .retailer-personalisation .business-result-card article { padding:12px 0; border-color:#dce8ec; }
.business-page .retailer-personalisation .business-result-card .result-label { color:#586c75; margin-bottom:4px; }
.business-page .retailer-personalisation .business-result-card h2 { color:#182e38; font-size:18px; }
.business-page .retailer-personalisation .business-result-card p { color:#546b76 !important; font-size:11px; line-height:1.6; }
.business-page .retailer-personalisation .business-result-card p strong { color:#294954; }
.business-page .retailer-personalisation .business-result-card :is(.symbol,summary) { color:#007c98; }
.business-page .retailer-personalisation .business-result-card .match-track { background:#dce8ec; margin-top:12px; }
.business-page .retailer-personalisation .business-result-card .match-track i { background:#76bccb; }
.business-page .retailer-personalisation .business-result-card .match-track b { background:#006c86; box-shadow:none; }
.retailer-purchase { margin-top:16px; display:grid; grid-template-columns:1fr 1.4fr; gap:10px; font-size:12px; }
.retailer-size { display:flex; gap:12px; align-items:center; padding:13px; border:1px solid #d6dadd; border-radius:5px; }
.retailer-size > span:last-child { margin-left:auto; }
.retailer-size > strong { display:flex; flex-direction:column; gap:3px; }
.retailer-store .retailer-availability { display:inline-block; color:#167342; font-size:11px; font-weight:600; line-height:1.5; white-space:nowrap; }
.result-quick .retailer-availability { margin-left:6px; }
.retailer-bag { display:flex; justify-content:center; align-items:center; gap:20px; background:#20262b; border-radius:5px; color:white; font-weight:600; }
.retailer-takeaway { display:flex; align-items:center; justify-content:space-between; gap:24px; padding-top:32px; }
.business-page .retailer-takeaway p { font-size:16px; line-height:1.8; margin:0; }
.retailer-takeaway strong { color:#fff; font-weight:600; }
.retailer-takeaway a { gap:18px; white-space:nowrap; }
html[data-run-it-theme='light'] .retailer-takeaway strong { color:var(--run-it-light-heading); }
@media(max-width:767px) {
 .retailer-section .section-heading { margin-bottom:30px; }
 .retailer-browser { padding:12px 14px; }
 .retailer-preview-label,.retailer-menu { display:none; }
 .retailer-store-header { padding:20px; }
 .retailer-brand { font-size:25px; }
 .retailer-brand > span { font-size:7px; }
 .retailer-product { grid-template-columns:1fr; padding:18px; gap:16px; }
 .retailer-photo { aspect-ratio:1.55/1; }
 .retailer-photo img { max-height:220px; }
 .retailer-visual-note { display:none; }
 .retailer-product-info { padding-top:0; }
 .business-page .retailer-product-info > h3 { font-size:25px; }
 .business-page .retailer-personalisation .business-result-card { padding:14px; }
 .retailer-advice-heading { padding:16px 14px 0; }
 .business-page .retailer-personalisation .business-result-card p { font-size:12px; }
 .retailer-purchase { grid-template-columns:1fr; }
 .retailer-bag { padding:14px; }
 .retailer-takeaway { flex-direction:column; text-align:center; }
}

/* Four stages of the same retailer experience. */
.retailer-slideshow { position:relative; --retailer-progress:0; }
.retailer-slideshow[data-active-slide="1"] { --retailer-progress:.333333; }
.retailer-slideshow[data-active-slide="2"] { --retailer-progress:.666667; }
.retailer-slideshow[data-active-slide="3"] { --retailer-progress:1; }
.retailer-steps { position:relative; isolation:isolate; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin:0 0 32px; }
.retailer-steps::before,.retailer-steps::after { content:""; position:absolute; z-index:-1; top:21px; left:12.5%; width:75%; height:2px; background:#353547; }
.retailer-steps::after { background:#b4f6ff; box-shadow:0 0 4px #4bdcf0b3,0 0 12px #35cce84d; transform:scaleX(var(--retailer-progress)); transform-origin:left; transition:transform .55s ease; }
.retailer-steps button { display:flex; flex-direction:column; align-items:center; gap:0; min-width:0; border:0; border-radius:12px; padding:0 8px 8px; background:transparent; color:#b0afbd; text-align:center; }
.retailer-step-circle { position:relative; display:grid; place-items:center; width:44px; height:44px; border:1px solid #525266; border-radius:50%; background:linear-gradient(145deg,#101124,#090a1a); box-shadow:inset 0 1px 3px #ffffff0a; transition:border-color .3s,background .3s,box-shadow .3s,transform .3s; }
.retailer-step-circle::before { content:""; position:absolute; pointer-events:none; inset:-8px; border-radius:50%; background:radial-gradient(circle,transparent 46%,#38d9f047 62%,transparent 74%); opacity:0; transition:opacity .3s; }
.retailer-step-circle .icon { position:relative; width:28px; height:28px; opacity:1; filter:brightness(0) invert(1); }
.retailer-step-label { margin-top:12px; font-size:14px; font-weight:600; line-height:1.5; }
.retailer-step-description { margin-top:5px; color:#9493a6; font-size:12px; line-height:1.6; }
.retailer-steps button[data-complete=true] .retailer-step-circle { background:linear-gradient(145deg,#14394d,#13273e); border:2px solid #b5f4fc; box-shadow:inset 0 0 12px #4bdcf016; }
.retailer-steps button:is(:hover,[aria-selected=true]) { color:#fff; }
.retailer-steps button:hover .retailer-step-circle { border-color:#b5f4fc; }
.retailer-steps button[aria-selected=true] .retailer-step-circle { border:2px solid #e1fcff; background:linear-gradient(145deg,#16465f,#10243e); box-shadow:0 0 0 3px #3ddcf0b3,0 0 9px 4px #2dd4f099,0 0 24px 6px #31cfee45,inset 0 0 12px #42d8ef33; transform:scale(1.06); }
.retailer-steps button[aria-selected=true] .retailer-step-circle::before { opacity:.85; animation:retailer-step-halo 3s ease-in-out infinite; }
.retailer-steps button:is([data-complete=true],[aria-selected=true]) .icon { filter:brightness(0) invert(1); opacity:1; }
.retailer-steps button[aria-selected=true] .icon { filter:brightness(0) invert(1); }
.retailer-slideshow button:focus-visible,.retailer-match-details > summary:focus-visible { outline:2px solid #53d9ee; outline-offset:5px; }
.retailer-powered { display:flex; align-items:center; gap:9px; font-size:10px; color:#6b757e; white-space:nowrap; }
.retailer-runit-logo { display:flex; align-items:center; }
.retailer-runit-logo img { display:block; width:98px; height:auto; filter:brightness(0); opacity:.88; }
.retailer-slide { padding:38px; min-height:565px; animation:retailer-reveal .35s ease-out; }
.retailer-slide[hidden] { display:none !important; }
.finder-intro { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:30px; min-height:485px; }
.store-eyebrow { color:#66717a; letter-spacing:1.4px; font-size:10px; font-weight:600; }
.business-page .retailer-store h3 { color:#18252c; letter-spacing:-1.2px; font-weight:700; }
.business-page .finder-copy h3 { font-size:42px; line-height:1.13; margin:16px 0 22px; }
.business-page .finder-copy p { color:#5a6770; font-size:15px; line-height:1.8; max-width:380px; margin:0 0 26px; }
.store-cta { display:inline-flex; align-items:center; justify-content:center; gap:22px; color:white; background:#1d2931; border-radius:7px; padding:15px 22px; border:1px solid #1d2931; font-size:13px; font-weight:600; }
.store-cta:hover { background:#344650; }
.finder-copy small { display:block; font-size:10px; color:#7b8389; margin-top:15px; }
.finder-shoes { position:relative; background:radial-gradient(ellipse,#f0eaf8,#f7f8f8 70%); border-radius:18px; height:435px; }
.finder-shoes img { position:absolute; width:90%; height:72%; object-fit:contain; top:-6%; left:50%; transform:translateX(-50%); }
.finder-shoes img:nth-child(2) { top:29%; width:84%; }
.finder-shoes > span { position:absolute; bottom:22px; left:0; right:0; text-align:center; font-size:8px; letter-spacing:1.5px; color:#727884; }
.store-step-heading { text-align:center; max-width:660px; margin:0 auto 30px; }
.business-page .store-step-heading h3 { font-size:30px; line-height:1.2; margin:12px 0; }
.business-page .store-step-heading p { color:#60717a; font-size:13px; line-height:1.7; margin:0; }
.source-choices { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:860px; margin:35px auto; }
.source-choices button { position:relative; display:flex; flex-direction:column; align-items:center; gap:12px; min-width:0; padding:28px 18px; border:1px solid #dce1e6; background:#fff; color:#20313d; border-radius:12px; text-align:center; }
.source-choices button[aria-pressed=true] { border-color:#1598b0; background:#f3fcfe; box-shadow:0 0 0 1px #1598b0; }
.source-mark { display:grid; place-items:center; width:112px; height:64px; font-size:24px; font-weight:800; border-radius:7px; }
.source-mark img { display:block; width:100%; height:100%; object-fit:contain; }
.source-strava { padding:12px 3px; }
.source-garmin { padding:2px 4px; }
.source-garmin img { width:45px; height:45px; }
.source-upload { position:relative; isolation:isolate; color:#fff; }
.source-upload::before { content:''; position:absolute; inset:1px 14px -1px; z-index:-1; border-radius:50%; background:radial-gradient(ellipse,#d5f4fa,transparent 72%); opacity:.55; transition:opacity .25s; }
.upload-file { display:block; width:112px; height:64px; filter:drop-shadow(0 3px 3px #156a7e0d); transition:transform .3s ease,filter .3s ease; }
.upload-arrow { position:absolute; right:12px; bottom:1px; display:grid; place-items:center; width:29px; height:29px; border:2px solid white; border-radius:50%; background:linear-gradient(145deg,#20bfdb,#087e9a); box-shadow:0 3px 8px #09738c30; transition:transform .3s ease; }
.upload-arrow svg { width:18px; height:18px; }
.source-choices button:is(:hover,:focus-visible,[aria-pressed=true]) .upload-file { transform:translateY(-3px); filter:drop-shadow(0 5px 5px #156a7e16); }
.source-choices button:is(:hover,:focus-visible,[aria-pressed=true]) .upload-arrow { transform:translateY(-2px); }
.source-choices button:is(:hover,:focus-visible,[aria-pressed=true]) .source-upload::before { opacity:1; }
.source-choices strong { font-size:18px; }
.source-choices small { color:#63717b; font-size:12px; line-height:1.6; }
.source-check { position:absolute; right:12px; top:12px; display:grid; place-items:center; width:20px; height:20px; border-radius:50%; background:#087e9a; color:#fff; opacity:0; transform:scale(.8); transition:opacity .2s,transform .2s; }
[aria-pressed=true] > .source-check { opacity:1; transform:scale(1); }
.store-step-footer { text-align:center; }
.business-page .store-step-footer p { color:#596e7a; font-size:12px; margin:0 0 14px; }
.store-step-footer small { display:block; color:#7e858a; font-size:10px; margin-top:12px; }
.rotation-example { display:grid; grid-template-columns:1fr 1.2fr; gap:28px; max-width:840px; margin:0 auto 26px; }
.rotation-shoe { text-align:center; background:#f6f7f8; border-radius:12px; padding:16px; }
.rotation-origin { display:inline-block; font-size:10px; background:#e9f7fb; color:#08758d; padding:5px 9px; border-radius:5px; }
.rotation-shoe img { width:100%; height:180px; object-fit:contain; }
.business-page .rotation-shoe h4 { font-size:17px; color:#233440; margin:0 0 5px; font-weight:600; }
.rotation-shoe > span:last-child { font-size:11px; color:#7a838a; }
.fit-example { padding:18px 0; }
.fit-size { display:flex; justify-content:space-between; font-size:13px; color:#4f616d; padding:16px 0; border-bottom:1px solid #e5e8eb; }
.fit-size strong { color:#213640; }
.retailer-size-picker { position:relative; min-width:0; }
.retailer-size-picker summary { display:flex; align-items:center; justify-content:space-between; gap:12px; cursor:pointer; list-style:none; }
.retailer-size-picker summary::-webkit-details-marker { display:none; }
.reference-size-picker summary { min-width:112px; padding:8px 10px; border:1px solid #d6dfe4; border-radius:7px; background:#fff; }
.size-options { position:absolute; z-index:45; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; padding:10px; border:1px solid #b7dce5; border-radius:10px; box-shadow:0 10px 32px #173e4d24; background:#fff; }
.reference-size-picker .size-options { top:calc(100% + 6px); right:0; width:224px; grid-template-columns:repeat(4,minmax(0,1fr)); }
.purchase-size-picker .size-options { bottom:calc(100% + 8px); left:0; width:100%; min-width:208px; }
.size-options button { min-height:42px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; border:1px solid #dce3e7; border-radius:6px; padding:7px 5px; background:#fff; color:#344b59; font-size:12px; }
.size-options button small { min-height:12px; font-size:9px; color:#087b94; line-height:1.3; }
.size-options button[data-recommended=true] { border-color:#43b9d0; background:#effbfe; }
.size-options button:hover,.size-options button[aria-pressed=true] { border-color:#087e97; background:#daf3f8; color:#075c70; }
.fit-size { align-items:center; gap:14px; }
.fit-rating { min-width:0; border:0; padding:0; margin:16px 0 0; font-size:12px; color:#465d6b; }
.fit-rating legend { padding:0; }
.fit-rating > div { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin-top:8px; font-size:10px; }
.fit-rating label { position:relative; cursor:pointer; text-align:center; font-weight:500; }
.fit-rating input { position:absolute; width:1px; height:1px; opacity:0; }
.fit-rating label > span { display:block; border:1px solid #dfe4e8; border-radius:5px; padding:11px 5px; transition:background .2s,border-color .2s; }
.fit-rating label:hover > span { border-color:#80c9d8; }
.fit-rating input:checked + span { background:#edfafd; color:#08758d; border-color:#80c9d8; }
.fit-rating input:checked + span::after { content:''; margin-left:4px; vertical-align:-2px; }
.fit-rating input:focus-visible + span { outline:2px solid #08758d; outline-offset:3px; }
.business-page .fit-example p { font-size:11px; line-height:1.8; color:#687c88; margin:18px 0 0; }
.retailer-slide .retailer-product { padding:0; gap:32px; grid-template-columns:1fr 1fr; }
.retailer-slide .retailer-photo { position:relative; aspect-ratio:1.45/1; }
.retailer-slide .retailer-photo > img { max-height:300px; }
.retailer-match-badge { position:absolute; top:16px; left:16px; z-index:1; color:#7040a0; background:#eee4fb; border:1px solid #d7c0f0; border-radius:7px; font-size:12px; font-weight:600; padding:7px 12px; }
.retailer-great-text { color:#7846a8; font-size:13px; font-weight:600; }
.retailer-landing-demo { container-type:inline-size; overflow:hidden; border:1px solid #e5e9ed; border-radius:10px; background:#fff; margin:12px 0 14px; }
.retailer-landing-scene { position:relative; isolation:isolate; aspect-ratio:1400/470; overflow:clip; background:#fff; }
.retailer-landing-stage { position:absolute; left:30%; top:-2.5%; width:39%; aspect-ratio:1373/1145; mix-blend-mode:multiply; filter:invert(1) hue-rotate(180deg); z-index:2; }
.retailer-landing-stage img,.retailer-landing-stage canvas { position:absolute; inset:0; display:block; width:100%; height:100%; object-fit:contain; }
.retailer-landing-stage canvas { opacity:0; left:-30%; top:-100%; width:160%; height:230%; }
.retailer-landing-stage[data-rendered=true] img { opacity:0; }
.retailer-landing-stage[data-rendered=true] canvas { opacity:1; }
.retailer-landing-surface { position:absolute; inset:76% 0 0; overflow:hidden; mix-blend-mode:multiply; border-top:1px solid #e4dcec; }
.retailer-landing-surface img { position:absolute; width:70%; max-width:none; height:auto; left:15%; top:-21.7cqw; opacity:.5; filter:invert(1) hue-rotate(180deg); }
.retailer-landing-label,.retailer-response-label { position:absolute; top:26%; left:5%; font-size:clamp(10px,2.5cqw,13px); color:#08778e; }
.retailer-response-label { top:40%; left:auto; right:5%; color:#75419e; }
.retailer-landing-ripple { position:absolute; top:76%; left:65%; width:30%; height:12%; overflow:visible; opacity:0; pointer-events:none; z-index:1; transform:translate(-50%,-40%); filter:drop-shadow(0 0 3px currentColor); }
.retailer-landing-ripple path { fill:none; stroke:currentColor; stroke-width:1.3; vector-effect:non-scaling-stroke; }
.retailer-landing-ripple .response-ring-base { opacity:.4; }
.retailer-landing-ripple .response-ring-charge { stroke-dasharray:1; stroke-dashoffset:1; }
.retailer-landing-ripple .response-ring-echo { opacity:0; transform-origin:120px 32px; }
.retailer-landing-footer { display:flex; align-items:center; justify-content:space-between; gap:8px; padding:6px 10px 8px; color:#687580; font-size:10px; }
.retailer-landing-footer button { min-height:36px; padding:7px 12px; border:1px solid #dacfe7; border-radius:20px; color:#75419e; background:#fff; font-size:11px; }
.retailer-landing-footer button:hover { background:#f5effb; border-color:#b494d0; }
.retailer-landing-footer button[hidden] { display:none; }
.result-quick { display:flex; flex-wrap:wrap; gap:22px; padding:20px 0 12px; }
.result-quick > span { color:#6b7982; font-size:11px; }
.result-quick strong { display:block; color:#273d4a; font-size:14px; margin-top:5px; font-weight:600; }
.business-page .result-reference,.business-page .retailer-result-note { font-size:10px; color:#7a858d; line-height:1.7; margin:0 0 15px; }
.retailer-match-details > summary { color:#7846a8; text-decoration:underline; text-underline-offset:4px; font-size:12px; cursor:pointer; display:flex; gap:10px; align-items:center; margin:6px 0 20px; }
.retailer-match-details > summary::-webkit-details-marker { display:none; }
.retailer-match-details[open] > summary { margin-bottom:14px; }
.retailer-match-details .retailer-personalisation { margin-bottom:16px; background:#faf7ff; border-color:#e1d6ed; }
.business-page .retailer-match-details .business-result-card article:first-of-type h2 { color:#7846a8; }
.business-page .retailer-match-details .business-result-card .match-track i { background:linear-gradient(90deg,#b38cec,#9260fb); }
.business-page .retailer-match-details .business-result-card .match-track b { background:#75419e; }
/* Labelled comparison scales keep personal values and shoe properties distinct. */
.retailer-comparison { --range-color:#af83e5; --shoe-color:#75419e; margin-top:16px; }
.comparison-values { display:flex; justify-content:space-between; gap:16px; margin-bottom:22px; color:#60717b; font-size:10px; line-height:1.5; }
.comparison-values > span:last-child { text-align:right; }
.comparison-values strong { display:block; color:#283f4a; font-size:15px; font-weight:650; margin-top:3px; }
.comparison-key { display:inline-block; vertical-align:middle; margin-right:5px; flex:none; }
.key-runner { width:8px; height:8px; border:2px solid #07859e; border-radius:50%; background:white; }
.key-shoe { width:3px; height:11px; border-radius:2px; background:var(--shoe-color); }
.key-range { width:15px; height:6px; border-radius:3px; background:var(--range-color); }
.comparison-track { position:relative; height:8px; border-radius:8px; background:#e1e8ed; }
.comparison-band { position:absolute; height:100%; left:var(--range-start); width:var(--range-width); background:var(--range-color); border-radius:inherit; }
.comparison-runner { position:absolute; left:var(--runner-position); top:-8px; transform:translateX(-50%); width:10px; height:10px; border:2px solid #07859e; background:white; border-radius:50%; box-shadow:0 0 0 2px white; }
.comparison-runner::after { content:''; position:absolute; left:2px; top:7px; width:2px; height:5px; background:#07859e; }
.comparison-shoe { position:absolute; left:var(--shoe-position); top:4px; transform:translateX(-50%); width:3px; height:14px; background:var(--shoe-color); border-radius:2px; box-shadow:0 0 0 2px #faf7ff; }
.comparison-axis { display:flex; justify-content:space-between; margin-top:13px; font-size:9px; line-height:1.5; color:#7b8790; }
.comparison-range-label { display:flex; flex-wrap:wrap; justify-content:space-between; gap:4px 10px; color:#66727d; font-size:10px; line-height:1.6; margin-top:8px; }
.comparison-range-label strong { color:#75419e; font-weight:600; }
.drop-comparison { --range-color:#83cad9; }
.drop-comparison .comparison-values { margin-bottom:14px; }
.drop-comparison .comparison-shoe { top:-4px; height:16px; }
.drop-comparison .comparison-axis { margin-top:8px; }

.retailer-slide .retailer-result-note { margin-top:16px; }
.result-alternatives { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; margin-top:18px; }
.result-alternatives > span { grid-column:1/-1; color:#87909a; font-size:10px; }
.result-alternatives > button { position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; min-width:0; padding:12px 8px; background:#f7f8f9; border:1px solid #edf0f2; border-radius:8px; font-size:10px; line-height:1.5; text-align:center; color:#52636e; cursor:pointer; transition:border-color .2s,background .2s; }
.result-alternatives > button:hover { border-color:#7fc8d8; background:#f1fafc; }
.result-alternatives > button[aria-pressed=true] { border-color:#1598b0; background:#edfafd; color:#076f86; }
.shortlist-check { position:absolute; top:5px; right:5px; display:grid; place-items:center; width:16px; height:16px; border-radius:50%; background:#087e9a; color:white; visibility:hidden; }
.shortlist-check .business-check { width:10px; height:10px; }
[aria-pressed=true] > .shortlist-check { visibility:visible; }
.result-alternatives img { width:65px; height:48px; object-fit:contain; }
/* The portrait Nike asset has more built-in whitespace than the square ASICS images. */
.retailer-product-visual img[src$="nike-vomero-18.webp"] { transform:translateY(-12%) scale(1.35); }
.retailer-slide-controls { display:flex; width:max-content; max-width:100%; gap:16px; align-items:center; justify-content:center; margin:24px auto 0; padding:8px; border:1px solid #ffffff26; border-radius:999px; color:#bdc6d5; font-size:12px; background:#ffffff03; }
.retailer-slide-controls button { display:flex; align-items:center; justify-content:center; min-width:40px; min-height:40px; border:1px solid #ffffff26; border-radius:50%; color:#e8f9ff; padding:8px 12px; background:#ffffff03; transition:border-color .2s,background .2s; }
.retailer-slide-controls button:hover { border-color:#55cfe3; background:#4ad3ea13; }
.retailer-slide-controls button:disabled { opacity:.3; cursor:default; }
.retailer-slide-controls [data-slide-status] { min-width:100px; text-align:center; }
.retailer-slide-controls .retailer-play { margin-left:0; border:0; border-left:1px solid #ffffff26; border-radius:0; padding:8px 20px; color:#b1eefa; }
.retailer-playback-controls { display:flex; align-items:center; justify-content:center; gap:8px; }
/* A guided shopper journey, using the preview's real local controls. */
.business-page main:has(.shopper-guide:not([hidden])) { overflow:clip; }
.shopper-guide { position:sticky; top:94px; z-index:40; display:flex; align-items:center; gap:12px; padding:14px 18px; margin:0 0 18px; overflow:hidden; border:1px solid #68e5f34d; border-radius:14px; color:#e8fbff; background:#0b2432f5; box-shadow:0 10px 28px #0003; backdrop-filter:blur(14px); font-size:14px; line-height:1.5; }
.shopper-guide::after { content:''; position:absolute; bottom:0; left:0; width:var(--shopper-progress,0%); height:2px; background:#62e5f5; transition:width .5s; }
.shopper-guide [data-shopper-caption] { flex:1; }
.shopper-guide button { flex:none; padding:6px 12px; border:1px solid #86dce95c; border-radius:8px; color:#c7f7fd; font-size:12px; background:#ffffff08; }
.shopper-guide button:hover { background:#53cfe51c; }
.shopper-cursor { display:block; position:absolute; left:0; top:0; width:24px; height:30px; z-index:35; pointer-events:none; transition:transform .65s cubic-bezier(.22,.7,.25,1); filter:drop-shadow(0 3px 5px #003a4b33); }
.shopper-cursor svg { display:block; width:24px; height:30px; }
.shopper-cursor::before { content:''; position:absolute; top:-12px; left:-12px; width:32px; height:32px; border:2px solid #11b8d4; border-radius:50%; opacity:0; }
.shopper-cursor.shopper-click::before { animation:shopper-tap .65s ease-out; }
.retailer-slideshow .shopper-focus { outline:2px solid #34bfd6; outline-offset:5px; box-shadow:0 0 0 8px #20c5de10; transition:outline-color .25s,box-shadow .25s; }
.shopper-guide[hidden],.shopper-cursor[hidden] { display:none !important; }
@keyframes shopper-tap { from { opacity:.8; transform:scale(.5); } to { opacity:0; transform:scale(1.7); } }
@media(min-width:1024px) {
 .retailer-slideshow:has(.shopper-guide:not([hidden])) .retailer-preview { overflow:clip; }
 .retailer-slideshow:has(.shopper-guide:not([hidden])) .retailer-product-visual { position:sticky; top:176px; align-self:start; }
}
@media(max-width:767px) { .shopper-guide { top:76px; gap:8px; padding:11px 12px; font-size:12px; } .shopper-guide button { padding:6px 9px; } .shopper-cursor > span { display:none; } }
@media(prefers-reduced-motion:reduce) { .shopper-cursor,.shopper-guide { display:none !important; } }
.retailer-integration { padding:75px 0; }
.integration-options { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:40px; }
.integration-options article { display:flex; flex-direction:column; border:1px solid #ffffff20; border-radius:20px; padding:32px; background:linear-gradient(150deg,#10253270,#070c17); }
.integration-icon { display:block; color:#79e8f6; font-size:28px; margin-bottom:24px; }
.integration-options .phase { display:block; color:#a9dce4; font-size:10px; letter-spacing:1.6px; margin-bottom:12px; }
.business-page .integration-options h3 { font-size:25px; line-height:1.35; color:#fff; margin:0 0 18px; font-weight:650; }
.business-page .integration-options p { color:#a5b4c2; font-size:14px; line-height:1.8; margin:0 0 26px; }
.integration-options a { margin-top:auto; color:#acebf5; font-size:13px; display:flex; justify-content:space-between; gap:12px; }
@keyframes retailer-reveal { from { opacity:.45; transform:translateY(6px); } to { opacity:1; transform:translateY(0); } }
@keyframes retailer-step-halo { 0%,100% { opacity:.65; } 50% { opacity:1; } }
@media(prefers-reduced-motion:reduce) { .retailer-slide,.retailer-steps button,.retailer-steps::after,.retailer-steps button .retailer-step-circle,.retailer-step-circle::before { animation:none; transition:none; } }
@media(max-width:767px) {
 .retailer-steps { margin-bottom:24px; }
 .retailer-steps::before,.retailer-steps::after { top:21px; }
 .retailer-steps button { justify-content:flex-start; padding:0 3px 8px; }
 .retailer-step-circle { width:44px; height:44px; }
 .retailer-step-circle .icon { width:20px; height:20px; }
 .retailer-step-label { margin-top:12px; font-size:11px; }
 .retailer-step-description { display:none; }
 .retailer-brand-logo { width:120px; }
 .retailer-powered { font-size:8px; gap:5px; flex-direction:column; align-items:flex-end; }
 .retailer-runit-logo { padding:0; }
 .retailer-runit-logo img { width:70px; }
 .retailer-slide { min-height:570px; padding:22px 18px; }
 .finder-intro { grid-template-columns:1fr; gap:22px; }
 .business-page .finder-copy h3 { font-size:33px; }
 .business-page .finder-copy p { font-size:14px; }
 .finder-shoes { height:225px; }
 .retailer-landing-scene { aspect-ratio:1.6; }
 .retailer-landing-stage { width:64%; left:18%; top:5%; }
 .retailer-landing-surface { top:72%; }
 .retailer-landing-surface img { width:115%; left:-7.5%; top:-35.65cqw; }
 .retailer-landing-ripple { top:72%; width:36%; height:10%; }
 .retailer-landing-label,.retailer-response-label { top:9%; font-size:10px; }
 .finder-copy small { font-size:9px; }
 .business-page .store-step-heading h3 { font-size:26px; }
 .source-choices { grid-template-columns:1fr; margin:22px 0; gap:10px; }
 .source-choices button { display:grid; grid-template-columns:82px 1fr; text-align:left; padding:16px 28px 16px 12px; gap:4px 10px; }
 .source-mark { grid-row:1/3; width:82px; height:54px; font-size:21px; }
 .source-strava { padding:8px 0; }
 .upload-file { width:88px; height:54px; }
 .upload-arrow { width:25px; height:25px; right:0; bottom:0; }
 .upload-arrow svg { width:16px; height:16px; }
 .source-check { width:17px; height:17px; right:8px; top:8px; }
 .source-check .business-check { width:11px; height:11px; }
 .source-garmin img { width:38px; height:38px; }
 .source-choices strong { font-size:15px; }
 .source-choices small { font-size:10px; }
 .rotation-example { grid-template-columns:1fr; gap:12px; }
 .rotation-shoe img { height:130px; }
 .fit-example { padding:10px 0; }
 .retailer-slide .retailer-product { grid-template-columns:1fr; gap:25px; }
 .retailer-slide .retailer-photo > img { max-height:235px; }
 .retailer-match-badge { top:10px; left:10px; font-size:10px; padding:5px 9px; }
 .result-alternatives > button { padding:12px 4px 8px; font-size:9px; }
 .result-alternatives img { width:65px; max-width:100%; }
 .retailer-slide-controls { display:grid; width:min(100%,340px); grid-template-columns:44px minmax(0,1fr) 44px; border-radius:22px; gap:8px 12px; padding:10px; }
 .retailer-slide-controls [data-slide-status] { min-width:0; line-height:1.4; }
 .retailer-slide-controls button { min-width:44px; min-height:44px; }
 .retailer-playback-controls { grid-column:1/-1; border-top:1px solid #ffffff1c; padding-top:8px; }
 .retailer-slide-controls .retailer-play { border:1px solid #ffffff26; border-radius:999px; padding:8px; }
 .integration-options { grid-template-columns:1fr; }
 .integration-options article { padding:26px; }
 .business-page .integration-options h3 { font-size:24px; }
}

@media (prefers-reduced-motion: reduce) {
 .source-upload::before, .upload-file, .upload-arrow, .source-check { transition:none; }
 .source-choices button:is(:hover,:focus-visible,[aria-pressed=true]) :is(.upload-file,.upload-arrow) { transform:none; }
}

/* Interactive preview controls use the familiar hand cursor. */
.retailer-section :is(button:not(:disabled),a[href],summary,select,input[type="radio"],input[type="checkbox"],[role="button"]) { cursor:pointer; }

.business-page .retailer-match-details .business-result-card article.hero-lpi-result > h2 { color:#fff; }
.retailer-cart-confirmation { margin-top:18px; padding:22px; border:1px solid #b8ded2; border-radius:12px; background:#f2faf7; color:#203c35; }
.retailer-cart-confirmation[hidden] { display:none; }
.retailer-cart-confirmation > strong { color:#237956; }
.business-page .retailer-cart-confirmation h4 { margin:16px 0 8px; font-size:20px; line-height:1.3; color:#203c35; }
.business-page .retailer-cart-confirmation p { font-size:13px; line-height:1.6; margin:6px 0 0; color:#546b63; }

.walkthrough-actions { display:flex; gap:6px; flex:none; }
.walkthrough-actions button,.retailer-slide-controls [data-play] { display:grid; place-items:center; width:40px; height:40px; padding:8px; }

/* Retailer takeaway appears above the entire page after the shopper journey. */
.retailer-price { display:flex; align-items:baseline; gap:12px; margin:12px 0 20px; }
.retailer-price strong { font-size:24px; color:#1d3038; }
.retailer-price small { color:#687b85; font-size:11px; }
.retailer-completion { position:relative; min-height:560px; margin:0; padding:clamp(60px,7vw,90px) clamp(24px,5vw,72px); background:radial-gradient(ellipse at 50% 35%,#eefaf7 0%,#fff 70%); color:#1d3038; text-align:center; }
.retailer-completion:not([hidden]) { display:grid; place-items:center; animation:completion-arrive .45s ease-out; }
.retailer-completion[hidden],.retailer-store[hidden] { display:none; }
.retailer-completion > div { max-width:760px; }
.completion-eyebrow { color:#49766d; font-size:11px; letter-spacing:.12em; }
.business-page .retailer-completion h2 { font-size:clamp(30px,4vw,50px); line-height:1.15; margin:26px 0; color:#1d3038; }
.retailer-completion p { color:#576f78; font-size:clamp(15px,1.6vw,19px); line-height:1.6; }
.retailer-completion .completion-benefits { color:#26735f; margin:26px 0 32px; }
.completion-cta { display:inline-block; background:#20343c; color:#fff; padding:16px 24px; border-radius:8px; font-weight:600; }
.retailer-completion button { cursor:pointer; color:#496a75; background:transparent; border:0; }
.retailer-completion [data-completion-replay] { display:block; margin:22px auto 0; text-decoration:underline; }
.completion-close { position:absolute; top:14px; right:16px; font-size:28px; width:44px; height:44px; }
@keyframes completion-arrive { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }
@media(prefers-reduced-motion:reduce) { .retailer-completion:not([hidden]) { animation:none; } }

.retailer-price { flex-wrap:wrap; }
.retailer-price del { color:#829099; font-size:18px; }
.retailer-price strong.is-sale { color:#008ba6; }
.retailer-stock-note { color:#087d94; font-size:13px; font-weight:600; margin:-10px 0 20px; }
.purchase-size-picker button[hidden] { display:none; }
.walkthrough-actions button[data-start-label="true"],.retailer-slide-controls [data-play][data-start-label="true"] { display:flex; gap:8px; width:auto; padding:8px 14px; white-space:nowrap; }

[data-walkthrough-replay][hidden] { display:none !important; }

/* Branded source label above the imported reference shoe. */
.rotation-origin[data-origin="strava"] { display:inline-flex; align-items:center; gap:7px; background:#fc4c02; color:#fff; padding:7px 10px; }
.rotation-shoe .rotation-origin img { display:block; width:72px; height:15px; margin:0; filter:brightness(0) invert(1); }

.purchase-size-picker .size-options button:disabled { background:#f3f4f5; border-color:#e5e7eb; color:#9ca3af; cursor:not-allowed; box-shadow:none; }
.purchase-size-picker .size-options button:disabled strong { text-decoration:line-through; }
.purchase-size-picker .size-options button:disabled small { color:#9ca3af; font-size:9px; }
