.kst{display:block;padding-top:var(--kst-pt, 0);padding-bottom:var(--kst-pb, 0)}.kst__heading{margin:0 0 16px}.kst__row{display:flex;gap:18px;margin:0;padding:4px 0;list-style:none;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.kst__row::-webkit-scrollbar{display:none}.kst__cell{flex:0 0 auto;scroll-snap-align:start}.kst__bubble{display:flex;flex-direction:column;align-items:center;gap:8px;width:calc(var(--kst-bubble-size, 64px) + 16px);padding:0;background:none;border:0;cursor:pointer;font:inherit;color:inherit}.kst__ring{display:block;width:calc(var(--kst-bubble-size, 64px) + 8px);height:calc(var(--kst-bubble-size, 64px) + 8px);padding:2.5px;border-radius:50%;background:linear-gradient(135deg,var(--kst-ring-1, #fe5f27),var(--kst-ring-2, #fde9d9));transition:transform .18s ease}.kst__bubble:hover .kst__ring{transform:scale(1.04)}.kst__bubble:focus-visible{outline:none}.kst__bubble:focus-visible .kst__ring{outline:2px solid var(--kst-ring-1, #fe5f27);outline-offset:3px}.kst__bubble.is-seen .kst__ring{background:#d9d9d9}.kst__thumb{display:block;width:100%;height:100%;border-radius:50%;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 2px #fff}.kst__thumb img{width:100%;height:100%;object-fit:cover;border-radius:50%}.kst__label{max-width:calc(var(--kst-bubble-size, 64px) + 16px);font-size:12px;line-height:1.25;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.kst__player{width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;border:0;background:transparent;overflow:hidden}.kst__player::backdrop{background:#0a0a0ceb;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.kst__viewport{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;height:100dvh;margin:0 auto;background:#0a0a0c;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none}.kst__stage{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0a0a0c}.kst__media{width:100%;height:100%;object-fit:cover;display:block}.kst__viewport:before,.kst__viewport:after{content:"";position:absolute;left:0;right:0;height:120px;pointer-events:none;z-index:2}.kst__viewport:before{top:0;background:linear-gradient(to bottom,rgba(0,0,0,.45),transparent)}.kst__viewport:after{bottom:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent)}.kst__progress{position:absolute;top:0;left:0;right:0;z-index:5;display:flex;gap:4px;padding:max(10px,env(safe-area-inset-top)) 12px 0;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.kst__seg{flex:1;height:3px;border-radius:3px;background:#ffffff52;overflow:hidden}.kst__seg i{display:block;height:100%;background:#fff;border-radius:3px;transform:scaleX(0);transform-origin:left center;transition:transform .08s linear}.kst__topbar{position:absolute;top:calc(max(10px,env(safe-area-inset-top)) + 12px);left:0;right:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px max(14px,env(safe-area-inset-right)) 4px max(14px,env(safe-area-inset-left))}.kst__topbar-title{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.kst__topbar-actions{display:flex;gap:6px;flex:0 0 auto}.kst__btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#00000047;color:#fff;cursor:pointer}.kst__btn svg{width:22px;height:22px}.kst__btn:hover{background:#00000073}.kst__btn[hidden],.kst__ico--sound{display:none}.kst__player:not(.is-muted) .kst__ico--muted{display:none}.kst__player:not(.is-muted) .kst__ico--sound{display:block}.kst__overlay{position:absolute;left:0;right:0;bottom:104px;z-index:4;padding:0 max(18px,env(safe-area-inset-left));font-family:Space Grotesk,sans-serif;font-size:clamp(20px,5.4vw,28px);font-weight:600;line-height:1.2;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.55)}.kst__footer{position:absolute;left:0;right:0;bottom:0;z-index:5;padding:12px max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))}.kst__footer:empty{display:none}.kst__cta{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:50px;padding:14px 20px;border:0;border-radius:999px;background:var(--kst-ring-1, #fe5f27);color:#fff;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:filter .15s ease,transform .1s ease}.kst__cta:hover{filter:brightness(1.06)}.kst__cta:active{transform:scale(.99)}.kst__cta.loading{opacity:.7;pointer-events:none}.kst__cta-price{font-weight:700}.kst__zone{position:absolute;top:64px;bottom:88px;z-index:3;border:0;background:transparent;cursor:default}.kst__zone--prev{left:0;width:33%}.kst__zone--next{right:0;width:67%}.kst__nav{position:absolute;top:50%;z-index:6;display:none;transform:translateY(-50%);width:44px;height:44px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#ffffffeb;color:#191a26;cursor:pointer}.kst__nav svg{width:26px;height:26px}.kst__nav:disabled{opacity:0;pointer-events:none}.kst__nav--prev{left:16px}.kst__nav--next{right:16px}.kst__player.is-paused .kst__progress,.kst__player.is-paused .kst__topbar,.kst__player.is-paused .kst__overlay,.kst__player.is-paused .kst__footer{opacity:0;transition:opacity .2s ease}@media(min-width:768px){.kst__viewport{position:relative;top:50%;transform:translateY(-50%);width:min(430px,92vw);height:min(86dvh,764px);aspect-ratio:9 / 16;border-radius:16px;box-shadow:0 24px 60px #00000080}.kst__nav{display:inline-flex}.kst__nav--prev{left:-64px}.kst__nav--next{right:-64px}}@media(prefers-reduced-motion:reduce){.kst__seg i,.kst__ring{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/section-kurtens-stories.css.map */
