.story-os{--sos-bubble-size: 80px;--sos-bubble-radius: 128px;--sos-bubble-border: 1px solid #dd6089;--sos-bubble-gap: 8px;--sos-name-size: 12px;--sos-name-weight: 600;--sos-name-color: #000;--sos-tile-h: 240px;--sos-tile-radius: 16px;--sos-tile-gap: 6px;--sos-heading-color: #1a1a1a;--sos-heading-size: 20px;--sos-sub-color: rgba(26, 26, 26, .62);--sos-accent: #dd6089;display:block;margin:20px 0;-webkit-tap-highlight-color:transparent}.story-os__heading{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:600;font-size:var(--sos-heading-size);line-height:1.25;color:var(--sos-heading-color);letter-spacing:-.5px;margin:0 0 16px}.story-os__em{font-family:Playfair Display,Times New Roman,serif;font-style:italic;font-weight:500;color:inherit}.story-os__sub{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;font-size:12px;line-height:1.45;color:var(--sos-sub-color);letter-spacing:-.1px;margin:-12px 0 12px}.story-os-bubbles__row{display:flex;gap:var(--sos-bubble-gap);align-items:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 0 4px;margin:0;list-style:none}.story-os-bubbles__row::-webkit-scrollbar{display:none}.story-os-bubble{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:6px;width:var(--sos-bubble-size);min-height:var(--sos-bubble-size);padding:0;border:0;background:none;cursor:pointer;font:inherit;color:inherit;-webkit-appearance:none;appearance:none}.story-os-bubble__ring{width:var(--sos-bubble-size);height:var(--sos-bubble-size);border-radius:var(--sos-bubble-radius);border:var(--sos-bubble-border);padding:2px;box-sizing:border-box;overflow:hidden;background:#f2f2f2;flex:0 0 auto}.story-os-bubble__img{width:100%;height:100%;border-radius:var(--sos-bubble-radius);object-fit:cover;object-position:50% 50%;display:block}.story-os-bubble__name{font-family:Inter,system-ui,sans-serif;font-size:var(--sos-name-size);font-weight:var(--sos-name-weight);line-height:1.2;color:var(--sos-name-color);text-align:center;max-width:100%;height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-os-bubble:focus-visible .story-os-bubble__ring{outline:2px solid var(--sos-accent);outline-offset:2px}.story-os-carousel__row{display:flex;gap:var(--sos-tile-gap);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;padding:0 0 4px;margin:0;list-style:none}.story-os-carousel__row::-webkit-scrollbar{display:none}.story-os-tile{flex:0 0 auto;position:relative;height:var(--sos-tile-h);aspect-ratio:9 / 16;border-radius:var(--sos-tile-radius);overflow:hidden;background:#ececec;cursor:pointer;padding:0;border:0;scroll-snap-align:start;-webkit-appearance:none;appearance:none}.story-os-tile__img,.story-os-tile__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block}.story-os-tile__video{opacity:0;transition:opacity .45s ease;z-index:1}.story-os-tile.is-previewing .story-os-tile__video{opacity:1}.story-os-tile.is-previewing .story-os-tile__play{opacity:0;transition:opacity .3s ease}.story-os-tile__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#00000059;border:1.5px solid rgba(255,255,255,.9);z-index:2;pointer-events:none;display:flex;align-items:center;justify-content:center;opacity:.9}.story-os-tile__play:after{content:"";width:0;height:0;margin-left:3px;border-left:12px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.story-os-tile:focus-visible{outline:2px solid var(--sos-accent);outline-offset:2px}@media(max-width:600px){.story-os{--sos-tile-h: 340px}}.story-os-player{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;background:#000000f0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;touch-action:none;font-family:Inter,system-ui,-apple-system,sans-serif}.story-os-player.is-open{opacity:1}.story-os-player__stage{position:relative;width:100%;max-width:min(440px,56.25vh);height:100%;max-height:100vh;aspect-ratio:9 / 16;background:#000;overflow:hidden;will-change:transform}.story-os-player__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;background:#000}.story-os-player__bars{position:absolute;top:10px;left:10px;right:10px;display:flex;gap:4px;z-index:4}.story-os-player__bar{flex:1 1 0;height:3px;border-radius:3px;background:#ffffff59;overflow:hidden}.story-os-player__bar>i{display:block;height:100%;width:0;background:#fff;border-radius:3px}.story-os-player__bar.is-done>i{width:100%}.story-os-player__top{position:absolute;top:22px;left:12px;right:12px;display:flex;align-items:center;gap:10px;z-index:5;color:#fff}.story-os-player__label{flex:1 1 auto;font-size:13px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-os-player__btn{flex:0 0 auto;box-sizing:border-box;width:34px;height:34px;min-width:0;min-height:0;border-radius:50%;border:0;background:#00000052;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit;font-size:16px;line-height:1;letter-spacing:0;padding:0;margin:0;-webkit-appearance:none;appearance:none}.story-os-player__btn svg{width:18px;height:18px;fill:#fff}.story-os-player__zone{position:absolute;top:0;bottom:0;width:33%;z-index:3;background:transparent;border:0;cursor:pointer;padding:0}.story-os-player__zone--prev{left:0}.story-os-player__zone--next{right:0;width:67%}.story-os-player__nav{display:none;position:absolute;right:14px;z-index:6;box-sizing:border-box;width:38px;height:38px;min-width:0;min-height:0;border-radius:50%;border:0;background:#0006;cursor:pointer;padding:0;margin:0;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none}.story-os-player__nav--prev{top:calc(50% - 42px)}.story-os-player__nav--next{top:calc(50% + 4px)}.story-os-player__nav:before{content:"";width:9px;height:9px;border:solid #fff;border-width:2.5px 2.5px 0 0}.story-os-player__nav--prev:before{transform:rotate(-45deg);margin-top:4px}.story-os-player__nav--next:before{transform:rotate(135deg);margin-top:-4px}.story-os-player__pause{position:absolute;left:50%;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border-radius:50%;background:#00000073;z-index:5;pointer-events:none;display:none;align-items:center;justify-content:center}.story-os-player__pause:after{content:"";width:0;height:0;margin-left:5px;border-left:20px solid #fff;border-top:12px solid transparent;border-bottom:12px solid transparent}.story-os-player.is-paused .story-os-player__pause{display:flex}.story-os-player .story-os-player__cta{position:absolute;left:16px;right:16px;bottom:20px;z-index:6;box-sizing:border-box;width:auto;min-width:0;max-width:none;height:50px;min-height:0;margin:0;padding:0 18px;border:0;border-radius:999px;background:#fff;color:#111;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;font-weight:600;line-height:50px;letter-spacing:0;text-align:center;text-transform:none;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;box-shadow:0 6px 18px #00000047;-webkit-appearance:none;appearance:none}.story-os-player__spin{position:absolute;left:50%;top:50%;width:34px;height:34px;margin:-17px 0 0 -17px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;z-index:2;animation:story-os-spin .8s linear infinite}.story-os-player.is-loaded .story-os-player__spin{display:none}@keyframes story-os-spin{to{transform:rotate(360deg)}}@media(min-width:700px){.story-os-player{background:#0000008c;justify-content:flex-end;align-items:center}.story-os-player__stage{flex:0 0 auto;width:auto;height:88vh;max-width:none;max-height:780px;aspect-ratio:9 / 16;margin-right:clamp(16px,3vw,40px);border-radius:18px;box-shadow:0 24px 70px #0000008c}.story-os-player__zone{display:none}.story-os-player__top{display:contents}.story-os-player__label{display:none}.story-os-player__btn{position:absolute;z-index:6;width:38px;height:38px;background:#0006}.story-os-player__btn[data-sos=close]{top:20px;left:14px}.story-os-player__btn[data-sos=mute]{bottom:16px;right:14px}.story-os-player.has-cta .story-os-player__btn[data-sos=mute]{bottom:86px}.story-os-player__nav{display:flex}}html.story-os-lock,body.story-os-lock{overflow:hidden!important}@media(prefers-reduced-motion:reduce){.story-os-tile__video,.story-os-player{transition:none}.story-os-player__spin{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/103/assets/story-os.css.map */
