.sky-bento-wrap{--sky-ink-primary: #0B0B0C;--sky-ink-secondary: #161618;--sky-border-line: #2A2A2D;--sky-cyan-accent: #3BC9DB;--sky-bone-white: #F5F2EC;--sky-muted-gray: #8A8A90;background:var(--sky-ink-primary);padding-top:var(--sky-bento-pad-top, 24px);padding-bottom:var(--sky-bento-pad-bottom, 40px)}.sky-bento__header{margin-bottom:24px;max-width:720px}.sky-bento__header-eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:12px}.sky-bento__header-eyebrow-line{width:24px;height:1px;background:var(--sky-cyan-accent)}.sky-bento__header-eyebrow-text{font-size:10px;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:var(--sky-cyan-accent);font-weight:600}.sky-bento__header-title{font-family:inherit;font-size:clamp(26px,3vw,36px);line-height:1.1;letter-spacing:-.015em;font-weight:700;color:var(--sky-bone-white);margin:0 0 8px}.sky-bento__header-subline{font-size:14px;line-height:1.5;color:var(--sky-muted-gray);margin:0}.sky-bento{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:10px;height:var(--sky-bento-h, 560px)}.sky-bento__cell--1{grid-column:1;grid-row:1 / span 2}.sky-bento__cell--2{grid-column:2;grid-row:1}.sky-bento__cell--3{grid-column:3;grid-row:1}.sky-bento__cell--4{grid-column:2;grid-row:2}.sky-bento__cell--5{grid-column:3;grid-row:2}.sky-bento-wrap--hide-cell5 .sky-bento__cell--4{grid-column:2 / span 2}.sky-bento__cell{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;border-radius:10px;border:1px solid var(--sky-border-line);overflow:hidden;text-decoration:none;color:var(--sky-bone-white);background:var(--sky-ink-primary);isolation:isolate}.sky-bento__cell--dark{background:var(--sky-ink-primary);color:var(--sky-bone-white)}.sky-bento__cell--cyan{background:var(--sky-cyan-accent);border-color:var(--sky-cyan-accent);color:var(--sky-ink-primary)}.sky-bento__cell--empty{opacity:.55}.sky-bento__cell--link{background:var(--sky-ink-primary)}.sky-bento__cell--feature{padding:0}.sky-bento__slides{position:relative;width:100%;height:100%}.sky-bento__feature-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;text-decoration:none;color:var(--sky-bone-white);opacity:0;transition:opacity .7s ease;pointer-events:none;overflow:hidden}.sky-bento__feature-slide.is-active{opacity:1;pointer-events:auto}.sky-bento__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.sky-bento__img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.sky-bento__cell:after,.sky-bento__feature-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0b0b0c00,#0b0b0c26,#0b0b0cbf 80%,#0b0b0ceb)}.sky-bento__cell--cyan:after{background:linear-gradient(180deg,#3bc9db00,#3bc9db33 35%,#3bc9dbd9 80%,#3bc9dbf5)}.sky-bento__cell--link:after{display:none}.sky-bento__feature-slide:after{background:linear-gradient(180deg,#0b0b0c00,#0b0b0c33 35%,#0b0b0ccc 75%,#0b0b0cf2)}.sky-bento__body{position:relative;z-index:2;display:flex;flex-direction:column;gap:6px}.sky-bento__eyebrow{font-size:9px;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:var(--sky-cyan-accent);font-weight:600;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.sky-bento__eyebrow--on-cyan{color:var(--sky-ink-primary);opacity:.8;text-shadow:none}.sky-bento__title{font-size:18px;line-height:1.2;font-weight:700;color:var(--sky-bone-white);margin:0;letter-spacing:-.005em;text-shadow:0 1px 3px rgba(0,0,0,.5)}.sky-bento__cell--1 .sky-bento__title,.sky-bento__feature-slide .sky-bento__title{font-size:24px;line-height:1.15}.sky-bento__title--on-cyan{color:var(--sky-ink-primary);text-shadow:none}.sky-bento__price{font-size:14px;font-weight:500;color:var(--sky-bone-white);margin:2px 0 0;text-shadow:0 1px 2px rgba(0,0,0,.4)}.sky-bento__cell--1 .sky-bento__price,.sky-bento__feature-slide .sky-bento__price{font-size:17px;color:var(--sky-bone-white)}.sky-bento__price--on-cyan{color:var(--sky-ink-primary);opacity:.9;text-shadow:none}.sky-bento__subline{font-size:13px;line-height:1.45;color:var(--sky-muted-gray);margin:4px 0 0}.sky-bento-wrap--hide-cell5 .sky-bento__cell--4 .sky-bento__title{font-size:22px}.sky-bento-wrap--hide-cell5 .sky-bento__cell--4 .sky-bento__subline{font-size:14px}.sky-bento__cta{display:inline-block;margin-top:12px;padding:9px 16px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--sky-cyan-accent);color:var(--sky-ink-primary);border-radius:5px;align-self:flex-start}.sky-bento__cta--link{background:transparent;color:var(--sky-cyan-accent);padding:0;margin-top:8px;letter-spacing:.12em;text-shadow:none}@media(max-width:749px){.sky-bento{grid-template-columns:1fr;grid-template-rows:auto;gap:10px;height:auto}.sky-bento__cell--1,.sky-bento__cell--2,.sky-bento__cell--3,.sky-bento__cell--4,.sky-bento__cell--5{grid-column:1;grid-row:auto}.sky-bento-wrap--hide-cell5 .sky-bento__cell--4{grid-column:1}.sky-bento__cell--1{min-height:360px}.sky-bento__cell--2,.sky-bento__cell--3{min-height:280px}.sky-bento__cell--4,.sky-bento__cell--5{min-height:180px}.sky-bento__cell--1 .sky-bento__title,.sky-bento__feature-slide .sky-bento__title{font-size:22px}}@media(prefers-reduced-motion:reduce){.sky-bento__feature-slide{transition:opacity 0ms}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/section-skyyrizon-bento.css.map */
