.switch_background{display:block;background:#e1e2e4;width:3.2rem;height:2rem;border-radius:1.5rem;position:relative;cursor:pointer}.switch_background .switch_circle{background:#fff;width:1.6rem;height:1.6rem;border-radius:100%;position:absolute;top:.2rem;left:.2rem;transition:left .3s}input[type=checkbox]:checked+.switch_background,.switch_background.active{background:#34c759}input[type=checkbox]:checked+.switch_background .switch_circle,.switch_background.active .switch_circle{left:1.4rem}.sell_input_wrapper{display:block;width:100%;position:relative;margin-bottom:2rem}.sell_input_wrapper .sell_input{width:100%;background:#ececed;border-radius:1.5rem}.sell_input_wrapper .input_icon{position:absolute;top:50%;transform:translateY(-50%);right:1rem}.trade_in_wrapper{margin-top:2rem;border-radius:1.5rem;background:var(--1, linear-gradient(165deg, #000 4.36%, #051728 55.44%, #3C3C3C 103.38%));color:#fff;font-size:.75rem;line-height:1.3;padding:1.5rem;display:grid;grid-template-areas:"image name" "text1 text1" "offer offer" "buttons buttons" "text2 text2";grid-template-columns:min-content;gap:1rem;position:relative;z-index:1}.trade_in_scroll_anchor{position:absolute;top:-6rem}.trade_in_name{grid-area:name;color:#fff;margin:0;align-self:center;font-size:1rem}.trade_in_image_wrapper{grid-area:image;padding:.5rem;width:6.25rem;height:6.25rem;display:flex;justify-content:center;align-items:center;overflow:hidden}.trade_in_image_wrapper .trade_in_image{width:5rem;height:5rem}.trade_in_text_1{grid-area:text1}.trade_in_text_2{grid-area:text2}.trade_in_offer{grid-area:offer;font-size:.875rem;border-radius:.375rem;background:#ff2600;padding:.5rem .75rem;display:block;justify-self:start;align-self:center}.trade_in_offer .offer_price{font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif}.trade_in_buttons_wrapper{grid-area:buttons;display:flex;flex-direction:column;gap:.5rem}.trade_in_button{display:flex;gap:.75rem;justify-content:space-between;align-items:center;border:none;padding:.75rem 1.5rem;font-size:.875rem;background:linear-gradient(0deg, #2F363C 0%, #2F363C 100%),rgba(245,246,247,.27);border-radius:1.5rem;color:#fff;line-height:1.25rem;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.trade_in_button .arrow_icon{transform:rotate(270deg)}.trade_in_button.switch_button{padding:.5rem .5rem .5rem 1.5rem}.trade_in_calculation{padding:2.5rem 2rem 1.25rem 2rem;margin-top:-1.25rem;background-color:rgba(52,199,89,.15);border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;font-size:.75rem;line-height:1.3;overflow:hidden;max-height:0;opacity:0;transition:max-height .5s linear,opacity .5s ease-out}.trade_in_calculation.active{overflow:visible;max-height:9rem;opacity:1;transition-timing-function:linear,ease-in}.trade_in_calculation .calculation_line,.trade_in_overview .calculation_line{display:flex;justify-content:space-between}.trade_in_calculation .calculation_divider,.trade_in_overview .calculation_divider{border:none;border-top:1px solid #000}.trade_in_new_article_wrapper{position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(1.25rem);border-radius:1.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem}@supports(-webkit-backdrop-filter: blur(1.25rem)){.trade_in_new_article_wrapper{-webkit-backdrop-filter:blur(1.25rem)}}.trade_in_new_name{color:#fff;margin-top:0}.trade_in_new_image_wrapper{width:3.75rem;height:3.75rem;border-radius:100%;border:1px solid #fff;background:linear-gradient(0deg, rgba(3, 3, 3, 0.4) 0%, rgba(3, 3, 3, 0.4) 100%),rgba(245,246,247,.27);display:flex;justify-content:center;align-items:center;flex-shrink:0}.trade_in_new_image{width:2.5rem;height:2.5rem}.trade_in_overview{background-color:#f5f6f7;border-radius:1rem;padding:1rem}.trade_in_overview_headline{font-size:.875rem;margin-bottom:.25rem;display:block}.trade_in_overview_image{width:2.5rem;height:2.5rem}.trade_in_overview_article{display:flex;gap:1.25rem;align-items:center;line-height:1.4}.trade_in_overview_article_name{flex-grow:1}.trade_in_overview_price{color:#21a419;text-align:right}.sell_list_slider_popup .popup_box{height:85%}.trade_in_sell_list_item{background:#ececed;border-radius:1rem;margin-top:.75rem;padding:.75rem 1rem;display:grid;align-items:center;gap:.75rem;grid-template-areas:"image text" "image button"}.trade_in_sell_list_item .sell_list_item_image{grid-area:image;width:5rem;height:5rem;border-radius:1rem}.trade_in_sell_list_item .sell_list_item_text{grid-area:text;flex-grow:1;display:flex;flex-direction:column}.trade_in_sell_list_item .sell_list_item_button{grid-area:button;padding:.5rem;border-radius:.5rem;border:none;background:#ff2600;color:#fff;font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;cursor:pointer}.trade_in_sell_list_item .sell_list_item_button:disabled{background:#000;cursor:default}@media screen and (min-width: 768px){.sell_list_slider_popup .popup_box{height:100%;min-width:35rem}}@media screen and (min-width: 900px){.trade_in_scroll_anchor{top:-8rem}}@media screen and (min-width: 1200px){.trade_in_wrapper{padding:2rem;gap:0 2.5rem;grid-template-areas:"image offer buttons" "image name buttons" "image text1 buttons" "image text2 buttons"}.trade_in_name{font-size:1.125rem;margin:1rem 0 .5rem 0}.trade_in_image_wrapper{padding:0}.trade_in_image_wrapper .trade_in_image{width:6.25rem;height:6.25rem}.trade_in_image_wrapper,.trade_in_buttons_wrapper{align-self:center}.trade_in_offer{font-size:1.125rem}.trade_in_offer .offer_price{font-size:1.25rem}.trade_in_calculation{padding:2.5rem 2rem 1.25rem 2rem;font-size:.875rem}.trade_in_new_article_wrapper{flex-direction:row;justify-content:flex-start;padding:2rem}.trade_in_new_image_wrapper{width:7.5rem;height:7.5rem}.trade_in_new_image{width:5rem;height:5rem}.trade_in_overview_article{font-size:.875rem}.trade_in_overview_image{width:3rem;height:3rem}.trade_in_sell_list_item{grid-template-areas:"image text button";grid-template-columns:5rem auto min-content}}.show_differences{display:flex;justify-content:center;margin-top:1rem}.show_differences input:checked~.checkmark{background-color:#fff}.show_differences .checkmark{border-radius:.25rem;width:1.5rem;height:1.5rem}.show_differences .checkmark::after{left:.5rem;top:.25rem;width:.25rem;height:.5rem;border-color:#000;border-width:0 .1875rem .1875rem 0}.show_differences:hover input~.checkmark{background-color:#f5f6f7}.article_group_inputs{margin-top:1rem;display:flex;justify-content:space-between}.article_groups_label{display:flex;flex-direction:column;align-items:center;width:calc((100% - .75rem)/2);background:#fff;padding:.5rem;border-radius:1rem;gap:1rem}.article_groups_name{flex-grow:1}.article_groups_input{width:100%;background-color:#fff;border-radius:2rem;border:1px solid #e1e2e4;font-size:.75rem}.article_type_image{width:calc((min(100vw,40rem) - 4.75rem)/2);height:calc((min(100vw,40rem) - 4.75rem)/2)}.article_type_search_label{position:relative}.article_type_search_label .icon_search{color:#000}.article_type_search_label .icon_search:before{line-height:1;position:absolute;top:50%;transform:translateY(-50%);right:.5rem;width:1rem;height:1rem;cursor:pointer}.open_article_button{background-color:#000;color:#fff;border-radius:2rem;font-weight:bold;padding:.625rem;font-size:.75rem;line-height:1.2;width:8.5rem;text-align:center}.open_article_button:hover{background-color:#3d3e40;text-decoration:none}.comparison-autocomplete-container{font-size:.75rem}.comparison_row{display:flex;justify-content:space-between;font-weight:bold;color:#000;margin-bottom:1.5rem}.comparison_detail_property{width:calc((100% - .75rem)/2)}.comparison_detail_property{background:#fff;color:#000;padding:1rem;border-radius:1rem;display:flex;flex-direction:column;gap:.75rem}.comparison_detail_property{display:flex;flex-direction:column;font-size:.875rem;font-weight:normal}.product_comparison_title{text-align:center;padding:.5rem;backdrop-filter:blur(1rem);position:sticky;top:-1.5rem;margin-top:1.5rem;z-index:1}.product_comparison_main_page_wrapper .technical_detail_header,.product_comparison_popup_wrapper .technical_detail_header{font-size:1.5rem;text-align:center}.product_comparison_main_page_wrapper .technical_detail_image,.product_comparison_popup_wrapper .technical_detail_image{width:3.75rem;margin-bottom:1rem}.product_comparison_main_page_wrapper .technical_detail_name,.product_comparison_popup_wrapper .technical_detail_name{font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;font-size:.625rem;line-height:1.25;color:rgba(0,0,0,.6509803922)}.product_comparison_main_page_wrapper .technical_detail_property,.product_comparison_popup_wrapper .technical_detail_property{display:flex;flex-direction:column;font-size:.875rem;font-weight:normal}.product_comparison_main_page_wrapper .technical_detail_property.has_difference,.product_comparison_popup_wrapper .technical_detail_property.has_difference{font-weight:bold}.product_comparison_main_page_wrapper{background:#f5f6f7;padding:1rem}.product_comparison_main_page_wrapper .h1{font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;font-size:1rem;text-align:center;padding:.5rem;backdrop-filter:blur(1rem);position:sticky;top:0;z-index:1}.product_comparison_main_page_wrapper .inner_wrapper,.product_comparison_main_page_wrapper .seo_text{max-width:50rem;margin:0 auto}.comparison_main_fact{width:calc((100% - .75rem)/2);background:#fff;padding:1rem;border-radius:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;font-size:.875rem;line-height:1.25}@media screen and (min-width: 400px){.comparison_detail_property{font-size:1rem}.product_comparison_main_page_wrapper .technical_detail_property{font-size:1rem}.product_comparison_main_page_wrapper .technical_detail_name{font-size:.75rem}}@media screen and (min-width: 768px){.product_comparison_title{top:-3rem}.show_differences{margin-top:2rem}.article_groups_label{padding:2rem}.article_groups_label,.comparison_detail_property{width:calc((100% - 2rem)/2)}.article_groups_input,.autocomplete-suggestions{font-size:1rem}.comparison-autocomplete-container{font-size:1rem}.article_type_image{width:50%;height:auto}.comparison_main_fact{font-size:1.125rem;width:calc((100% - 2rem)/2)}.product_comparison_main_page_wrapper .article_type_image{width:calc((min(100vw,40rem) - 4.75rem)/2);height:calc((min(100vw,40rem) - 4.75rem)/2)}}@media screen and (min-width: 900px){.product_comparison_main_page_wrapper .h1{font-size:2rem}}.zoom_wrapper{height:100%;width:100%;display:none;top:0;left:0;position:fixed;background-color:#fff;z-index:1000;text-align:center}.zoom_wrapper .slick-list{text-align:center}.zoom_slider_container{display:flex;align-items:center;height:calc(100% - 3rem)}.zoom_slider{margin:0 auto;width:100%;touch-action:auto !important}.zoom_image{max-width:100%;max-height:85vh;height:auto;width:auto !important;margin:0 auto}@media screen and (min-width: 768px){.zoom_slider_container{height:unset}}.usp_wrapper{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;max-width:48rem;font-size:.875rem}.usp_tile{width:100%;display:flex;gap:1rem;align-items:center;line-height:1.5}.usp_image_wrapper{background-color:rgba(52,153,247,.168627451);width:3rem;height:3rem;flex-shrink:0;border-radius:.625rem;display:flex;justify-content:center;align-items:center}.usp_image_wrapper .usp_image{width:50%}@media screen and (min-width: 768px){.usp_wrapper{gap:1rem}.usp_tile{width:calc(50% - .5rem)}}.widget_trust{margin:60px 16px}.widget_trust .h2_alternative{margin:1em 1em}.usp_area{color:#fff;text-align:center;position:relative;font-size:.875rem}.usp_area .h3_alternative,.usp_area .usp_section_headline,.usp_area a{color:#fff}.usp_area a{text-decoration:underline}.usp_area .usp_section_headline{font-size:1rem;margin:.625rem 0 .375rem 0}.usp_banner_wrapper{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden;z-index:-1}.usp_banner_wrapper .usp_banner{width:200%;margin-top:15%;margin-left:-75%}.usp_content{padding:3.75rem 0 3rem 0;background-image:linear-gradient(#000 10%, transparent 20%, transparent 30%, #000 35%),url("https://assets.clevertronic.de/repo/shop/images/usp_banner.jpeg");position:static;background-repeat:no-repeat;background-size:cover,200%;background-position:0 0,75% 9%}.usp_description{margin:0 1rem}.usp_sections{margin:12rem auto 0 auto;max-width:107rem;padding:0 1rem;display:flex;flex-direction:column;gap:.75rem}.usp_section{display:flex;flex-direction:column;align-items:center;line-height:1.25}.usp_section_icon{width:1.5rem;height:1.5rem}.widget_trust_trustpilot{margin-bottom:40px}.widget_trust_connect{max-width:335px;margin:0 auto}.widget_trust_connect_img{max-width:100%;height:auto;aspect-ratio:attr(width)/attr(height)}@media screen and (min-width: 400px){.usp_banner_wrapper .usp_banner{width:175%;margin-top:13%;margin-left:-64%}.usp_content{background-image:linear-gradient(#000 10%, transparent 20%, transparent 35%, #000 40%),url("https://assets.clevertronic.de/repo/shop/images/usp_banner.jpeg")}.usp_sections{margin:10rem auto 0 auto}}@media screen and (min-width: 500px){.usp_banner_wrapper .usp_banner{width:150%;margin-left:-47%}.usp_content{background-image:linear-gradient(#000 10%, transparent 20%, transparent 40%, #000 50%),url("https://assets.clevertronic.de/repo/shop/images/usp_banner.jpeg")}}@media screen and (min-width: 768px){.usp_banner_wrapper .usp_banner{width:100%;margin-left:0}.usp_content{background-image:linear-gradient(#000 15%, transparent 20%, transparent 40%, #000 45%),url("https://assets.clevertronic.de/repo/shop/images/usp_banner.jpeg");background-size:cover,110%;background-position:0 0,90% 17%}.usp_sections{margin:10rem auto 0 auto}}@media screen and (min-width: 1020px){.usp_banner_wrapper .usp_banner{margin-top:-11%}.usp_content{padding:15rem 0 3rem 0;background-size:cover,100%;background-position:0 0,90% -72%;background-image:linear-gradient(transparent 15%, #000 50%),url("https://assets.clevertronic.de/repo/shop/images/usp_banner.jpeg")}.usp_description{font-size:1.25rem}.usp_sections{margin:3rem auto 0 auto;flex-direction:row;gap:3rem}.usp_section_icon{width:3rem;height:3rem}.widget_trust{margin:120px 16px}.widget_trust_usp_area{display:flex;max-width:initial;justify-content:center;margin:0 50px 40px}.widget_trust_usp{margin-right:20px;max-width:330px}.widget_trust_usp:last-child{margin-right:0}}@media screen and (min-width: 1440px){.usp_content{padding:23rem 0 3rem 0;background-image:linear-gradient(transparent 15%, #000 80%),url("https://assets.clevertronic.de/repo/shop/images/usp_banner.jpeg");background-size:cover,100%;background-position:center,0 70%}}.payment_methods_header{font-size:1.125em}.payment_methods{display:flex;flex-wrap:wrap;justify-content:space-between}.payment_methods .payment_method{width:calc(25% - 6px);margin-bottom:.5rem;background-color:#fff;border-radius:.5rem;display:inline-flex;justify-content:center;align-items:center}.payment_methods .payment_method .payment_method_img{max-width:5.4375rem;max-height:2.3125rem;height:100%;width:100%}.full_site_wrapper{background:#040a1d;color:#fff;text-align:center;padding:1rem;overflow-x:hidden}h1{margin:0;color:#fff;padding:.5rem;font-size:1.75rem}.h2_alternative{font-size:1.5rem;padding:.5rem 3.5rem 0 3.5rem}.h2{font-size:1.25rem}.upgrade_error_message,.upgrade_warning_message{max-width:25rem;margin:0 auto 2rem auto;border-radius:1.25rem;padding:.75rem;color:#fff}.upgrade_error_message{background-color:#dd391c}.upgrade_warning_message{background-color:#ff870e}.trade_in_wrapper{max-width:25rem;margin:0 auto;text-align:left;font-size:.75rem;line-height:1.4;padding:.75rem;background:#2a3641;border-radius:.625rem;gap:.25rem .5rem;grid-template-areas:"image name buttons" "image offer buttons";grid-template-columns:auto 1fr auto}.trade_in_image_wrapper{border-radius:0;background-color:rgba(0,0,0,0);padding:0;width:2.5rem;height:2.5rem}.trade_in_image_wrapper .trade_in_image{width:100%;height:100%}.trade_in_name{font-size:.75rem;margin:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;align-self:end}.trade_in_offer{font-size:.75rem;border-radius:0;background:rgba(0,0,0,0);padding:0;display:block;justify-self:start;align-self:start;white-space:nowrap}.trade_in_offer .offer_price{font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;font-size:.75rem}.trade_in_button{font-size:.75rem;font-weight:bold;padding:.5rem .875rem;background:#505a63;-webkit-tap-highlight-color:rgba(0,0,0,0)}.trade_in_button:active{opacity:.5}.comparison_link_wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;margin:1.25rem 0 1rem 0;font-size:.75rem;line-height:1.25}.comparison_link_wrapper .comparison_text{font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;position:relative}.comparison_link_wrapper .comparison_text::before,.comparison_link_wrapper .comparison_text::after{content:" ";background-image:url(https://assets.clevertronic.de/repo/shop/images/icons/arrow_round.svg);background-repeat:no-repeat;background-size:contain;width:.3125rem;height:.75rem;position:absolute}.comparison_link_wrapper .comparison_text::before{left:-0.6875rem;top:-0.25rem}.comparison_link_wrapper .comparison_text::after{right:-0.75rem;top:.4375rem;transform:rotate(180deg)}.text_link{-webkit-tap-highlight-color:rgba(0,0,0,0)}.text_link:active{opacity:.5}.device_swiper_wrapper{max-height:38rem;margin:-16rem -1rem;padding:16rem 1rem;overflow:hidden}.device_swiper{z-index:0;filter:drop-shadow(0 0 2rem #47ABF8);max-height:6rem;overflow:visible}.device_swiper .swiper-slide{display:inline;max-width:100%;width:225px;filter:brightness(30%);-webkit-tap-highlight-color:rgba(0,0,0,0)}.device_swiper .swiper-slide.swiper-slide-active{cursor:pointer;filter:none}.device_swiper .model_image{width:100%}#flip-wrapper{background-color:rgba(0,0,0,0);width:100%;height:22rem}#flip-wrapper.not_flippable{pointer-events:none}.flip_card{position:relative;margin:0 auto;width:min(100%,50rem);height:100%;text-align:center;-webkit-perspective:1000px;perspective:1000px;-webkit-transition:transform .8s;transition:transform .8s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#flip-wrapper.flipped .flip_card{-webkit-transform:rotateY(180deg) translateZ(1px);transform:rotateY(180deg) translateZ(1px)}.flip_front,.flip_back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.flip_back{-webkit-transform:rotateY(180deg) translateZ(1px);transform:rotateY(180deg) translateZ(1px);z-index:2}.model_tile{background:#2a3641;color:#fff;border-radius:1.25rem;max-width:22rem;font-size:.75rem;line-height:1.25;margin:0 auto;overflow:hidden;position:relative;z-index:1}.model_tile .h2{font-size:1rem;padding:0 2.5rem 0 2.5rem;color:#fff;margin:.75rem 0 0 0}.model_tile .show_model_text{display:block;margin-bottom:.625rem}.model_tile .short_information{display:none}.model_tile .prices{display:flex;justify-content:center;align-items:center;margin:.75rem 0 .5rem 0;gap:.375rem;cursor:pointer}.model_tile .swiper{width:100%}.model_tile .swiper .swiper-slide{font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;padding:.25rem .5rem;border-radius:.25rem;background:#505a63;width:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-height:2rem}.model_tile .swiper .swiper-slide.inactive{opacity:.3;cursor:not-allowed}.model_tile .swiper .swiper-slide.inactive .price_diff{display:none}.model_tile .swiper .swiper-slide.swiper-slide-active{background:#fff;color:#000}.model_tile .swiper .swiper-slide.swiper-slide-active .price_diff{display:none}.model_tile .swiper .swiper-slide .price_diff{font-family:"Inter","Adjusted Trebuchet MS Fallback",sans-serif;font-size:.5rem}.model_tile .wait_mask{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:1.25rem;background:hsla(0,0%,100%,.7);display:none;z-index:99}.model_tile .wait_mask .wait_spinner_gray:after{margin:-0.25rem auto;width:1.5rem;height:.5rem}.model_tile.loading .wait_mask{display:block}.model_tile.small_version{margin-top:6.9375rem;pointer-events:auto}.model_tile.small_version .swiper_row_wrapper,.model_tile.small_version .property_row_spacer,.model_tile.small_version .show_model_text{display:none}.model_tile.small_version .expand_box{transform:rotate(180deg)}.model_tile.small_version .short_information{display:block;color:hsla(0,0%,100%,.5);margin-top:.625rem;cursor:pointer}.model_tile.small_version .remove_device{top:-23.9375rem}.desktop_row_wrapper{display:none}.model_tile.option_not_available .original_price,.sticky_upgrade_bar.option_not_available .original_price{display:none}.model_tile.option_not_available .new_price,.sticky_upgrade_bar.option_not_available .new_price{font-family:"Inter","Adjusted Trebuchet MS Fallback",sans-serif}.model_tile.option_not_available .vat_info,.sticky_upgrade_bar.option_not_available .vat_info{display:none}.model_tile.option_not_available .price_text,.sticky_upgrade_bar.option_not_available .price_text{display:none}.model_tile.option_not_available .favorites_link,.sticky_upgrade_bar.option_not_available .favorites_link{display:flex}.model_tile.option_not_available .upgrade_button,.sticky_upgrade_bar.option_not_available .upgrade_button{display:none}.model_tile.option_not_available .favorite_button,.sticky_upgrade_bar.option_not_available .favorite_button{display:inline-flex}.property_row_spacer{height:2.0625rem}.swiper_row_wrapper{display:flex;position:relative;margin-bottom:.375rem;min-height:2.0625rem;white-space:nowrap}.swiper_row_wrapper:first-of-type{margin-top:.75rem}.swiper_row_wrapper .swiper_label{position:absolute;left:0;top:0;bottom:0;padding:0 .5rem;background:#fff;background:linear-gradient(90deg, #2A3641 75%, rgba(42, 54, 65, 0) 100%);z-index:2;display:flex;align-items:center;width:6rem;font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;margin:-2px 0}.swiper_row_wrapper .swiper_label.no_events{pointer-events:none}.conditions_label{cursor:pointer}.condition_help_icon,.upgrade_help_icon{background:#fff;color:#000;border-radius:100%;margin-left:.25rem;flex-shrink:0;font-size:.5rem;font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;width:.75rem;height:.75rem;display:inline-flex;justify-content:center;align-items:center;pointer-events:auto;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.condition_help_icon.inactive,.upgrade_help_icon.inactive{opacity:.3;pointer-events:none}.original_price{color:#eb001b;font-size:.75rem;font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;text-decoration:line-through}.new_price{font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;font-size:1rem}.vat_info{font-size:.5rem}.price_text,.favorites_link{font-size:.5rem;font-weight:bold;margin:0;gap:.25rem;line-height:1.25;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.favorites_link{text-decoration:underline;display:none}.upgrade_button,.favorite_button{font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;font-size:.875rem;padding:.875rem 1.5rem;border-style:none;border-radius:50vh;cursor:pointer;background:#ff2600;color:#fff;text-decoration:none;text-transform:uppercase;display:inline-flex;justify-content:center;align-items:center;text-align:center;gap:.5rem;margin:.75rem 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.upgrade_button:active,.favorite_button:active{opacity:.5}.favorite_button{background:#000;display:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.favorite_button:active{opacity:.5}.expand_box,.model_tile .close_wrapper,.remove_device{position:absolute;top:.75rem;right:1rem;width:1.5rem;height:1.5rem;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.expand_box:active,.model_tile .close_wrapper:active,.remove_device:active{opacity:.5}.expand_box .close,.model_tile .close_wrapper .close,.remove_device .close{width:100%;height:100%}.expand_box.remove_device,.model_tile .close_wrapper.remove_device,.remove_device.remove_device{left:1rem;right:auto}.expand_box{top:.25rem;right:.4rem;width:2rem;height:2rem}.expand_box img{width:100%}.model_tile .close_wrapper{top:.6rem}.popup_box{color:#000;text-align:left;padding:1rem}.upgrade_info_devices{display:grid;grid-template-areas:"oldImage oldName oldPrice" "oldImage oldOk ." "newImage newName newPrice" "newImage newOk ." "summaryLabel summaryLabel summaryPrice";background:#f5f6f7;border-radius:1rem;padding:1rem;gap:.5rem;font-size:.75rem;line-height:1.25}.old_device_image{grid-area:oldImage}.old_device_name{grid-area:oldName;font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;align-self:end}.old_device_price{grid-area:oldPrice;font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;color:#21a419;text-align:right;align-self:end}.old_device_ok{grid-area:oldOk;align-self:start}.new_device_image{grid-area:newImage}.new_device_name{grid-area:newName;font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;align-self:end}.new_device_price{grid-area:newPrice;font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;text-align:right;align-self:end}.new_device_ok{grid-area:newOk;align-self:start}.summary_label{grid-area:summaryLabel;font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif}.summary_price{grid-area:summaryPrice;font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;text-align:right}.information_section{background:#fff;color:#000;margin:0 -1rem -1rem -1rem;padding:1rem;text-align:left}.information_section .section_heading{font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;font-size:1.125rem;text-align:left;margin:4.5rem 0 1rem 0}.information_section .usp_content{margin:0 -1rem}.information_section .usp_area{margin-top:4.5rem}.sticky_upgrade_bar{background:#2a3641;color:#fff;position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-around;padding:.75rem 1.25rem;gap:.5rem;box-shadow:0 0 1rem rgba(0,0,0,.1);z-index:2;text-align:left}.sticky_upgrade_bar .prices{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem}.sticky_upgrade_bar .upgrade_button{font-size:.75rem;padding:.75rem 1.25rem}@media screen and (min-width: 1200px){h1{font-size:4.5rem;margin-top:2rem;margin-bottom:1.25rem;padding:0}.trade_in_wrapper{max-width:36rem;font-size:1.25rem}.trade_in_name{font-size:1.25rem}.trade_in_offer,.trade_in_button,.trade_in_offer .offer_price{font-size:.875rem}.comparison_link_wrapper{font-size:1.25rem;margin:2.5rem 0}.comparison_link_wrapper .comparison_text::before,.comparison_link_wrapper .comparison_text::after{width:.4375rem;height:1.0625rem}.comparison_link_wrapper .comparison_text::after{top:.75rem}#flip-wrapper{height:40rem}.device_section_wrapper{display:flex;margin-top:-1rem;gap:2rem}.device_section_wrapper .device_choice_section{flex-grow:1;max-width:calc(100% - 23.5rem)}.device_section_wrapper .information_section{background:#f5f6f7;margin-top:0;padding:0 2rem 2rem;max-width:24rem;font-size:.875rem}.device_section_wrapper .information_section .usp_tile{width:100%}.device_section_wrapper .information_section ul{padding-left:1rem}.device_swiper_wrapper{max-height:48rem}.device_swiper{max-height:16rem}.device_swiper .swiper-slide{width:480px}.model_tile{max-width:46rem;min-height:28rem;padding:2rem;font-size:1rem;overflow:visible}.model_tile .h2{font-size:1.5rem;margin:0}.model_tile.small_version{margin-top:15.875rem;min-height:auto}.model_tile.small_version .desktop_row_wrapper{display:none}.model_tile.small_version .remove_device{top:-32.875rem}.remove_device,.model_tile .close_wrapper{border:1px solid #fff;border-radius:2rem;padding:.5rem;width:3rem;height:3rem}.remove_device.remove_device,.model_tile .close_wrapper.remove_device{right:9rem;left:auto;top:-17rem;background:rgba(42,54,65,.7607843137)}.expand_box{top:1.5rem;right:1.5rem;width:3rem;height:3rem}.expand_box img{width:100%}.model_tile .close_wrapper{top:1.25rem;right:1.25rem}.swiper_row_wrapper{position:absolute;visibility:hidden;pointer-events:none}.desktop_row_wrapper{display:flex;margin-top:1rem;text-align:left;align-items:center}.desktop_row_wrapper .desktop_filter_label{font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;display:flex;align-items:center;width:8rem;flex-shrink:0}.desktop_row_wrapper .desktop_filter_row{display:flex;flex-wrap:wrap;gap:.75rem}.desktop_row_wrapper .desktop_filter{font-family:"Inter-ExtraBold","Adjusted Trebuchet MS Fallback",sans-serif;background:#505a63;padding:.625rem .75rem;height:3rem;font-size:.75rem;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;border-radius:.375rem;cursor:pointer}.desktop_row_wrapper .desktop_filter .price_diff{font-family:"Inter","Adjusted Trebuchet MS Fallback",sans-serif}.desktop_row_wrapper .desktop_filter.active{background:#fff;color:#000;font-size:1rem}.desktop_row_wrapper .desktop_filter.inactive{opacity:.3;cursor:not-allowed}.desktop_row_wrapper .desktop_filter.inactive .price_diff,.desktop_row_wrapper .desktop_filter.active .price_diff{display:none}.flip_front .desktop_row_wrapper{margin-top:2.5rem}.price_section_wrapper{margin-top:2rem}.new_price{font-size:1.875rem}.vat_info{font-size:.75rem}.price_text,.favorites_link{font-size:.75rem}.information_section{padding-top:0}.information_section .usp_area{margin-top:0}}@media screen and (min-width: 1920px){.price_section_wrapper{position:absolute;top:-12rem;right:-15rem}.device_section_wrapper .device_choice_section{max-width:calc(100% - 33rem)}.device_section_wrapper .information_section{padding:0 4.5rem 4.5rem;max-width:33rem}.device_swiper_wrapper{max-height:60rem;margin:-22rem -1rem;padding:22rem 1rem}.device_swiper{max-height:28rem}.device_swiper .swiper-slide{width:480px}.model_tile{max-width:60rem}.model_tile.small_version{margin-top:20rem;min-height:8rem}.model_tile.small_version .remove_device{top:-37rem}.model_tile.small_version .price_section_wrapper{top:-32rem}}