.feature-showcase{display:block;background:var(--fs-bg, #ffffff);font-family:Plus Jakarta Sans,sans-serif}.feature-showcase .fs-container{max-width:var(--page-width, 120rem);margin:0 auto;padding:0 1.5rem}.feature-showcase .fs-heading{margin:0 0 2.8rem;color:var(--fs-heading-color, #0a1e2c);font-family:Plus Jakarta Sans,sans-serif;font-weight:800;line-height:1.1;letter-spacing:-.02em}.feature-showcase .fs-heading--small{font-size:2.6rem}.feature-showcase .fs-heading--medium{font-size:3rem}.feature-showcase .fs-heading--large{font-size:3.4rem}.feature-showcase .fs-grid{list-style:none;margin:0;display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 1.5rem;scroll-padding-left:1.5rem}.feature-showcase .fs-grid::-webkit-scrollbar{display:none}.feature-showcase .fs-card{position:relative;flex:0 0 85%;height:var(--fs-card-height, 360px);max-height:120vw;scroll-snap-align:start;overflow:hidden;border-radius:1.6rem}.feature-showcase .fs-card>img,.feature-showcase .fs-card .fs-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.feature-showcase .fs-card__strip{position:absolute;left:0;right:0;bottom:0;z-index:1;height:var(--fs-strip-height, 11rem);display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:0 1.6rem 0 2rem;background:var(--fs-strip, rgba(10, 30, 44, .35));overflow:hidden}.feature-showcase .fs-card__label{color:#fff;font-size:1.8rem;font-weight:700;line-height:1.3;text-shadow:0 .1rem .6rem rgba(10,30,44,.35)}.feature-showcase .fs-card__plus{flex-shrink:0;width:4.4rem;height:4.4rem;padding:0;border:none;border-radius:50%;background:var(--fs-plus-bg, #29b5e8);color:var(--fs-plus-icon, #ffffff);display:grid;place-items:center;cursor:pointer;transition:transform .2s ease}.feature-showcase .fs-card__plus:hover{transform:scale(1.08)}@media screen and (min-width:750px){.feature-showcase .fs-container{padding:0 5rem}.feature-showcase .fs-heading--small{font-size:3.2rem}.feature-showcase .fs-heading--medium{font-size:4rem}.feature-showcase .fs-heading--large{font-size:4.8rem}.feature-showcase .fs-grid{display:grid;grid-template-columns:repeat(var(--fs-cols, 4),1fr);gap:2.4rem;overflow:visible;max-width:var(--page-width, 120rem);margin-inline:auto;padding-inline:5rem}.feature-showcase .fs-card{flex:none;max-height:none}}.feature-showcase .fs-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.feature-showcase .fs-modal[open]{opacity:1;visibility:visible}.feature-showcase .fs-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a1e2c99}.feature-showcase .fs-modal__dialog{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:min(90rem,92vw);height:min(60rem,86vh);background:#fff;border-radius:1.6rem;overflow:hidden;display:flex;transform:translateY(1.2rem);transition:transform .25s ease}.feature-showcase .fs-modal[open] .fs-modal__dialog{transform:translateY(0)}.feature-showcase .fs-modal__close{position:absolute;top:1.6rem;right:1.6rem;z-index:3;width:3.6rem;height:3.6rem;padding:0;border:none;border-radius:50%;background:var(--fs-overlay, #0a1e2c);color:#fff;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease}.feature-showcase .fs-modal__close:hover{transform:scale(1.08)}.feature-showcase .fs-modal__left{flex:0 0 40%;display:flex;flex-direction:column;padding:4.8rem 4rem;overflow-y:auto}.feature-showcase .fs-modal__panels{flex:1 1 auto}.feature-showcase .fs-modal__category{margin:0 0 1.6rem;font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fs-accent, #29b5e8)}.feature-showcase .fs-modal__heading{margin:0 0 1.8rem;font-family:Plus Jakarta Sans,sans-serif;font-size:2.4rem;font-weight:800;line-height:1.25;color:var(--fs-overlay, #0a1e2c)}.feature-showcase .fs-modal__text{font-size:1.5rem;line-height:1.7;color:var(--fs-text-muted, rgba(10, 30, 44, .78))}.feature-showcase .fs-modal__text p{margin:0 0 1.2rem}.feature-showcase .fs-modal__text p:last-child{margin-bottom:0}.feature-showcase .fs-modal__nav{display:flex;gap:1.2rem;margin-top:2.4rem}.feature-showcase .fs-modal__arrow{width:4.8rem;height:4.8rem;padding:0;border:.1rem solid var(--fs-overlay-border, rgba(10, 30, 44, .3));border-radius:50%;background:transparent;color:var(--fs-overlay, #0a1e2c);display:grid;place-items:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.feature-showcase .fs-modal__arrow:hover{background:var(--fs-accent, #29b5e8);border-color:var(--fs-accent, #29b5e8);color:var(--fs-plus-icon, #ffffff)}.feature-showcase .fs-modal__right{flex:1 1 auto;position:relative;overflow:hidden}.feature-showcase .fs-modal__track{display:flex;height:100%;transition:transform .35s ease}.feature-showcase .fs-modal__slide{flex:0 0 88%;margin-right:1.2rem;position:relative;overflow:hidden}.feature-showcase .fs-modal__slide img,.feature-showcase .fs-modal__slide .fs-card__placeholder{width:100%;height:100%;object-fit:cover;display:block}@media screen and (max-width:749px){.feature-showcase .fs-modal__dialog{width:100%;height:100%;border-radius:0;flex-direction:column-reverse}.feature-showcase .fs-modal__right{flex:0 0 44vh}.feature-showcase .fs-modal__left{flex:1 1 auto;padding:2.4rem 2rem 3.2rem}.feature-showcase .fs-modal__slide{flex-basis:100%;margin-right:0}.feature-showcase .fs-modal__close{top:1.2rem;right:1.2rem;background:#0a1e2cd9}}@media(prefers-reduced-motion:reduce){.feature-showcase .fs-modal,.feature-showcase .fs-modal__dialog,.feature-showcase .fs-modal__track,.feature-showcase .fs-card__plus,.feature-showcase .fs-modal__close,.feature-showcase .fs-modal__arrow{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/236/assets/feature-showcase.css.map */
