.glidder-stories{display:flex;gap:1.25rem;flex-wrap:wrap;padding:.5rem 0 .2rem}.glidder-story-bubble{display:flex;flex-direction:column;align-items:center;gap:.4rem;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.glidder-story-bubble:focus,.glidder-story-bubble:focus-visible{outline:none}.glidder-story-bubble__ring{width:72px;height:72px;border-radius:50%;padding:3px;background:#0f523d;transition:transform .18s ease,box-shadow .18s ease;position:relative}.glidder-story-bubble:hover .glidder-story-bubble__ring{transform:scale(1.07);box-shadow:0 4px 16px #0f523d59}.glidder-story-bubble.viewed .glidder-story-bubble__ring{background:#d1d5db}.glidder-story-bubble__thumb{width:100%;height:100%;border-radius:50%;background:#111 center/cover no-repeat;border:2.5px solid #fff;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.glidder-story-bubble__play{width:auto;height:auto;border-radius:0;background:none;display:flex;align-items:center;justify-content:center;box-shadow:none}.glidder-story-bubble__play svg{width:20px;height:20px;fill:#fff;margin-left:3px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.7)) drop-shadow(0 0px 3px rgba(0,0,0,.5))}.glidder-story-bubble__label{font-size:.75rem;font-weight:600;color:#374151;text-align:center;max-width:72px;line-height:1.3;word-break:break-word}.glidder-story-bubble--hint .glidder-story-bubble__ring{animation:none}.glidder-story-bubble--hint .glidder-story-bubble__ring:before,.glidder-story-bubble--hint .glidder-story-bubble__ring:after{display:none}@keyframes glidder-story-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}@keyframes glidder-story-halo{0%{opacity:0;transform:scale(.94)}18%{opacity:1}to{opacity:0;transform:scale(1.18)}}@keyframes glidder-story-ring-sweep{0%,to{opacity:.72;transform:rotate(0) scale(.99)}50%{opacity:1;transform:rotate(18deg) scale(1.03)}}@keyframes glidder-story-play{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.9}}@media(prefers-reduced-motion:reduce){.glidder-story-bubble--hint .glidder-story-bubble__ring,.glidder-story-bubble--hint .glidder-story-bubble__ring:before,.glidder-story-bubble--hint .glidder-story-bubble__ring:after,.glidder-story-bubble--hint .glidder-story-bubble__play{animation:none!important}}.glidder-story-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center}.glidder-story-modal.active{display:flex}.glidder-story-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.glidder-story-modal__container{position:relative;z-index:1;width:min(380px,92vw);aspect-ratio:9 / 16;max-height:92vh;border-radius:18px;overflow:hidden;background:#000;box-shadow:0 32px 80px #000000bf}.glidder-story-modal__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.glidder-story-modal__progress{position:absolute;top:8px;left:12px;right:12px;z-index:20;display:flex;gap:6px;padding:0;align-items:center;pointer-events:none}.glidder-progress-seg{flex:1;height:4px;background:#ffffff47;border-radius:999px;overflow:hidden;cursor:pointer;transition:transform .1s ease;box-shadow:0 1px 6px #0000004d;pointer-events:auto}.glidder-progress-seg:hover{transform:scaleY(1.8)}.glidder-progress-seg__fill{height:100%;width:0%;background:#2b8659;border-radius:999px;box-shadow:0 0 8px #2b865973;transition:width .12s linear}.glidder-progress-seg__fill.done{width:100%}.glidder-story-modal__header{position:absolute;top:30px;left:12px;right:12px;z-index:20;display:flex;align-items:center;justify-content:space-between}.glidder-story-modal__identity{display:flex;align-items:center;gap:8px}.glidder-story-modal__avatar{width:36px;height:36px;border-radius:50%;background:#333 center/cover no-repeat;border:2px solid #22c55e;flex-shrink:0}.glidder-story-modal__name{color:#fff;font-size:.875rem;font-weight:700;text-shadow:0 1px 6px rgba(0,0,0,.7)}.glidder-story-modal__close{width:36px;height:36px;border-radius:50%;border:none;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;flex-shrink:0}.glidder-story-modal__close:hover{background:#000000b3}.glidder-story-modal__controls{position:absolute;left:12px;top:44px;z-index:20;display:flex;flex-direction:row;gap:8px}.glidder-story-modal__bottom{position:absolute;bottom:0;left:0;right:0;height:40%;background:none;z-index:10;display:flex;align-items:flex-end;padding:0 20px 28px}.glidder-story-modal__bottom-label{color:#fff;font-size:1.35rem;font-weight:700;line-height:1.3;text-shadow:0 2px 8px rgba(0,0,0,.6)}@media screen and (max-width:749px){.glidder-story-modal__bottom-label{font-size:1.5rem}}.glidder-story-modal__ctrl{width:40px;height:40px;border-radius:50%;border:none;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background .15s}.glidder-story-modal__ctrl:hover{background:#000000b3}@media screen and (max-width:749px){.glidder-story-modal__ctrl--desktop{display:none!important}}.glidder-story-modal__prev,.glidder-story-modal__next{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:96px;border:none;background:#0000;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:background .15s;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.glidder-story-modal__prev{left:0;background:linear-gradient(to right,rgba(0,0,0,.25),transparent)}.glidder-story-modal__next{right:0;background:linear-gradient(to left,rgba(0,0,0,.25),transparent)}.glidder-story-modal__prev:hover,.glidder-story-modal__next:hover{background:#ffffff1a;border-radius:8px}@media(max-width:620px){.glidder-story-modal__prev{left:0;background:linear-gradient(to right,rgba(0,0,0,.25),transparent);border-radius:0}.glidder-story-modal__next{right:0;background:linear-gradient(to left,rgba(0,0,0,.25),transparent);border-radius:0}.glidder-story-modal__container{border-radius:12px}}@media screen and (max-width:749px){.glidder-stories{width:100%;justify-content:center;gap:1.45rem;padding-left:0;padding-right:0}.glidder-story-bubble{flex:0 0 72px;width:72px}.glidder-story-modal{align-items:stretch;justify-content:stretch}.glidder-story-modal__container{width:100vw;height:100dvh;max-height:100dvh;aspect-ratio:auto;border-radius:0}.glidder-story-modal__progress{top:max(8px,env(safe-area-inset-top));left:10px;right:10px}.glidder-story-modal__header{top:calc(max(8px,env(safe-area-inset-top)) + 30px)!important;left:10px;right:10px}.glidder-story-modal__controls{top:calc(max(8px,env(safe-area-inset-top)) + 44px);left:10px}.glidder-story-modal__bottom{padding:0 18px calc(24px + env(safe-area-inset-bottom))}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-ugc-stories.css.map */
