.carousel{position:relative;overflow:hidden}.carousel__container{width:100%}.carousel__header{text-align:center;margin-bottom:2rem}.carousel__title{margin:0;font-weight:700;color:rgba(var(--color-foreground),1)}.carousel__wrapper{position:relative;display:flex;align-items:center}.carousel__overflow{overflow:hidden;width:100%;position:relative}.carousel__track{display:flex;will-change:transform;animation:carousel-scroll var(--carousel-speed, 20s) linear infinite}.carousel__track--autoplay{animation:carousel-scroll var(--carousel-speed, 20s) linear infinite}.carousel__track--paused:hover,.carousel__track:hover{animation-play-state:paused!important}.carousel__slide{flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-height:var(--carousel-height, 200px);padding:1rem;width:auto;min-width:200px}.carousel__slide-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;width:100%;max-width:300px}.carousel__slide-content--image{max-width:250px}.carousel__image{width:100%;height:auto;max-height:150px;object-fit:contain;display:block}.carousel__image-placeholder{width:200px;height:120px;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.04);border-radius:8px}.carousel__image--placeholder{opacity:.3;width:60px;height:60px}.carousel__image-link{display:block;transition:opacity .3s ease}.carousel__image-link:hover{opacity:.8}.carousel__slide-content--text{max-width:200px;padding:1.5rem;background-color:rgba(var(--color-foreground),.04);border-radius:12px;border:1px solid rgba(var(--color-foreground),.1)}.carousel__icon{flex-shrink:0}.carousel__icon-image{width:40px;height:40px;object-fit:contain}.carousel__text{color:rgba(var(--color-foreground),.75);font-size:.9rem;line-height:1.4}.carousel__text-link{color:rgba(var(--color-foreground),1);text-decoration:underline;font-size:.85rem;font-weight:500;transition:opacity .3s ease}.carousel__text-link:hover{opacity:.7}.carousel__button-wrapper{text-align:center;margin-top:3rem}.carousel__button{display:inline-block;padding:1rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:4px;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.carousel__button--link{background:transparent;color:rgba(var(--color-foreground),1);text-decoration:underline;padding:.5rem 1rem;border:none}.carousel__button--link:hover{opacity:.7}.carousel__button--outline{background:transparent;color:rgba(var(--color-foreground),1);border:2px solid rgba(var(--color-foreground),1)}.carousel__button--outline:hover{background:rgba(var(--color-foreground),1);color:rgba(var(--color-background),1)}.carousel__button--solid{background:rgba(var(--color-foreground),1);color:rgba(var(--color-background),1);border:2px solid rgba(var(--color-foreground),1)}.carousel__button--solid:hover{background:transparent;color:rgba(var(--color-foreground),1)}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width: 749px){.carousel__slide{min-height:180px;padding:.75rem}.carousel__slide-content--image{max-width:180px}.carousel__slide-content--text{max-width:160px;padding:1rem}.carousel__image{max-height:100px}.carousel__button-wrapper{margin-top:2rem}.carousel__button{padding:.8rem 1.5rem;font-size:.9rem}}@media screen and (max-width: 480px){.carousel__button{padding:.7rem 1.2rem;font-size:.85rem}}.editorial{display:block}.editorial__container{width:100%}.editorial__grid{display:grid;align-items:center;min-height:var(--editorial-min-height, auto)}@media screen and (min-width: 990px){.editorial__grid--left{grid-template-columns:var(--media-width) var(--content-width)}.editorial__grid--right{grid-template-columns:var(--content-width) var(--media-width)}.editorial__grid--right .editorial__media{order:2}.editorial__grid--right .editorial__content{order:1}}@media screen and (max-width: 989px){.editorial__grid{grid-template-columns:1fr;gap:2rem}.editorial__media{order:1}.editorial__content{order:2;text-align:center!important}}.editorial__media{position:relative;overflow:hidden}.editorial__media-item{width:100%;height:100%;object-fit:cover;display:block}.editorial__media--placeholder{opacity:.3;min-height:300px}.editorial__media-placeholder{display:flex;align-items:center;justify-content:center;min-height:300px;background-color:rgba(var(--color-foreground),.04)}.editorial__content{display:flex;flex-direction:column;height:100%;padding:2rem}.editorial__content-inner{display:flex;flex-direction:column;gap:1.5rem}.editorial__content-image{display:flex;justify-content:inherit}.editorial__badge{height:auto;display:block}.editorial__title{margin:0;font-weight:700;line-height:1.2;color:rgba(var(--color-foreground),1)}.editorial__text{color:rgba(var(--color-foreground),.75);line-height:1.6}.editorial__text p{margin:0 0 1rem}.editorial__text p:last-child{margin-bottom:0}.editorial__button{margin-top:.5rem}.editorial__button .button--outline{background-color:transparent;border:2px solid rgba(var(--color-foreground),1);color:rgba(var(--color-foreground),1)}.editorial__button .button--outline:hover{background-color:rgba(var(--color-foreground),1);color:rgba(var(--color-background),1)}@media screen and (max-width: 749px){.editorial__content{padding:1.5rem}.editorial__content-inner{gap:1rem}.editorial__title{font-size:1.75rem}}@media screen and (min-width: 750px) and (max-width: 989px){.editorial__content{padding:2rem}}.editorial__content[style*="text-align: left"] .editorial__content-image{justify-content:flex-start}.editorial__content[style*="text-align: center"] .editorial__content-image{justify-content:center}.editorial__content[style*="text-align: right"] .editorial__content-image{justify-content:flex-end}.hero-wrapper{--hero-height-offset: 0px}body:has(>#header-group>.header-section>#header-component[transparent]):not(:has(>#header-group>.header-section+.shopify-section)) .hero-wrapper:first-child{--hero-height-offset: var(--header-group-height, 0)}.hero{position:relative;min-height:calc(var(--hero-min-height) - var(--hero-height-offset));overflow:hidden}.hero[data-shopify-visual-preview]{--hero-min-height: 600px;min-height:600px}.hero__container{position:relative;overflow:hidden;border:var(--hero-border-width) var(--hero-border-style) rgb(var(--color-border-rgb) / var(--hero-border-opacity));min-height:inherit;z-index:var(--layer-base);display:flex;flex-direction:column}.hero__content-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;padding:2rem;gap:var(--content-gap, 16px);width:100%;height:100%}.hero__content-wrapper,.hero__content-wrapper--column{flex-direction:column}.hero__content-wrapper--row{flex-direction:row}@media screen and (max-width: 749px){.hero__content-wrapper--mobile-column.hero__content-wrapper--row{flex-direction:column;text-align:center;align-items:center;justify-content:center}.hero__button .button{padding:.75rem 1.5rem;font-size:1rem;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.hero__link{-webkit-tap-highlight-color:transparent}}.hero__content-wrapper--column.hero__content-wrapper--h-flex_start{align-items:flex-start;text-align:left}.hero__content-wrapper--column.hero__content-wrapper--h-center{align-items:center;text-align:center}.hero__content-wrapper--column.hero__content-wrapper--h-flex_end{align-items:flex-end;text-align:right}.hero__content-wrapper--column.hero__content-wrapper--v-flex_start{justify-content:flex-start}.hero__content-wrapper--column.hero__content-wrapper--v-center{justify-content:center}.hero__content-wrapper--column.hero__content-wrapper--v-flex_end{justify-content:flex-end}.hero__content-wrapper--column.hero__content-wrapper--v-space_between{justify-content:space-between}.hero__content-wrapper--row.hero__content-wrapper--h-flex_start{justify-content:flex-start;text-align:left}.hero__content-wrapper--row.hero__content-wrapper--h-center{justify-content:center;text-align:center}.hero__content-wrapper--row.hero__content-wrapper--h-flex_end{justify-content:flex-end;text-align:right}.hero__content-wrapper--row.hero__content-wrapper--h-space_between{justify-content:space-between;text-align:left}.hero__content-wrapper--row.hero__content-wrapper--v-flex_start{align-items:flex-start}.hero__content-wrapper--row.hero__content-wrapper--v-center{align-items:center}.hero__content-wrapper--row.hero__content-wrapper--v-flex_end{align-items:flex-end}@media screen and (max-width: 749px){.hero__content-wrapper--mobile-column.hero__content-wrapper--row{text-align:center;align-items:center;justify-content:center}}.hero__content-wrapper .group-block-content{position:relative}.hero__media-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-column:1 / -1;grid-template-columns:repeat(var(--hero-media-count, 1),1fr)}.hero--auto .hero__image,.hero--auto .hero__video{aspect-ratio:var(--hero-media-aspect-ratio)}.hero--no-blocks-auto-height :is(.hero__image,.hero__video){width:100%;aspect-ratio:auto}.hero--no-blocks-auto-height .hero__media-wrapper{position:relative}.hero__image,.hero__video,.hero__video-poster{height:100%;width:100%;object-fit:cover;object-position:center center;overflow:hidden;position:relative;z-index:var(--layer-base)}@media screen and (max-width: 768px){.hero__image,.hero__video{object-position:center center}}.hero__video-poster{position:absolute}.hero__link{position:absolute;top:0;right:0;bottom:0;left:0;grid-column:1 / -1}.hero__media-wrapper,.hero__content-wrapper{pointer-events:none}:is(.hero__media-wrapper,.hero__content-wrapper) :is(a,button,input,textarea,select){pointer-events:auto}.hero__content-wrapper--design-mode *{pointer-events:auto}.hero[data-blur-shadow=true]{--blurred-reflection-filter-saturate: saturate(1.5);--blurred-reflection-mask-image: linear-gradient(to bottom, black 0%, black 60%, transparent 100%);--blurred-reflection-box-shadow: rgb(0 0 0 / 5%) 0 0 1rem;--blurred-reflection-filter-blur: blur(20px);--blurred-reflection-scale: scale(2, 1.25);--blurred-reflection-padding-block-end: 60px}.hero[data-blur-shadow=true] .hero__container{overflow:inherit}.hero[data-blur-shadow=true] .hero__container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:var(--blurred-reflection-box-shadow);mix-blend-mode:overlay;pointer-events:none;z-index:-1}.hero__blurred-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;-webkit-mask-image:var(--blurred-reflection-mask-image);mask-image:var(--blurred-reflection-mask-image);filter:var(--blurred-reflection-filter-saturate);pointer-events:none;transform:translateY(50%);overflow:hidden}.hero__blurred-image img,.hero__blurred-image svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;filter:var(--blurred-reflection-filter-blur);opacity:var(--blur-opacity);transform:var(--blurred-reflection-scale);padding-block-end:var(--blurred-reflection-padding-block-end)}:is(.hero__blurred-image img,.hero__blurred-image svg):not(:only-child){width:50%}:is(.hero__blurred-image img,.hero__blurred-image svg):not(:only-child):last-child{right:0;left:auto}.hero__heading,.hero__text,.hero__button{width:100%}.hero__title{margin:0;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.2;color:rgba(var(--color-foreground),1)}.hero__text{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:rgba(var(--color-foreground),.75)}.hero__button{margin-top:1rem}@media screen and (max-width: 480px){.hero__content-wrapper{padding:1rem .75rem;gap:calc(var(--content-gap, 16px) * .75)}.hero__title{font-size:clamp(1.25rem,7vw,2rem);line-height:1.1}.hero__text{font-size:.9rem;line-height:1.5}.hero__button{margin-top:.75rem}.hero__content-wrapper--row{flex-direction:column!important;text-align:center!important;align-items:center!important}.hero[style*="--hero-min-height: 40vh"]{--hero-min-height: 50vh !important}.hero[style*="--hero-min-height: 60vh"]{--hero-min-height: 70vh !important}.hero[style*="--hero-min-height: 80vh"]{--hero-min-height: 85vh !important}}@media screen and (min-width: 481px) and (max-width: 749px){.hero__content-wrapper{padding:1.5rem 1rem;gap:calc(var(--content-gap, 16px) * .9)}.hero__title{font-size:clamp(1.5rem,6vw,2.25rem);line-height:1.15}.hero__text{font-size:1rem;line-height:1.55}.hero__button{margin-top:1rem}.hero__content-wrapper--row:not(.hero__content-wrapper--mobile-column){gap:calc(var(--content-gap, 16px) * .75)}}@media screen and (min-width: 750px) and (max-width: 1024px){.hero__content-wrapper{padding:2rem 1.5rem;gap:var(--content-gap, 16px)}.hero__title{font-size:clamp(2rem,4vw,3rem);line-height:1.2}.hero__text{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6}.hero__button{margin-top:1.25rem}.hero__content-wrapper--row{gap:calc(var(--content-gap, 16px) * 1.2)}.hero__content-wrapper.page-width{padding-left:2rem;padding-right:2rem}}@media screen and (min-width: 1025px){.hero__content-wrapper{padding:3rem 2rem}.hero__title{font-size:clamp(2.5rem,5vw,4rem)}.hero__text{font-size:clamp(1.125rem,2vw,1.25rem)}}@media screen and (min-width: 1440px){.hero__content-wrapper{padding:4rem 3rem}.hero__content-wrapper.page-width{padding-left:3rem;padding-right:3rem}}.hero__content-wrapper.page-width{max-width:var(--page-width);margin-left:auto;margin-right:auto;left:0;right:0;width:100%}.hero__content-wrapper.full-width{width:100%;left:0;right:0}.vanmoof-testride{padding:5rem 2rem;background:linear-gradient(135deg,#e20e85,#1e293b);color:#fff;position:relative;overflow:hidden}.vanmoof-testride:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');pointer-events:none}.testride-container{max-width:1280px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}.testride-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.event-badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f633;border:1px solid #3b82f6;color:#60a5fa;padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;margin-bottom:2rem}.testride-info h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#fff}.testride-description{font-size:1.5rem;color:#cbd5e1;line-height:1.6;margin-bottom:2.5rem}.event-details{margin-bottom:2.5rem}.event-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1rem;background:#ffffff0d;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.detail-icon{color:#3b82f6;flex-shrink:0;margin-top:.125rem}.event-detail strong{display:block;margin-bottom:.25rem;color:#fff}.event-detail span{color:#cbd5e1}.testride-benefits{background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:.75rem;padding:1.5rem}.testride-benefits h3{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#10b981}.benefits-list{list-style:none;padding:0;margin:0}.benefits-list li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#cbd5e1}.benefits-list svg{color:#10b981;flex-shrink:0}.testride-form-section{display:grid;gap:2rem;height:100%;border-radius:18px}.form-container{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1rem;padding:2rem;color:#1f2937;box-shadow:0 20px 25px -5px #0000004d}.form-header{text-align:center;margin-bottom:2rem}.form-header h3{font-size:4rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}.form-header p{color:#6b7280}.testride-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.testride-submit-btn{background:#3b82f6;color:#fff;border:none;padding:1rem 2rem;border-radius:.5rem;font-size:1.125rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.testride-submit-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.form-disclaimer{font-size:.875rem;color:#6b7280;text-align:center;font-style:italic}.form-success{text-align:center;padding:2rem;color:#059669}.form-success svg{margin:0 auto 1rem;color:#10b981}.form-success h4{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#065f46}.testride-image{position:relative;border-radius:1rem;overflow:hidden;cursor:pointer;transition:transform .3s ease}.testride-image:hover{transform:scale(1.02)}.testride-img{width:100%;height:300px;object-fit:cover}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.testride-image:hover .image-overlay{opacity:1}.overlay-content{text-align:center;color:#fff}.overlay-content svg{margin-bottom:.5rem}.overlay-content span{font-weight:600}.eurobike-logo{max-width:100%;height:auto;display:block;margin:0 auto 2rem}.eurobike-logo svg{width:100%;max-width:400px;height:auto}@media (max-width: 768px){.testride-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.testride-info h2{font-size:2rem}.event-detail{flex-direction:column;gap:.5rem}.eurobike-logo svg{max-width:300px}@media (max-width: 480px){.eurobike-logo svg{max-width:80vw}}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
