@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.product-template .section-product{margin-left:auto;margin-right:auto;max-width:1200px;width:calc(100% - 40px)}.product-template .section-product .product{display:flex;flex-direction:column}.product-template .section-product .product .glideProductImages{margin-top:20px;width:100%;overflow:hidden}.product-template .section-product .product .glideProductImages .glide__track{max-width:700px}.product-template .section-product .product .glideProductImages .glide__track .gallery-image{cursor:pointer;height:300px;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center}@media screen and (min-width: 992px){.product-template .section-product .product .glideProductImages .glide__track .gallery-image{height:400px}}.product-template .section-product .product .glideProductImages .glideBulletsWrapper{margin-top:20px;position:relative;overflow:hidden}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .glide__bullets{display:flex;width:100%;flex-wrap:nowrap;overflow:auto;justify-content:flex-start;scroll-behavior:smooth}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .glide__bullets .glide__bullet{border-radius:4px;width:48px;min-width:48px;height:48px;overflow:hidden;opacity:.5;cursor:pointer;border:1px solid #f5f5f5;margin-right:8px;background-position:center;background-size:cover;background-repeat:no-repeat}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .glide__bullets .glide__bullet:last-child{margin-right:0}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .glide__bullets .glide__bullet.glide__bullet--active{opacity:1}@media screen and (min-width: 992px){.product-template .section-product .product .glideProductImages .glideBulletsWrapper .glide__bullets .glide__bullet:hover{opacity:1}}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow{border-radius:4px;width:48px;height:48px;position:absolute;background-color:#f5f5f5b3;transition:all .4s ease-out;cursor:pointer;z-index:1}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow:before,.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow:after{position:absolute;content:" ";height:15px;width:2px;background-color:currentColor;left:24px}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow:hover{background-color:#f5f5f5}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow.left{left:0;margin-left:-48px}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow.left.show{margin-left:0}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow.left:before{transform:rotate(-135deg);top:12px}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow.left:after{transform:rotate(135deg);bottom:11px}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow.right{right:0;margin-right:-48px}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow.right.show{margin-right:0}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow.right:before{transform:rotate(135deg);top:12px}.product-template .section-product .product .glideProductImages .glideBulletsWrapper .arrow.right:after{transform:rotate(-135deg);bottom:11px}@media screen and (min-width: 992px){.product-template .section-product .product .glideProductImages{margin-top:80px;margin-right:20px;width:calc(70% - 20px);display:flex;flex-direction:column;align-items:center}}@media screen and (min-width: 992px){.product-template .section-product .product{flex-direction:row}}.product-template .section-product .product .productData{width:100%}.product-template .section-product .product .productData .shopify-product-reviews-stars{height:24px;margin-top:10px}.product-template .section-product .product .productData .shopify-product-reviews-stars a{text-decoration:none}.product-template .section-product .product .productData .shopify-product-reviews-stars .spr-badge-caption{margin-left:10px}.product-template .section-product .product .productData .productTitle{margin-top:30px;margin-bottom:15px;font-size:32px;line-height:32px;display:flex;line-height:1;font-weight:300}.product-template .section-product .product .productData .productTitle span,.product-template .section-product .product .productData .productTitle b{line-height:1;display:contents}.product-template .section-product .product .productData .priceWrapper{display:flex;align-items:center;margin-top:20px;padding-bottom:20px;border-bottom:1px solid #d6d6d6}.product-template .section-product .product .productData .priceWrapper .price{font-size:32px;line-height:1;font-weight:700}.product-template .section-product .product .productData .priceWrapper .oldPrice{text-decoration:line-through;font-weight:400;font-size:25px;line-height:1}.product-template .section-product .product .productData .priceWrapper .vat{flex:1;margin-left:20px;color:#707070;font-size:14px}.product-template .section-product .product .productData .variantsWrapper{margin-top:15px;position:relative}.product-template .section-product .product .productData .variantsWrapper .selectedText{text-align:center}.product-template .section-product .product .productData .variantsWrapper .colors{margin-top:15px;display:flex;flex-wrap:wrap;justify-content:center}.product-template .section-product .product .productData .variantsWrapper .colors .color{display:flex;width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;border:1px solid #d6d6d6;position:relative;overflow:hidden;cursor:pointer;transform:rotate(-45deg);margin-left:10px}.product-template .section-product .product .productData .variantsWrapper .colors .color.selected{border-width:3px}.product-template .section-product .product .productData .variantsWrapper .colors .color:first-child{margin-left:0}.product-template .section-product .product .productData .variantsWrapper .colors .color .white{flex:1;background-color:#fff;transition:flex .4s ease-out}.product-template .section-product .product .productData .variantsWrapper .colors .color .white.notAvailable{flex:2}.product-template .section-product .product .productData .variantsWrapper .colors .color .fill{flex:1;transition:flex .4s ease-in}.product-template .section-product .product .productData .variantsWrapper .colors .color.vwoom-red .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vred .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.voriginal-red .fill{background-color:#eb0613}.product-template .section-product .product .productData .variantsWrapper .colors .color.vwoom-red.notAvailable .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vred.notAvailable .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.voriginal-red.notAvailable .fill{background-color:#eb061333}.product-template .section-product .product .productData .variantsWrapper .colors .color.vwoom-red:hover .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vred:hover .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.voriginal-red:hover .fill{background-color:#eb0613}.product-template .section-product .product .productData .variantsWrapper .colors .color.vwoom-green .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vcucumber-cool-green .fill{background-color:#279c38}.product-template .section-product .product .productData .variantsWrapper .colors .color.vwoom-green.notAvailable .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vcucumber-cool-green.notAvailable .fill{background-color:#279c3833}.product-template .section-product .product .productData .variantsWrapper .colors .color.vwoom-green:hover .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vcucumber-cool-green:hover .fill{background-color:#279c38}.product-template .section-product .product .productData .variantsWrapper .colors .color.vsky-blue .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vsoaking-sky-blue .fill{background-color:#0095db}.product-template .section-product .product .productData .variantsWrapper .colors .color.vsky-blue.notAvailable .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vsoaking-sky-blue.notAvailable .fill{background-color:#0095db33}.product-template .section-product .product .productData .variantsWrapper .colors .color.vsky-blue:hover .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vsoaking-sky-blue:hover .fill{background-color:#0095db}.product-template .section-product .product .productData .variantsWrapper .colors .color.vblue .fill{background-color:#00f}.product-template .section-product .product .productData .variantsWrapper .colors .color.vblue.notAvailable .fill{background-color:#00f3}.product-template .section-product .product .productData .variantsWrapper .colors .color.vblue:hover .fill{background-color:#00f}.product-template .section-product .product .productData .variantsWrapper .colors .color.vblack .fill{background-color:#000}.product-template .section-product .product .productData .variantsWrapper .colors .color.vblack.notAvailable .fill{background-color:#0003}.product-template .section-product .product .productData .variantsWrapper .colors .color.vblack:hover .fill{background-color:#000}.product-template .section-product .product .productData .variantsWrapper .colors .color.vpurple-haze .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vforget-me-not-purple .fill{background-color:#9406ff}.product-template .section-product .product .productData .variantsWrapper .colors .color.vpurple-haze.notAvailable .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vforget-me-not-purple.notAvailable .fill{background-color:#9406ff33}.product-template .section-product .product .productData .variantsWrapper .colors .color.vpurple-haze:hover .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vforget-me-not-purple:hover .fill{background-color:#9406ff}.product-template .section-product .product .productData .variantsWrapper .colors .color.vsunny-yellow .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vmeet-the-mango-yellow .fill{background-color:#fab900}.product-template .section-product .product .productData .variantsWrapper .colors .color.vsunny-yellow.notAvailable .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vmeet-the-mango-yellow.notAvailable .fill{background-color:#fab90033}.product-template .section-product .product .productData .variantsWrapper .colors .color.vsunny-yellow:hover .fill,.product-template .section-product .product .productData .variantsWrapper .colors .color.vmeet-the-mango-yellow:hover .fill{background-color:#fab900}.product-template .section-product .product .productData .variantsWrapper .colors .color.vyellow .fill{background-color:#f3df52}.product-template .section-product .product .productData .variantsWrapper .colors .color.vyellow.notAvailable .fill{background-color:#ff03}.product-template .section-product .product .productData .variantsWrapper .colors .color.vyellow:hover .fill{background-color:#f3df52}.product-template .section-product .product .productData .variantsWrapper .colors .color.vnavy .fill{background-color:navy}.product-template .section-product .product .productData .variantsWrapper .colors .color.vnavy.notAvailable .fill{background-color:#00008033}.product-template .section-product .product .productData .variantsWrapper .colors .color.vnavy:hover .fill{background-color:navy}.product-template .section-product .product .productData .variantsWrapper .colors .color.vpink .fill{background-color:#eec6cb}.product-template .section-product .product .productData .variantsWrapper .colors .color.vpink.notAvailable .fill{background-color:#eec6cb33}.product-template .section-product .product .productData .variantsWrapper .colors .color.vpink:hover .fill{background-color:#eec6cb}.product-template .section-product .product .productData .variantsWrapper .colors .color.vgrey .fill{background-color:#aba8a9}.product-template .section-product .product .productData .variantsWrapper .colors .color.vgrey.notAvailable .fill{background-color:#aba8a933}.product-template .section-product .product .productData .variantsWrapper .colors .color.vgrey:hover .fill{background-color:#aba8a9}.product-template .section-product .product .productData .variantsWrapper .colors .color.vgreen .fill{background-color:#028f7a}.product-template .section-product .product .productData .variantsWrapper .colors .color.vgreen.notAvailable .fill{background-color:#028f7a33}.product-template .section-product .product .productData .variantsWrapper .colors .color.vgreen:hover .fill{background-color:#028f7a}.product-template .section-product .product .productData .variantsWrapper .colors .color.vhappy-black .fill{background-color:#222}.product-template .section-product .product .productData .variantsWrapper .colors .color.vhappy-black.notAvailable .fill{background-color:#2223}.product-template .section-product .product .productData .variantsWrapper .colors .color.vhappy-black:hover .fill{background-color:#222}.product-template .section-product .product .productData .variantsWrapper .colors .color.vmidnight-blue .fill{background-color:#003c71}.product-template .section-product .product .productData .variantsWrapper .colors .color.vmidnight-blue.notAvailable .fill{background-color:#003c7133}.product-template .section-product .product .productData .variantsWrapper .colors .color.vmidnight-blue:hover .fill{background-color:#003c71}.product-template .section-product .product .productData .variantsWrapper .colors .color.vmint-green .fill{background-color:#00c389}.product-template .section-product .product .productData .variantsWrapper .colors .color.vmint-green.notAvailable .fill{background-color:#00c38933}.product-template .section-product .product .productData .variantsWrapper .colors .color.vmint-green:hover .fill{background-color:#00c389}.product-template .section-product .product .productData .variantsWrapper .colors .color:hover .white{flex:0}.product-template .section-product .product .productData .variantsWrapper .colors .color.vanniversary-red .fill{background-color:#d5092d}.product-template .section-product .product .productData .variantsWrapper .colors .color.vanniversary-red.notAvailable .fill{background-color:#d5092d33}.product-template .section-product .product .productData .variantsWrapper .colors .color.vanniversary-red:hover .fill{background-color:#d5092d}.product-template .section-product .product .productData .variantsWrapper .colors .color.vsilver .fill{background-color:#f5f5f5}.product-template .section-product .product .productData .variantsWrapper .colors .color.vsilver.notAvailable .fill{background-color:#d5092d33}.product-template .section-product .product .productData .variantsWrapper .colors .color.vsilver:hover .fill{background-color:#f5f5f533}.product-template .section-product .product .productData .variantsWrapper .colors .color.vmoon-grey .fill{background-color:#707372}.product-template .section-product .product .productData .variantsWrapper .colors .color.vmoon-grey.notAvailable .fill{background-color:#70737233}.product-template .section-product .product .productData .variantsWrapper .colors .color.vmoon-grey:hover .fill{background-color:#707372}.product-template .section-product .product .productData .variantsWrapper .colors .color.vbubble-gum-blue .fill{background-color:#6cd1ef}.product-template .section-product .product .productData .variantsWrapper .colors .color.vbubble-gum-blue.notAvailable .fill{background-color:#6cd1ef33}.product-template .section-product .product .productData .variantsWrapper .colors .color.vbubble-gum-blue:hover .fill{background-color:#6cd1ef}.product-template .section-product .product .productData .variantsWrapper .colors .color.vwild-violet .fill{background-color:#bf9bde}.product-template .section-product .product .productData .variantsWrapper .colors .color.vwild-violet.notAvailable .fill{background-color:#bf9bde33}.product-template .section-product .product .productData .variantsWrapper .colors .color.vwild-violet:hover .fill{background-color:#bf9bde}.product-template .section-product .product .productData .variantsWrapper .colors .color.vbanana-yellow .fill{background-color:#ffe900}.product-template .section-product .product .productData .variantsWrapper .colors .color.vbanana-yellow.notAvailable .fill{background-color:#ffe90033}.product-template .section-product .product .productData .variantsWrapper .colors .color.vbanana-yellow:hover .fill{background-color:#ffe900}.product-template .section-product .product .productData .variantsWrapper .colors .color.vpebble-grey .fill{background-color:#d0cdca}.product-template .section-product .product .productData .variantsWrapper .colors .color.vpebble-grey.notAvailable .fill{background-color:#d0cdca33}.product-template .section-product .product .productData .variantsWrapper .colors .color.vpebble-grey:hover .fill{background-color:#d0cdca}.product-template .section-product .product .productData .variantsWrapper .colors .color.voff-white .fill{background-color:#fff}.product-template .section-product .product .productData .variantsWrapper .colors .color.voff-white.notAvailable .fill{background-color:#fff3}.product-template .section-product .product .productData .variantsWrapper .colors .color.voff-white:hover .fill{background-color:#fff}.product-template .section-product .product .productData .variantsWrapper .colors .color.voff-white .white{background-color:red}.product-template .section-product .product .productData .variantsWrapper .colors .color.voff-white:hover .fill{flex:3}.product-template .section-product .product .productData .variantsWrapper .colors .color.voff-white:hover .white{flex:1}.product-template .section-product .product .productData .variantsWrapper .sizes{margin-top:15px;position:relative}.product-template .section-product .product .productData .variantsWrapper .sizes .variants{margin-top:15px;display:flex;justify-content:center;flex-wrap:wrap;justify-content:flex-start}.product-template .section-product .product .productData .variantsWrapper .sizes .variants .size{margin-right:10px;min-width:calc(33% - 10px);display:inline-flex;margin-bottom:10px;white-space:nowrap;padding:0 5px}.product-template .section-product .product .productData .variantsWrapper .sizes .variants .size:hover,.product-template .section-product .product .productData .variantsWrapper .sizes .variants .size.selected{color:#fff;background-color:#222}.product-template .section-product .product .productData .variantsWrapper .sizes .variants .size.disabled{opacity:.4;pointer-events:none}.product-template .section-product .product .productData .variantsWrapper .sizes .variants .size span.woom-font{margin-right:4px}.product-template .section-product .product .productData .variantsWrapper .sizes .please-choose-info{opacity:0;height:60px;position:absolute;background:#fff;border:1px solid #D6D6D6;top:-130px;display:flex;justify-content:center;align-items:center;z-index:1;text-align:center;border-radius:6px;box-shadow:0 0 4px #d6d6d6;padding-left:16px;padding-right:16px;width:calc(100% - 10px);transition:all .5s ease-in;z-index:-1}.product-template .section-product .product .productData .variantsWrapper .sizes .please-choose-info:before{content:"";position:absolute;top:100%;left:50%;margin-left:-10px;width:0;height:0;border-top:10px solid #D6D6D6;border-right:10px solid transparent;border-left:10px solid transparent}.product-template .section-product .product .productData .variantsWrapper .sizes .please-choose-info:after{content:"";position:absolute;top:100%;left:50%;margin-left:-8px;width:0;height:0;border-top:8px solid #FFFFFF;border-right:8px solid transparent;border-left:8px solid transparent}.product-template .section-product .product .productData .variantsWrapper .sizes .please-choose-info.show{opacity:1;top:-80px;z-index:1}.product-template .section-product .product .productData .variantsWrapper .sizes .please-choose-color{opacity:0;height:60px;position:absolute;background:#fff;border:1px solid #D6D6D6;top:40px;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:6px;box-shadow:0 0 4px #d6d6d6;padding-left:16px;padding-right:16px;width:calc(100% - 10px);transition:all .5s ease-in;z-index:-1}.product-template .section-product .product .productData .variantsWrapper .sizes .please-choose-color:before{content:"";position:absolute;top:-10px;left:50%;margin-left:-10px;width:0;height:0;border-bottom:10px solid #D6D6D6;border-right:10px solid transparent;border-left:10px solid transparent}.product-template .section-product .product .productData .variantsWrapper .sizes .please-choose-color:after{content:"";position:absolute;top:-8px;left:50%;margin-left:-8px;width:0;height:0;border-bottom:8px solid #FFFFFF;border-right:8px solid transparent;border-left:8px solid transparent}.product-template .section-product .product .productData .variantsWrapper .sizes .please-choose-color.show{opacity:1;top:0;z-index:1}.product-template .section-product .product .productData .quantity{margin-top:10px;border-radius:24px;border:solid 1px #d6d6d6;width:100%;height:48px;font-size:18px;display:flex;padding:0 20px;align-items:center;justify-content:center}.product-template .section-product .product .productData .quantity div{flex:1;overflow:hidden;position:relative;text-align:center;padding-top:5px;transition:all .2s ease-out}.product-template .section-product .product .productData .quantity div.animate{padding-top:0;opacity:.5}.product-template .section-product .product .productData .quantity img{cursor:pointer;transition:all .4s ease-in;border-radius:50%}.product-template .section-product .product .productData .quantity img:hover{background:#d6d6d6;color:#fff}.product-template .section-product .product .productData .errorAddToCart{margin-top:15px;color:#eb0613;font-weight:700;height:0;overflow:hidden;transition:height .4s ease-in}.product-template .section-product .product .productData .addToCart{margin-top:15px;width:100%;position:relative}.product-template .section-product .product .productData .addToCart.klaviyo-bis-trigger{display:block!important}.product-template .section-product .product .productData .addToCart span.woom-icon-parts-gear{position:absolute;right:0;top:6px;height:32px;width:32px;font-size:32px;display:none;-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.product-template .section-product .product .productData .addToCart span.woom-icon-parts-gear.loading{display:block}.product-template .section-product .product .productData .stockInfo{margin-top:15px;display:flex;transition:height .4s ease-out}.product-template .section-product .product .productData .stockInfo img{margin-right:8px}.product-template .section-product .product .productData .stockInfo #product-shipping-info,.product-template .section-product .product .productData .stockInfo .stockInfoText{display:inline;padding-top:2px;font-size:15px;line-height:22px}.product-template .section-product .product .productData .stockInfo .globalShippingInfo{padding-top:2px;font-size:15px;line-height:22px}@media screen and (min-width: 992px){.product-template .section-product .product .productData{margin-left:20px;width:calc(30% - 20px)}}.product-template .section-description{margin-left:auto;margin-right:auto;max-width:700px;width:calc(100% - 40px);margin-top:40px;font-weight:300}.product-template .section-description table td{min-width:110px;padding-right:20px}.product-template .section-description h3{font-weight:400}.product-template .section-description ul{list-style-type:disc;margin-top:10px;margin-bottom:10px;padding-left:20px;margin-left:20px}@media screen and (min-width: 992px){.product-template .section-description{margin-top:80px}}.product-template .section-description img{max-width:100%}.product-template .section-description .productInfoIcons{display:flex;justify-content:center;margin-right:-20px;margin-bottom:40px;flex-wrap:wrap}.product-template .section-description .productInfoIcons .infoEntry{flex:1;margin-right:20px;font-weight:700;min-width:150px;display:flex;flex-direction:column;align-items:center}.product-template .section-description .video{position:relative;width:100%;height:200px;border-radius:4px;border:1px solid #d6d6d6;max-height:700px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:40px}@media screen and (min-width: 992px){.product-template .section-description .video{height:400px}}.product-template .section-description .video:hover .image{transform:scale(1.1)}.product-template .section-description .video .image{position:absolute;width:100%;height:100%;background-position:center;background-size:cover;filter:blur(30px);background-image:url("{{ 'pages.assembly-instructions.header-image.jpg' | asset_img_url: '30x' }}");transition:filter,transform .5s ease-out}.product-template .section-description .video .image.lazyloaded{filter:blur(0)}.product-template .section-description .video .playButton{z-index:1;font-size:75px;color:#fff;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 992px){.product-template .section-description .video .playButton{font-size:150px}}.product-template .section-description .video .playButton span.woom-icon-play{height:75px;margin-top:-18px}@media screen and (min-width: 992px){.product-template .section-description .video .playButton span.woom-icon-play{height:150px;margin-top:-35px}}.product-template .section-bike-highlights{background-color:#f3f5f4;width:100%;display:flex;justify-content:center;align-items:center;padding-top:40px;padding-bottom:40px;overflow:hidden}.product-template .section-bike-highlights .glideBikeHighlights{position:relative;width:calc(100% - 100px);max-width:1200px}@media screen and (max-width: 991px){.product-template .section-bike-highlights .glideBikeHighlights{width:100%}}.product-template .section-bike-highlights .glideBikeHighlights .glide__slides{align-items:flex-start}@media screen and (min-width: 992px){.product-template .section-bike-highlights .glideBikeHighlights .glide__slides{align-items:center}}.product-template .section-bike-highlights .glideBikeHighlights .glide__slides .glide__slide{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width: 992px){.product-template .section-bike-highlights .glideBikeHighlights .glide__slides .glide__slide{flex-direction:row}}.product-template .section-bike-highlights .glideBikeHighlights .glide__slides .glide__slide .image{margin-left:auto;margin-right:auto;width:300px;height:300px;max-width:100%;max-height:300px;border-radius:50%;overflow:hidden;background-position:center;background-size:cover}@media screen and (min-width: 992px){.product-template .section-bike-highlights .glideBikeHighlights .glide__slides .glide__slide .image{margin-left:80px;margin-right:40px;flex:0 0 370px;width:370px;height:370px;max-width:100%;max-height:370px}}@media screen and (max-width: 350px){.product-template .section-bike-highlights .glideBikeHighlights .glide__slides .glide__slide .image{width:200px;height:200px}}.product-template .section-bike-highlights .glideBikeHighlights .glide__slides .glide__slide .description{width:100%;padding-left:20px;padding-right:20px;display:flex;flex-direction:column;justify-content:flex-start}.product-template .section-bike-highlights .glideBikeHighlights .glide__slides .glide__slide .description h3{margin-top:20px;margin-bottom:20px}@media screen and (min-width: 992px){.product-template .section-bike-highlights .glideBikeHighlights .glide__slides .glide__slide .description h3{margin-top:0}}@media screen and (min-width: 992px){.product-template .section-bike-highlights .glideBikeHighlights .glide__slides .glide__slide .description{padding-left:0;padding-right:0;margin-right:80px}}.product-template .section-bike-highlights .glideBikeHighlights .glideControls .glideArrow{cursor:pointer;position:absolute;color:#222;font-size:30px;height:30px;width:30px;top:135px;border:none;background:none;text-align:initial;padding:initial}@media screen and (min-width: 992px){.product-template .section-bike-highlights .glideBikeHighlights .glideControls .glideArrow{top:calc(50% - 25px)}}@media screen and (max-width: 350px){.product-template .section-bike-highlights .glideBikeHighlights .glideControls .glideArrow{top:100px}}.product-template .section-bike-highlights .glideBikeHighlights .glideControls .arrow-right{right:5px}@media screen and (min-width: 992px){.product-template .section-bike-highlights .glideBikeHighlights .glideControls .arrow-right{right:-50px;top:calc(50% - 25px);font-size:50px;height:50px;width:50px}}.product-template .section-bike-highlights .glideBikeHighlights .glideControls .arrow-left{left:5px;transform:rotate(180deg)}@media screen and (min-width: 992px){.product-template .section-bike-highlights .glideBikeHighlights .glideControls .arrow-left{left:-50px;top:calc(50% - 25px);font-size:50px;height:50px;width:50px}}.product-template .section-recommendations{margin-left:auto;margin-right:auto;max-width:1200px;width:calc(100% - 40px);margin-top:40px;overflow:hidden;height:0;transition:height .4s ease-in-out}.product-template .section-recommendations .recommendations{margin-top:20px;display:flex;flex-wrap:wrap;margin-right:-20px}.product-template .section-recommendations .recommendations .recommendation{overflow:hidden;width:calc(50% - 18px);height:175px;border:1px solid #d6d6d6;border-radius:4px;margin-right:16px;margin-bottom:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;font-size:12px;line-height:14px;padding:8px}@media screen and (min-width: 992px){.product-template .section-recommendations .recommendations .recommendation{margin-right:20px;margin-bottom:20px;font-size:14px;line-height:16px;width:calc(25% - 20px);height:283px;padding:16px}}.product-template .section-recommendations .recommendations .recommendation .previewImage{flex:1;background-size:cover;background-position:center;width:calc(100% - 16px);margin-bottom:8px}@media screen and (min-width: 992px){.product-template .section-recommendations .recommendations .recommendation .previewImage{width:calc(100% - 32px)}}.product-template .section-recommendations .recommendations .recommendation .woom-font-replace{text-align:center}.product-template .section-recommendations .recommendations .recommendation .overlay{cursor:pointer;padding:10px;background-color:#fffc;position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .4s ease-in;opacity:0;display:flex;flex-direction:column;text-align:center;justify-content:space-around;align-items:center;font-weight:300}.product-template .section-recommendations .recommendations .recommendation .overlay .button.small{font-weight:400}.product-template .section-recommendations .recommendations .recommendation:hover .overlay{opacity:1}@media screen and (min-width: 992px){.product-template .section-recommendations{margin-top:80px}}.product-template .section-assembly-instructions{margin-left:auto;margin-right:auto;max-width:700px;width:calc(100% - 40px);text-align:center;margin-top:80px}@media screen and (min-width: 992px){.product-template .section-assembly-instructions{margin-top:40px}}.product-template .section-assembly-instructions .instructions{display:flex;max-width:570px;margin:32px auto}.product-template .section-assembly-instructions .instructions a{flex:1;padding:0 8px;border:1px solid #d6d6d6;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:90px;margin-right:20px;text-decoration:none}.product-template .section-assembly-instructions .instructions a:hover{text-decoration:underline}.product-template .section-assembly-instructions .contactUs{margin-top:20px;text-align:center}.product-template .section-assembly-instructions .contactUs a{font-size:20px}
/*# sourceMappingURL=/cdn/shop/t/42/assets/product.product.style.main.scss.css.map */
