/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.10.2
*/
body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;display:none;z-index:1035}.sl-wrapper{z-index:1040;width:100%;height:100%;left:0;top:0;position:fixed}.sl-wrapper *{box-sizing:border-box}.sl-wrapper button{border:0 none;background:transparent;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:10060;margin-top:-14px;margin-right:-14px;height:44px;width:44px;line-height:44px;font-family:Arial,Baskerville,monospace;color:#000;font-size:3rem}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:1060;color:#000;font-size:1rem}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;height:44px;width:22px;line-height:44px;text-align:center;display:block;z-index:10060;font-family:Arial,Baskerville,monospace;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media(min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}}@media(min-width:50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}}.sl-wrapper.sl-dir-rtl .sl-navigation{direction:ltr}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none;width:100%;height:auto}@media(min-width:35.5em){.sl-wrapper .sl-image img{border:0 none}}@media(min-width:50em){.sl-wrapper .sl-image img{border:0 none}}.sl-wrapper .sl-image iframe{background:#000;border:0 none}@media(min-width:35.5em){.sl-wrapper .sl-image iframe{border:0 none}}@media(min-width:50em){.sl-wrapper .sl-image iframe{border:0 none}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#000;z-index:1060}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-moz-transform ease 200ms;transition:-ms-transform ease 200ms;transition:-o-transform ease 200ms;transition:-webkit-transform ease 200ms;transition:transform ease 200ms}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}.title__bar{flex-flow:row;align-items:flex-end;margin-bottom:4rem}.title__bar h1{margin-bottom:0;line-height:5rem}.title__back{position:relative;top:unset;left:unset}@media(max-width:767px){.title__bar{flex-flow:column;align-items:center;margin:2rem 0 1rem}.title__back{display:none}}.js-filter-mobile-open,.js-filter-mobile-apply{display:none}@media(max-width:991px){.js-filter-mobile-open,.js-filter-mobile-apply{display:flex;margin:0 auto 3rem}.js-filter-mobile-open svg,.js-filter-mobile-apply svg{margin-right:1rem}}.pop__seotext{margin-top:9rem}.pop__properties{display:flex;justify-content:space-between;margin-bottom:4rem}.pop__amount{position:relative}.pop__amount input[type="checkbox"]{opacity:0;position:absolute;top:0;left:0}.pop__amount label{display:flex;background-color:var(--blue-light);min-width:27rem;height:3.8rem;border-radius:1.9rem;cursor:pointer}.pop__amount label span{width:50%;height:3.8rem;padding:0 2rem;display:flex;justify-content:center;align-items:center;white-space:nowrap;position:relative;z-index:1}.pop__amount label:before{content:"";width:50%;height:3.4rem;position:absolute;top:.2rem;left:calc(50% - .2rem);background-color:#fff;border-radius:1.7rem;z-index:0;transition:var(--transition-default)}.pop__amount input[type="checkbox"]:checked~label:before{left:.2rem}.button--pdf{min-width:20rem;height:4.5rem;min-height:unset;background-color:#fff;border:.1rem solid #e6e6e6;border-radius:2.25rem;color:var(--black);padding:0 3rem 0 2.5rem;text-align:left;font-size:1.4rem;line-height:2.6rem;outline:0;font-weight:400;margin:0 1.5rem 0 auto}.button--pdf:hover{color:var(--black);border-color:var(--grey-light)}.button--pdf span:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19.9'%3E%3Cpath d='M17,16.9a2,2,0,0,1-2,2H3a2,2,0,0,1-2-2M14.3,9.7,9,15,3.7,9.7M9,1V15' fill='none' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");background-size:1.5rem auto;background-repeat:no-repeat;background-position:50% 50%;width:1.8rem;height:2rem;right:-2.5rem;transition:var(--transition-default)}.button--pdf:hover span:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19.9'%3E%3Cpath d='M17,16.9a2,2,0,0,1-2,2H3a2,2,0,0,1-2-2M14.3,9.7,9,15,3.7,9.7M9,1V15' fill='none' stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");right:-2.5rem}.button--pdf.disabled{color:#ccc!important;cursor:initial}.pop__sort .dropdown-toggle{min-width:20rem;height:4.5rem;background-color:#fff;border:.1rem solid #e6e6e6;border-radius:2.25rem;color:var(--black);padding:0 5rem 0 2.5rem;text-align:left;font-size:1.4rem;line-height:2.6rem;outline:0}.pop__sort .dropdown-toggle:hover{border-color:var(--grey-light)}.pop__sort .dropdown-toggle:after{border:0;margin:0;vertical-align:unset;background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpolyline points='1 1 7 7 13 1' fill='none' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% 50%;width:1.5rem;height:3rem;position:absolute;top:1rem;right:2.5rem;transition:transform .2s linear}.pop__sort .dropdown-toggle:hover:after{transform:translateY(.3rem)}.pop__sort .dropdown-toggle:active,.pop__sort .dropdown-toggle[aria-expanded="true"]{background-color:var(--blue-light)}.pop__sort .dropdown-toggle span{font-weight:500;text-transform:lowercase}.pop__sort .dropdown-menu{width:100%}.product__labels{display:flex;margin-bottom:1rem}.product__label{background-color:#fff;border:.2rem solid var(--red);background-size:1.5rem auto;background-position:2rem 1rem;background-repeat:no-repeat;min-height:2.8rem;border-radius:1.4rem;padding:.5rem 1rem .3rem;font-size:1.2rem;line-height:2rem;color:var(--red);font-weight:600;text-transform:uppercase;margin:0 .5rem 0 0}.product__details .product__labels{transform:translateY(-.5rem)}.productoverview__item .product__labels{position:absolute;top:1.5rem;left:0;flex-flow:column;align-items:flex-start}.productoverview__item .product__label{margin:0 0 .5rem}.productoverview__item .product__icons{position:absolute;bottom:1.5rem;left:0;align-items:flex-start;margin:0}.productoverview__item .product__icon{margin:0 1rem 0 0;background-color:#fff}.productoverview__item .product__icon img{margin:0;height:4rem;border:.1rem solid var(--blue-light)}@media(max-width:767px){.productoverview__item .product__labels{top:7.5rem;left:0}.productoverview__item .product__icons{position:relative;bottom:unset;left:unset;margin:0 0 0 10.5rem}.productoverview__item .product__icon{margin:.5rem .5rem 0 0}.productoverview__item .productoverview__image .product__icon img{height:4rem}}@media(max-width:767px){.pop__properties{display:none}}.productfilter__wrapper{padding-bottom:6rem}.productfilter{will-change:min-height}.productfilter .inner-wrapper-sticky{transform:translate(0,0);transform:translate3d(0,0,0);will-change:position,transform}.productfilter__group{margin-bottom:3rem}.productfilter__group .dropdown-menu{position:relative;top:unset;left:unset;float:unset;min-width:100%;padding:0;margin:0;border:0}.productfilter__group .productfilter__header{background:none;border:0;padding:1rem 3rem 1rem 0;margin:0;font-family:'Changa';font-weight:800;font-size:2.2rem;line-height:2rem;color:#000;width:100%;text-align:left;position:relative;outline:0;display:flex}.productfilter__group .productfilter__header:after{content:"";background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpolyline points='1 1 7 7 13 1' fill='none' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% 50%;width:1.5rem;height:3rem;position:absolute;top:.6rem;right:0;transition:transform .2s linear}.productfilter__group .productfilter__header:hover:after{transform:translateY(.3rem)}.productfilter__group .productfilter__header[aria-expanded="true"]:after{transform:rotate(180deg)}.productfilter__group .productfilter__header[aria-expanded="true"]:hover:after{transform:rotate(180deg) translateY(.3rem)}.productfilter__group ul{list-style:none;margin:0;padding:0}.productfilter__group ul li{display:flex;position:relative;margin:1rem 0}.productfilter__group ul li a{width:100%;display:flex;color:var(--black)}.productfilter__group ul li a:hover{color:var(--blue)}.productfilter__group ul li span{margin-left:auto;font-size:1.2rem;color:var(--grey);transform:translateY(.1rem)}.productfilter__group ul li input[type="checkbox"]{position:absolute;top:0;left:0;opacity:0}.productfilter__group ul li input[type="checkbox"]~label{width:100%;position:relative;padding-left:4rem;cursor:pointer;transition:var(--transition-default)}.productfilter__group ul li input[type="checkbox"]~label:hover{color:var(--blue)}.productfilter__group ul li input[type="checkbox"]~label:before{content:"";width:2rem;height:2rem;border-radius:.2rem;border:.1rem solid #e1e5e6;position:absolute;top:.4rem;left:0;transition:var(--transition-default)}.productfilter__group ul li input[type="checkbox"]:checked~label{color:var(--blue);font-weight:600}.productfilter__group ul li input[type="checkbox"]:checked~label:before{border-color:var(--blue);background-color:var(--blue)}.productfilter__group ul li input[type="checkbox"]:checked~label:after{content:"";position:absolute;top:.4rem;left:0;width:2rem;height:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' viewBox='0 0 18 13'%3E%3Cpolyline points='17 1 6 12 1 7' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E");background-size:1.2rem auto;background-position:50% 50%;background-repeat:no-repeat}.productfilter__group ul li input[type="radio"]{position:absolute;top:0;left:0;opacity:0}.productfilter__group ul li input[type="radio"]~label{width:100%;cursor:pointer;transition:var(--transition-default)}.productfilter__group ul li input[type="radio"]~label:hover{color:var(--blue)}.productfilter__group ul li input[type="radio"]:checked~label{color:var(--blue);font-weight:600}.productfilter__group .productfilter__more button{border:0;background:none;padding:0;margin:0;outline:0;color:var(--blue);font-weight:600;width:100%;text-align:left;transition:var(--transition-default)}.productfilter__group .productfilter__more button:hover{color:var(--blue-hover)}.productfilter__group .productfilter__more~li{display:none}.button--info{width:1.6rem;min-width:1.6rem;height:1.6rem;min-height:unset;padding:0;background-color:var(--blue);font-family:'Times New Roman',serif;font-style:italic;font-size:1.2rem;display:flex;justify-content:center;align-items:center;margin-left:1rem;transform:translateY(.3rem);position:relative;z-index:1}.button--info:before{content:"";width:200%;height:200%;position:absolute;top:-50%;left:-50%;background-color:transparent}.button--info span:after{content:none}.popover{border:0;background-color:var(--blue);font-family:'Inter';color:#fff;font-size:1.2rem;line-height:1.8rem;border-radius:0}.popover.bs-popover-right{margin-left:1rem!important}.popover-body{color:#fff;padding:1rem 1.5rem}.popover .arrow{width:1.6rem;height:.8rem}.bs-popover-right>.arrow::before,.bs-popover-auto[data-popper-placement^=right]>.arrow::before,.bs-popover-top>.arrow::before,.bs-popover-auto[data-popper-placement^=top]>.arrow::before,.bs-popover-bottom>.arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.arrow::before{content:none}.bs-popover-right>.arrow,.bs-popover-auto[data-popper-placement^=right]>.arrow{left:calc(-.8rem);width:.8rem;height:1.6rem}.bs-popover-right>.arrow::after,.bs-popover-auto[data-popper-placement^=right]>.arrow::after{left:0;border-width:.8rem .8rem .8rem 0;border-right-color:var(--blue)}.bs-popover-top>.arrow,.bs-popover-auto[data-popper-placement^=top]>.arrow{bottom:calc(-.8rem)}.bs-popover-top>.arrow::after,.bs-popover-auto[data-popper-placement^=top]>.arrow::after{border-width:.8rem .8rem 0;border-top-color:var(--green-dark)}.bs-popover-bottom>.arrow,.bs-popover-auto[data-popper-placement^=bottom]>.arrow{top:calc(-.8rem)}.bs-popover-bottom>.arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.arrow::after{border-width:0 .8rem .8rem .8rem;border-bottom-color:var(--green-dark)}@media(max-width:991px){.productfilter__wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:6rem 0 15rem;background-color:#fff;z-index:20;transition:var(--transition-default);transform:translateX(100%)}.productfilter__wrapper:before{content:"";width:100%;height:5rem;position:absolute;left:0;bottom:15rem;background-image:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);z-index:1}.productfilter__wrapper.show{transform:translateX(0)}.productfilter{width:100%;height:100%;padding:0 1.5rem;overflow:auto}.productfilter__wrapper .dropdown__close{background-color:var(--black);z-index:21}.productfilter__group .productfilter__header{padding:1rem 0}.productfilter__wrapper .js-filter-mobile-apply{margin-top:1rem}.productoverview__list{position:relative;padding-top:3rem}.productoverview__list:before{content:"";width:calc(100% - 3rem);position:absolute;top:0;left:1.5rem;border-top:.1rem solid var(--blue-light)}}.pop .productoverview__item{margin-bottom:5rem;page-break-inside:avoid}body.pdf .productoverview__specs{height:100px}body.pdf .productoverview__title{height:70px}.button--cart{padding-left:6rem}.button--cart span:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23'%3E%3Cpath d='M9,20a1,1,0,1,1-1,1A1,1,0,0,1,9,20Zm11,0a1,1,0,1,1-1,1A1,1,0,0,1,20,20ZM1,1H5L7.68,14.39a2,2,0,0,0,2,1.61H19.4a2,2,0,0,0,2-1.61L23,6H6' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");width:2.4rem;height:2.3rem;position:absolute;top:0;left:-4rem;transition:var(--transition-default)}.button--cart:not(.button--cart-small) span:after{content:none}.button--cart-small{text-indent:-9000px;padding-left:3rem;padding-right:3rem;width:8rem}.button--cart-small span{width:2rem}.button--cart-small span:before{left:-1.5rem}.button--cart-small span:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath d='M8,1V15M1,8H15' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E");width:1.2rem;right:-1.2rem}.button--cart-small:hover span:after{right:-1.2rem;transform:scale(1.3)}.productoverview__item{height:calc(100% - 5rem);position:relative;display:flex;flex-flow:column}.productoverview__item .productoverview__image{position:relative;border-bottom:.1rem solid var(--blue-light);margin-bottom:1.5rem;overflow:hidden;min-height:26rem;display:flex;justify-content:center;font-size:0}.productoverview__item .productoverview__image img{opacity:1;transition:var(--transition-default)}.productoverview__item .productoverview__image.productoverview__image--multiple picture:last-of-type img{position:absolute;top:0;left:0;opacity:0}.productoverview__item:hover .productoverview__image.productoverview__image--multiple picture:last-of-type img{opacity:1}.productoverview__item:hover .productoverview__image.productoverview__image--multiple picture:first-of-type img{opacity:0}.productoverview__item .productoverview__content{display:flex;flex-flow:column;height:100%}.productoverview__item .productoverview__title{margin-bottom:1rem}.productoverview__item .productoverview__title .subtitle{font-size:1.6rem;line-height:1;margin-bottom:.5rem}.productoverview__item .productoverview__title h3{font-size:1.6rem;line-height:2rem;font-weight:700;margin-bottom:.2rem}.productoverview__item .productoverview__title h3 span{font-size:1.4rem;color:var(--grey);font-weight:400}.productoverview__item .productoverview__specs{padding-bottom:1.2rem}.productoverview__item .productoverview__specs>div{display:flex;margin-bottom:1rem}.productoverview__item .product__sku{background-color:var(--blue-light);border-radius:1.2rem;padding:.6rem 1.2rem .6rem 1rem;font-size:1rem;min-height:2.4rem;line-height:1}.productoverview__item .product__sku strong{font-weight:500}.productoverview__item .product__stock{font-size:1.1rem;line-height:1;padding:.6rem 0;font-weight:500;position:relative;margin-left:3rem}.productoverview__item .product__stock:before{content:"";position:absolute;top:.4rem;left:-2.2rem;width:1.6rem;height:1.6rem;background-repeat:no-repeat;background-position:0 0;background-size:1.6rem auto}.productoverview__item .product__stock.product__stock--in:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M21,10.09V11a10,10,0,1,1-5.93-9.14' fill='none' stroke='%23009432' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpolyline points='21 3.01 11 13.02 8 10.02' fill='none' stroke='%23009432' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")}.productoverview__item .product__stock.product__stock--out:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M11,21A10,10,0,1,0,1,11,10,10,0,0,0,11,21ZM11,7v4m0,4h0' fill='none' stroke='%23f79f1f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")}.productoverview__item .productoverview__specs p{font-size:1.2rem;line-height:2rem;color:var(--grey);margin-bottom:0}.productoverview__item .productoverview__buy{padding-top:1.5rem;border-top:.1rem solid var(--blue-light);display:flex;justify-content:space-between;margin-top:auto;flex-wrap:wrap}.productoverview__item .product__price{display:flex;flex-wrap:wrap;align-items:center;line-height:1}.productoverview__item .product__price-old{width:100%;font-size:1.4rem;font-weight:600;color:var(--grey);text-decoration:line-through}.productoverview__item .product__price-default,.productoverview__item .product__price-new{font-size:2rem;font-weight:700;margin-right:.5rem}.productoverview__item .product__price-new{color:var(--green)}.productoverview__item .product__price-pu{font-size:1.1rem;color:var(--grey);margin-top:.7rem}.productoverview__item .button--cart{position:relative;z-index:2}.productoverview__item .product__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}@media(min-width:1500px){.productoverview__item .productoverview__image.productoverview__image--multiple picture:last-of-type img{left:3.5rem}}@media(max-width:767px){.productoverview__item{flex-flow:row;flex-wrap:wrap;border-bottom:.1rem solid var(--blue-light);padding-bottom:3rem;margin-bottom:3rem;height:unset}.productoverview__item .productoverview__image{max-width:9rem;margin-right:1.5rem;margin-bottom:0;border:0}.productoverview__item .productoverview__content{width:calc(100% - 10.5rem)}.productoverview__item .productoverview__image img{width:100%;height:auto}.productoverview__item .productoverview__buy{border-top:0;padding-top:0}.pop .productoverview__item{margin-bottom:3rem}.productoverview__item .product__sku{max-width:10.5rem;white-space:nowrap}}.product__images{display:flex;width:100%}.product__imageslarge{position:relative;width:100%}.product__imagesthumbs+.product__imageslarge{width:calc(100% - 9.4rem)}.product__imageslarge .button{width:4rem;height:4rem;min-height:unset;padding:0;display:flex;justify-content:center;align-items:center;position:absolute;background-color:#fff;border:.1rem solid var(--black);opacity:.2;top:calc(50% - 2rem)}.product__imageslarge .button:hover{opacity:.5}.product__imageslarge .button--prev{left:0;transform:scaleX(-1)}.product__imageslarge .button--next{right:0}.product__image{text-align:center}.product__image a{display:inline-flex;justify-content:center;cursor:zoom-in}.product__imagesthumbs{width:8.4rem;margin-right:2rem}.product__imagesthumbs .slick-list{height:auto!important}.product__videothumbs{display:flex;flex-flow:column;gap:1rem;border-top:.1rem solid var(--grey-light);margin-top:1rem;padding-top:1.5rem}.product__thumb,.product__videothumb{width:8.2rem!important;border:.1rem solid var(--blue-light);margin:0;cursor:pointer;position:relative}.product__thumb img{width:8rem!important}.product__videothumb img{width:8rem!important;height:4.5rem!important;object-fit:cover;object-position:50% 50%}.product__videothumb:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm-2.205-21.736a.64.64 0 0 0-.995.531v10.41a.64.64 0 0 0 .995.531l7.807-5.203a.64.64 0 0 0 0-1.066l-7.808-5.203h.001z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");background-position:50% 50%;background-repeat:no-repeat;transition:var(--transition-default)}.slick-current .product__thumb{border-color:var(--blue-light-hover)}@media(min-width:992px){.product__videothumb:hover:after{transform:scale(1.2)}}@media(max-width:991px){.product__images{margin-bottom:3rem;flex-flow:column}.product__imageslarge{width:100%!important}.product__imagesthumbs{order:1;width:100%;margin-right:0}.product__thumbcarousel{display:none}.product__imageslarge img{width:100%;height:auto}.product__imageslarge .button{display:none}.product__imageslarge .slick-dots{list-style:none;margin:0;padding:0;display:flex;justify-content:center;width:100%;position:absolute;left:0;bottom:0}.product__imageslarge .slick-dots button{outline:0;box-shadow:none;border:0;border-radius:50%;background-color:#e1e5e6;width:1rem;height:1rem;padding:0;margin:0 .5rem;text-indent:-9000px}.product__imageslarge .slick-dots .slick-active button{background-color:var(--blue)}.product__videothumbs{flex-flow:row;justify-content:center;border-top:0}}.sl-overlay{opacity:1}.sl-wrapper .sl-counter{font-size:1.6rem;top:2rem}.sl-current{margin-right:.5rem}.sl-total{margin-left:.5rem}.sl-wrapper .sl-navigation button{background-color:var(--black);width:4rem!important;height:4rem!important;min-height:unset!important;padding:0!important}.sl-wrapper .sl-navigation button svg{transform:translateY(-.3rem)}.sl-wrapper .sl-navigation button.button--prev{transform:scaleX(-1)}.sl-instructions{width:100%;text-align:center;position:absolute;left:0;bottom:1rem;margin-bottom:0;color:var(--grey)}.product__icons{display:flex;margin:2rem 0 0 9rem}.product__icon img,.modal__product-icons td:first-of-type img{height:6rem;width:auto;margin-right:2rem;transition:var(--transition-default)}.product__icon:hover img{transform:scale(1.1)}.modal__product-icons td{vertical-align:top}.modal__product-icons td:first-of-type{padding-right:2rem}.modal__product-icons td:first-of-type img{margin-top:.5rem}.product__details .product__brand{font-size:2rem;text-transform:uppercase;margin-bottom:0}.product__details h1{font-size:4rem;line-height:4rem;margin-bottom:2rem}.product__details .product__usps{list-style:none;margin:0;padding:0}.product__details .product__usps li{position:relative;padding-left:3rem;padding-bottom:.8rem}.product__details .product__usps li:before{content:"";width:1.8rem;height:1.8rem;position:absolute;top:.4rem;left:0;background-color:var(--blue-light);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 18 13'%3E%3Cpolyline points='17 1 6 12 1 7' fill='none' stroke='%23121212' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3C/svg%3E");background-size:.8rem auto;background-repeat:no-repeat;background-position:50% 50%;background-repeat:no-repeat;border-radius:50%}.product__details .product__price{margin-top:2rem;display:flex;flex-flow:column;align-items:flex-start}.product__details .product__price-default,.product__details .product__price-new{font-size:3.6rem;font-weight:700;margin-right:2rem}.product__details .product__price-default sup,.product__details .product__price-new sup{font-size:2rem;top:-1.1rem}.product__details .product__price-new{color:var(--green)}.product__details .product__price-old{min-width:100%;font-size:1.4rem;font-weight:600;color:var(--grey);text-decoration:line-through}.productoverview__content .product__discounts,.product__details .product__discounts,.modal__add .product__discounts{display:flex;flex-flow:column}.productoverview__content .product__discounts{margin-top:1rem}.product__details .product__discounts{margin:1rem 0 0}.productoverview__content .product__discount,.product__details .product__discount,.modal__add .product__discount{background-color:rgba(18,137,167,.1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.17' height='21.17' viewBox='0 0 21.17 21.17'%3E%3Cpath d='M19.59,12.41l-7.17,7.17a2,2,0,0,1-2.83,0L1,11V1H11l8.59,8.59A2,2,0,0,1,19.59,12.41ZM6,6H6' fill='none' stroke='%231289a7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");background-size:1.5rem auto;background-position:2rem 1rem;background-repeat:no-repeat;min-height:3.4rem;border-radius:1.7rem;padding:.6rem 2rem .6rem 4.5rem;font-size:1.2rem;line-height:2.2rem;color:var(--blue);font-weight:600}.productoverview__content .product__discount{margin-top:1rem}.productoverview__buy .product__discount+.product__discount,.product__details .product__discount+.product__discount,.modal__add .product__discount+.product__discount{margin-top:.5rem}.product__details .product__stock{font-size:1.2rem;font-weight:600}.product__details .product__stock.product__stock--in{color:var(--green)}.product__details .product__stock.product__stock--out{color:var(--orange)}.product__details .product__stockreminder{margin-top:3rem}.product__details .product__stockreminder p{font-weight:600}.product__details hr{border-top:.1rem solid var(--blue-light);border-bottom:0;margin:2rem 0}.product__details .product__pu{margin-bottom:2rem}.product__details .product__pu p span{color:var(--grey)}.product__details .product__buy{display:flex;position:relative;min-height:5.2rem}.product__details .product__buy input.product__amount{width:12rem;margin-right:1rem;text-align:center;padding-left:2.75rem;padding-right:1.25rem}.product__details .product__buy .button{justify-content:center;width:100%;padding-right:5rem;padding-left:7rem}.product__details .product__buy .product__added{position:absolute;top:0;left:0;width:100%;height:100%;min-height:5rem;border-radius:2.5rem;background-color:var(--green);color:#fff;font-size:1.6rem;font-weight:600;border:.1rem solid var(--grey-light);display:none;justify-content:center;align-items:center;opacity:0}.product__details .product__buy .product__added svg{margin-right:1rem}.product__details .product__buy.done input,.product__details .product__buy.done .button{display:none}.product__details .product__buy.done .product__added{display:flex!important;opacity:1;animation:productAdded .5s cubic-bezier(.68,-.55,.27,1.55) forwards}@keyframes productAdded{0%{transform:scale(.8)}80%{transform:scale(1.2)}100%{transform:scale(1)}}.product__details .usps{margin-top:2rem}.product__divider{margin:7.5rem 0}.product__description{display:flex;flex-flow:column}.product__description h3{margin-bottom:1.5rem}.product__specs{margin:0 0 7.5rem}.product__specs ul{padding:0;list-style:none;margin:0}.product__specs td:first-of-type{padding-right:2rem;vertical-align:top}.product__related{margin-top:2rem}.featured .productoverview__item{height:100%}@media(max-width:991px){.product__details h1{font-size:3rem;line-height:3rem}.product__details .product__buy input.product__amount{padding-left:1rem;padding-right:1rem}.product__divider{margin:3rem 0;border-top-color:var(--blue-light)}.product__description p:last-of-type{margin-bottom:3rem}.product__icons{margin:3rem 0}}footer{margin-top:9rem}.footer-top{background-color:var(--black);color:#fff;padding:3rem 0}.footer-top h4{font-family:Changa;font-weight:800;font-size:2.2rem;line-height:2.3rem}.footer-top .footer__usp{display:flex;align-items:center}.footer-top .footer__usp svg{margin-right:1.5rem;width:3rem;min-width:3rem;height:auto;align-self:flex-start}.footer-top p{margin-bottom:0}.footer-top a{color:#fff;background-image:linear-gradient(#fff,#fff);background-position:100% 100%;background-repeat:no-repeat;background-size:100% 1px}.footer-top a:hover{color:var(--grey-light);background-image:linear-gradient(var(--grey-light),var(--grey-light));background-size:0% 1px}.footer-middle{background-color:var(--blue-light);padding:5rem 0}.footer-middle h4{font-family:Changa;font-weight:800;font-size:2.2rem;line-height:4.4rem}.footer-middle a{color:var(--black)}.footer-middle a:hover{color:var(--blue)}.footer-middle ul{list-style:none;margin:0;padding:0}.footer-middle ul li{line-height:4rem}.footer-middle ul li a{background-image:linear-gradient(var(--blue),var(--blue));background-position:0% 100%;background-repeat:no-repeat;background-size:0% 1px}.footer-middle ul li a:hover{background-image:linear-gradient(var(--blue),var(--blue));background-size:100% 1px}.footer-middle ul.columns-3{column-count:3}.footer-bottom{padding:2rem 0;font-size:1.2rem}.footer-bottom .col{display:flex;justify-content:flex-start;align-items:center}.footer-bottom .col img{margin-right:1.5rem}.footer-bottom .col ul{list-style:none;margin:0 0 0 1.5rem;padding:0;display:flex}.footer-bottom .col ul li:not(:first-of-type){margin-left:1.5rem}.footer-bottom .col ul li a{color:var(--black)}.footer-bottom .col ul li a:hover{color:var(--blue-hover)}.footer-bottom__links{display:flex;margin-left:3rem}.footer-bottom__socials{display:flex;margin-left:auto}.footer-bottom__socials li a{display:flex;align-items:center;justify-content:center}.footer-bottom__socials svg{height:2.5rem;width:auto}.footer-bottom__socials svg path,.footer-bottom__socials svg circle{fill:var(--grey);transition:var(--transition-default)}.footer-bottom__socials a:hover svg path,.footer-bottom__socials a:hover svg circle{fill:var(--black)}.footer-bottom__socials .social--linkedin svg{height:2rem}@media(max-width:991px){.footer-middle{padding:3rem 0}.footer-middle ul{margin-bottom:3rem}.footer-middle ul li{line-height:3.5rem}.footer-bottom{padding-bottom:8rem}}@media(max-width:767px){.footer-top .row>div:last-of-type .footer__usp{margin-top:3rem}.footer-bottom .col{flex-flow:column}.footer-bottom .col>img,.footer-bottom .col>span{order:1}.footer-bottom .col ul{order:0;margin:0 0 1.5rem}.footer-bottom__socials{margin-left:0}.footer-bottom__links{flex-flow:column;justify-content:center;margin-left:0;text-align:center}}