:root{--uxkid-reco-green: #34c759;--uxkid-reco-blue: #0088ff;--uxkid-reco-blue-bg: rgba(0, 136, 255, .1);--uxkid-reco-handle: #d4d0ca;--uxkid-reco-track: #e8e8e6;--uxkid-reco-error: #c0392b}.uxkid-reco{background:var(--b-card);padding:48px 16px}.uxkid-reco__layout{max-width:1280px;margin:0 auto}.uxkid-reco__container{display:grid;gap:24px;max-width:480px;margin:0 auto}.uxkid-reco__header{display:grid;gap:8px;text-align:center}.uxkid-reco__title{margin:0;font-family:var(--b-font);font-size:24px;font-weight:500;line-height:1.2;letter-spacing:-1px;color:var(--b-ink);text-wrap:balance}.uxkid-reco__subtitle{margin:0;font-family:var(--b-font);font-size:16px;font-weight:500;line-height:1.2;letter-spacing:-.5px;color:var(--b-ink)}.uxkid-reco__chips{display:grid;gap:12px}.uxkid-reco__chip{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:54px;padding:0 16px;border-radius:100px;border:2px solid transparent;background:var(--b-bg);font-family:var(--b-font);font-size:16px;font-weight:500;letter-spacing:-.5px;white-space:nowrap;color:var(--b-ink);cursor:pointer;transition:background .15s ease,border-color .15s ease}.uxkid-reco__chip:hover{border-color:var(--b-border)}.uxkid-reco__chip:focus-visible{outline:2px solid var(--b-ink);outline-offset:2px}.uxkid-reco__chip.is-selected{border-color:var(--b-ink)}.uxkid-reco__chip-icon{width:22px;height:22px;flex-shrink:0;object-fit:contain}@media(min-width:768px){.uxkid-reco__chips{grid-template-columns:repeat(2,1fr)}}.uxkid-reco__media{display:none}.uxkid-reco__trust{display:flex;flex-direction:column;gap:32px;min-width:0;overflow:hidden}.uxkid-reco__testimonial{margin:0;padding:0;border:0;display:grid;gap:12px;text-align:left}.uxkid-reco .uxkid-reco__testimonial-quote{margin:0;font-family:var(--b-font);font-style:normal;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:0;color:var(--b-ink)}.uxkid-reco .uxkid-reco__testimonial-author{margin:0;font-family:var(--b-font);font-style:normal;font-weight:500;font-size:14px;line-height:1.2;text-transform:uppercase;color:var(--b-muted)}.uxkid-reco__athletes{overflow:hidden}.uxkid-reco__athletes-track{display:flex;align-items:center;gap:50px;width:max-content;animation:uxkid-reco-marquee 30s linear infinite}.uxkid-reco__athletes:hover .uxkid-reco__athletes-track{animation-play-state:paused}@keyframes uxkid-reco-marquee{to{transform:translate(calc(-50% - 25px))}}@media(prefers-reduced-motion:reduce){.uxkid-reco__athletes{overflow-x:auto}.uxkid-reco__athletes-track{animation:none}}.uxkid-reco__athlete{display:flex;align-items:center;gap:12px;flex-shrink:0}.uxkid-reco .uxkid-reco__athlete-avatar{width:45px;height:45px;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 8px #0000001a;background:#f9f9f9;object-fit:cover;flex-shrink:0}.uxkid-reco .uxkid-reco__athlete-handle{margin:0;display:flex;align-items:center;gap:12px;font-family:var(--b-font);font-size:14px;font-weight:700;line-height:1.2;white-space:nowrap;color:var(--b-ink)}.uxkid-reco__athlete-handle img{width:16px;height:16px;flex-shrink:0}.uxkid-reco .uxkid-reco__athlete-role{margin:0;font-family:var(--b-font);font-size:14px;font-weight:500;line-height:1.2;white-space:nowrap;color:var(--b-muted)}.uxkid-reco__proof{background:var(--b-card);border-radius:8px;padding:16px;display:grid;gap:8px;box-shadow:0 1px 6px #0000000f}.uxkid-reco__proof-row{display:flex;align-items:center;gap:16px}.uxkid-reco__proof-avatar{width:44px;height:44px;border-radius:999px;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 5px #0000001a;flex-shrink:0}.uxkid-reco__proof-name{margin:0;font-family:var(--b-font);font-size:16px;font-weight:500;letter-spacing:-.5px;color:var(--b-ink)}.uxkid-reco__proof-kicker{margin:0;font-family:var(--b-font);font-size:12px;text-align:center;text-transform:uppercase;color:var(--b-muted)}.uxkid-reco__proof-press{display:flex;gap:30px;align-items:center;justify-content:center;flex-wrap:wrap}.uxkid-reco__proof-press img{height:17px;width:auto;opacity:.7}.uxkid-reco__proof-press img:first-child{height:26px}.uxkid-reco-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000}.uxkid-reco-sheet__backdrop{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;-webkit-appearance:none;appearance:none;background:#00000073;opacity:0;cursor:pointer;transition:opacity .3s ease}.uxkid-reco-sheet__panel{position:absolute;left:50%;bottom:0;width:100%;max-width:480px;max-height:100vh;max-height:calc(100dvh - 48px);overflow:hidden;display:flex;flex-direction:column;background:var(--b-card);color:var(--b-ink);font-family:var(--b-font);border-radius:24px 24px 0 0;transform:translate(-50%,100%);transition:transform .35s cubic-bezier(.22,.61,.36,1)}.uxkid-reco-sheet.is-open .uxkid-reco-sheet__backdrop{opacity:1}.uxkid-reco-sheet.is-open .uxkid-reco-sheet__panel{transform:translate(-50%,var(--uxkid-reco-drag-y, 0px))}.uxkid-reco-sheet__panel.is-dragging{transition:none}body.uxkid-reco-sheet-open{overflow:hidden}.uxkid-reco-sheet__drag{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-height:56px;padding:12px 16px 4px;cursor:grab;touch-action:none}.uxkid-reco-sheet__handle{width:40px;height:5px;border-radius:999px;background:var(--uxkid-reco-handle)}.uxkid-reco-sheet__close{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:40px;height:40px;border-radius:20px;background:var(--b-bg);border:0;display:grid;place-items:center;cursor:pointer;padding:0;color:var(--b-ink)}.uxkid-reco-sheet__close .b-icon{transform:rotate(45deg)}.uxkid-reco-sheet__content{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:0 24px calc(24px + env(safe-area-inset-bottom,0px))}.uxkid-reco-sheet__progress{display:flex;gap:4px;margin-bottom:16px}.uxkid-reco-sheet__seg{flex:1;height:4px;border-radius:999px;background:var(--uxkid-reco-track);transition:background .25s ease}.uxkid-reco-sheet__seg.is-filled{background:var(--uxkid-reco-green)}.uxkid-reco-sheet__question{margin:0 0 4px;font-family:var(--b-font);font-size:20px;font-weight:500;line-height:1.2;letter-spacing:-.6px;color:var(--b-ink)}.uxkid-reco-sheet__help{margin:0 0 16px;font-size:14px;line-height:1.4;color:var(--b-muted)}.uxkid-reco-sheet__options{display:grid;gap:8px;padding-bottom:8px}.uxkid-reco-sheet__option{display:flex;align-items:center;gap:12px;width:100%;padding:16px;border-radius:var(--b-radius-sm, 8px);border:1px solid var(--b-border);background:var(--b-card);text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.uxkid-reco-sheet__option:hover{border-color:var(--uxkid-reco-green)}.uxkid-reco-sheet__option:focus-visible{outline:2px solid var(--b-ink);outline-offset:2px}.uxkid-reco-sheet__option.is-selected{border-color:var(--uxkid-reco-green);background:#34c7590f}.uxkid-reco-sheet__radio{width:22px;height:22px;border-radius:50%;border:2px solid var(--uxkid-reco-green);flex-shrink:0}.uxkid-reco-sheet__option-body{flex:1;min-width:0;display:grid;gap:2px}.uxkid-reco-sheet__option-label{font-size:16px;font-weight:500;letter-spacing:-.3px;line-height:1.3;color:var(--b-ink)}.uxkid-reco-sheet__option-hint{font-size:12px;color:var(--b-muted)}.uxkid-reco-sheet__chevron{width:20px;height:20px;flex-shrink:0;opacity:.5}.uxkid-reco-sheet__result-head{margin-bottom:16px}.uxkid-reco-sheet__quote{margin:0;padding-right:48px;font-family:var(--b-font);font-size:20px;font-weight:500;line-height:26px;letter-spacing:-.8px;color:var(--b-ink)}.uxkid-reco-sheet__quote-body{margin:8px 0 0;font-size:14px;line-height:1.5;color:var(--b-muted)}.uxkid-reco-sheet__quote-body strong{color:var(--b-ink);font-weight:700}.uxkid-reco-sheet__quote-body [hidden]{display:none}.uxkid-reco-sheet__ficha{display:flex;align-items:center;gap:8px;margin-bottom:16px}.uxkid-reco-sheet__ficha-avatar{width:44px;height:44px;border-radius:999px;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 5px #0000001a;flex-shrink:0}.uxkid-reco-sheet__ficha-name{margin:0;font-size:12px;font-weight:500;line-height:1.4;color:var(--b-ink)}.uxkid-reco-sheet__ficha-role{margin:0;font-size:12px;line-height:1.4;color:var(--b-muted)}.uxkid-reco-sheet__products{display:grid;gap:8px;margin-bottom:16px}.uxkid-reco-sheet__product{display:flex;align-items:center;gap:8px;min-height:70px;padding:8px;border-radius:12px;background:var(--b-bg)}.uxkid-reco-sheet__product-img{width:54px;height:54px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#ececea}.uxkid-reco-sheet__product-img img{width:100%;height:100%;object-fit:cover;display:block}.uxkid-reco-sheet__product-info{flex:1;min-width:0;display:grid;gap:4px}.uxkid-reco-sheet__product-title{margin:0;font-size:14px;font-weight:500;letter-spacing:-.3px;line-height:1.2;color:var(--b-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.uxkid-reco-sheet__product-price{display:flex;align-items:baseline;gap:4px;font-size:14px;white-space:nowrap}.uxkid-reco-sheet__product-price-now{color:var(--uxkid-reco-green);font-weight:500}.uxkid-reco-sheet__product-price-was{color:var(--b-muted);text-decoration:line-through}.uxkid-reco-sheet__product-role{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;padding:4px;border-radius:4px;background:var(--uxkid-reco-blue-bg);color:var(--uxkid-reco-blue);font-size:14px;font-weight:500;white-space:nowrap}.uxkid-reco-sheet__product-role img{width:16px;height:16px}.uxkid-reco-sheet__cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;padding:16px 24px;border:0;border-radius:999px;background:var(--b-ink);color:#fff;font-family:var(--b-font);font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;transition:opacity .15s ease}.uxkid-reco-sheet__cta:hover{opacity:.92;color:#fff}.uxkid-reco-sheet__guarantee{display:flex;justify-content:center;gap:16px;margin:12px 0 0;font-size:12px;color:var(--b-muted)}.uxkid-reco-sheet__guarantee strong{color:var(--b-ink);font-weight:700}.uxkid-reco-sheet__dialog-label{display:none;margin:0;font-family:var(--b-font);font-size:14px;font-weight:500;letter-spacing:-.5px;color:var(--b-muted)}.uxkid-reco-sheet__dialog-label-extra{display:none}.uxkid-reco-sheet__email-form{display:grid;gap:12px}.uxkid-reco-sheet__email-form .uxkid-reco-sheet__cta{margin-top:8px}.uxkid-reco-sheet__email-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.uxkid-reco-sheet__email-input{width:100%;min-height:56px;padding:14px 20px;border-radius:999px;border:1px solid var(--b-faint);background:var(--b-card);font-family:var(--b-font);font-size:16px;color:var(--b-ink)}.uxkid-reco-sheet__email-input:focus-visible{outline:2px solid var(--b-ink);outline-offset:2px}.uxkid-reco-sheet__email-error{margin:-4px 0 0;font-size:13px;color:var(--uxkid-reco-error)}.uxkid-reco-sheet__email-microcopy{margin:8px 0 0;font-family:var(--b-font);font-size:12px;font-weight:400;text-align:center;color:var(--b-ink)}[data-uxkid-reco-pack][hidden],[data-uxkid-reco-step][hidden],[data-uxkid-reco-seg][hidden]{display:none}@media(prefers-reduced-motion:reduce){.uxkid-reco-sheet__backdrop,.uxkid-reco-sheet__panel{transition:none}}@media(min-width:768px){.uxkid-reco-sheet__backdrop{background:#0d0f0f66}.uxkid-reco-sheet__panel{top:50%;bottom:auto;left:50%;width:calc(100% - 32px);max-width:560px;padding:32px;background:var(--b-bg);border-radius:var(--b-radius);box-shadow:0 24px 64px #0000002e;transform:translate(-50%,-46%);opacity:0;transition:transform .35s cubic-bezier(.22,.61,.36,1),opacity .35s ease}.uxkid-reco-sheet.is-open .uxkid-reco-sheet__panel{transform:translate(-50%,-50%);opacity:1}.uxkid-reco-sheet__drag{justify-content:space-between;min-height:0;padding:0 0 24px;cursor:default;touch-action:auto}.uxkid-reco-sheet__handle{display:none}.uxkid-reco-sheet__dialog-label{display:block}.uxkid-reco-sheet__close{position:static;transform:none;background:var(--b-card);flex-shrink:0}.uxkid-reco-sheet__content{padding:0}.uxkid-reco-sheet__progress{display:none}.uxkid-reco-sheet__question{font-size:28px;letter-spacing:-.14px;line-height:1.2;margin-bottom:8px}.uxkid-reco-sheet__help{font-size:16px;font-weight:500;line-height:1.5;color:var(--b-muted);margin-bottom:24px}.uxkid-reco-sheet__options{gap:12px}.uxkid-reco-sheet__option{height:64px;padding:0 16px;border-radius:var(--b-radius)}.uxkid-reco-sheet__option-label{font-size:14px;letter-spacing:-.5px;line-height:1.2}.uxkid-reco-sheet__chevron{width:18px;height:18px}.uxkid-reco-sheet__quote{padding-right:0}.uxkid-reco-sheet__ficha>div{display:grid;gap:8px}.uxkid-reco-sheet__products{margin-bottom:24px}.uxkid-reco-sheet__cta{font-size:14px}.uxkid-reco-sheet__guarantee{margin-top:8px}.uxkid-reco-sheet__guarantee span:first-child{color:var(--b-ink)}.uxkid-reco-sheet__guarantee span:last-child{color:var(--b-muted)}.uxkid-reco-sheet__email-label{position:static;width:auto;height:auto;margin:0;padding:0;overflow:visible;clip:auto;white-space:normal;font-family:var(--b-font);font-size:14px;font-weight:500;letter-spacing:-.5px;color:var(--b-ink)}}@media(min-width:1200px){.uxkid-reco-sheet__panel{max-width:640px}.uxkid-reco-sheet__panel[data-uxkid-reco-current-step=result]{max-width:880px}.uxkid-reco-sheet__panel[data-uxkid-reco-current-step=result] [data-uxkid-reco-pack]:not([hidden]){display:grid;grid-template-columns:320px 1fr;gap:32px;align-items:start}.uxkid-reco-sheet__dialog-label-extra{display:inline}[data-uxkid-reco-step=email] .uxkid-reco-sheet__question,[data-uxkid-reco-step=email] .uxkid-reco-sheet__help{text-align:center}[data-uxkid-reco-step=email] .uxkid-reco-sheet__question{white-space:pre-line}}@media(min-width:768px){.uxkid-reco{padding:64px 32px}.uxkid-reco .uxkid-reco__container{max-width:none;gap:48px}.uxkid-reco .uxkid-reco__chips{gap:16px}.uxkid-reco__trust{padding:24px;border-radius:16px;background:#fffcfb;box-shadow:0 4px 8px #0000000a;overflow:visible}.uxkid-reco .uxkid-reco__testimonial{text-align:center}.uxkid-reco__athletes{border-radius:8px}}@media(min-width:1200px){.uxkid-reco{padding:64px}.uxkid-reco__layout--with-media{display:flex;align-items:stretch;gap:32px}.uxkid-reco .uxkid-reco__title{font-size:32px}.uxkid-reco .uxkid-reco__chips{column-gap:24px;row-gap:16px}.uxkid-reco .uxkid-reco__layout--with-media .uxkid-reco__container{flex:1 1 0;max-width:640px;margin:0;align-content:start;gap:64px}.uxkid-reco__layout--with-media .uxkid-reco__header,.uxkid-reco__layout--with-media .uxkid-reco__proof{text-align:left}.uxkid-reco__media{display:block;position:relative;flex:1 1 0;max-width:640px;min-height:640px;border-radius:16px;overflow:hidden}.uxkid-reco__media-img{display:block;width:100%;height:100%;object-fit:cover}.uxkid-reco__media-badge{position:absolute;top:24px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:.5px solid rgba(255,255,255,.8);border-radius:999px;background:#1d232559;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-family:var(--b-font);font-size:14px;white-space:nowrap}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/uxkid-home-recommender.css.map */
