.kb-st{--kb-st-bg: #F7F2F4;--kb-st-card: #FFFFFF;--kb-st-hero-bg: #FCE4EC;--kb-st-media-bg: #F5F5F5;--kb-st-text: #1A1A1A;--kb-st-muted: #6B6B6B;--kb-st-accent: #F2568A;--kb-st-border: #EADFE4;--kb-st-icon-bg: #FCE4EC;--kb-st-grid-label-bg: #FDEFF3;--kb-st-radius: 18px;--kb-st-pad: 28px;--kb-st-gap: 16px;--kb-st-hero-pad: 40px;--kb-st-hero-title: 54px;--kb-st-hero-sub: 17px;--kb-st-modes-title: 28px;--kb-st-feature-title: 24px;--kb-st-feature-text: 15px;--kb-st-icon-size: 74px;--kb-st-grid-cols: 4;--kb-st-grid-gap: 12px;--kb-st-grid-ratio: 1 / 1;--kb-st-grid-label: 15px;--kb-st-feature-h: 190px;background:var(--kb-st-bg)}.kb-st__inner{display:flex;flex-direction:column;gap:var(--kb-st-gap)}.kb-st__card{background:var(--kb-st-card);border-radius:var(--kb-st-radius);overflow:hidden}.kb-st__hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px;background:var(--kb-st-hero-bg);border-radius:var(--kb-st-radius);padding:var(--kb-st-hero-pad)}.kb-st__hero-title{margin:0 0 14px;font-size:var(--kb-st-hero-title);font-weight:800;line-height:1.03;letter-spacing:-.02em;color:var(--kb-st-text)}.kb-st__rule{width:54px;height:4px;border-radius:4px;background:var(--kb-st-accent);margin-bottom:14px}.kb-st__hero-sub{margin:0;font-size:var(--kb-st-hero-sub);line-height:1.4;color:var(--kb-st-muted)}.kb-st__hero-media img{width:100%;height:auto;display:block}.kb-st__hero--overlay{position:relative;display:block;padding:0;overflow:hidden}.kb-st__hero--overlay .kb-st__hero-media{width:100%;aspect-ratio:var(--kb-st-hero-ratio, 16 / 10)}.kb-st__hero--overlay .kb-st__hero-media img{width:100%;height:100%;object-fit:cover;object-position:var(--kb-st-hero-focus, center);display:block}.kb-st__hero--overlay .kb-st__hero-body{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--kb-st-hero-text-w, 52%);display:flex;flex-direction:column;justify-content:var(--kb-st-hero-valign, center);padding:var(--kb-st-hero-pt, var(--kb-st-hero-pad)) var(--kb-st-hero-pr, var(--kb-st-hero-pad)) var(--kb-st-hero-pb, var(--kb-st-hero-pad)) var(--kb-st-hero-pl, var(--kb-st-hero-pad));text-align:left}.kb-st__hero--overlay.kb-st__hero--scrim:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(255,255,255,var(--kb-st-hero-scrim, .55)),#fff0 78%);pointer-events:none}.kb-st__hero--overlay .kb-st__hero-body>*{position:relative}@media(max-width:749px){.kb-st__hero--overlay .kb-st__hero-body{width:var(--kb-st-hero-text-w-mobile, 62%)}}.kb-st__modes{padding:var(--kb-st-pad);text-align:center}.kb-st__modes-title{margin:0 0 20px;font-size:var(--kb-st-modes-title);font-weight:800;color:var(--kb-st-text)}.kb-st__modes-title em{font-style:normal;color:var(--kb-st-accent)}.kb-st__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:22px}.kb-st__pill{display:inline-flex;align-items:center;gap:8px;padding:9px 16px 9px 9px;border:1px solid var(--kb-st-border);border-radius:999px;font-size:13px;font-weight:600;line-height:1.2;color:var(--kb-st-text);background:var(--kb-st-card);text-align:left}.kb-st__pill--active{background:var(--kb-st-accent);border-color:var(--kb-st-accent);color:#fff}.kb-st__pill-num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 24px;border-radius:50%;background:var(--kb-st-accent);color:#fff;font-size:12px;font-weight:700}.kb-st__pill--active .kb-st__pill-num{background:#fff;color:var(--kb-st-accent)}.kb-st__swap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;border-top:1px dashed var(--kb-st-border);padding-top:20px}.kb-st__swap img{width:100%;height:auto;display:block}.kb-st__swap-ico{color:var(--kb-st-accent)}.kb-st__feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:var(--kb-st-feature-h)}.kb-st__feature--flip .kb-st__feature-body{order:2}.kb-st__feature-body{display:flex;align-items:center;gap:18px;padding:var(--kb-st-pad)}.kb-st__icon{flex:0 0 var(--kb-st-icon-size);width:var(--kb-st-icon-size);height:var(--kb-st-icon-size);border-radius:50%;background:var(--kb-st-icon-bg);display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:calc(var(--kb-st-icon-size) * .45)}.kb-st__icon img{width:58%;height:58%;object-fit:contain;display:block}.kb-st__feature-title{margin:0 0 4px;font-size:var(--kb-st-feature-title);font-weight:800;color:var(--kb-st-text)}.kb-st__feature-text{margin:0;font-size:var(--kb-st-feature-text);line-height:1.45;color:var(--kb-st-muted)}.kb-st__feature-media{height:100%;background:var(--kb-st-media-bg)}.kb-st__feature-media img{width:100%;height:100%;object-fit:cover;display:block}.kb-st__grid{display:grid;grid-template-columns:repeat(var(--kb-st-grid-cols),1fr);gap:var(--kb-st-grid-gap)}.kb-st__gitem{background:var(--kb-st-card);border-radius:var(--kb-st-radius);overflow:hidden;display:flex;flex-direction:column}.kb-st__gitem-media{aspect-ratio:var(--kb-st-grid-ratio);background:var(--kb-st-media-bg)}.kb-st__gitem-media img{width:100%;height:100%;object-fit:cover;display:block}.kb-st__gitem-label{background:var(--kb-st-grid-label-bg);padding:12px 10px 14px;text-align:center;font-size:var(--kb-st-grid-label);font-weight:700;line-height:1.3;color:var(--kb-st-text);margin-top:auto}@media(max-width:749px){.kb-st__hero,.kb-st__feature{grid-template-columns:1fr}.kb-st__feature--flip .kb-st__feature-body{order:0}.kb-st__feature-media{aspect-ratio:16 / 10}}.kb-st--narrow .kb-st__hero,.kb-st--narrow .kb-st__feature{grid-template-columns:1fr}.kb-st--narrow .kb-st__feature--flip .kb-st__feature-body{order:0}.kb-st--narrow .kb-st__feature-media{aspect-ratio:16 / 10}
/*# sourceMappingURL=/cdn/shop/t/78/assets/kb-bike-story.css.map */
