[id^=video-moto-],.video-moto-section{--moto-blue: #FF6B4A;--card-bg: #000000;--text-color: #000000;--transition: all .3s ease;overflow:hidden;position:relative}[id^=video-moto-]:before,.video-moto-section:before{content:"";position:absolute;top:-130px;left:-130px;width:320px;height:320px;border-radius:50%;pointer-events:none;z-index:0;background:radial-gradient(circle at 55% 55%,rgba(255,107,74,.13) 0%,rgba(255,107,74,.06) 30%,rgba(255,107,74,.02) 55%,transparent 70%);border:1.5px solid rgba(255,107,74,.2);outline:1px solid rgba(255,255,255,.1);box-shadow:inset 0 3px #ffffff26,inset 0 -2px #ff6b4a12,0 0 50px #ff6b4a12,0 0 20px #ff6b4a0d;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);animation:bubbleTravelTL 14s ease-in-out infinite alternate}[id^=video-moto-]:after,.video-moto-section:after{content:"";position:absolute;bottom:-130px;right:-130px;width:290px;height:290px;border-radius:50%;pointer-events:none;z-index:0;background:radial-gradient(circle at 42% 42%,rgba(255,107,74,.12) 0%,rgba(255,107,74,.05) 30%,rgba(255,107,74,.02) 55%,transparent 70%);border:1.5px solid rgba(255,107,74,.18);outline:1px solid rgba(255,255,255,.08);box-shadow:inset 0 3px #ffffff21,inset 0 -2px #ff6b4a0f,0 0 45px #ff6b4a0f,0 0 18px #ff6b4a0d;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);animation:bubbleTravelBR 17s ease-in-out infinite alternate}@keyframes bubbleTravelTL{0%{transform:translate(0) scale(1)}25%{transform:translate(18px,12px) scale(1.04)}50%{transform:translate(30px,25px) scale(1.08)}75%{transform:translate(20px,35px) scale(1.05)}to{transform:translate(8px,18px) scale(1.02)}}@keyframes bubbleTravelBR{0%{transform:translate(0) scale(1)}25%{transform:translate(-20px,-14px) scale(1.05)}50%{transform:translate(-35px,-28px) scale(1.09)}75%{transform:translate(-22px,-38px) scale(1.04)}to{transform:translate(-10px,-18px) scale(1.02)}}[id^=video-moto-].section--rounded,.video-moto-section.section--rounded{border-radius:40px}[id^=video-moto-].section--full-width,.video-moto-section.section--full-width{padding-left:0;padding-right:0}.video-moto-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}[id^=video-moto-].section--full-width .video-moto-container,.video-moto-section.section--full-width .video-moto-container{max-width:none;padding:0 1.5rem}.video-moto-heading{text-align:center;margin-bottom:3rem;font-family:var(--font-heading-family);font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(24px,4vw,42px);line-height:1.2;position:relative;z-index:1}.video-moto-heading span.highlight{color:var(--moto-blue)}.video-moto-carousel{margin:0 auto;padding:12px 24px 44px;min-height:400px;position:relative;z-index:1;max-width:1200px}.video-moto-carousel:not(.flickity-enabled){display:flex;overflow-x:auto;gap:0;scrollbar-width:none}.video-moto-carousel:not(.flickity-enabled)::-webkit-scrollbar{display:none}.video-moto-card{width:25%;flex:0 0 25%;padding:8px 10px;box-sizing:border-box;margin-bottom:0;display:block;min-width:200px;background:transparent}@media screen and (max-width:990px){.video-moto-card{width:46%;flex:0 0 46%}}@media screen and (max-width:600px){.video-moto-card{width:72%;flex:0 0 72%;transition:transform .4s ease,opacity .4s ease}.video-moto-carousel.flickity-enabled .video-moto-card{transform:scale(.88);opacity:.6;transition:transform .4s ease,opacity .4s ease}.video-moto-carousel.flickity-enabled .video-moto-card.is-selected{transform:scale(1);opacity:1}}.video-moto-card__inner{position:relative;background-color:transparent;aspect-ratio:9 / 16;min-height:280px;border-radius:22px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;box-shadow:0 4px 24px #0000002e}.video-moto-card__inner:hover{box-shadow:0 12px 40px #ff6b4a38,0 4px 20px #00000040;border:1px solid rgba(255,107,74,.35)}.video-moto-controls{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5;display:flex;align-items:center;justify-content:center}.video-moto-play-btn,.video-moto-volume-btn{pointer-events:auto;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff;padding:0}.video-moto-play-btn{width:58px;height:58px;border-radius:50%;background:var(--moto-blue, #FF6B4A);box-shadow:0 4px 18px #ff6b4a99;border:1.5px solid rgba(255,255,255,.25)}.video-moto-play-btn.is-active{background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 15px #0000001a;border:1px solid rgba(255,255,255,.2);opacity:0;visibility:hidden}.video-moto-card__inner:hover .video-moto-play-btn.is-active,.video-moto-card__inner.show-controls .video-moto-play-btn.is-active{opacity:1;visibility:visible}.video-moto-play-btn:hover{transform:scale(1.12);box-shadow:0 6px 24px #ff6b4abf}.video-moto-play-btn svg{width:28px;height:28px}.video-moto-volume-btn{position:absolute;right:10px;top:10px;width:36px;height:36px;background:#00000059;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:50%;border:1px solid rgba(255,255,255,.15)}.video-moto-volume-btn:hover{background:#0000008c;transform:scale(1.1)}.video-moto-volume-btn svg{width:20px;height:20px}.video-moto-card__inner:hover .video-moto-controls{background:#0000000d}.video-moto-card__thumbnail{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.video-moto-card__overlay{display:none!important}.video-moto-card__icon{width:60px;height:60px;background:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s ease}.video-moto-card:hover .video-moto-card__icon{transform:scale(1.1);background:var(--moto-blue)}.video-moto-card__icon svg{width:24px;height:24px;fill:currentColor}.video-moto-product-card{position:absolute;bottom:10px;left:10px;right:10px;z-index:8;display:flex;align-items:center;gap:10px;border-radius:17px;padding:8px;background:#ffffffe8;color:#111;box-shadow:0 -2px 12px #00000014;transition:background .2s ease;text-decoration:none}.video-moto-product-card:hover{background:#f7f7f7}.video-moto-product-card__thumb{flex:0 0 50px;width:50px;height:50px;border-radius:8px;overflow:hidden;background:#f0f0f0}.video-moto-product-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.video-moto-product-card__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.video-moto-product-card__title{font-size:13px;font-weight:600;line-height:1.3;color:#111;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.video-moto-product-card__price{font-size:12px;font-weight:700;color:var(--moto-blue, #FF6B4A)}.video-moto-carousel .flickity-prev-next-button{width:40px;height:40px;background:var(--moto-blue, #FF6B4A);border:none;border-radius:50%;box-shadow:0 2px 8px #ff6b4a80;color:#fff}.video-moto-carousel .flickity-prev-next-button:hover{background:var(--moto-blue, #FF6B4A);box-shadow:0 4px 16px #ff6b4ab3}.video-moto-carousel .flickity-prev-next-button.previous{left:-4px;z-index:10}.video-moto-carousel .flickity-prev-next-button.next{right:-4px;z-index:10}@media screen and (max-width:600px){.video-moto-carousel .flickity-prev-next-button{display:none}}.video-moto-carousel .flickity-page-dots{bottom:8px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0}.video-moto-carousel .flickity-page-dots .dot{width:8px;height:8px;margin:0;border-radius:100px;background:#d4d4d4;opacity:1;transition:width .35s ease,background .35s ease}.video-moto-carousel .flickity-page-dots .dot.is-selected{width:24px;background:var(--moto-blue, #FF6B4A)}[id^=video-moto-][data-parallax],.video-moto-section[data-parallax]{transition:transform .1s linear}[id^=video-moto-].section--divider,.video-moto-section.section--divider{border-bottom:1px solid #eee}.video-moto-carousel.is-not-scrollable .flickity-prev-next-button,.video-moto-carousel.is-not-scrollable .flickity-page-dots{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/12/assets/video-moto-genius.css.map */
