@charset "utf-8";
/* CSS Document */

.product-show-video{position:relative;width:100%;height:83vh;background:#000;overflow: hidden;}
.product-show-video video,.product-show-video .video-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;}
.product-show-video .video-cover{z-index:1;}
.product-show-video .mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.2);z-index:2;pointer-events:none;}
.product-show-video .word{color: #fff;position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;padding: 0 4%;text-align: center;line-height: 50px;}
.product-show-video .box-flex{width: 100%;height: 100%;}

.product-show-post,.product-show-post a{color: #000;font-size: 18px;font-weight: 500;text-transform: uppercase;}
.product-show-post{margin: 30px 0;}

.product-show-ebike01{display: flex;align-items: flex-start;justify-content: space-between;}
.product-show-ebike01 .product-show-image{width: 64%;float: left;/*height: 100%;background: #ccc;*/position: sticky;z-index: 1;}
.product-show-ebike01 .product-show-info{width: 34%;float: right;/*height: 3000px;background: #eee;*/}
@media only screen and (max-width: 768px){
  .product-show-ebike01 .product-show-image{position: relative;top: 0;min-height: auto!important;}
}

.product-show-ebike01 .product-title{line-height: 44px;font-size: 44px;font-weight: 600;margin-bottom: 5px;}
.product-show-ebike01 .comment{font-size: 15px;font-weight: 600;}
.product-show-ebike01 .price{line-height: 40px;margin-top: 20px;}
.product-show-ebike01 .price bdi{font-size: 34px;font-weight: 600;}
.product-show-ebike01 .price .original,.product-show-ebike01 .price del bdi{font-size: 18px;position: relative;color: #999;margin-right: 10px;margin-top: 2px;font-weight: 400;}
.product-show-ebike01 .price .original::after,.product-show-ebike01 .price del bdi::after{position: absolute;top: 50%;left: 0;content: '';width: 100%;height: 1px;background: #999;}
.product-show-ebike01 .price del,
.product-show-ebike01 .price del span,
.product-show-ebike01 .price ins,
.product-show-ebike01 .price ins span,
.product-show-ebike01 .price .sale,
.product-show-ebike01 .price .sale * {
    text-decoration: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

.product-show-ebike01 .product-show-info .sku-price bdi{font-size: 22px;font-weight: 600;}
.product-show-ebike01 .product-show-info .sku-price .original,.product-show-ebike01 .product-show-info .sku-price del bdi{font-size: 16px;position: relative;color: #999;margin-right: 6px;margin-top: 2px;font-weight: 400;}
.product-show-ebike01 .product-show-info .sku-price .original::after,.product-show-ebike01 .product-show-info .sku-price del bdi::after{position: absolute;top: 50%;left: 0;content: '';width: 100%;height: 1px;background: #999;}
.product-show-ebike01 .product-show-info .sku-price del,
.product-show-ebike01 .product-show-info .sku-price del span,
.product-show-ebike01 .product-show-info .sku-price ins,
.product-show-ebike01 .product-show-info .sku-price ins span,
.product-show-ebike01 .product-show-info .sku-price .sale,
.product-show-ebike01 .product-show-info .sku-price * {
    text-decoration: none !important;
    border-bottom: none !important;
    border-top: none !important;
}
.product-show-ebike01 .txt01{width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 30px;padding-bottom: 25px;}
.product-show-ebike01 .txt01 a{font-weight: 500;color: #a6c939;border-bottom: 1px solid #a6c939;line-height: 20px;margin-left: 10px;}
.product-show-ebike01 .product-show-info .product-comparison-label{}
.product-show-ebike01 .description{font-size: 18px;}

.product-show-ebike01 .product-show-info .sku-farbe-color{width: 30px;height: 30px;border-radius: 100%;position: relative;cursor: pointer;}
.product-show-ebike01 .product-show-info .sku-farbe-color.active260519::after{content: '';width: 36px;height: 36px;border-radius: 100%;border: 2px solid #000;position: absolute;top: -5px;left: -5px;}
.product-show-ebike01 .product-show-info .sku-farbe-box{display: flex;gap: 20px;margin-left: 5px;}
.product-show-ebike01 .product-show-info .sku-name{font-size: 20px;font-weight: 500;margin-bottom: 12px;line-height: 24px;justify-content: flex-start;}
.product-show-ebike01 .product-show-info .sku-antriebssystem-box .options{border-radius: 6px;border: 1px solid #ddd;padding: 8px 24px;cursor: pointer;display: flex;max-width: 48%;align-items: center;gap: 10px;}
.product-show-ebike01 .product-show-info .sku-antriebssystem-box .options p{font-size: 16px;font-weight: 500;margin: 0!important;width: calc(100% - 30px);word-break: break-all;line-height: 20px;}
.product-show-ebike01 .product-show-info .sku-antriebssystem-box .sku-antriebssystem-active{border: 2px solid #000;}
.product-show-ebike01 .product-show-info .sku-antriebssystem-box img{width: 30px;}
.product-show-ebike01 .product-show-info .sku-antriebssystem-box,.product-show-ebike01 .product-show-info .sku-grobe-box{display: flex;gap: 30px;}
.product-show-ebike01 .product-show-info .sku-grobe-box .options{cursor: pointer;font-weight: 500;line-height: 20px;height: 24px;font-size: 16px;}
.product-show-ebike01 .product-show-info .sku-grobe-box .sku-grobe-active{border-bottom: 2px solid #000;}
.product-show-ebike01 .product-show-info .sku-line{/*padding-top: 20px;margin-top: 20px;border-top: 1px solid #ddd;*/margin-top: 30px;}
.product-show-ebike01 .product-show-info .sku-price{display: flex;align-items: center;}
.product-show-ebike01 .product-show-info .sku-price .tip{color: #e20000;font-weight: 600;font-size: 16px;margin-left: 20px;}



.product-show-accessory{border: 1px solid #ddd;padding: 30px;margin-top: 30px;padding-top: 25px;}
.product-show-accessory .name{font-weight: 600;}
.product-show-accessory li.more{font-size: 15px;text-align: right;font-weight: 600;padding-top: 20px;line-height: 18px;}
.product-show-accessory li.more .box-7390{width: 60%;float: left;text-align: left;line-height: 18px;}
.product-show-accessory li.more .box-7390.none{width: 100%!important;}
.product-show-accessory li.more .box-7391{width: 38%;float: right;}
.product-show-accessory li.more .box-7391:hover{color: #a6c939;cursor: pointer;}
.product-show-accessory li{border-top: 1px solid #ddd;padding: 6px;}
.product-show-accessory li:first-child{border-top: none;}
.product-show-accessory li label{cursor: pointer;}
.product-show-accessory li .accessory-price{display: flex;flex-direction: column;line-height: 18px;align-items: flex-end;}
.product-show-accessory li .accessory-price .free{background: #e20000;border-radius: 4px;color: #fff;height: 18px;line-height: 18px;padding: 0 4px;font-weight: 500;font-size: 13px;margin-bottom: 4px;}
.product-show-accessory li .accessory-price .price2{font-size: 16px;font-weight: 500;}
.product-show-accessory li.free-5463 .accessory-price .price2{position: relative;}
.product-show-accessory li.free-5463 .accessory-price .price2::after{position: absolute;top: 40%;left: 0;width: 100%;background: #000;content: '';width: 100%;height: 2px;}
.product-show-accessory li .accessory-price .price3{display: flex;flex-direction: column;font-size: 16px;font-weight: 500;align-items: flex-end;}
.product-show-accessory li .accessory-price .price3 span{font-size: 14px;color: #999;position: relative;width: fit-content;}
.product-show-accessory li .accessory-price .price3 span::after{position: absolute;top: 50%;left: 0;width: 100%;background: #999;content: '';width: 100%;height: 1px;}
.product-show-accessory li.free-5463{}
.product-show-accessory li.free-5463 .all-input-hook {
  background-color: #a6c939;
  border-color: #a6c939;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  cursor: not-allowed;
}

.accessory-list-260519 .box-f53{width: calc(100% - 110px);justify-content: flex-start;}
.accessory-list-260519 .pop-up-260520 .lazy-img{}
.pop-up-box-260520 {
    display: inline-block;
}
.pop-up-box-260520 .pop-up-260520{cursor: pointer;font-size: 16px;font-weight: 500;line-height: 18px;word-wrap: break-word;word-break: break-all;gap: 10px;margin-left: 10px;}
.pop-up-box-260520 .pop-up-260520 .image-hover{width: 90px;}
.pop-up-box-260520 .pop-up-260520 .title06{
    width: calc(100% - 100px);    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pop-up-box-260520 .pop-up-260520 img{}
.pop-up-box-260520 .all-pop-up-box-260520 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    background: #fff;
    z-index: 1001;
    opacity: 0;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    width: 100%;
    max-width: 50%;
}
.pop-up-box-260520 .box-728 {max-height: calc(80vh - 100px);overflow-y: auto;padding: 50px;padding-top: 65px;}
.pop-up-box-260520 .box-728::-webkit-scrollbar {width: 6px;}
.pop-up-box-260520 .box-728::-webkit-scrollbar-thumb {background-color: #a6c939;border-radius: 10px;cursor: pointer;}
.pop-up-box-260520 .box-728::-webkit-scrollbar-track {background: #dadada;border-radius: 10px;}

.pop-up-box-260520 .all-pop-up-box-260520.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.pop-up-box-260520 .all-pop-up-box-260520 .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    text-align: right;
    z-index: 999;
    width: 40px;height: 40px;border-radius: 100%;justify-content: center;background: #fff;
}
.pop-up-260520-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}
.box-swiper-260520 {width: 54%;}
.box-swiper-260520 .mySwiper2 {
    width: 100%;
    height: auto;
}
.box-swiper-260520 .mySwiper2 .swiper-slide img {
    width: 100%;margin: 0 auto;
}
.box-swiper-260520 .mySwiper {
    width: 100%;
    margin-top: 10px;
}
.box-swiper-260520 .mySwiper .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
}
.box-swiper-260520 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.box-swiper-260520 .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.all-pop-up-box-260520 .float-5467{width: 42%;word-wrap: break-word;word-break: break-all;line-height: 24px;}
.all-pop-up-box-260520 p{margin: 0!important;font-size: 16px;}
.price-0521{font-weight: 600;line-height: normal;margin: 8px 0 20px;}
.price-0521 span{font-size: 16px;color: #999;position: relative;font-weight: normal;margin-right: 8px;}
.price-0521 span::after{content: '';position: absolute;top: 46%;left: 0;width: 100%;height: 1px;background: #999;}
.link-0521{display: inline-block;border-radius: 5px;border: 1px solid #333;font-size: 15px;padding: 0 20px;height: 40px;line-height: 40px;margin-top: 30px;}
.link-0521::before {background: #a6c939;}
.link-0521:hover{color: #fff!important;}
.link-0521:hover{border-color: #a6c939;}

.all-size-260521 .box-2604, .all-size-260521 .box-2605, .all-size-260521 .box-2606, .all-size-260521 .box-2607{display: none;}
.all-size-260521 .box-2604.active, .all-size-260521 .box-2605.active, .all-size-260521 .box-2606.active, .all-size-260521 .box-2607.active {display: block;}
.all-size-260521 .error {color: #e20000; font-size: 14px; margin-top: 5px; display: none; line-height: 18px;}
.all-size-260521 .button{margin-top: 40px;gap: 20px;}
.all-size-260521 .button button{display: inline-block;border-radius: 500px;border: 1px solid #333;font-size: 16px;padding: 0 35px;height: 40px;line-height: 40px;}
.all-size-260521 .button button::before {background: #a6c939;}
.all-size-260521 .button button:hover{color: #fff!important;}
.all-size-260521 .button button:hover{border-color: #a6c939;}
.all-size-260521 .word2{font-size: 16px;margin-top: 30px;font-weight: normal;}
.all-size-260521 .border input{height: 45px;line-height: 45px;border: 1px solid #000;border-radius: 5px;width: 160px;padding-left: 15px;margin: 0!important;font-size: 17px;color: #000;}
.all-size-260521 .border .name4{font-size: 18px;}
.all-size-260521 .size{display: flex;align-items: center;}
.all-size-260521 .num{margin-left: 10px;color: #a6c939;}
.all-size-260521 .info{margin: 8px 0;}
.all-size-260521 .word3{font-size: 16px;font-weight: normal;}
.all-size-260521 .box-2607{font-size: 18px;}
.sizs-1549{justify-content: flex-start;gap: 20px;flex-direction: column;}
.sizs-1550 .picture{max-width: 100px;}
.sizs-1550{justify-content: center;gap: 80px;}
.options-size-1430 .all-pop-up-box-260520{max-width: 600px;}

.options-size-1430 .pop-up-260520{gap: 6px;font-size: 14px;color: #666;}
.options-size-1430{margin-left: 20px;}
.options-size-1430 .pop-up-260520 svg{width: 20px;}
.options-size-1430 .pop-up-260520:hover{color: #a6c939;}

.product-show-info .addcart{height: 58px;line-height: 58px;font-size: 20px;border-radius: 8px;font-weight: 500;background: #a6c939;color: #fff;text-align: center;margin-top: 30px;cursor: pointer; display: flex; justify-content: center; align-items: center;}
.product-show-info .addcart::before {background: #000;}
.product-show-info .addcart:hover{color: #fff!important;}
.product-show-info .addcart:hover{border-color: #000;}


.product-show-info .delivery-time{font-size: 18px;margin: 20px 0;}
.product-show-info .payment{display: grid;grid-template-columns: repeat(9, 1fr);gap: 10px;}
/*.product-show-info .methods{border-radius: 5px;border: 1px solid #000;overflow: hidden;}*/

.leasing_250514{margin-top: 20px;}
.leasing_250514 .box_all_250514{cursor: pointer;display: inline-flex;min-width: 340px;border: 1px solid #ddd;border-radius: 6px;padding: 8px 15px;align-items: center;gap: 15px;}
.leasing_250514 .box_all_250514 .ic1{width: 38px;}
.leasing_250514 .box_all_250514 .ic2{width: 12px;height: 16px;transform: rotate(90deg);}
.leasing_250514 .box_all_expand .ic2{transform: rotate(-90deg);}
.leasing_250514 .box_all_250514 .title{text-transform: none;font-weight: 600;font-size: 16px;line-height: 20px;}
/*.leasing_250514 .box_all_250514 .triangle{width: 0;height: 0;border-right:7px solid transparent;border-left: 7px solid transparent;border-top: 7px solid #c1c1c1;margin-top: 10px;}
.leasing_250514 .box_all_expand .triangle{border-top: 7px solid #a6c939;transform: rotateX(180deg);}*/
.cooperation_250514{padding: 20px!important;border: 1px solid #ddd;border-radius: 6px;margin-top: 10px;}
.cooperation_250514 .tit1{font-weight: 600;line-height: 20px;font-size: 16px;display: flex;}
.cooperation_250514 .tit1 img{width: 20px;height: 20px;margin-right: 8px;}
.cooperation_250514 .word{font-size: 15px;margin: 10px 0;}
.cooperation_250514 a{font-size: 14px;text-transform: uppercase;text-decoration: underline!important;text-underline-offset: 6px;}
.leasing_250514 .box_all_de_250514 .more_250514{margin-top: 10px;cursor: pointer;}
.leasing_250514 .box_all_de_250514 .more_250514 .line-triangle{position: relative;width: 20px;height: 20px;margin: 0 auto;}
.leasing_250514 .box_all_de_250514 .more_250514 .line-triangle::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-left: 2px solid #000;border-bottom: 2px solid black;transform: rotate(-45deg);}
.leasing_250514 .box_all_de_250514_expand .more_250514 .line-triangle::before{transform: rotate(135deg);margin-top: 10px;}

.leasing_250514 .nl_tit{font-weight: 800;font-size: 22px;color: #999;text-align: center;position: relative;padding-top: 10px;margin: 40px 0 10px;}
.leasing_250514 .nl_tit::after{width: 80%;height: 2px;background-color: #999;content: '';position: absolute;top: 0;left: 10%;}

.product-show-info .guarantee{margin-top: 20px;}
.product-show-info .guarantee dt{display: flex;gap: 15px;align-items: center;margin-top: 10px;}
.product-show-info .guarantee dt img{width: 24px;}
.product-show-info .guarantee dt .des{font-size: 16px;line-height: 20px;width: calc(100% - 24px);}


.product-show-swiper{display:flex;}
.product-show-swiper .thumbnail{width:12%;height:auto;margin: 0;}
.product-show-swiper .main-image{width:84%;height:auto;position:relative;}
.product-show-swiper .swiper-wrapper{display:flex;}
.product-show-swiper .swiper-slide{cursor:pointer;display: flex;align-items: center;}
.product-show-swiper .swiper-slide img,.product-show-swiper .main-image img{/*width:100%;height:stretch;object-fit: contain;*/}
.product-show-swiper .thumbnail .swiper-slide{width:100%;border-radius: 8px;overflow: hidden;}
.product-show-swiper .thumbnail .swiper-slide img{/*padding: 10px;*//*border: 1px solid #ddd;*/}
.product-show-swiper .thumbnail .swiper-slide img.scene-diagram{padding: 0!important;}
.product-show-swiper .thumbnail .swiper-slide-thumb-active img{padding: 8px;}
.product-show-swiper .thumbnail .swiper-slide.swiper-slide-thumb-active{border: 2px solid #000;}
.product-show-swiper .swiper-button-next,.product-show-swiper .swiper-button-prev{width: 56px!important;height: 56px!important;background: #fff;}
.product-show-swiper .swiper-button-next:hover,.product-show-swiper .swiper-button-prev:hover{box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);}



.product-show-ebike01 .product-show-image .highlights{width: 75%;margin-top: 4.5%;margin-right: 6%;float: right;}
.product-show-ebike01 .product-show-image .highlights .ic{width: 35px;}
.product-show-ebike01 .product-show-image .highlights .tit-1{font-size: 15px;color: #5b5b5b;}
.product-show-ebike01 .product-show-image .highlights .tit-2{font-size: 24px;line-height: 20px;margin-top: 5px;}
.product-show-ebike01 .product-show-image .highlights .box-1600{gap: 15px;font-weight: 600;}

.youtube-1430{position: absolute;left: 17%;top: 0;z-index: 2;}
.youtube-1430 .pop-up-260520{margin-left: 0!important;width: 56px;height: 56px;background: #fff;/*border: 1px solid #ddd;*/border-radius: 100%;display: flex;justify-content: center;box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);cursor: pointer;}
.youtube-1430 .pop-up-260520 svg{width: 26px;height: 26px;color: #000;}
.youtube-1430 .pop-up-260520:hover svg{color: #ff0033;}

.main-width-01-mobile{display: none;width: 0;}


@media (max-width: 1600px){
    .product-show-ebike01 .product-title{font-size: 40px;line-height: 40px;}
    .product-show-ebike01 .price bdi{font-size: 30px;}
    .product-show-ebike01 .description{font-size: 17px;}
    .product-show-accessory{padding: 20px;}
    .pop-up-box-260520 .pop-up-260520 .image-hover{width: 80px;}
    .pop-up-box-260520 .pop-up-260520 .title06{font-size: 15px;width: calc(100% - 80px);line-height: 18px;}
    .product-show-info .addcart{height: 55px;line-height: 55px;font-size: 18px;margin-top: 20px;}
    .product-show-info .delivery-time{font-size: 17px;}
    .product-show-ebike01 .product-show-image .highlights .tit-2{font-size: 20px;}
    .pop-up-box-260520 .pop-up-260520{margin-left: 0;}
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box .options{padding-left: 14px;padding-right: 14px;}
}
@media (max-width: 1400px){
    .product-show-ebike01 .product-show-image{width: 60%;}
    .product-show-ebike01 .product-show-info{width: 39%;}
}
@media (max-width: 1200px){
    .product-show-ebike01 .product-show-image .highlights{flex-direction: column;align-items: flex-start;gap: 15px;}
    .pop-up-box-260520 .all-pop-up-box-260520{max-width: 80%;}
}
@media (max-width: 992px){
    .product-show-video{height: 55vh;}
    .product-show-video .word{line-height: 40px;}
    .product-show-ebike01 .product-title{font-size: 32px;line-height: 32px;}
    .product-show-ebike01 .price bdi{font-size: 26px;}
    .product-show-ebike01 .price{margin-top: 10px;}
    .product-show-ebike01 .price .original, .product-show-ebike01 .price del bdi{font-size: 16px;margin-right: 5px;}
    
    .product-show-ebike01 .product-show-image,.product-show-ebike01 .product-show-info{width: 100%;}
    .product-show-ebike01 .product-show-image{position: relative;min-height: inherit!important;top: 0!important;}
    .product-show-ebike01{display: block;}
    .main-width-01-desktop{display: none;}
    .main-width-01-mobile{display: block;width: 100%;}
    .product-show-ebike01 .product-show-image{margin-top: 30px;}
    .product-show-ebike01 .product-show-image .highlights{flex-direction: row;}
    .product-show-accessory,.product-show-info .payment{max-width: 520px;}
    
    .pop-up-box-260520 .box-728{padding: 30px;padding-top: 50px;}
}
@media (max-width: 768px){
    .pop-up-box-260520 .all-pop-up-box-260520{max-width: 96%;}
    
    .product-show-ebike01.main-width-01{margin-left: 0px;margin-right: 0;}
    .product-show-ebike01 .product-show-info,.product-show-ebike01 .product-show-image .highlights,.product-show-swiper .swiper-slide img{width: 92%;margin: 0 auto;float: none;}
    
    .product-show-swiper .thumbnail{display: none;}
    .product-show-swiper .main-image{width: 100%;}
    .youtube-1430{left: 4%;}
    .product-show-video{height: 35vh;}
    .product-show-video .word{line-height: 30px;}
    .product-show-post, .product-show-post a{font-size: 16px;}
    .product-show-ebike01 .product-show-image .highlights{flex-direction: column;margin-top: 15px;}
    .product-show-ebike01 .product-show-image .highlights .ic{width: 30px;}
    .product-show-ebike01 .product-show-image .highlights .tit-2{font-size: 18px;margin-top: 0;}
    .product-show-ebike01 .product-title{font-size: 26px;line-height: 26px;}
    .product-show-ebike01 .price bdi{font-size: 24px;}
    
    .box-swiper-260520,.all-pop-up-box-260520 .float-5467{width: 100%;}
    .box-7282{display: block;}
    .all-pop-up-box-260520 .float-5467{margin-top: 50px;}
    .pop-up-box-260520 .box-728{max-height: calc(80vh - 100px);}
    
    .product-show-swiper .swiper-button-next,.product-show-swiper .swiper-button-prev{width: 40px!important;height: 40px!important;}
    
}
@media (max-width: 576px){
    .product-show-ebike01 .product-show-image{}
    .product-show-ebike01 .txt01{margin-bottom: 20px;padding-bottom: 20px;}
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box img{width: 25px;}
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box, .product-show-ebike01 .product-show-info .sku-grobe-box{gap: 20px;}
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box .options{max-width: fit-content;}
    .product-show-ebike01 .product-show-info .sku-name{font-size: 18px;margin-bottom: 10px;}
    .product-show-ebike01 .product-show-info .sku-line{margin-top: 20px;}
    .product-show-accessory{padding: 15px;margin-top: 20px;}
    .product-show-accessory li.more{padding-top: 16px;}
    .product-show-accessory li.more .box-7390,.product-show-accessory li.more .box-7391{width: 100%;}
    .product-show-accessory li.more .box-7391, .product-show-accessory li.more .box-7391{margin-top: 10px;}
    .product-show-accessory li .accessory-price .price3{font-size: 15px;}
    .product-show-accessory li .accessory-price .price3 span{font-size: 13px;}
    .product-show-info .delivery-time{font-size: 16px;margin: 12px 0;}
    .product-show-info .payment{grid-template-columns: repeat(6, 1fr);gap: 5px;}
    .product-show-info .addcart{height: 50px;line-height: 50px;}
    .leasing_250514,.product-show-info .guarantee{margin-top: 15px;}
    .product-show-info .guarantee dt{margin-top: 6px;}
    .product-show-ebike01 .description{font-size: 16px;}
    .all-pop-up-box-260520 .float-5467{margin-top: 30px;}
    
    .pop-up-box-260520 .box-728{padding: 15px;padding-top: 50px;}
    .pop-up-box-260520 .all-pop-up-box-260520 .close-btn{top: 6px;right: 15px;}
    .all-size-260521 .word2{margin-top: 10px;}
    .all-size-260521 .button{margin-top: 20px;}
    .all-size-260521 .border .name4{font-size: 16px;}
    .sizs-1550{gap: 20px;}
    .sizs-1549{align-items: flex-start;}
    .all-size-260521 .button button{padding: 0 30px;}
    
    .all-pop-up-box-260520 p{font-size: 15px;}
    .link-0521{margin-top: 20px;}
    .price-0521{margin: 5px 0 15px;}
    
    .product-show-ebike01 .product-show-image .highlights{flex-direction: row;}
    .product-show-ebike01 .product-show-image .highlights .tit-2{font-size: 15px;line-height: 15px;margin-top: 2px;}
    .product-show-ebike01 .product-show-image .highlights .tit-1{font-size: 12px;line-height: 12px;}
    .product-show-ebike01 .product-show-image .highlights .box-1600{flex-direction: column;gap: 5px;text-align: center;}
    .product-show-ebike01 .product-show-image{margin-top: 20px;}
    
    .product-show-ebike01 .product-show-info .sku-price{display: block;}
}
@media (max-width: 467px){
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box{flex-direction: column;}
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box{gap: 10px;}
}


.main-header{transition:transform .3s ease;}
.main-header.hide{transform:translateY(-100%);}
.product-nav-layout{transition:top .3s ease;;display:flex;/*background: rgba(14, 14, 38, 1)*/;color: #fff;display: flex;align-items: center;line-height: normal;padding: 10px 0;background: #000;}
.product-nav-layout .box{cursor:pointer;transition:.2s;font-size: 16px;margin-left: 30px;float: left;border-bottom: 2px solid rgba(255,255,255,0);margin-top: 3px;padding-bottom: 2px;}
.product-nav-layout .box.active{border-bottom: 2px solid #a6c939;}
.product-nav-layout h2{font-size: 20px;float: left;font-weight: 500;}
.product-nav-layout .main-width-01{width: 100%;}

.jump-add-1640{color: #fff;border-radius: 5px;background: #a6c939;font-size: 16px;font-weight: 500;line-height: 16px;padding: 10px 20px;}
.jump-add-1640::before {background: #fff;}
.jump-add-1640:hover {color: #a6c939;}
@media (max-width: 992px){
    .product-nav-layout h2{font-size: 18px;}
    .jump-add-1640{font-size: 15px;padding: 8px 10px;float: right;}
    .product-nav-layout .box{font-size: 15px;margin-left: 20px;}
}
@media (max-width: 768px){
    .product-nav-layout h2{font-size: 16px;line-height: 30px;}
    .product-nav-layout .box-flex{display: block;}
    .product-nav-layout .box-1637{gap: 10px;display: inline-flex;justify-content: space-between;align-items: center;width: 100%;margin-top: 5px;}
    .product-nav-layout .box-1637 .box{margin-left: 0;}
    .jump-add-1640{top: 10px;right: 4%;position: absolute;padding: 7px 15px;}
    .product-nav-layout .box{margin-top: 0;}
}
@media (max-width: 576px){
    .product-nav-layout .box-1637 .box,.jump-add-1640{font-size: 14px;}
}


.product-show-ebike02{background-color: #333;background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 240px 4%;font-size: 60px;font-weight: 600;text-align: center;color: #fff;line-height: normal;line-height: 80px;}
@media(max-width:1400px){
    .product-show-ebike02{font-size: 50px;padding-top: 200px;padding-bottom: 200px;line-height: 60px;}
}
@media(max-width:1024px){
    .product-show-ebike02{font-size: 40px;padding-top: 150px;padding-bottom: 150px;line-height: 50px;}
}
@media (max-width: 576px){
    .product-show-ebike02{font-size: 30px;padding-top: 100px;padding-bottom: 100px;line-height: 40px;background-attachment: inherit;}
}


.product-show-ebike03{max-width: 1050px;width: 100%;padding: 0 4%;margin: 0 auto;position: relative;padding: 30px 0;}
.product-show-ebike03 .top,.product-show-ebike03 .bottom{width: 40px;position: absolute;}
.product-show-ebike03 .top{top: 0;left: 0;}
.product-show-ebike03 .bottom{bottom: 0;right: 0;}
.product-show-ebike03 .box{width: 86%;margin: 0 auto;}
.product-show-ebike03 .box h2{text-align: center;line-height: 40px;}
.product-show-ebike03 .content{font-size: 20px;}
.sku-name.box-flex span{margin-left: 10px}
@media(max-width:1024px){
    .product-show-ebike03 .content{font-size: 18px;}
    .product-show-ebike03 .top, .product-show-ebike03 .bottom{width: 30px;}
    .product-show-ebike03 .box h2{line-height: 30px;}
}
@media(max-width:576px){
    .product-show-ebike03 .content{font-size: 16px;}
}


h2.main-title01{text-align: center;margin-bottom: 30px;text-transform: uppercase;}
.ebike04-swiper-1400{position:relative;overflow:hidden;}
.ebike04-swiper-1400 .swiper{width:100%;}
.ebike04-swiper-1400 .swiper-slide{height:auto;}
.ebike04-swiper-1400 .word .box-1401{width: 100%;}
.ebike04-swiper-1400 .picture{width:56%;float: left;overflow: hidden;height: 458px;}
.ebike04-swiper-1400 .picture img{width:100%;height:100%;object-fit: cover;}
.ebike04-swiper-1400 .word{width: 40%;float: right;display: flex;align-items: center;min-height: 458px;} 
.ebike04-swiper-1400 .word .main-title03{margin-bottom: 20px;line-height: 32px;}
.ebike04-swiper-1400 .word .des1{font-size: 18px;}
.ebike04-swiper-1400 .picture,.ebike04-swiper-1400 .word{display: flex;align-items: center;}
.ebike04-swiper-1400 .box{width: 100%;display: flow-root;margin-bottom: 6%;}
.ebike04-swiper-1400 .box:last-child{margin-bottom: 0;}
.ebike04-swiper-1400 .box:nth-child(2n) .picture{float: right;}
.ebike04-swiper-1400 .box:nth-child(2n) .word{float: left;}
.ebike04-swiper-1400 .swiper-button-next,.ebike04-swiper-1400 .swiper-button-prev{color:#333;}
.ebike04-swiper-1400 .swiper-button-next:after,.ebike04-swiper-1400 .swiper-button-prev:after{font-size:20px;}
@media(max-width:1024px){
    h2.main-title01{margin-bottom: 20px;}
}
@media(min-width:768px){
  .ebike04-swiper-1400 .swiper-wrapper{transform:none;display: block;}
  .ebike04-swiper-1400 .swiper-slide{transform:none;}
  .ebike04-swiper-1400 .swiper-button-next,.ebike04-swiper-1400 .swiper-button-prev,.ebike04-swiper-1400 .swiper-pagination{display:none;}
}
@media(max-width:768px){
    .ebike04-swiper-1400 .picture{width: 100%;height: auto;}
    .ebike04-swiper-1400 .word{width: 100%;min-height: inherit;}
    .ebike04-swiper-1400 .word .main-title03{margin: 20px 0 10px;line-height: 24px;}
}
@media(max-width:576px){
    .ebike04-swiper-1400 .word .des1{font-size: 16px;line-height: 25px;}
    .ebike04-swiper-1400 .swiper-button-next,.ebike04-swiper-1400 .swiper-rtl .swiper-button-prev,.ebike04-swiper-1400 .swiper-button-prev,.ebike04-swiper-1400 .swiper-rtl .swiper-button-next{top: 26%!important;}
    .product-show-ebike04.main-width-02,.ebike04-swiper-1400 .picture,.ebike04-swiper-1400 .word{margin-left: 0;margin-right: 0;}
    .ebike04-swiper-1400 .picture,.ebike04-swiper-1400 .word{width: 92%;float: none!important;margin: 0 auto;}
}


.product-show-ebike05 table{width: 100%;border-collapse: collapse;}
.product-show-ebike05 table td{padding: 20px 15px;width: 70%;word-wrap: break-word;word-break: break-word;white-space: normal;line-height: 22px;}
.product-show-ebike05 table td:first-child {width: 30%;font-weight: 600;word-wrap: break-word;word-break: break-word;white-space: normal;}
.product-show-ebike05 table tr{border-bottom: 1px solid #ddd;display: flex;align-items: center;}
.product-show-ebike05 tr.tr-1121{margin-top: 40px;padding-bottom: 0!important;margin-top: 40px;display: flow-root;width: 100%;border: none;}
.product-show-ebike05 tr.tr-1121:first-child{margin-top: 0!important;}
.product-show-ebike05 tr.tr-1122 .ic3{width: 50px;}
.product-show-ebike05 tr.tr-1122 .ic4{width: 110px;}
.product-show-ebike05 tr.tr-1122 td,.product-show-ebike05 tr.tr-1122 dl{display: flex;align-items: center;gap: 15px;}
.product-show-ebike05 tr.tr-1122 dt{text-align: center;margin-right: 30px;font-size: 15px;}
.product-show-ebike05 tr.tr-1122 dt p{margin-bottom: 0;}
.product-show-ebike05 tr.tr-1122 .phone{display: none;}
.product-show-ebike05 tr.tr-1122 .phone img{max-height: 40px;}
.product-show-ebike05 tr.tr-1122 .phone dt{margin: 0;}
@media(max-width:576px){
    .product-show-ebike05 tr.tr-1122 .phone{display: block;}
    .product-show-ebike05 tr.tr-1122 .desktop{display: none;}
    .product-show-ebike05 tr.tr-1122 .ic3{width: 30px;}
    .product-show-ebike05 tr.tr-1122 td,.product-show-ebike05 tr.tr-1122 dl{gap: 8px;}
    .product-show-ebike05 table td{padding: 15px 0;line-height: 20px;width: 66%;}
    .product-show-ebike05 table td:first-child{padding-right: 20px;width: 34%;}
    .product-show-ebike05 tr.tr-1121{margin-top: 20px;}
}


.product-show-ebike06{}
.product-show-ebike06 .content{font-size: 20px;}
.product-show-ebike06 .content p:last-child{margin-bottom: 0!important;}
@media(max-width:1024px){
    .product-show-ebike06 .content{font-size: 18px;}
}
@media(max-width:576px){
    .product-show-ebike06 .content{font-size: 16px;}
}


.tab-box-1338 .cilck-show { display: none; }
.tab-box-1338 .cilck.active {border-bottom: 4px solid #000; color: #000;}
.tab-box-1338 .image dt { display: none; }
.tab-box-1338 .image dt.active { display: block; }
.tab-box-1338 .tab-1339{display: flex;justify-content: center;gap: 8%;margin-bottom: 40px;}
.tab-box-1338 .cilck{cursor: pointer;border-bottom: 4px solid rgba(255,255,255,0);color: #797979;text-transform: uppercase;}
.tab-box-1338 .image{width: 58%;float: left;}
.tab-box-1338 .content{width: 40%;float: right;}
.tab-box-1338 .content li .letters{min-width: 24px;height: 24px;border-radius: 100%;color: #fff;background: #000;font-size: 16px;font-weight: 500;margin-right: 15px;text-align: center;}
.tab-box-1338 .content li .title{font-weight: 600;word-break: break-all;overflow-wrap: break-word;width: calc(100% - 39px);line-height: 20px;margin-right: 30px;}
.tab-box-1338 .content li{margin-top: 12px;cursor: pointer;}
.tab-box-1338 .content li:last-child{margin-bottom: 0;}
.tab-box-1338 .content li.active .letters{background: #a6c939;}
.tab-box-1338 .content li.active{color: #a6c939;}
.tab-box-1338 .content li:first-child{margin-top: 10%;}
@media(max-width:1024px){
    .tab-box-1338 .image,.tab-box-1338 .content{width: 100%;}
    .tab-box-1338 .tab-1339{margin-bottom: 20px;}
    .tab-box-1338 .content li{margin-top: 8px;}
    .tab-box-1338 .content li:first-child{margin-top: 20px;}
    .tab-box-1338 .cilck.active{border-bottom: 3px solid #000;}
    .tab-box-1338 .cilck{border-bottom: 3px solid rgba(255,255,255,0);}
}


.video-box-1354 .box-left .background{width: 100%;}
.video-box-1354 .box-right .link{display: inline-block;border-radius: 5px;padding: 0 40px;height: 40px;line-height: 40px;background: #000;color: #fff;margin-top: 5%;}
.video-box-1354 .box-right .link::before {background: #a6c939;}
.video-box-1354 .box-right .link:hover{color: #fff!important;}
.video-box-1354 .box-right .word,.video-box-1354 .box-right .txt{font-size: 20px;}
.video-box-1354 .box-right .txt{font-weight: 500;margin: 2px 0;}
.video-box-1354 .box-right .txt span{color: #888;}
.video-box-1354 .box-right .parameters{margin: 20px 0;}
.video-box-1354 .box-right .main-title05{margin-bottom: 20px;}
.video-box-1354 .box-right .word{margin-top: 20px;}


.product-show-ebike07 #AbmessungenPopup{display: flex;justify-content: center;}
.product-show-ebike07 #AbmessungenPopup .pop-up-260520{display: inline-block;border-radius: 5px;padding: 18px 40px;background: #000;color: #fff;margin-top: 40px;cursor: pointer;font-size: 17px;text-align: center;}
.product-show-ebike07 #AbmessungenPopup .pop-up-260520::before {background: #a6c939;}
.product-show-ebike07 #AbmessungenPopup .pop-up-260520:hover{color: #fff!important;}
.product-show-ebike07 #AbmessungenPopup .pop-up-260520 p{font-size: 17px;margin-top: 5px!important;}
.product-show-ebike07 #AbmessungenPopup .box-959{gap: 20px;}
.product-show-ebike07 #AbmessungenPopup .box-959 img{max-width: 55%;}
.product-show-ebike07 #AbmessungenPopup .box-959 h4{font-size: 20px;font-weight: 600;margin-bottom: 4%;}
.product-show-ebike07 #AbmessungenPopup .box-728{max-height: calc(100vh - 100px);}
@media(max-width:768px){
    .product-show-ebike07 #AbmessungenPopup .pop-up-260520{margin-top: 25px;font-size: 16px;padding: 15px 20px;}
    .product-show-ebike07 #AbmessungenPopup .box-959{display: block;}
    .product-show-ebike07 #AbmessungenPopup .box-959 img{max-width: 100%;}
    .product-show-ebike07 #AbmessungenPopup .box-959 h4{font-size: 17px;margin-bottom: 10px;}
}


.product-inventory-1333{background: #F1F7EB;border-radius: 6px;padding: 10px 15px;margin-top: 20px;color: #a6c939;display: inline-block;line-height: 20px;}
.product-inventory-1333 .box-prompt{font-size: 16px;font-weight: 600;margin-bottom: 5px;}
.product-inventory-1333 .pop-up-box-260520{}
.product-inventory-1333 .pop-up-box-260520 .pop-up-260520{margin-left: 0;text-decoration: underline;cursor: pointer;text-underline-offset: 3px;}
.product-inventory-1333 .pop-up-box-260520 .all-pop-up-box-260520,.product-show-ebike01 .product-show-info .sku-Rahmenummer .all-pop-up-box-260520{color: #000;max-width: 500px;}
.product-inventory-1333 .pop-up-box-260520 .box-728{padding: 40px;}
.product-inventory-1333 .pop-up-box-260520 .box-728 h4,.product-show-ebike01 .product-show-info .sku-Rahmenummer .all-pop-up-box-260520 .box-728 h4{font-size: 20px;font-weight: 600;margin-bottom: 10px;line-height: 30px;}
.product-inventory-1333 .pop-up-box-260520 .box-728 form{margin-top: 10px;}
.product-inventory-1333 .pop-up-box-260520 .box-728 form input{height: 50px;line-height: 50px;border-radius: 6px;width: 100%;background: #f2f2f2;padding: 0 20px;font-size: 16px;}
.product-inventory-1333 .pop-up-box-260520 .box-728 form span{font-size: 14px;font-weight: 600;color: #e20000;margin-top: 5px;display: inline-block;}
.product-inventory-1333 .pop-up-box-260520 .box-728 form button{height: 50px;line-height: 50px;font-size: 16px;font-weight: 500;color: #fff;background: #a6c939;cursor: pointer;border-radius: 6px;padding: 0 20px;display: inline-block;width: 100%;margin-top: 15px;}
.product-inventory-1333 .pop-up-box-260520 .box-728 form button::before {background: #000;}
.product-inventory-1333 .pop-up-box-260520 .box-728 i{font-size: 14px;text-align: center;margin-top: 6px;display: block;font-style: normal;}
.product-inventory-1333 .pop-up-box-260520 .box-1335{padding: 30px 20px;display: none;text-align: center;}
.product-inventory-1333 .pop-up-box-260520 .box-1335 p,.product-show-ebike01 .product-show-info .sku-Rahmenummer .all-pop-up-box-260520 .box-728 p{line-height: 24px;font-weight: 500;}
.product-inventory-1333 .pop-up-box-260520 .box-1335 svg{width: 40px;height: 40px;margin-bottom: 10px;}
@media (max-width: 576px) { 
    .product-inventory-1333 .pop-up-box-260520 .box-728 h4{font-size: 18px;line-height: 24px;}
    .product-inventory-1333 .pop-up-box-260520 .box-728{padding: 15px;}
}

.product-show-ebike01 .product-show-info .sku-model-box{}
.product-show-ebike01 .product-show-info .sku-model-box .custom-details {position: relative;display: inline-flex;}
.product-show-ebike01 .product-show-info .sku-model-box .details-summary,.product-show-ebike01 .product-show-info .sku-Rahmenummer input{border-radius: 5px;border: 2px solid #000;padding: 13px 15px;line-height: 20px;font-weight: 500;overflow: hidden;cursor: pointer;min-width: 260px;width: 100%;}
.product-show-ebike01 .product-show-info .sku-model-box .details-summary::-webkit-details-marker {display: none;}
.product-show-ebike01 .product-show-info .sku-model-box .details-arrow {width: 12px;height: 16px;display: block;transform: rotate(90deg);margin-left: 15px;}
.product-show-ebike01 .product-show-info .sku-model-box .custom-details[open] .details-arrow {transform: rotate(-90deg);}
.product-show-ebike01 .product-show-info .sku-model-box .details-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    margin-top: 5px;
    z-index: 100;
    padding: 10px 0;
}
.product-show-ebike01 .product-show-info .sku-model-box .details-option {
    padding: 5px 15px;font-size: 16px;font-weight: 500;
    cursor: pointer;
}
.product-show-ebike01 .product-show-info .sku-model-box .details-option:hover {
    color: #a6c939;
}

.product-show-ebike01 .product-show-info .sku-Rahmenummer-box{display: flex;align-items: center;gap: 10px;}
.product-show-ebike01 .product-show-info .sku-Rahmenummer input{max-width: 260px;font-size: 17px;}
.product-show-ebike01 .product-show-info .sku-Rahmenummer .all-pop-up-box-260520{max-width: 500px;}
.product-show-ebike01 .product-show-info .sku-Rahmenummer .pop-up-box-260520 .box-728{padding: 40px;}
.product-show-ebike01 .product-show-info .sku-Rahmenummer .pop-up-box-260520 .box-728 img{margin-top: 20px;}
@media(max-width: 576px){
    .product-show-ebike01 .product-show-info .sku-Rahmenummer .pop-up-box-260520 .box-728{padding: 20px;}
    .product-show-ebike01 .product-show-info .sku-Rahmenummer input{font-size: 16px;}
}


.product-tab-1551{display: flex;justify-content: center;gap: 8%;margin-bottom: 40px;}
.product-tab-1551 .product-tabshow-260519{border-bottom: 4px solid rgba(255,255,255,0);color: #797979;cursor: pointer;}
.product-tab-1551 .activeSecond-260519{border-bottom: 4px solid #000;color: #000;}

.product-show-ebike12{background: url(/wp-content/uploads/2024/04/1920-800-pridot-1.webp) no-repeat top left;background-size: cover;display: flow-root;}
.product-show-ebike12 .box1401{width: 50%;}
.product-show-ebike12 .box1401 h2{line-height: 30px;margin-bottom: 20px;}
.product-show-ebike12 .box1401 .word{font-size: 20px;line-height: 32px;}
.product-show-ebike12 .box1403{width: 100%;max-width: 1140px;margin: 0 auto;display: block!important;}
.product-show-ebike12 .box1403 h2{text-align: center;}
.product-show-ebike12 .box1402{width: 46%;}

.tab-box-1338 .box-1443{width: 230px;}
.tab-box-1338 .box-1443 .parameters{width: 49%;text-align: right;}
.tab-box-1338 .box-1442{width: calc(100% - 230px);justify-content: flex-start;}    
.tab-box-1338 .box-1445 .parameters{font-size: 20px;font-weight: 600;}
.tab-box-1338 .cilck-show-1446 li:first-child{margin-top: 12px;}
.tab-box-1338 .content li .box-1442 .title{margin-right: 0;}
@media(max-width:1200px){
    .product-show-ebike12 .box1401 .word{font-size: 18px;line-height: normal;}
}
@media(max-width:1024px){
    .tab-box-1338 .box-1445{width: 100%;}
}
@media(max-width:768px){
    .product-show-ebike12 .box1400{display: inline-block;}
    .product-show-ebike12 .box1401,.product-show-ebike12 .box1402{width: 100%;}
    .product-show-ebike12 .box1402{margin-top: 30px;}
}
@media(max-width:576px){
    .product-show-ebike12 .box1401 h2{line-height: 26px;}
    .product-show-ebike12 .box1401 .word{font-size: 16px;}
    .tab-box-1338 .box-1445 .parameters{font-size: 18px;}
    .tab-box-1338 .box-1443{width: 180px;}
    .tab-box-1338 .box-1442{width: calc(100% - 180px);} 
}



.des-260723{font-weight: 600;color: #e20000;margin-top: 20px;}
.addcart-none {pointer-events: none;cursor: not-allowed;opacity: 0.6;}

@media(max-width:1024px){
    .tab-box-1338{max-width: 600px;margin: 0 auto;width: 100%;}
}
@media(max-width:576px){}

