.spx-products-grid{display:flex;flex-direction:column;gap:.75rem}.spx-products-grid.spx-scrollable{overflow-y:auto;overflow-x:hidden;padding-right:.5rem}.spx-products-grid.spx-expandable{overflow:hidden;position:relative;transition:max-height .5s ease-out}.spx-products-grid.spx-expandable.spx-expanded{overflow:visible}.spx-products-grid.spx-scrollable::-webkit-scrollbar{-webkit-appearance:none !important;width:10px !important}.spx-products-grid.spx-scrollable::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}.spx-products-grid.spx-scrollable::-webkit-scrollbar-thumb{background:#888;border-radius:8px}.spx-products-grid.spx-scrollable::-webkit-scrollbar-thumb:hover{background:#555}.spx-product-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid transparent;background:#f8f9fa;transition:all .2s ease}.spx-product-card .productbox-prices_netto{display:none}.spx-product-card .productbox-price{display:flex;gap:.5rem;margin-top:.25rem}.spx-product-card .spx-discount-badge{font-size:.9rem;margin-top:.25rem}.spx-product-card:hover{background:#f2f2f2;box-shadow:0 2px 8px rgba(0,0,0,.1)}.spx-product-card-clickable{cursor:pointer;user-select:none;position:relative}.spx-card-selected{background:var(--slpx-counter-background,#f2f2f2) !important;border-radius:4px;border:2px solid}.spx-product-card-with-checkbox{padding-left:.75rem}.spx-product-checkbox{flex-shrink:0;display:flex;align-items:center}.spx-product-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;margin:0}.spx-product-image{flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;overflow:hidden}.spx-product-image img{max-width:100%;max-height:100%;object-fit:contain}.spx-product-info{flex:1;min-width:0;display:flex;flex-direction:column;position:relative}.spx-product-price-row{display:flex;align-items:center;justify-content:space-between;@media (max-width:768px){flex-direction:column;gap:0;align-items:start}}.spx-discount-badge{color:#fff;font-size:1rem;font-weight:600;padding:4px 6px;border-radius:4px}.spx-product-discount-flag{position:absolute;top:-.5rem;right:-.5rem;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#000;color:#fff;font-size:10px;font-weight:600}.splx-group-name{display:flex;align-items:center;gap:10px}input.form-control.spx-addon-quantity{padding:5px}.spx-product-price-wrapper{font-size:1.1rem;font-weight:500}.spx-price-original{text-decoration:line-through;font-size:1rem}.spx-price-discounted .js-product-counter-price{color:var(--slpx-color-primary,#212529);font-weight:600}.spx-product-price-wrapper .price_wrapper{margin:0}.spx-addon-counter{width:150px;margin-top:5px;@media (max-width:768px){width:100%}}.spx-addon-counter input{text-align:center}.spx-product-price-wrapper .price{font-size:1rem;font-weight:600}.spx-addon-qty-btn{padding:5px}.spx-addon-qty-icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;font-size:1rem;line-height:1;font-weight:600}.spx-product-price-wrapper .price-old{font-size:.85rem}.spx-product-price-wrapper .vat_info{font-size:.75rem;margin-top:.25rem}.spx-product-quantity{flex-shrink:0;text-align:center}.spx-addon-quantity{appearance:textfield;-moz-appearance:textfield}.spx-addon-quantity::-webkit-outer-spin-button,.spx-addon-quantity::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.spx-expand-btn-container{margin-top:1rem}.spx-expand-btn.spx-hidden{display:none}@media (max-width:576px){.spx-product-card{flex-wrap:wrap;gap:.75rem}.spx-product-image{width:60px;height:60px}}.spx_cart__basket-items .spx-product-quantity{display:flex;align-items:center;justify-content:center}.spx_cart__basket-items .spx-product-quantity .spx-addon-counter{@media (min-width:768px){margin-top:0;padding:0;height:34px}}.spx-product-image{position:relative;cursor:zoom-in}.spx-zoom-hint{position:absolute;bottom:3px;right:3px;background:rgba(0,0,0,.45);color:#fff;border-radius:4px;padding:2px 3px;line-height:1;opacity:1;pointer-events:none;display:flex;align-items:center;justify-content:center}.spx-product-image:focus{outline:2px solid #0d6efd;outline-offset:1px}.spx-zoom-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:99999;align-items:center;justify-content:center;padding:16px}.spx-zoom-overlay.spx-zoom-active{display:flex}body.spx-zoom-open{overflow:hidden}.spx-zoom-popup{background:#fff;border-radius:4px;box-shadow:0 12px 40px rgba(0,0,0,.3);max-width:380px;width:100%;position:relative;overflow:hidden;animation:spxZoomIn .18s ease}@keyframes spxZoomIn{from{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}.spx-zoom-close{position:absolute;top:8px;right:10px;background:0 0;color:#111;border:none;border-radius:0;width:32px;height:32px;font-size:28px;line-height:32px;text-align:center;cursor:pointer;z-index:1;padding:0;font-weight:300;transition:color .15s}.spx-zoom-close:hover{color:#000}.spx-zoom-stage{position:relative;overflow:hidden;background:#f4f4f4;max-height:70vh}.spx-zoom-track{display:flex;will-change:transform}.spx-zoom-slide{flex:0 0 100%;width:100%;display:flex;align-items:center;justify-content:center}.spx-zoom-img{width:100%;height:auto;display:block;object-fit:contain;max-height:70vh;user-select:none;-webkit-user-drag:none}.spx-zoom-prev,.spx-zoom-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.45);color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:13px;cursor:pointer;z-index:2;transition:background .15s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.spx-zoom-prev{left:8px}.spx-zoom-next{right:8px}.spx-zoom-prev:hover,.spx-zoom-next:hover{background:rgba(0,0,0,.7)}.spx-zoom-prev:disabled,.spx-zoom-next:disabled{opacity:.3;cursor:default}.spx-zoom-counter{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.45);color:#fff;border-radius:10px;padding:2px 8px;font-size:.72rem;pointer-events:none;white-space:nowrap}.spx-zoom-body{padding:12px 16px 14px}.spx-zoom-name{font-weight:600;font-size:.9rem;margin:0 0 5px;line-height:1.3}.spx-zoom-desc{color:#555;font-size:.82rem;margin:0;line-height:1.45}@media (max-width:540px){.spx-zoom-overlay{padding:0;align-items:flex-end}.spx-zoom-popup{max-width:100%;border-radius:16px 16px 0 0;animation:spxSlideUp .2s ease}@keyframes spxSlideUp{from{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.spx-zoom-stage{max-height:60vw}.spx-zoom-img{max-height:60vw}.spx-zoom-prev{left:4px}.spx-zoom-next{right:4px}}.spx-product-card-container{position:relative}.spx-product-badges{position:absolute;top:0;right:0;transform:translateY(-50%) rotate(0deg);transform-origin:left center;display:flex;flex-direction:row;gap:4px;z-index:4;pointer-events:none}.spx-product-badge{display:inline-block;padding:3px 12px;font-size:.63rem;font-weight:700;line-height:1.5;border-radius:4px;white-space:nowrap;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 2px 6px rgba(0,0,0,.18)}.spx-product-badge--1{background:#e74c3c;color:#fff}.spx-product-badge--2{background:#27ae60;color:#fff}.spx-product-badge--3{background:#f39c12;color:#fff}.spx-cart-slider-wrapper{margin-top:.25rem}.spx-cart-slider-viewport{overflow:hidden;width:100%}.spx-cart-slider-track{display:flex;gap:.75rem;transition:transform .3s ease;will-change:transform;align-items:stretch;padding-top:15px}.spx-cart-slider-slide{flex:0 0 calc(50% - .375rem);min-width:0;display:flex}.spx-cart-slider-slide .spx-product-card-container{flex:1;display:flex;flex-direction:column}.spx-cart-slider-slide .spx-product-card{flex:1;align-items:flex-start}.spx-cart-slider-slide .spx-product-info{flex:1;justify-content:space-between}.spx-cart-accessories .spx-product-quantity{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:nowrap;text-align:left}.spx-cart-accessories .spx-addon-counter{flex:1;min-width:0;margin-top:0}.spx-cart-slider-btn{flex-shrink:0;background:#fff;border:1px solid #dee2e6;border-radius:50%;width:32px;height:32px;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,border-color .15s;color:#333}.spx-cart-slider-btn:hover:not(:disabled){background:#f2f2f2;border-color:#adb5bd}.spx-cart-slider-btn:disabled{opacity:.3;cursor:default}@media (max-width:768px){.spx-cart-slider-slide{flex:0 0 100%}}#attachment-products.spx-accordion .spx-accordion-item{border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;background:#fff}#attachment-products.spx-accordion .spx-accordion-item+.spx-accordion-item{margin-top:.75rem}#attachment-products.spx-accordion .spx-accordion-header{cursor:pointer;padding:.75rem 1rem;margin-bottom:0 !important;user-select:none;transition:background-color .15s ease}#attachment-products.spx-accordion .spx-accordion-header:hover,#attachment-products.spx-accordion .spx-accordion-header:focus-visible{background-color:#f5f5f5;outline:none}#attachment-products.spx-accordion .spx-accordion-chevron{display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease;color:#555}#attachment-products.spx-accordion .spx-accordion-item.is-open .spx-accordion-chevron{transform:rotate(180deg)}#attachment-products.spx-accordion .spx-accordion-body{overflow:hidden;transition:max-height .3s ease,opacity .2s ease,padding .2s ease;padding:0 1rem 1rem}#attachment-products.spx-accordion .spx-accordion-item.is-closed .spx-accordion-body{max-height:0;opacity:0;padding-top:0;padding-bottom:0;pointer-events:none}#attachment-products.spx-accordion .spx-accordion-item.is-open .spx-accordion-body{max-height:5000px;opacity:1}#product-actions button{width:100%;margin-bottom:4px}#product-actions,#product-actions button{width:100%}#product-actions button span{display:inline!important}.paypalexpress{width:50%;text-align:left}#quantity-grp{width:100%}.knmPaymentIcons{margin:8px auto}.knm-paymentIcons--container{margin-top:16px;margin-bottom:8px}#knm-paymentIcons--wrapper{display:none;width:100%}.knmPaymentIcons__headline_container{text-align:center}.knmPaymentIcons__headline{font-size:14px;margin-bottom:8px;font-weight:700}.knmPaymentIcons__content{display:flex;flex-wrap:wrap;justify-content:center}#knm-paymentIcons-3 .knmPaymentIcons__headline_container{margin:8px auto 32px}#knm-paymentIcons-3 .knmPaymentIcons__headline{border-bottom:2px solid;width:100%;padding:0 32px 15px}#ws_affiliate{width:100%}#ws_affiliate .wscard{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #f5f7fa;border-radius:.125rem}#ws_affiliate label,#ws_affiliate .title{padding:.75rem 1.25rem;margin-bottom:0;background-color:#f5f7fa;border-bottom:1px solid #f5f7fa;font-size:medium;font-weight:800}#ws_affiliate .title{font-size:large}#ws_affiliate #transform-provision button{height:calc(1.5em + 1.25rem + 2px);min-height:43px;width:100%;margin-bottom:15px}#ws_affiliate button{font-weight:900;border-width:0;height:calc(1.5em + 1.25rem + 2px);min-height:43px;width:100%;margin-bottom:15px;color:#525252;background-color:#f8bf00;border-color:#f8bf00;box-shadow:none}#ws_affiliate button:hover{background-color:#fc2;border-color:#fc2;color:#525252;border-width:0}#ws_affiliate button.active{background-color:transparent;border-color:transparent;color:#525252;border-width:0}#ws_affiliate button.wstgl-b{font-weight:900;border-width:0;height:calc(1.5em + 1.25rem + 2px);min-height:43px;width:100%;margin-bottom:15px;color:#525252;background-color:transparent;border-color:transparent;box-shadow:none}#ws_affiliate button.wstgl-b:hover{background-color:transparent;border-color:transparent;color:#f8bf00;border-width:0}#ws_affiliate button.wstgl-b.active{background-color:transparent;border-color:transparent;text-decoration:underline;color:#f8bf00;border-width:0}#ws_affiliate #transform-provision{font-size:small;margin-bottom:10px}#ws_affiliate div[class^=wscol-]{position:relative;width:100%;padding-right:1rem;padding-left:1rem}#ws_affiliate .wsmx-0{margin-left:0 !important;margin-right:0 !important}#ws_affiliate .wspx-0{padding-left:0 !important;padding-right:0 !important}#ws_affiliate .wsmy-4{margin-bottom:1.5rem !important;margin-top:1.5rem !important}#ws_affiliate .wsmb-4{margin-bottom:1.5rem !important}#ws_affiliate .wsmt-4{margin-top:1.5rem !important}#ws_affiliate .wstext-center{text-align:center !important}#ws_affiliate .wsrow{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}#ws_affiliate .wscol{flex-basis:0;flex-grow:1;max-width:100%}#ws_affiliate .wscol-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}#ws_affiliate .wscol-2{flex:0 0 16.6666667%;max-width:16.6666667%}#ws_affiliate .wscol-3{flex:0 0 25%;max-width:25%}#ws_affiliate .wscol-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}#ws_affiliate .wscol-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}#ws_affiliate .wscol-6{flex:0 0 50%;max-width:50%}#ws_affiliate .wscol-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}#ws_affiliate .wscol-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}#ws_affiliate .wscol-9{flex:0 0 75%;max-width:75%}#ws_affiliate .wscol-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}#ws_affiliate .wscol-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}#ws_affiliate .wscol-12{flex:0 0 100%;max-width:100%}#ws_affiliate .wsjustify-content-center{justify-content:center !important}#ws_affiliate .wsjustify-content-around{justify-content:space-around !important}#provisionsuebersicht,#kuponuebersicht,.kuponcd,#kundenuebersicht,#subaffiliateuebersicht{font-size:.97rem}#ws_affiliate #kuponuebersicht{font-weight:700}#ws_affiliate .wscolor-row{margin-top:5px;border-top:1px solid #ebebeb}#ws_affiliate .wsprovi-header{margin-bottom:0;background-color:#f5f7fa;border-bottom:1px solid #f5f7fa}#ws_affiliate .wsprovi-header .wsdet{padding:.75rem 1.25rem;margin-bottom:0;background-color:#f5f7fa;border-bottom:1px solid #f5f7fa}#ws_affiliate .wscolor-row{margin-top:5px;border-top:1px solid #ebebeb}#ws_affiliate #transform-provision .wsh button{height:calc(.9em + .625rem + 1px);min-height:30px}.wsbnone th{border-top:none}#ws_affiliate #ws_affiliatedetail button{height:22px;min-height:unset;width:44px;margin-bottom:0;color:#525252}#ws_affiliate #save_account_data button{display:block;margin:auto;width:fit-content}.wstbheader{font-weight:700;font-size:.92rem}#ws_affiliate #kundenuebersicht,#ws_affiliate #subaffiliateuebersicht{max-height:300px;overflow-y:scroll}.tooltip{position:relative;display:inline-block}#alink-to-clipboard .tooltiptext{visibility:hidden;width:140px;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;margin-left:-65px;top:8%;opacity:0;transition:opacity .3s}#alink-to-clipboard .tooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent}#alink-to-clipboard:hover .tooltiptext{visibility:visible;opacity:1}#aff_link.wsrow{margin:0;flex-direction:row}#aff_link input{flex:95%}#aff_link button{flex:5%}@media (max-width:450px){#aff_link input{flex:85%}}