.imageWrapper{width:100%;position:relative;padding-bottom:100%}.imageWrapper img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}article ul{padding-left:20px;list-style-type:disc;margin:20px 0}.button-wrapper{display:flex;flex-direction:row}:is(.kj-button,.add_to_cart_button){display:block;font-weight:700;background-color:#43b723;color:#fff;padding:12px 24px;transition:.3s ease-in-out;border-radius:4px;border:1px solid #eee}:is(.kj-button,.add_to_cart_button):hover{background-color:#016202;color:#fff;cursor:pointer}.fa,.fab,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-instagram:before{content:"\f16d"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-check:before{content:"\f00c"}.fa-shopping-cart:before{content:"\f07a"}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;font-display:auto;src:url(../../assets/css/webfonts/fa-brands-400.woff2) format("woff2"),url(../../assets/css/webfonts/fa-brands-400.woff) format("woff")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;font-display:auto;src:url(../../assets/css/webfonts/fa-solid-900.woff2) format("woff2"),url(../../assets/css/webfonts/fa-solid-900.woff) format("woff")}.fa,.fas{font-family:Font Awesome\ 5 Free;font-weight:900}body,html{max-width:100vw;margin:0;padding:0}body{overflow-x:clip}header{position:sticky;top:0;z-index:100;background-color:#fff}#usp{z-index:1}#head,#usp{position:relative}#head{z-index:50}#sub{position:relative;z-index:40}header .nav-item .itemWrapper{display:flex;flex-direction:row;width:100%;justify-content:space-between;gap:6px;align-items:center}header #head .logoCol{order:1}header #head .logoCol img{max-height:40px}header #head .mobileNavContainer{order:2}header #head a.nav-link{font-weight:400}header #head #searchForm{display:flex;flex-direction:row;align-items:center;min-height:44px}header #head #searchForm input{border-radius:0;box-shadow:none}header #head .searchCol #searchProducts{min-width:320px;width:100%;transform:translateY(100%) scaleY(0);transition:.5s;z-index:30}header #head .searchCol #searchProducts.open{transform:translateY(100%) scaleY(1)}header #head .iconRow{order:200;position:relative}header #head .iconRow .logoRow{margin-right:12px}header #head .iconRow .logoRow img{max-height:40px}header #head .iconRow .cart.dropdown{position:relative}header #head .iconRow .cart.dropdown:hover{cursor:pointer}header #head .iconRow .cart.dropdown:hover .cartDropdown{transform:translateY(100%) scaleY(1)}header #head .iconRow .cart.dropdown .cartDropdown{position:absolute;width:420px;max-width:100vw;right:0;bottom:0;transform:translateY(100%) scaleY(0);transform-origin:top;transition:.6s cubic-bezier(.33,.03,.33,1.01)}header #head .iconRow .cart.dropdown .cartContentWrapper img{max-width:30px;-o-object-fit:contain;object-fit:contain}header #head .iconRow .cart.dropdown .cartContentWrapper .cartProduct{background-color:#fff;transition:.2s;z-index:2;position:relative}header #head .iconRow .cart.dropdown .cartContentWrapper .cartProduct:hover{z-index:3}header #head .iconRow{gap:8px;align-items:center}header #head .iconRow .icon{position:relative;width:40px;height:40px;padding:0;border:1px solid hsla(0,0%,100%,.18);border-radius:6px;background:transparent;color:#fff;justify-content:center;transition:border-color .2s,background-color .2s}header #head .iconRow .icon:after{content:none}header #head .iconRow .icon a,header #head .iconRow .icon>div{display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:3;color:inherit}header #head .iconRow .icon:hover{cursor:pointer;border-color:hsla(0,0%,100%,.35);background-color:hsla(0,0%,100%,.06)}header #head .iconRow .icon .cartItemsCount{position:absolute;top:0;right:0;bottom:auto;left:auto;width:22px;height:22px;min-width:22px;font-size:9px;line-height:1;border-radius:999px;border:1.5px solid hsla(0,0%,100%,.4);padding:0;z-index:4;transform:translate(35%,-35%)}header #head .searchSubmit{color:#000;padding:0;text-align:center;background-color:#fff;height:100%;min-height:42px;min-width:42px;border:1px solid #eee;border-left:0}body.show-search{overflow-y:hidden}body.show-search #searchProducts{transform:translateY(100%) scaleY(1)!important;z-index:2}body.show-search .headerOverlay{pointer-events:none;content:"";top:0;left:0;width:100vw;height:100vh;position:fixed;z-index:1}@media (min-width:993px){.nav-item.dropdown .openDropdown,.nav-item.dropdown .openDropdown svg{transition:transform .25s ease}.nav-item.dropdown.open .openDropdown,.nav-item.dropdown.open .openDropdown svg,.nav-item.dropdown:hover .openDropdown,.nav-item.dropdown:hover .openDropdown svg{transform:rotate(180deg)}.nav-item.dropdown:hover .dropdown-menu{transform:scaleY(1);opacity:1;transition:.35s;height:unset}}nav,nav .nav-item{display:flex;flex-direction:row}nav .nav-item{color:#fff;position:relative;list-style:none;transition:.2s;align-items:center}nav .nav-item a.nav-link{margin:0;font-size:16px;font-weight:700;color:#fff;position:relative}nav .nav-item a.nav-link:hover{text-decoration:none!important;color:inherit}nav .nav-item i{font-size:2em;margin-bottom:6px}nav .nav-item i.fa-facebook{border-radius:50%}nav .nav-item.dropdown.open .dropdown-menu{transform:scaleY(1);opacity:1;transition:.35s;height:unset}nav .nav-item.dropdown svg{transition:.3s}nav .nav-item.dropdown .dropdown-menu{display:block;border:1px solid rgba(23,28,52,.08);background-color:#fff;border-radius:10px;transform:scaleY(0);transform-origin:top;opacity:0;top:100%;height:0;min-width:100%;box-shadow:0 40px 80px rgba(0,0,0,.12);position:absolute;z-index:1000;overflow:hidden}nav .nav-item.dropdown.open,nav .nav-item.dropdown:hover{z-index:1001}nav .nav-item.dropdown .dropdown-menu .dropdown-item{padding:12px 16px;border:1px solid transparent;transition:border-color .2s,background-color .2s,color .2s;position:relative;display:block;min-width:240px}nav .nav-item.dropdown .dropdown-menu .dropdown-item h6{font-size:1em;color:#000;transition:.3s}nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover{background-color:#fbeeed;border-color:rgba(206,52,44,.2);cursor:pointer}nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover h6{color:#000}@media (max-width:992px){body.show-menu{overflow-y:hidden}body.show-menu .headerOverlay{content:"";top:0;left:0;width:100vw;height:100vh;position:fixed;background-color:rgba(0,0,0,.12);z-index:1}header #head{position:relative}header #head .searchSubmit{border:0}header #head .mobileNav{order:1}header #head .logoCol{order:2}header #sub{display:none}header #usp{height:45px}.mobileNavContainer{z-index:11;top:0;position:fixed;height:100vh;background-color:#fff;transition:.5s;left:-100%;display:flex;flex-direction:column;margin-left:0!important}.mobileNavContainer .searchCol{flex:unset;padding:20px;border-bottom:1px solid #eee}.mobileNavContainer .searchCol .searchProducts{min-width:unset}.mobileNavContainer .searchCol input{border:0;box-shadow:unset}.mobileNavContainer .searchCol input:focus{outline:none}.mobileNavContainer .nav-item{padding:0;border-bottom:1px solid #ddd;display:flex;flex-direction:row}#head .mobileNavContainer .nav-item a.nav-link{color:#1a1a1a;min-height:46px;padding:0 20px;font-size:14px}.mobileNavContainer .nav-item.dropdown .dropdown-menu{border-radius:0;border:0;box-shadow:none}.mobileNavContainer .nav-item .openDropdown{position:relative;height:50px;width:50px;background-color:#fff;border-left:1px solid #eee;color:#1a1a1a}.mobileNavContainer .nav-item .openDropdown svg{transition:.3s}.show-menu .mobileNavContainer{left:0;box-shadow:5px 0 30px rgba(0,0,0,.12)}.mobileNav{order:99}.mobileNav a img{height:30px}.mobileNav .fa-bars{color:#fff}.navbar-toggler:focus{outline:none}.navbar-toggler .navbar-bar{width:30px;height:2px;content:"";background-color:#fff;margin:6px 0;transition:.3s}#head .menuCol{display:flex;width:100%;order:100!important;flex-direction:column;margin:0;padding:0}#head .menuCol .nav-item{margin:0}.show-menu .navbar-toggler .navbar-bar.bar1{width:32px;transform-origin:center;transform:rotate(-45deg) translate(-6px,5px)}.show-menu .navbar-toggler .navbar-bar.bar2{opacity:0}.show-menu .navbar-toggler .navbar-bar.bar3{width:32px;transform-origin:center;transform:rotate(45deg) translate(-7px,-5px)}nav{flex-direction:column}nav .nav-item.dropdown{position:relative;flex-wrap:wrap;flex-direction:column}nav .nav-item.dropdown .dropdown-menu{box-shadow:unset;border:unset;position:relative;top:unset;left:unset;min-width:unset;width:100%}nav .nav-item.dropdown .dropdown-menu a.dropdown-item{min-width:unset;width:100%}nav .nav-item.dropdown .dropdown-menu a.dropdown-item h6{color:#000;margin:0}nav .nav-item.open .itemWrapper{border-bottom:1px solid #eee}nav .nav-item.open .openDropdown svg{transform:rotate(180deg)}nav .nav-item a.nav-link{margin:0}}.cartWrapper,.productWrapper{max-width:100%;width:100%}.cartWrapper .cartImage img,.cartWrapper .foundProductImage img,.productWrapper .cartImage img,.productWrapper .foundProductImage img{width:60px;-o-object-fit:contain;object-fit:contain}.searchOverlay{position:fixed;top:0;left:0;background-color:#000;width:100vw;height:100vh}.cartItemsCount{top:calc(50% - .1rem);transform:translate(calc(50% - .3rem),-100%);font-size:10px;z-index:3}.single-add-to-cart-button{transition:.3s;position:relative;height:48px;overflow:hidden;font-size:.8em;font-weight:500;box-shadow:0 10px 10px rgba(0,0,0,.05)}.single-add-to-cart-button span{position:absolute;height:100%;width:100%;transition:.3s;top:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff}.single-add-to-cart-button .added,.single-add-to-cart-button .loading{transform:translateY(100%);opacity:0}.single-add-to-cart-button.loading{background-color:#00b900}.single-add-to-cart-button.loading .add{opacity:0;transform:translateY(100%)}.single-add-to-cart-button.loading .loading{opacity:1;transform:unset}.single-add-to-cart-button.added{background-color:#ddd;color:#000}.single-add-to-cart-button.added .add{transform:translateY(-100%)}.single-add-to-cart-button.added .added{opacity:1;color:#000;transform:unset}.single-add-to-cart-button:hover{background-color:#00b900;cursor:pointer;box-shadow:0 10px 10px rgba(0,0,0,.09)}.single-add-to-cart-button:hover.added .added{color:#fff}@media (min-width:768px) and (max-width:1080px){header #usp{font-size:.9em}}@media (max-width:768px){header #top{font-size:.85em}}input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text]{background-color:#fff;border-radius:3px;border:1px solid #eee;padding:8px;color:#000}.shadow{box-shadow:0 8px 40px -24px rgba(0,0,0,.1)}#popupBox{position:fixed;font-size:15px;right:20px;bottom:20px;max-width:calc(100% - 40px);width:280px;display:flex;justify-content:flex-end;border-radius:10px;z-index:9}#popupBox .popupSection{display:none}#popupBox .popupCircle{position:relative;display:flex;border-radius:50%;width:65px;height:65px;box-shadow:0 6px 50px rgba(0,0,0,.15)}#popupBox .popupCircle .backgroundImage{position:relative;width:100%;height:100%;overflow:hidden;border-radius:50%}#popupBox .popupCircle .backgroundImage img{border-radius:50%;position:relative;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:.3s}#popupBox .popupCircle .backgroundImage:hover img{transform:scale(1.03)}#popupBox .popupCircle:hover{cursor:pointer}#popupBox .popupCircle #openCircle{width:19px;height:19px;border-radius:50%;position:absolute;top:0;right:0;box-shadow:0 0 8px rgba(0,0,0,.1)}#popupBox .popupCircle #collapsedText{position:absolute;right:0;bottom:70px;border-radius:100px;height:auto;max-width:calc(100vw - 120px);visibility:hidden;opacity:0;display:flex;align-items:center;overflow:hidden;transition:visibility 0s linear 0s,opacity .6s;box-shadow:0 6px 50px rgba(0,0,0,.15)}#popupBox .popupCircle #collapsedText .innerWrapper{text-align:center;color:#fff;display:flex;width:280px;justify-content:center;padding:12px 24px;border-radius:100px;font-weight:700;transition:.3s;transform:translateX(100%);box-shadow:0 0 8px rgba(0,0,0,.1)}#popupBox .popupCircle #collapsedText.textIn{transform:unset;visibility:visible;opacity:1}#popupBox .popupCircle #collapsedText.textIn .innerWrapper{transform:translateX(0)}#popupBox.open #openCircle,#popupBox.open .popupSection .smallOpenCircle{background-color:#00b100}#popupBox.open .popupSection .openText:after{font-size:1.2em}#popupBox.closed #openCircle,#popupBox.closed .popupSection .smallOpenCircle{background-color:#ba131b}#popupBox.closed .popupSection .openText:after{content:"Kay Jilesen"}#popupBox.show{box-shadow:0 0 30px rgba(0,0,0,.1)}#popupBox.show .popupCircle{display:none}#popupBox.show .popupSection{display:flex;width:100%;overflow:hidden;border-radius:10px;flex-direction:column}#popupBox.show .popupSection .topBlock{padding:8px 16px;color:#fff;font-weight:700}#popupBox.show .popupSection .topBlock .openRow{justify-content:space-between}#popupBox.show .popupSection .topBlock .openRow,#popupBox.show .popupSection .topBlock .openRow .leftSide{display:flex;flex-direction:row;align-items:center}#popupBox.show .popupSection .topBlock .openRow .leftSide .smallOpenCircle{width:50px;height:50px;overflow:hidden;position:relative;border:2px solid #fff;border-radius:50%;margin-right:25px}#popupBox.show .popupSection .topBlock .openRow .leftSide .smallOpenCircle img{position:absolute;top:0;left:0;-o-object-fit:contain;object-fit:contain}#popupBox.show .popupSection .topBlock .openRow .leftSide .openText{color:#fff}#popupBox.show .popupSection .topBlock .openRow .rightSide #closePopupButton{width:24px;height:24px;padding:0;display:flex;justify-content:center;align-items:center;border-radius:50%}#popupBox.show .popupSection .topBlock .openRow .rightSide #closePopupButton svg{color:#fff;transition:.4s;font-size:1em}#popupBox.show .popupSection .topBlock .openRow .rightSide #closePopupButton:hover{cursor:pointer}#popupBox.show .popupSection .topBlock .openRow .rightSide #closePopupButton:hover i{transform:rotate(90deg)}#popupBox.show .popupSection .contactBlock{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;overflow:hidden;border-radius:0 0 10px 10px;padding:10px;background-color:#fff}#popupBox.show .popupSection .contactBlock a{flex-grow:1;border-radius:3px}#popupBox .contactBlock .buttonRow{display:flex;flex-direction:row;width:100%}#popupBox .contactBlock .buttonRow a{display:flex;flex-direction:column;justify-content:center;align-items:center}#popupBox.show .popupSection .contactBlock .contactRow{padding:18px 16px;width:33.33333%;display:flex;transition:.1s;text-decoration:none}#popupBox.show .popupSection .contactBlock .contactRow:nth-child(odd){background-color:#fff}#popupBox.show .popupSection .contactBlock .contactRow .iconCel{display:flex;justify-content:center;margin-bottom:6px}#popupBox.show .popupSection .contactBlock .contactRow:hover{background-color:#f4f4f4;cursor:pointer}#popupBox .ontwikkelSpan{text-align:center;font-size:16px;padding:6px 0 2px;color:#d4d4d4;width:100%;display:block}@media (max-width:992px){#popupBox{max-width:360px;width:calc(100% - 40px)}#popupBox .popupCircle #collapsedText .innerWrapper{padding:12px}}@media (max-width:768px){#popupBox{max-width:calc(100% - 40px)}}@keyframes openPopup{0%{height:0}29%{height:0}30%{height:65px}to{height:0}}#cartSideOverlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:9999999;opacity:0;pointer-events:none;transition:opacity .3s ease}body.cart-open #cartSideOverlay{opacity:1;pointer-events:auto}body.cart-open{overflow:hidden}#cartSide{height:100vh;width:400px;max-width:100%;max-height:100vh;right:0;top:0;transform:translateX(100%);position:fixed;z-index:10000000;background-color:#fff;box-shadow:-4px 0 30px rgba(0,0,0,.12);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:space-between;font-size:.9em}#cartSide.open{transform:translateX(0)}#cartSide .titleBar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #eee}#cartSide .titleBar .cartTitle{font-size:1.25em}#cartSide .titleBar svg{transition:.6s}#cartSide .titleBar svg:hover{transform:rotate(180deg);cursor:pointer}#cartSide #cartSideBody{display:flex;flex-direction:column;flex-grow:1;min-height:0;width:100%}#cartSide #cartProducts{overflow:auto;width:100%;min-height:0;flex-grow:1;flex-basis:0}#cartSide .cartBottom{flex-shrink:0}#cartSide .cartWrapper{display:flex;flex-direction:column;flex-grow:1}#cartSide .cartProduct{display:flex;flex-direction:row;padding:16px 24px;transition:background-color .2s;box-shadow:none;border:0}#cartSide .cartProduct:focus-within,#cartSide .cartProduct:hover{background-color:#fafafa;box-shadow:none;border:0}#cartSide .cartTitle{font-size:1.6em;font-weight:500;color:#000}#cartSide .cartProductInfo{width:100%;display:flex;flex-direction:column;justify-content:center}#cartSide .cartProductTitle{font-size:1.1em;font-weight:500}#cartSide .productPricing{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#cartSide .productPricing .woocommerce-Price-amount{font-size:1em;font-weight:400}#cartSide .cartBookingData,#cartSide .cartProductQuantity{font-size:1.1em;font-weight:400;text-transform:lowercase}#cartSide .strong{font-weight:700;text-transform:capitalize;display:inline-block}#cartSide .cartImage{margin-right:12px;flex-shrink:0;width:64px;height:64px;display:block}#cartSide .cartImage img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:4px;display:block}#cartSide .cartProductMeta{font-size:.85em;color:#777;margin-top:2px;margin-bottom:4px}#cartSide .buttonRow{padding:30px;border-top:1px solid #eee}#cartSide .cartBottom,#cartSide .titleBar{position:relative}#cartSide .totalsBlock{padding:14px 24px;border-top:1px solid #eee;font-size:.95em}#cartSide .totalRow{display:flex;justify-content:space-between;align-items:center;padding:3px 0}#cartSide .totalRow.discount{color:#2e7d32}#cartSide .totalRow.muted{color:#888;font-size:.85em}#cartSide .totalRow .woocommerce-Price-amount{font-weight:600}@media (min-width:992px){#cartSide .totalsBlock{font-size:1.05em}#cartSide .totalRow.muted{font-size:.9em}}#cartSide .buttonRow{padding:14px 24px 18px;border-top:0}#cartSide .cartEmpty{padding:40px 24px;text-align:center;color:#777;font-size:1em}#cartSide .qtyWidget{display:inline-flex;align-items:center;border:1px solid #e2e2e2;border-radius:4px;overflow:hidden;height:30px}#cartSide .qtyWidget .qtyBtn{background:#f7f7f7;border:0;width:28px;height:100%;font-size:1em;line-height:1;cursor:pointer;padding:0;color:#333;transition:background .2s}#cartSide .qtyWidget .qtyBtn:hover{background:#ececec}#cartSide .qtyWidget .qtyInput{width:36px;height:100%;border:0;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;text-align:center;font-size:.95em;background:#fff;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;padding:0}#cartSide .qtyWidget .qtyInput::-webkit-inner-spin-button,#cartSide .qtyWidget .qtyInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#cartSide .cartProductInfo{position:relative}#cartSide .cartRemove{position:absolute;top:0;right:0;background:transparent;border:0;padding:4px;cursor:pointer;opacity:.4;transition:opacity .2s;line-height:0}#cartSide .cartRemove:hover{opacity:1}#cartSide.loading #cartSideBody{opacity:.5;pointer-events:none}#cartSide .cartButton{padding:12px 16px;color:#fff;font-weight:600;font-size:1em;text-align:center;margin-top:10px;border-radius:8px;border:0;background:linear-gradient(135deg,#43b723,#379a1c);box-shadow:0 2px 8px rgba(67,183,35,.16);transition:filter .2s,transform .2s,box-shadow .2s;display:block}#cartSide .cartButton:hover{filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 3px 10px rgba(67,183,35,.2);cursor:pointer;text-decoration:none}#cartSide .cartButton.viewCart{margin-top:0;background:linear-gradient(135deg,#374151,#1f2937);box-shadow:0 2px 8px rgba(31,41,55,.16)}#cartSide .cartButton.viewCart:hover{box-shadow:0 3px 10px rgba(31,41,55,.2)}#cartSide .cartButton.checkout{margin-top:10px}.single-product .product.type-product{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;position:relative}.single-product .productInfo{position:relative;float:unset;clear:unset}body.single-product .summary form.variations_form{display:flex;flex-direction:column}body.single-product .summary form.variations_form .variations{background-color:#f7f6f7;border-radius:3px}body.single-product .summary form.variations_form .variations td{padding:8px}body.single-product .summary form.variations_form .variations td.label{padding-left:16px;vertical-align:middle}body.single-product .summary form.variations_form .variations td select{padding:12px}body.single-product .summary form.variations_form .variations .woocommerce-variation-add-to-cart{display:flex}.single-product .woocommerce-product-gallery{position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:16px;width:48%;opacity:1!important}.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{position:relative;flex:1 1 0%;min-width:0;width:100%;aspect-ratio:1/1;margin:0;order:2;border:1px solid #ececef;border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03)}.single-product .woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__wrapper{flex:1 1 100%}.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;margin:0!important;padding:28px!important;float:none!important;display:flex;align-items:center;justify-content:center;background-color:transparent;list-style:none;box-sizing:border-box}.single-product .woocommerce-product-gallery__image>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;cursor:zoom-in}.single-product .woocommerce-product-gallery__image a img,.single-product .woocommerce-product-gallery__image img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;cursor:zoom-in;display:block;margin:0 auto}.single-product .woocommerce-product-gallery__image img.zoomImg{display:none!important}.single-product .woocommerce-product-gallery .flex-direction-nav{list-style:none;margin:0;padding:0;position:absolute;inset:0;pointer-events:none;z-index:4}.single-product .woocommerce-product-gallery .flex-direction-nav li{position:absolute;top:50%;transform:translateY(-50%);margin:0;padding:0;list-style:none}.single-product .woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev{left:12px}.single-product .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next{right:12px}.single-product .woocommerce-product-gallery .flex-direction-nav li a{pointer-events:auto;display:flex;align-items:center;justify-content:center;width:38px;height:38px;background-color:#fff;border:1px solid #e5e7eb;border-radius:999px;box-shadow:0 2px 8px rgba(0,0,0,.06);color:#171c34;text-indent:0;text-decoration:none;font-size:0;line-height:0;opacity:1;transition:background-color .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s;cursor:pointer}.single-product .woocommerce-product-gallery .flex-direction-nav li a:before{content:"";width:14px;height:14px;background-color:currentColor;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}.single-product .woocommerce-product-gallery .flex-direction-nav li a.flex-prev:before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='10,3 5,8 10,13'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='10,3 5,8 10,13'/></svg>")}.single-product .woocommerce-product-gallery .flex-direction-nav li a.flex-next:before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6,3 11,8 6,13'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6,3 11,8 6,13'/></svg>")}.single-product .woocommerce-product-gallery .flex-direction-nav li a:hover{--tw-bg-opacity:1;background-color:rgb(206 52 44/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));border-color:transparent;box-shadow:0 4px 12px rgba(206,52,44,.25)}.single-product .woocommerce-product-gallery .flex-direction-nav li a.flex-disabled{opacity:.35;pointer-events:none;cursor:default}.single-product .woocommerce-product-gallery .flex-control-thumbs{order:1;flex:0 0 84px;width:84px;display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;overflow:visible}.single-product .woocommerce-product-gallery .flex-control-thumbs li{width:100%!important;margin:0!important;padding:0;float:none;list-style:none}.single-product .woocommerce-product-gallery .flex-control-thumbs li img{display:block;width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:6px;cursor:pointer;opacity:1;transition:border-color .2s,box-shadow .2s}.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover{border-color:rgba(0,0,0,.2)}.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{--tw-border-opacity:1;border-color:rgb(206 52 44/var(--tw-border-opacity,1));box-shadow:0 2px 6px rgba(206,52,44,.15)}.single-product .woocommerce-product-gallery__trigger{display:none!important}.single-product .product.type-product>.onsale,.single-product span.onsale{position:absolute;top:12px;left:12px;z-index:5;margin:0;padding:6px 12px;min-height:0;min-width:0;line-height:1;border-radius:999px;--tw-bg-opacity:1;background-color:rgb(206 52 44/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));font-family:Plus Jakarta Sans,Arial,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 2px 6px rgba(206,52,44,.25)}@media (min-width:769px){.single-product .product.type-product>.onsale{left:112px}}@media (max-width:768px){.single-product .woocommerce-product-gallery{width:100%;flex-direction:column}.single-product .woocommerce-product-gallery .flex-control-thumbs{flex-direction:row;flex:0 0 auto;width:100%;order:2}.single-product .woocommerce-product-gallery .flex-control-thumbs li{flex:0 0 64px}.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{order:1;width:100%}}.single-product .offerte-button{margin:20px 0}.single-product .summary .price,.single-product .summary p.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5em;margin:0 0 1rem;font-family:Plus Jakarta Sans,Arial,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.1;color:#171c34}.single-product .summary .price ins,.single-product .summary .price>.woocommerce-Price-amount{order:2;text-decoration:none;color:#171c34;font-weight:700}.single-product .summary .price del{order:1;font-size:1rem;font-weight:400;color:#6b7280;opacity:1;text-decoration:line-through}.single-product .summary .price del *,.single-product .summary .price del .woocommerce-Price-amount,.single-product .summary .price del .woocommerce-Price-currencySymbol,.single-product .summary .price del bdi{color:inherit!important;font-size:inherit!important;font-weight:inherit!important}.single-product .summary .price bdi,.single-product .summary .price ins bdi{color:inherit;font:inherit;text-decoration:none}.single-product .summary .price .woocommerce-Price-currencySymbol{font-size:inherit;font-weight:inherit;color:inherit;margin-right:.1em;vertical-align:baseline;line-height:inherit;top:0;position:static}.single-product .summary .price .text-gray-900{order:3;flex-basis:100%;font-size:.75rem;font-weight:400;color:#171c34!important;margin-top:.15rem}.single-product .woocommerce-tabs{width:100%;max-width:820px;margin:2.5rem 0 0}.single-product .woocommerce-tabs ul.tabs{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0;padding:6px;list-style:none;background-color:#f5f3f3;border-radius:10px}.single-product .woocommerce-tabs ul.tabs li{position:relative;display:inline-flex;margin:0;padding:0;background:transparent;border:0;border-radius:6px}.single-product .woocommerce-tabs ul.tabs li a{display:inline-flex;align-items:center;padding:13px 20px;border-radius:6px;background-color:transparent;color:#6b7280;font-family:Plus Jakarta Sans,Arial,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;line-height:1.2;letter-spacing:.01em;transition:color .2s,background-color .2s,box-shadow .2s}.single-product .woocommerce-tabs ul.tabs li a:hover{color:#171c34;background-color:hsla(0,0%,100%,.7)}.single-product .woocommerce-tabs ul.tabs li.active a,.single-product .woocommerce-tabs ul.tabs li.active a:hover{--tw-bg-opacity:1;background-color:rgb(206 52 44/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));box-shadow:0 2px 8px rgba(206,52,44,.18)}.single-product .woocommerce-tabs .panel{margin:1.25rem 0 0;padding:1.5rem;background-color:#fff;border:1px solid rgba(23,28,52,.08);border-radius:12px;color:#171c34;font-size:.95rem;line-height:1.6}.single-product .woocommerce-tabs .panel h2{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#171c34}.single-product .woocommerce-tabs .panel p{margin:0 0 .75rem}.single-product .woocommerce-tabs .panel table.woocommerce-product-attributes{width:100%;border-collapse:collapse;margin:0}.single-product .woocommerce-tabs .panel table.woocommerce-product-attributes td,.single-product .woocommerce-tabs .panel table.woocommerce-product-attributes th{padding:12px 16px;border-bottom:1px solid rgba(23,28,52,.06);background-color:transparent}.single-product .woocommerce-tabs .panel table.woocommerce-product-attributes tr:last-child td,.single-product .woocommerce-tabs .panel table.woocommerce-product-attributes tr:last-child th{border-bottom:0}.woocommerce #omschrijving h1,.woocommerce #omschrijving h2,.woocommerce #omschrijving h3,.woocommerce #omschrijving h4{margin:20px 0 8px;font-weight:500}.woocommerce #omschrijving h1{font-size:1.6em}.woocommerce #omschrijving h2{font-size:1.4em}.woocommerce #omschrijving h3{font-size:1.2em}.woocommerce #omschrijving p{margin:8px 0}@media (max-width:992px){body.single-product .summary{padding:0}body.single-product .woocommerce-tabs{width:100%;max-width:none}}sidebar{position:fixed;pointer-events:none;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:999}sidebar#offerte .inner-offerte{position:relative;width:100%;height:100%;z-index:2}sidebar .overlay{left:0;background-color:#000;opacity:0;z-index:1;transition:.3s ease-in-out}sidebar .inner-wrapper,sidebar .overlay{position:fixed;top:0;width:100%;height:100%}sidebar .inner-wrapper{right:0;background-color:#fff;z-index:2;transform:translateX(100%);transition:transform .6s ease-in-out;padding:20px;overflow-y:scroll}@media (min-width:992px){sidebar#offerte .inner-wrapper{width:66.67%;padding:40px}}@media (min-width:1200px){sidebar#offerte .inner-wrapper{width:50%;padding:48px}}sidebar .inner-wrapper #closeForms{position:absolute;top:20px;right:20px;font-size:1.5em;width:40px;height:40px;background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s ease-in-out}sidebar.active{pointer-events:auto}sidebar.active .inner-wrapper{transform:translateX(0)}sidebar.active .overlay{opacity:.5}sidebar input[type=submit]{padding:0 16px;font-size:18px;font-weight:700}div.open-form:hover{cursor:pointer}sidebar#offerte input[type=submit]{display:block;font-weight:700;background-color:#43b723;color:#fff;padding:12px 24px;transition:.3s ease-in-out;border-radius:4px;border:1px solid #eee}sidebar#offerte input[type=submit]:hover{background-color:#016202;transform:translateY(-4px);color:#fff;cursor:pointer}.woocommerce-cart #breadcrumbContainer,.woocommerce-cart #cartSide,.woocommerce-cart #cartSideOverlay,.woocommerce-cart #footer-widgets,.woocommerce-cart #popupBox,.woocommerce-cart #popupBox.open,.woocommerce-cart .mobileNav,.woocommerce-cart header #head .iconRow,.woocommerce-cart header #head .mobileNavContainer,.woocommerce-cart header #head form#searchForm,.woocommerce-cart header #sub{display:none}.woocommerce-cart header #head .navbar-nav>.flex.flex-wrap,.woocommerce-checkout header #head .navbar-nav>.flex.flex-wrap{align-items:center}.woocommerce-cart header #head .logoCol,.woocommerce-cart header #head.lmsi .logoCol,.woocommerce-checkout header #head .logoCol,.woocommerce-checkout header #head.lmsi .logoCol{order:0!important;width:auto!important;justify-content:flex-start;flex:0 0 auto}.woocommerce-cart header #head .logoCol img,.woocommerce-checkout header #head .logoCol img{max-height:42px;width:auto}.woocommerce-cart header #head .checkoutInfo,.woocommerce-checkout header #head .checkoutInfo{width:auto!important;flex:0 0 auto;margin-left:auto;color:#fff;font-family:Plus Jakarta Sans,Arial,sans-serif}.woocommerce-cart header #head .checkoutInfo a,.woocommerce-checkout header #head .checkoutInfo a{color:#fff}.woocommerce-cart header #head .checkoutInfo a:hover,.woocommerce-checkout header #head .checkoutInfo a:hover{color:#ce342c}.woocommerce-cart #usp,.woocommerce-checkout #usp{background-color:#f3f4f6;border-top:1px solid rgba(23,28,52,.06);border-bottom:1px solid rgba(23,28,52,.06);margin-bottom:0}.woocommerce-cart #usp .uspBlock,.woocommerce-cart #usp .uspBlock strong,.woocommerce-checkout #usp .uspBlock,.woocommerce-checkout #usp .uspBlock strong{color:#171c34}.woocommerce-cart #usp svg,.woocommerce-checkout #usp svg{color:#43b723}.woocommerce-cart #footer-usps{border-top:0}.woocommerce-cart #footer-copyright,.woocommerce-checkout #footer-copyright{border-top:1px solid rgba(23,28,52,.06)!important}.woocommerce-cart #footer-copyright>div,.woocommerce-checkout #footer-copyright>div{display:flex!important;flex-direction:row!important;flex-wrap:wrap;justify-content:space-between!important;align-items:center!important;gap:24px;grid-template-columns:none!important;grid-auto-flow:row!important}.woocommerce-cart #footer-copyright>div>*,.woocommerce-checkout #footer-copyright>div>*{margin:0}.woocommerce-cart #footer-copyright>div>div:first-child,.woocommerce-checkout #footer-copyright>div>div:first-child{flex:1 1 auto;min-width:0}.woocommerce-cart #footer-copyright p,.woocommerce-checkout #footer-copyright p{display:flex;align-items:center;gap:8px;width:100%}.woocommerce-cart #footer-copyright p a[title*="Kay Jilesen"],.woocommerce-checkout #footer-copyright p a[title*="Kay Jilesen"]{margin-left:auto}@media (max-width:768px){.woocommerce-cart #footer-copyright>div,.woocommerce-checkout #footer-copyright>div{justify-content:center!important}.woocommerce-cart header #head .checkoutInfo,.woocommerce-checkout header #head .checkoutInfo{width:100%;justify-content:center;margin-top:12px}}.woocommerce-cart #cart .woocommerce{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.woocommerce-cart #cart .woocommerce button[type=submit]{font-weight:400;font-size:1em}.woocommerce-cart #cart .woocommerce .woocommerce-notices-wrapper{min-width:100%}.woocommerce-cart #cart .woocommerce table.shop_table{margin-bottom:0;border:0;font-size:.9em}.woocommerce-cart #cart .woocommerce table.shop_table th{padding-left:0}.woocommerce-cart #cart .woocommerce .woocommerce-cart-form{order:1;min-width:65%}.woocommerce-cart #cart .woocommerce .cart_totals{order:2;width:32%;padding:40px;background-color:#fff;box-shadow:0 30px 80px rgba(0,0,0,.1);border-radius:12px}.woocommerce-cart #cart .woocommerce .cart_totals h2{margin-bottom:20px;font-size:1.2em;font-weight:700}.woocommerce-cart #cart .woocommerce .cart_totals .wc-proceed-to-checkout{padding-bottom:0}.woocommerce-cart #cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button{margin-bottom:0}.woocommerce-cart #cart .woocommerce .cross-sells{order:3;margin-top:3rem}@media (max-width:1480px){.woocommerce-cart #cart .woocommerce .woocommerce-cart-form{order:1;min-width:65%;width:65%;padding-right:40px}.woocommerce-cart #cart .woocommerce .cart_totals{order:2;width:33%}}@media (max-width:1100px){.woocommerce-cart #cart{padding:0 30px}.woocommerce-cart #cart .woocommerce .cart_totals,.woocommerce-cart #cart .woocommerce .woocommerce-cart-form{width:100%;min-width:100%;margin:20px 0}.woocommerce-cart #cart .woocommerce .woocommerce-cart-form{padding-right:0}}.woocommerce-cart .wp-block-woocommerce-cart{color:#171c34;align-items:start}.woocommerce-cart .wc-block-cart-items__header{border-bottom:2px solid rgba(23,28,52,.08);color:#171c34;font-weight:600;font-family:Plus Jakarta Sans,Arial,sans-serif}.woocommerce-cart .wc-block-cart-items__row{border-bottom:1px solid rgba(23,28,52,.06)}.woocommerce-cart .wc-block-components-product-name{color:#171c34;font-weight:600;font-family:Plus Jakarta Sans,Arial,sans-serif;text-decoration:none}.woocommerce-cart .wc-block-components-product-name:hover{color:#ce342c}.woocommerce-cart .wc-block-components-product-metadata__description{display:none}.woocommerce-cart .wc-block-cart-item__product .wc-block-cart-item__prices,.woocommerce-cart .wc-block-cart-item__product .wc-block-components-order-summary-item__individual-prices,.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price{display:none!important}.woocommerce-cart .wc-block-components-order-summary-item__description .wc-block-cart-item__prices{display:none}.woocommerce-cart .wc-block-cart-item__image img{border-radius:8px;border:1px solid rgba(0,0,0,.06);background-color:#fff}.woocommerce-cart .wc-block-components-product-price del{color:#6b7280;opacity:.7;font-size:.85em}.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price__value,.woocommerce-cart .wc-block-components-product-price__value.is-discounted{color:#171c34;font-weight:700}.woocommerce-cart .wc-block-components-sale-badge{background-color:#fae8e7;color:#ce342c;border-radius:999px;font-weight:600;padding:4px 10px;margin-top:6px}.woocommerce-cart .wc-block-components-quantity-selector{border:1px solid #e2e2e2;border-radius:8px;overflow:hidden;height:38px;background:#fff}.woocommerce-cart .wc-block-components-quantity-selector__button{background:#f7f7f7;color:#171c34;border:0;width:36px;height:100%;font-size:1.1em;transition:background .2s,color .2s}.woocommerce-cart .wc-block-components-quantity-selector__button:hover:not(:disabled){background:#fae8e7;color:#ce342c}.woocommerce-cart .wc-block-components-quantity-selector__input{border:0;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;height:100%;text-align:center;font-weight:600;color:#171c34}.woocommerce-cart .wc-block-cart-item__remove-link{background:transparent;border:0;padding:4px;color:#9ca3af;cursor:pointer;line-height:0;transition:color .2s}.woocommerce-cart .wc-block-cart-item__remove-link:hover{color:#ce342c;background:transparent}.woocommerce-cart .wc-block-cart-item__remove-link svg{width:16px!important;height:16px!important}.woocommerce-cart .wc-block-cart__sidebar{background-color:#fff;border:1px solid rgba(23,28,52,.12);box-shadow:0 30px 80px rgba(0,0,0,.08);border-radius:12px;padding:32px;height:-moz-fit-content;height:fit-content;align-self:start}.woocommerce-cart .wc-block-cart__totals-title{color:#171c34;font-family:Plus Jakarta Sans,Arial,sans-serif;font-size:1.2em;font-weight:600;margin-bottom:16px;letter-spacing:0;text-transform:none}.woocommerce-cart .wc-block-components-totals-item__label{color:#171c34;font-weight:500}.woocommerce-cart .wc-block-components-totals-item__value{color:#171c34;font-weight:600}.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{color:#171c34;font-size:1.25em;font-weight:700}.woocommerce-cart .wc-block-components-totals-footer-item{border-top:0;padding-top:12px;margin-top:6px}.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button{color:#171c34;font-weight:500}.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button-icon{fill:#171c34}.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit,.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper:last-child{margin-bottom:0;padding-bottom:0}.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-payment-method-icons{margin-top:14px;padding-top:4px}.woocommerce-cart .wc-block-cart__submit-button{background:linear-gradient(135deg,#43b723,#379a1c);color:#fff;border-radius:8px;padding:16px 20px;font-weight:600;font-family:Plus Jakarta Sans,Arial,sans-serif;width:100%;text-align:center;transition:filter .2s,transform .2s;box-shadow:0 4px 14px rgba(67,183,35,.25)}.woocommerce-cart .wc-block-cart__submit-button:hover{filter:brightness(1.05);transform:translateY(-1px)}.woocommerce-cart #cart h1{font-family:Plus Jakarta Sans,Arial,sans-serif;font-size:2em;font-weight:600;margin-bottom:1.25rem;color:#171c34}@media (max-width:1100px){.woocommerce-cart .wc-block-cart__sidebar{padding:24px}}body.woocommerce-checkout,body.woocommerce-checkout #checkout,body.woocommerce-checkout main{background-color:#fff;color:#171c34}body.woocommerce-checkout #checkout a{color:#171c34}body.woocommerce-checkout #checkout a:hover{color:#ce342c}.woocommerce-checkout #breadcrumbContainer,.woocommerce-checkout #cartSide,.woocommerce-checkout #cartSideOverlay,.woocommerce-checkout #footer-widgets,.woocommerce-checkout #popupBox,.woocommerce-checkout #popupBox.open,.woocommerce-checkout .mobileNav,.woocommerce-checkout header #head .iconRow,.woocommerce-checkout header #head .mobileNavContainer,.woocommerce-checkout header #head form#searchForm,.woocommerce-checkout header #sub{display:none}.woocommerce-checkout #checkout #place_order,.woocommerce-checkout #checkout form.checkout button#place_order,.woocommerce-checkout #checkout form.checkout button.button.alt{background:linear-gradient(135deg,#43b723,#379a1c)!important;color:#fff!important;border:0!important;border-radius:8px!important;padding:18px 24px!important;font-weight:600;font-family:Plus Jakarta Sans,Arial,sans-serif;box-shadow:0 4px 14px rgba(67,183,35,.25);transition:filter .2s,transform .2s}.woocommerce-checkout #checkout #place_order:hover,.woocommerce-checkout #checkout form.checkout button#place_order:hover,.woocommerce-checkout #checkout form.checkout button.button.alt:hover{filter:brightness(1.05);transform:translateY(-1px);background:linear-gradient(135deg,#379a1c,#2b7a15)!important}.woocommerce-checkout #checkout h3{font-size:1.2em;font-weight:500;margin-bottom:.5em}.woocommerce-checkout #checkout form.checkout input,.woocommerce-checkout #checkout form.checkout select,.woocommerce-checkout #checkout form.checkout textarea{padding:12px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.woocommerce-checkout #checkout .col-2{margin-bottom:24px}.woocommerce-checkout #checkout form.woocommerce-form-coupon{background-color:#f7f6f7;border:0}.woocommerce-checkout #checkout form.checkout{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.woocommerce-checkout #checkout form.checkout .fieldsCol{width:36%}.woocommerce-checkout #checkout form.checkout .reviewCol{width:52%}.woocommerce-checkout #checkout form.checkout .woocommerce-NoticeGroup-checkout{width:100%}.woocommerce-checkout #checkout form.checkout #payment{padding:24px 32px;background-color:#f8f8f8}.woocommerce-checkout #checkout form.checkout #payment ul.payment_methods li{position:relative}.woocommerce-checkout #checkout form.checkout #payment ul.payment_methods li img{top:5px;left:140px;position:absolute}.woocommerce-checkout #checkout form.checkout #payment .payment_box{font-style:italic;padding:.7rem;margin-top:0}.woocommerce-checkout #checkout form.checkout #payment .payment_box:before{content:unset}.woocommerce-checkout #checkout form.checkout table.shop_table{background-color:#f7f6f7;border:0;border-radius:3px;font-size:.9em}.woocommerce-checkout #checkout form.checkout table.shop_table td.product-name{font-size:.95em;display:flex;flex-direction:row;justify-content:space-between}.woocommerce-checkout #checkout form.checkout button.button{width:100%;margin-top:24px;padding:20px}.woocommerce-checkout #checkout .woocommerce-additional-fields,.woocommerce-checkout #checkout .woocommerce-billing-fields{margin-bottom:24px}@media (max-width:1100px){.woocommerce-checkout #checkout{padding:0 30px}.woocommerce-checkout #checkout form.checkout .fieldsCol,.woocommerce-checkout #checkout form.checkout .reviewCol{width:100%}}.woocommerce-checkout .wp-block-woocommerce-checkout{color:#171c34}.woocommerce-checkout .wc-block-components-checkout-step__title,.woocommerce-checkout .wc-block-components-title{font-family:Plus Jakarta Sans,Arial,sans-serif;color:#171c34;font-weight:600}.woocommerce-checkout .wc-block-components-checkout-step{border-bottom:1px solid rgba(23,28,52,.06);padding-bottom:24px;margin-bottom:24px}.woocommerce-checkout .wc-block-components-select select,.woocommerce-checkout .wc-block-components-text-input input,.woocommerce-checkout .wc-block-components-textarea,.woocommerce-checkout input.wc-block-components-text-input__input{border:1px solid #e2e2e2;border-radius:8px;background-color:#fff;transition:border-color .2s,box-shadow .2s}.woocommerce-checkout .wc-block-components-select select:focus,.woocommerce-checkout .wc-block-components-text-input input:focus,.woocommerce-checkout .wc-block-components-textarea:focus{border-color:#171c34;box-shadow:0 0 0 3px rgba(23,28,52,.08);outline:0}.woocommerce-checkout .wc-block-components-text-input label,.woocommerce-checkout .wc-block-components-text-input.is-active label{color:#6b7280}.woocommerce-checkout .wc-block-components-text-input.is-active label{color:#171c34}.woocommerce-checkout .wc-block-checkout__sidebar,.woocommerce-checkout .wc-block-components-sidebar{background-color:#fff;border:1px solid rgba(23,28,52,.12);border-radius:12px;box-shadow:0 30px 80px rgba(0,0,0,.08);padding:32px}.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content,.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.woocommerce-checkout .wc-block-components-checkout-order-summary__title{font-family:Plus Jakarta Sans,Arial,sans-serif}.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text{color:#ce342c;font-size:1.2em;font-weight:600}.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price{color:#171c34;font-weight:700}.woocommerce-checkout .wc-block-components-order-summary-item{border-bottom:1px solid rgba(23,28,52,.06);padding:12px 0}.woocommerce-checkout .wc-block-components-order-summary-item:last-child{border-bottom:0}.woocommerce-checkout .wc-block-components-order-summary-item__image img{border-radius:8px;border:1px solid rgba(0,0,0,.06);background-color:#fff}.woocommerce-checkout .wc-block-components-order-summary-item__quantity{background:#ce342c;color:#fff;border:0;box-shadow:0 2px 6px rgba(206,52,44,.25);font-weight:600}.woocommerce-checkout .wc-block-components-product-name{color:#171c34;font-family:Plus Jakarta Sans,Arial,sans-serif;font-weight:600}.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-cart-item__prices,.woocommerce-checkout .wc-block-components-product-metadata__description{display:none}.woocommerce-checkout .wc-block-components-product-price del{color:#6b7280;opacity:.7;font-size:.85em}.woocommerce-checkout .wc-block-components-product-price__value.is-discounted{color:#43b723;font-weight:700}.woocommerce-checkout .wc-block-components-sale-badge{background-color:#fae8e7;color:#ce342c;border-radius:999px;font-weight:600;padding:4px 10px}.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button{color:#171c34;font-weight:500;background-color:transparent;border:0;border-radius:0;padding:6px 0;transition:color .2s}.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button:hover{background-color:transparent;border-color:transparent;color:#6b7280}.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button-icon{fill:#171c34}.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input input{border:1px solid #d1d5db;border-radius:8px}.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-button{background:linear-gradient(135deg,#43b723,#379a1c)!important;color:#fff!important;border:0!important;border-radius:8px!important;font-weight:600;padding:10px 16px!important;box-shadow:0 4px 14px rgba(67,183,35,.2);transition:filter .2s,transform .2s}.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-button:hover{filter:brightness(1.05);transform:translateY(-1px)}.woocommerce-checkout .wc-block-components-totals-item__label{color:#171c34;font-weight:500}.woocommerce-checkout .wc-block-components-totals-item__value{color:#171c34;font-weight:600}.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{color:#171c34;font-size:1.25em;font-weight:700}.woocommerce-checkout .wc-block-components-totals-footer-item{border-top:0;padding-top:12px;margin-top:6px}.woocommerce-checkout .wc-block-components-checkout-place-order-button,.woocommerce-checkout button.wc-block-components-checkout-place-order-button{background:linear-gradient(135deg,#43b723,#379a1c)!important;color:#fff!important;border:0!important;border-radius:8px!important;padding:18px 24px!important;font-weight:600;font-family:Plus Jakarta Sans,Arial,sans-serif;box-shadow:0 4px 14px rgba(67,183,35,.25);transition:filter .2s,transform .2s;width:100%}.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,.woocommerce-checkout button.wc-block-components-checkout-place-order-button:hover{filter:brightness(1.05);transform:translateY(-1px);background:linear-gradient(135deg,#379a1c,#2b7a15)!important}.woocommerce-checkout .wc-block-components-radio-control__option{transition:border-color .2s,background-color .2s;align-items:center!important}.woocommerce-checkout .wc-block-components-radio-control__option-layout{display:flex!important;flex-direction:row!important;align-items:flex-start!important;justify-content:flex-start!important;gap:10px;text-align:left!important}.woocommerce-checkout .wc-block-components-radio-control__input{top:50%!important;transform:translateY(-50%)!important}.woocommerce-checkout .wc-block-components-radio-control__description-group,.woocommerce-checkout .wc-block-components-radio-control__label,.woocommerce-checkout .wc-block-components-radio-control__label-group,.woocommerce-checkout .wc-block-components-radio-control__secondary-label{text-align:left!important;justify-content:flex-start!important;margin-left:0!important;margin-right:0!important}.woocommerce-checkout .wc-block-components-radio-control__label-group{display:flex!important;flex-direction:row!important;align-items:baseline!important;gap:8px;width:100%}.woocommerce-checkout .wc-block-components-radio-control__description-group{width:100%;max-width:none!important}.woocommerce-checkout .wc-block-components-radio-control__label,.woocommerce-checkout .wc-block-components-radio-control__secondary-label{flex:0 1 auto}.woocommerce-checkout .wc-block-checkout__shipping-option--free{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;padding:2px 10px;border-radius:999px;font-size:.82em;font-weight:700;line-height:1.2;letter-spacing:.01em;color:#171c34;background-color:#fff;border:1px solid rgba(23,28,52,.18)}.woocommerce-checkout .wc-block-components-radio-control__option:hover{border-color:rgba(206,52,44,.4)}.woocommerce-checkout .wc-block-components-radio-control__option-checked{border-color:rgba(23,28,52,.16)!important;border-width:1px!important;background-color:#fae8e7!important;box-shadow:none!important;outline:0!important}.woocommerce-checkout .wc-block-components-radio-control__option{box-shadow:none!important;outline:0!important}.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted{border-color:rgba(23,28,52,.16)!important;box-shadow:none!important;outline:0!important}.woocommerce-checkout .wc-block-components-radio-control__input:focus,.woocommerce-checkout .wc-block-components-radio-control__input:focus-visible{outline:0!important;box-shadow:none!important}.woocommerce-checkout .wc-block-components-radio-control__input:checked{accent-color:#ce342c}.woocommerce-checkout .wc-block-components-radio-control-accordion-option{border:1px solid rgba(23,28,52,.14);border-radius:6px;overflow:hidden}.woocommerce-checkout .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option{border:0!important;margin:0}.woocommerce-checkout .wc-block-components-radio-control-accordion-content{border-top:1px solid rgba(23,28,52,.14);padding:10px 14px 12px}.woocommerce-checkout .wc-block-components-radio-control-accordion-content>div{text-align:left!important;line-height:1.45;margin:0}.woocommerce-checkout #checkout h1{font-family:Plus Jakarta Sans,Arial,sans-serif;font-size:2em;font-weight:600;margin-bottom:1.25rem;color:#171c34}@media (max-width:1100px){.woocommerce-checkout .wc-block-checkout__sidebar,.woocommerce-checkout .wc-block-components-sidebar{padding:24px}}.woocommerce-checkout .wc-block-checkout__actions_row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button{white-space:nowrap}.woocommerce-checkout .wc-block-components-checkout-place-order-button{width:auto;min-width:260px}.thankyou-page{color:#171c34}.thankyou-page .thankyou-hero h1{font-family:Anton SC,Plus Jakarta Sans,sans-serif;text-transform:uppercase;letter-spacing:.02em}.thankyou-page .thankyou-total{letter-spacing:.02em}.thankyou-page .thankyou-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;border-radius:.375rem;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s ease;border:1px solid transparent;cursor:pointer}.thankyou-page .thankyou-btn-primary{background-color:#ce342c;color:#fff;box-shadow:0 1px 2px 0 rgba(206,52,44,.2)}.thankyou-page .thankyou-btn-primary:hover{background-color:#b02e26;box-shadow:0 4px 8px -2px rgba(206,52,44,.3);transform:translateY(-1px)}.thankyou-page .thankyou-btn-secondary{background-color:#fff;color:#171c34;border-color:rgba(23,28,52,.15)}.thankyou-page .thankyou-btn-secondary:hover{background-color:#fbeeed;border-color:rgba(206,52,44,.3);color:#ce342c}.thankyou-details .woocommerce-customer-details,.thankyou-details .woocommerce-order-details{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:.5rem;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.03)}.thankyou-details .woocommerce-column__title,.thankyou-details .woocommerce-order-details__title{font-family:Anton SC,Plus Jakarta Sans,sans-serif;font-size:1.5rem;text-transform:uppercase;letter-spacing:.03em;color:#171c34;margin:0 0 1.25rem;padding-bottom:1rem;border-bottom:2px solid #fbeeed;position:relative}.thankyou-details .woocommerce-column__title:after,.thankyou-details .woocommerce-order-details__title:after{content:"";position:absolute;bottom:-2px;left:0;width:48px;height:2px;background:#ce342c}.thankyou-details .woocommerce-table--order-details{width:100%;border-collapse:collapse;margin:0}.thankyou-details .woocommerce-table--order-details td,.thankyou-details .woocommerce-table--order-details th{padding:.875rem 0;text-align:left;font-size:.95rem;border-bottom:1px solid rgba(0,0,0,.06)}.thankyou-details .woocommerce-table--order-details thead th{font-weight:600;color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;padding-bottom:.75rem}.thankyou-details .woocommerce-table--order-details tfoot td,.thankyou-details .woocommerce-table--order-details tfoot th{border-bottom:none;padding:.5rem 0;font-size:.95rem}.thankyou-details .woocommerce-table--order-details tfoot th{color:#6b7280;font-weight:500}.thankyou-details .woocommerce-table--order-details tfoot tr:last-child td,.thankyou-details .woocommerce-table--order-details tfoot tr:last-child th{border-top:2px solid #fbeeed;padding-top:1rem;color:#171c34}.thankyou-details .woocommerce-table--order-details tfoot tr:last-child th{font-family:Anton SC,Plus Jakarta Sans,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;font-weight:400}.thankyou-details .woocommerce-table--order-details tfoot tr:last-child td{font-family:Anton SC,Plus Jakarta Sans,sans-serif;font-size:1.5rem;color:#171c34;text-align:right}.thankyou-details .woocommerce-table--order-details td.product-quantity,.thankyou-details .woocommerce-table--order-details td.product-total{text-align:right;color:#171c34;font-weight:600}.thankyou-details .woocommerce-table--order-details th.product-total,.thankyou-details .woocommerce-table--order-details th[scope=row]{text-align:right}.thankyou-details .woocommerce-table--order-details a{color:#171c34;font-weight:600;text-decoration:none;transition:color .15s ease}.thankyou-details .woocommerce-table--order-details a:hover{color:#ce342c}.thankyou-details .woocommerce-table--order-details .product-quantity{color:#6b7280;margin-left:.5rem;font-weight:500}.thankyou-details .woocommerce-order-downloads{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:.5rem;padding:1.5rem 2rem;margin-bottom:1.5rem}.thankyou-details .woocommerce-order-downloads__title{font-family:Anton SC,Plus Jakarta Sans,sans-serif;font-size:1.25rem;text-transform:uppercase;letter-spacing:.03em;color:#171c34;margin:0 0 1rem}.thankyou-details .woocommerce-customer-details .woocommerce-columns--addresses{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.thankyou-details .woocommerce-customer-details .woocommerce-columns--addresses{grid-template-columns:1fr 1fr}}.thankyou-details .woocommerce-customer-details address{font-style:normal;line-height:1.6;color:#374151;padding:1.25rem;background:#fbeeed;border-radius:.375rem;border:1px solid rgba(206,52,44,.08)}.thankyou-details .woocommerce-customer-details .woocommerce-customer-details--email,.thankyou-details .woocommerce-customer-details .woocommerce-customer-details--phone{margin:.5rem 0 0;color:#6b7280;font-size:.9rem}.thankyou-details .woocommerce-notice,.thankyou-details .woocommerce-thankyou-order-received{display:none}.thankyou-details .woocommerce-info,.thankyou-details .woocommerce-message{background:#fbeeed;border-left:3px solid #ce342c;color:#171c34;padding:1rem 1.25rem;border-radius:0 .375rem .375rem 0;margin-bottom:1.5rem;font-size:.95rem}.woocommerce-account .col-1,.woocommerce-account .col-2,.woocommerce-account .u-column1,.woocommerce-account .u-column2,.woocommerce-account .u-columns,.woocommerce-account .woocommerce,.woocommerce-account .woocommerce-Address,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%;max-width:100%;margin-left:0;margin-right:0}.woocommerce-account .u-columns:after,.woocommerce-account .u-columns:before,.woocommerce-account .woocommerce:after,.woocommerce-account .woocommerce:before{content:none;display:none}.woocommerce-account .account-title{font-family:Plus Jakarta Sans,Arial,sans-serif;font-size:2em;font-weight:700;color:#171c34;margin:0 0 .25rem;line-height:1.15}.woocommerce-account .account-greeting{color:#6b7280;font-size:1rem;margin:0}.woocommerce-account .account-greeting strong{color:#171c34;font-weight:600}.woocommerce-account .woocommerce-MyAccount-navigation{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:.5rem;box-shadow:0 1px 2px rgba(0,0,0,.04);position:sticky;top:1rem}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;width:100%;display:grid;grid-auto-rows:min-content;gap:2px}.woocommerce-account .woocommerce-MyAccount-navigation ul li,.woocommerce-account .woocommerce-MyAccount-navigation ul li a{width:100%}.woocommerce-account .woocommerce-MyAccount-navigation ul li{margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display:flex;align-items:center;gap:.6rem;padding:.7rem .9rem;border-radius:8px;font-weight:500;font-size:.95rem;color:#171c34;text-decoration:none;transition:background-color .2s,color .2s}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{background-color:#fae8e7;color:#ce342c}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover{background-color:#ce342c;color:#fff}.woocommerce-account .woocommerce-MyAccount-navigation ul li--customer-logout a{color:#6b7280;margin-top:.5rem;border-top:1px solid rgba(0,0,0,.06);border-radius:0 0 8px 8px;padding-top:1rem}.woocommerce-account .account-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:2rem;box-shadow:0 1px 2px rgba(0,0,0,.04)}@media (max-width:768px){.woocommerce-account .account-card{padding:1.25rem}}.woocommerce-account .account-card>h2:first-child,.woocommerce-account .account-card>p:first-child{margin-top:0}.woocommerce-account .account-card h2{font-size:1.25em;margin:1.5rem 0 .75rem}.woocommerce-account .account-card h2,.woocommerce-account .account-card h3{font-family:Plus Jakarta Sans,Arial,sans-serif;font-weight:600;color:#171c34}.woocommerce-account .account-card h3{font-size:1.05em;margin:1rem 0 .5rem}.woocommerce-account .account-card p{color:#374151;line-height:1.55}.woocommerce-account .account-card a:not(.button){color:#ce342c;font-weight:500}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content{padding:0;border:0;background:transparent;box-shadow:none}.woocommerce-account .shop_table,.woocommerce-account .woocommerce-orders-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid rgba(0,0,0,.08);border-radius:10px;overflow:hidden;margin:1rem 0}.woocommerce-account .shop_table thead th,.woocommerce-account .woocommerce-orders-table thead th{background:#fae8e7;color:#171c34;font-weight:600;font-size:.85em;text-transform:uppercase;letter-spacing:.03em;padding:.85rem 1rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.06)}.woocommerce-account .shop_table tbody td,.woocommerce-account .woocommerce-orders-table tbody td{padding:.85rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);font-size:.95rem;vertical-align:middle}.woocommerce-account .shop_table tbody tr:last-child td,.woocommerce-account .woocommerce-orders-table tbody tr:last-child td{border-bottom:0}.woocommerce-account .woocommerce-orders-table tbody tr:hover td{background:#fbfbfb}.woocommerce-account .woocommerce-orders-table__cell-order-status{font-weight:600}.woocommerce-account .woocommerce-orders-table__cell-order-status:before{content:"";display:inline-block;width:.55rem;height:.55rem;border-radius:50%;background:#43b723;margin-right:.5rem;vertical-align:middle}.woocommerce-account .shop_table .button,.woocommerce-account .woocommerce-orders-table .button{padding:.5rem .85rem;font-size:.85rem;margin:0 .25rem 0 0;border-radius:6px}@media (max-width:768px){.woocommerce-account .shop_table thead,.woocommerce-account .woocommerce-orders-table thead{display:none}.woocommerce-account .shop_table tbody tr,.woocommerce-account .woocommerce-orders-table tbody tr{display:block;border:1px solid rgba(0,0,0,.08);border-radius:10px;margin-bottom:.75rem;padding:.5rem}.woocommerce-account .shop_table tbody td,.woocommerce-account .woocommerce-orders-table tbody td{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:1px solid rgba(0,0,0,.04);padding:.6rem .5rem}.woocommerce-account .shop_table tbody td:before,.woocommerce-account .woocommerce-orders-table tbody td:before{content:attr(data-title);font-weight:600;color:#6b7280;font-size:.8rem;text-transform:uppercase}}.woocommerce-account .woocommerce-Addresses.addresses{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}@media (max-width:640px){.woocommerce-account .woocommerce-Addresses.addresses{grid-template-columns:1fr}}.woocommerce-account .woocommerce-Address{background:#fbfbfb;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:1.25rem}.woocommerce-account .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;margin:0 0 .75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.06)}.woocommerce-account .woocommerce-Address-title h2,.woocommerce-account .woocommerce-Address-title h3{font-size:1rem;font-weight:600;margin:0;color:#171c34}.woocommerce-account .woocommerce-Address-title .edit{font-size:.85rem;color:#ce342c;font-weight:500;text-decoration:none}.woocommerce-account .woocommerce-Address-title .edit:hover{text-decoration:underline}.woocommerce-account .woocommerce-Address address{font-style:normal;color:#374151;line-height:1.55;font-size:.95rem}.woocommerce-account #account form .form-row,.woocommerce-account #account form p.form-row{display:flex;flex-direction:column;gap:.35rem;margin:0 0 1rem}.woocommerce-account #account form label{font-size:.9rem;font-weight:500;color:#171c34}.woocommerce-account #account form .required{color:#ce342c;text-decoration:none}.woocommerce-account #account form input[type=email],.woocommerce-account #account form input[type=number],.woocommerce-account #account form input[type=password],.woocommerce-account #account form input[type=tel],.woocommerce-account #account form input[type=text],.woocommerce-account #account form select,.woocommerce-account #account form textarea{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.65rem .85rem;font-size:.95rem;color:#171c34;transition:border-color .2s,box-shadow .2s}.woocommerce-account #account form input:focus,.woocommerce-account #account form select:focus,.woocommerce-account #account form textarea:focus{border-color:#ce342c;box-shadow:0 0 0 3px rgba(206,52,44,.12);outline:none}.woocommerce-account #account form fieldset{border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:1.25rem;margin:1.5rem 0}.woocommerce-account #account form fieldset legend{padding:0 .5rem;font-weight:600;color:#171c34}.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set,.woocommerce-account:not(.logged-in) .woocommerce>.u-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin:0}@media (max-width:768px){.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set,.woocommerce-account:not(.logged-in) .woocommerce>.u-columns{grid-template-columns:1fr}}.woocommerce-account:not(.logged-in) .woocommerce .u-column1,.woocommerce-account:not(.logged-in) .woocommerce .u-column2{width:100%!important;float:none!important;margin:0!important}.woocommerce-account:not(.logged-in) #account h2{font-size:1.4em;font-weight:600;color:#171c34;margin-bottom:1rem}.woocommerce-account #account form.woocommerce-form-login,.woocommerce-account #account form.woocommerce-form-register{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:2rem;box-shadow:0 1px 2px rgba(0,0,0,.04)}.woocommerce-account #account form.woocommerce-form-login .lost_password,.woocommerce-account #account form.woocommerce-form-login .woocommerce-form-login__rememberme{font-size:.9rem}.woocommerce-account #account form.woocommerce-form-login .lost_password a{color:#ce342c;font-weight:500}.woocommerce-account .woocommerce-pagination{margin:1.5rem 0 .5rem}.woocommerce-account .woocommerce-pagination .button{padding:.6rem 1rem;font-size:.9rem}.woocommerce-account .account-card .woocommerce-info,.woocommerce-account .account-card .woocommerce-message{background:#fae8e7;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.25rem}@media (max-width:1023px){.woocommerce-account .woocommerce-MyAccount-navigation{position:static;padding:.35rem}.woocommerce-account .woocommerce-MyAccount-navigation ul{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:4px;scrollbar-width:none}.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar{display:none}.woocommerce-account .woocommerce-MyAccount-navigation ul li{flex-shrink:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{white-space:nowrap;padding:.55rem .85rem;font-size:.9rem}.woocommerce-account .woocommerce-MyAccount-navigation ul li--customer-logout a{border-top:0;padding-top:.55rem;margin-top:0}}:is(.page-klantenservice,.parent-klantenservice) .sidebar{min-width:200px}:is(.page-klantenservice,.parent-klantenservice) .sidebar .active{font-weight:700}:is(.page-klantenservice,.parent-klantenservice) .pageContent h1,:is(.page-klantenservice,.parent-klantenservice) .pageContent h2,:is(.page-klantenservice,.parent-klantenservice) .pageContent h3,:is(.page-klantenservice,.parent-klantenservice) .pageContent h4,:is(.page-klantenservice,.parent-klantenservice) .pageContent h5,:is(.page-klantenservice,.parent-klantenservice) .pageContent h6{font-weight:700}:is(.page-klantenservice,.parent-klantenservice) .pageContent h4{font-size:1.1em}:is(.page-klantenservice,.parent-klantenservice) .pageContent h4:not(:first-child){margin-top:32px}:is(.page-klantenservice,.parent-klantenservice) .pageContent ol{margin:18px 0 32px;list-style-type:decimal;padding-left:20px}:is(.page-klantenservice,.parent-klantenservice) .pageContent strong{font-weight:700}:is(.page-klantenservice,.parent-klantenservice) .pageContent p{margin:12px 0}:is(.page-klantenservice,.parent-klantenservice) .formCol .nf-form-content input,:is(.page-klantenservice,.parent-klantenservice) .formCol .nf-form-content textarea{border:0!important}@media (max-width:992px){:is(.page-klantenservice,.parent-klantenservice) #klantenservice{padding:0 30px}}#banner .leftCol{background-color:#fdf4f3;z-index:1}#banner .leftCol h1{display:block;margin-bottom:16px}#banner .rightCol{color:#fff}#banner .rightCol .bannerBlock{position:relative}#banner .rightCol .rightBottomImage{max-width:150px}#banner .rightBottomImage{position:absolute;right:-20px;bottom:-40px;transform:rotate(20deg);width:100%;max-width:160px;-o-object-fit:contain;object-fit:contain;z-index:2}#banner .backgroundImageBlock{position:absolute;width:100%;height:100%;overflow:hidden;z-index:-1}#banner .backgroundImageBlock img{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;width:100%;-o-object-fit:cover;object-fit:cover;z-index:0}#banner .backgroundImageBlock.overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}#banner .backgroundImageBlock.overlay.black:after{background-color:rgba(0,0,0,.5)}#banner .backgroundImageBlock.overlay.red:after{background-color:rgba(206,52,44,.65)}#banner .innerWrapper{position:relative;z-index:3}#banner>.grid{gap:1rem}@media (min-width:1024px){#banner>.grid{gap:1.5rem}}#banner .rightCol{gap:1rem}@media (min-width:1024px){#banner .rightCol{gap:1.5rem}}#banner .rightBottomCol{margin-top:0}#banner .leftCol{padding:1.5rem}@media (min-width:768px){#banner .leftCol{padding:2rem}}@media (min-width:1024px){#banner .leftCol{padding:2.5rem}}#banner .innerWrapper{padding:1.5rem}@media (min-width:1024px){#banner .innerWrapper{padding:2rem}}footer #footer-widgets ul li{font-size:.9em}.single-product section.product{z-index:3}body.single-product .summary{padding:5rem 0}body.single-product .summary h1{order:1}body.single-product .summary .productUspWrapper{order:2}body.single-product .summary .price{order:4;margin-bottom:1rem}body.single-product .summary #stockLabel{order:3}body.single-product .summary form.cart{order:5;display:flex;flex-direction:row;align-items:center;gap:8px}body.single-product .summary form.cart .button,body.single-product .summary form.cart .single_add_to_cart_button{margin-top:0}body.single-product .summary form.cart .quantity,body.single-product .summary form.cart .quantity input.qty{height:100%}body.single-product .summary form.cart .quantity input.qty{padding-top:12px;padding-bottom:12px}body.single-product .summary h3.omschrijvingHead{order:6}body.single-product .summary .woocommerce-product-details__short-description{order:7;margin-bottom:12px;font-size:.9em}body.single-product .summary .woocommerce-product-details__short-description p{margin:4px 0}body.single-product .summary .product_meta{order:8;font-size:.8em;color:#6b7280}body.single-product .summary .product_meta a{color:#6b7280}body.single-product .summary .product_meta a:hover{--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1))}.lineButton{position:relative}.lineButton:after{content:"";width:100%;height:1px;left:0;bottom:-4px;position:absolute;transition:.3s;background-color:#fff}.lineButton:hover:after{bottom:-8px}@media (max-width:992px){#banner .rightBottomImage{max-width:140px}}.woocommerce .product span.onsale{text-transform:uppercase;border-radius:0!important;background-color:#d63131!important;padding:8px 12px!important;min-height:unset!important;line-height:unset!important}body.archive .product .woocommerce-Price-amount.amount bdi{color:#43b723!important}body.archive .product del,body.archive .product del .woocommerce-Price-amount,body.archive .product del .woocommerce-Price-amount.amount bdi,body.archive .product del .woocommerce-Price-currencySymbol{color:#9ca3af!important;font-size:.75rem!important;font-weight:400!important;text-decoration:line-through;opacity:.7}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }

/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Plus Jakarta Sans,Arial,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}html{scrollbar-gutter:stable}.product_title,.woocommerce-loop-product__title,body,button,h1,h2,h3,h4,h5,h6,li,p{font-family:Plus Jakarta Sans,Arial,sans-serif}h1{font-size:2em}h2{font-size:1.5em}h3{font-size:1.17em}h4{font-size:1em}h5{font-size:.83em}h6{font-size:.67em}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-10{z-index:10}.order-2{order:2}.col-span-1{grid-column:span 1/span 1}.\!m-0{margin:0!important}.m-0{margin:0}.m-1{margin:.25rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-12{margin-top:3rem;margin-bottom:3rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.\!mt-0{margin-top:0!important}.\!mt-1{margin-top:.25rem!important}.\!mt-2{margin-top:.5rem!important}.\!mt-auto{margin-top:auto!important}.mb-0{margin-bottom:0}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-3{margin-left:.75rem}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.h-1{height:.25rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-auto{height:auto}.h-full{height:100%}.max-h-12{max-height:3rem}.max-h-24{max-height:6rem}.min-h-\[200px\]{min-height:200px}.min-h-\[280px\]{min-height:280px}.min-h-\[420px\]{min-height:420px}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-auto{width:auto}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-screen-lg{max-width:1024px}.max-w-screen-md{max-width:768px}.max-w-screen-sm{max-width:640px}.max-w-screen-xl{max-width:1280px}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.origin-top{transform-origin:top}.cursor-pointer{cursor:pointer}.list-none{list-style-type:none}.auto-cols-min{grid-auto-columns:min-content}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-5{row-gap:1.25rem}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-\[2px\]{border-radius:2px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-black\/10{border-color:rgba(0,0,0,.1)}.border-black\/5{border-color:rgba(0,0,0,.05)}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-green{--tw-border-opacity:1;border-color:rgb(67 183 35/var(--tw-border-opacity,1))}.border-light{--tw-border-opacity:1;border-color:rgb(251 238 237/var(--tw-border-opacity,1))}.border-primary\/20{border-color:rgba(206,52,44,.2)}.border-white\/5{border-color:hsla(0,0%,100%,.05)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-light{background-color:rgb(251 238 237/var(--tw-bg-opacity,1))}.bg-light,.bg-primary{--tw-bg-opacity:1}.bg-primary{background-color:rgb(206 52 44/var(--tw-bg-opacity,1))}.bg-primary\/10{background-color:rgba(206,52,44,.1)}.bg-secondary{--tw-bg-opacity:1;background-color:rgb(23 28 52/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/5{background-color:hsla(0,0%,100%,.05)}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pr-2{padding-right:.5rem}.pr-6{padding-right:1.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-anton{font-family:Anton SC,Plus Jakarta Sans,sans-serif}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[13px\]{font-size:13px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green{--tw-text-opacity:1;color:rgb(67 183 35/var(--tw-text-opacity,1))}.text-primary{--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1))}.text-secondary{--tw-text-opacity:1;color:rgb(23 28 52/var(--tw-text-opacity,1))}.text-secondary\/70{color:rgba(23,28,52,.7)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/80{color:hsla(0,0%,100%,.8)}.text-white\/90{color:hsla(0,0%,100%,.9)}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.opacity-30{opacity:.3}.opacity-60{opacity:.6}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.priBackgroundColor{--tw-bg-opacity:1;background-color:rgb(206 52 44/var(--tw-bg-opacity,1))}.priTextColor{--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1))}.secBackgroundColor{--tw-bg-opacity:1;background-color:rgb(23 28 52/var(--tw-bg-opacity,1))}.secTextColor{--tw-text-opacity:1;color:rgb(23 28 52/var(--tw-text-opacity,1))}.lightBackgroundColor{--tw-bg-opacity:1;background-color:rgb(251 238 237/var(--tw-bg-opacity,1))}.lightTextColor{--tw-text-opacity:1;color:rgb(251 238 237/var(--tw-text-opacity,1))}.greenText{font-weight:700;--tw-text-opacity:1;color:rgb(67 183 35/var(--tw-text-opacity,1))}body .woocommerce-error,body .woocommerce-info,body .woocommerce-message{border-top:0}body .woocommerce-info:before{--tw-text-opacity:1;color:rgb(23 28 52/var(--tw-text-opacity,1))}body .woocommerce-info a{--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1))}body .woocommerce-message:before{--tw-text-opacity:1;color:rgb(67 183 35/var(--tw-text-opacity,1))}#head{background-color:#1a1a1a;color:#fff}#head nav .nav-item,#head nav .nav-item a.nav-link{color:#fff;font-family:Plus Jakarta Sans,Arial,sans-serif}#head .navbar-toggler .navbar-bar{background-color:#fff!important}header .openDropdown{--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1))}@media (min-width:993px){#head.lmsi .logoCol{order:1}#head.lmsi .menuCol{order:2}#head.lmsi .searchCol{order:3}}#usp svg{color:#81d742}#sub .nav-item,#sub .nav-item a,#sub .nav-item a.nav-link,#sub .nav-item a.nav-link span{color:#fff;font-weight:500;font-size:14px;font-family:Plus Jakarta Sans,Arial,sans-serif}#sub .nav-item.dropdown .dropdown-menu{padding:8px}#sub .nav-item.dropdown .dropdown-menu .dropdown-item{padding:10px 16px;border-radius:6px}#sub .nav-item .openDropdown svg{display:none}#sub .nav-item .openDropdown{width:.9em;height:.9em;--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1));background-color:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3,6 8,11 13,6'/></svg>") center /contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3,6 8,11 13,6'/></svg>") center /contain no-repeat}#sub{background-color:#1a1a1a;border-top:1px solid hsla(0,0%,100%,.1);box-shadow:0 6px 30px rgba(0,0,0,.06)}#sub .menuIcon{color:#fff;transition:.3s}#sub .nav-item:hover .menuIcon{--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1))}#breadcrumbContainer{margin-bottom:20px;border-radius:8px}@media (min-width:992px){#breadcrumbContainer{border:1px solid #fae8e7}}#breadcrumbContainer .woocommerce-breadcrumb{margin-bottom:0;color:#1a1a1a;font-weight:500;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;font-size:.8em}#breadcrumbContainer .woocommerce-breadcrumb a{margin:0 10px;color:#1a1a1a}#breadcrumbContainer .woocommerce-breadcrumb a:hover{--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1))}#breadcrumbContainer .woocommerce-breadcrumb .lastItem{margin-left:10px;opacity:.6}#popupBox .popupCircle #collapsedText .innerWrapper,#popupBox.show .popupSection .topBlock{--tw-bg-opacity:1;background-color:rgb(206 52 44/var(--tw-bg-opacity,1))}#popupBox.show .popupSection .contactBlock .contactRow .iconCel i,#popupBox.show .popupSection .contactBlock .contactRow .textCel{--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1))}.archive.woocommerce h1.page-title{font-size:2em;margin:1em 0;font-weight:900}.woocommerce-products-header,body.woocommerce .woocommerce-notices-wrapper{margin-bottom:1rem}body.woocommerce .woocommerce-result-count,body.woocommerce-page .woocommerce-result-count{margin:0 0 1.5rem;padding:8px 14px;display:inline-flex;align-items:center;background-color:#fae8e7;color:#ce342c;border-radius:999px;font-size:.85rem;font-weight:600;font-family:Plus Jakarta Sans,Arial,sans-serif;line-height:1.2}body.woocommerce .woocommerce-ordering,body.woocommerce-page .woocommerce-ordering{margin:0 0 1.5rem}body.woocommerce .woocommerce-ordering select,body.woocommerce-page .woocommerce-ordering select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:10px 40px 10px 16px;border:1px solid rgba(23,28,52,.12);border-radius:8px;background-color:#fff;color:#171c34;font-family:Plus Jakarta Sans,Arial,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:border-color .2s,box-shadow .2s;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23171c34'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");background-repeat:no-repeat;background-position:right 14px center;background-size:14px}body.woocommerce .woocommerce-ordering select:hover,body.woocommerce-page .woocommerce-ordering select:hover{border-color:rgba(206,52,44,.35)}body.woocommerce .woocommerce-ordering select:focus,body.woocommerce-page .woocommerce-ordering select:focus{border-color:#171c34;box-shadow:0 0 0 3px rgba(23,28,52,.08);outline:0}nav.woocommerce-pagination{margin:60px 0;justify-content:center}#primary .woocommerce-pagination ul.page-numbers,#primary ul.page-numbers{border:0;display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap}#primary ul.page-numbers li{border:0;margin:0;padding:0;background:transparent}#primary ul.page-numbers li a,#primary ul.page-numbers li span.page-numbers{width:38px;height:38px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(23,28,52,.1);border-radius:8px;background-color:#fff;font-size:.9rem;font-weight:500;font-family:Plus Jakarta Sans,Arial,sans-serif;--tw-text-opacity:1;color:rgb(23 28 52/var(--tw-text-opacity,1));transition:border-color .2s,background-color .2s,color .2s}#primary ul.page-numbers li a:hover{--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1));border-color:rgba(206,52,44,.35);background-color:#fae8e7}#primary ul.page-numbers li span.page-numbers.current{--tw-bg-opacity:1;background-color:rgb(206 52 44/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));border-color:#ce342c;box-shadow:0 2px 8px rgba(206,52,44,.2)}#primary ul.page-numbers li span.page-numbers.dots{border-color:transparent;background:transparent;color:#6b7280}#primary ul.page-numbers li a.next,#primary ul.page-numbers li a.prev{width:38px;height:38px;font-size:0;color:transparent;background-repeat:no-repeat;background-position:50%;background-size:14px 14px}#primary ul.page-numbers li a.next{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23171c34'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>")}#primary ul.page-numbers li a.prev{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23171c34'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>")}#primary ul.page-numbers li a.next:hover{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ce342c'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>")}#primary ul.page-numbers li a.prev:hover{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ce342c'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>")}body.woocommerce ul.products{display:grid;grid-auto-flow:row;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}body.woocommerce ul.products:after,body.woocommerce ul.products:before{content:unset}@media (max-width:992px){body.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}ul.products .productBlock .imageWrapper{margin:0 auto 1.5rem!important}ul.products .productBlock{padding:1.333em!important}}@media (max-width:768px){body.woocommerce ul.products{grid-template-columns:repeat(1,minmax(0,1fr))}ul.products .productBlock{padding:1em!important}}ul.products .productBlock{position:relative;padding:1.5em;box-shadow:0 1px 2px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.08);border-radius:12px;display:flex;flex-direction:column;justify-content:flex-start;height:100%;width:100%;transition:border-color .2s,box-shadow .2s}ul.products .productBlock>.woocommerce-loop-product__link,ul.products .productBlock>a{display:contents}ul.products .productBlock .woocommerce-loop-product__title{margin-top:0!important;margin-bottom:.25rem;padding-top:0!important}ul.products .productBlock .price{margin-top:auto;padding-top:.5rem}ul.products .productBlock:hover{border-color:rgba(0,0,0,.16);box-shadow:0 2px 6px rgba(0,0,0,.06)}ul.products .productBlock .imageWrapper{width:100%;aspect-ratio:1/1;padding:0;margin:0 auto .75rem;border-bottom:1px solid rgba(0,0,0,.06);border-radius:0;display:flex;align-items:center;justify-content:center;overflow:hidden}ul.products .productBlock .imageWrapper img{max-width:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;position:static;transform:none;max-height:90%}ul.products .productBlock .woocommerce-loop-product__title{font-family:Plus Jakarta Sans,Arial,sans-serif;font-weight:600;font-size:1rem;line-height:1.3;padding-right:4rem}ul.products .productBlock .price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.4em;padding-right:4rem}body.woocommerce ul.products .productBlock .price del{font-size:.75rem!important;font-weight:400!important;opacity:.45;text-decoration:line-through;order:1;line-height:1}body.woocommerce ul.products .productBlock .price del *,body.woocommerce ul.products .productBlock .price del .woocommerce-Price-amount,body.woocommerce ul.products .productBlock .price del bdi{font-size:inherit!important;font-weight:inherit!important;color:inherit!important}ul.products .productBlock .price ins{font-size:1.15em;font-weight:700;text-decoration:none;order:2;--tw-text-opacity:1;color:rgb(67 183 35/var(--tw-text-opacity,1))}ul.products .productBlock .price ins,ul.products .productBlock .price ins bdi{color:inherit}ul.products .productBlock .added_to_cart{display:none}ul.products>.productBlock:has(.infoWrapper){position:relative;padding:1rem;background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.04);display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}ul.products>.productBlock:has(.infoWrapper):hover{border-color:rgba(0,0,0,.16);box-shadow:0 2px 6px rgba(0,0,0,.06)}ul.products .productBlock:has(.infoWrapper)>.imageWrapper{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;padding:0;margin:0;border-bottom:1px solid rgba(0,0,0,.06);border-radius:8px;overflow:hidden}ul.products .productBlock:has(.infoWrapper)>.imageWrapper img{position:static;transform:none;max-width:70%;max-height:70%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}ul.products .productBlock:has(.infoWrapper) .infoWrapper{display:flex;flex-direction:column;flex-grow:1;margin-top:.75rem}ul.products .productBlock:has(.infoWrapper) .priceRow{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.5rem}ul.products .productBlock:has(.infoWrapper) .priceInfo{display:flex;flex-direction:column;min-width:0}ul.products .productBlock:has(.infoWrapper) .productTitle{font-family:Plus Jakarta Sans,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 .25rem}ul.products .productBlock:has(.infoWrapper) .productTitle a{color:inherit}ul.products .productBlock:has(.infoWrapper) .priceWrapper{display:flex;align-items:baseline;flex-wrap:wrap;gap:.4em;margin-top:auto}ul.products .productBlock:has(.infoWrapper) .priceWrapper ins{order:2;font-weight:700;font-size:1.35rem;text-decoration:none;color:#000}ul.products .productBlock:has(.infoWrapper) .priceWrapper ins .woocommerce-Price-amount,ul.products .productBlock:has(.infoWrapper) .priceWrapper ins .woocommerce-Price-currencySymbol,ul.products .productBlock:has(.infoWrapper) .priceWrapper ins bdi{color:inherit!important}ul.products .productBlock:has(.infoWrapper) .priceWrapper .woocommerce-Price-currencySymbol{font-size:1.15em;line-height:1}ul.products .productBlock:has(.infoWrapper) .priceWrapper del,ul.products .productBlock:has(.infoWrapper) .priceWrapper del *{order:1;font-size:.95rem;font-weight:400;color:#6b7280;opacity:1;text-decoration:line-through}ul.products .productBlock:has(.infoWrapper) .excl-btw{display:block;font-size:.7rem;color:#6b7280;margin-top:.1rem}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button{position:relative;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:2.75rem!important;height:2.75rem!important;min-width:2.75rem!important;min-height:2.75rem!important;max-width:2.75rem!important;max-height:2.75rem!important;box-sizing:border-box!important;margin:0!important;padding:0!important;overflow:hidden!important;flex:none!important;color:#fff!important;background:linear-gradient(135deg,#43b723,#379a1c)!important;border:0!important;border-radius:8px!important;box-shadow:none!important;transform:none!important;transition:filter .2s,background .2s}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button:hover{filter:brightness(1.05);transform:none!important}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button>span:after,ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button>span:before{content:none!important;display:none!important}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button>span{position:static!important;inset:auto!important;display:none!important;align-items:center;justify-content:center;width:auto;height:auto;transform:none!important;opacity:1!important;color:inherit;line-height:0}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button>span .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button svg{width:1.15rem;height:1.15rem;display:block;opacity:.9}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button .add{display:inline-flex!important}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button.added .add,ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button.loading .add{display:none!important}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button.loading .loading{display:inline-flex!important}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button.added .added{display:inline-flex!important}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button.loading{pointer-events:none}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button.loading svg.icon-spinner{animation:spin .7s linear infinite}ul.products .productBlock:has(.infoWrapper) .single-add-to-cart-button.added{background:linear-gradient(135deg,#379a1c,#2b7a15)!important}@keyframes spin{to{transform:rotate(1turn)}}body.single-product th.woocommerce-product-attributes-item__label{text-align:left;font-weight:700;color:#000;min-width:200px}body.single-product td.woocommerce-product-attributes-item__value{text-align:right;font-weight:400;color:#828282}.button{--tw-border-opacity:1;border-color:rgb(206 52 44/var(--tw-border-opacity,1));background-color:rgb(206 52 44/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));padding:12px 18px;border-width:1px;border-style:solid;border-radius:3px;font-weight:700;margin-top:24px;transition:.3s}.button,.button:hover{--tw-bg-opacity:1;--tw-text-opacity:1}.button:hover{background-color:rgb(251 238 237/var(--tw-bg-opacity,1));color:rgb(206 52 44/var(--tw-text-opacity,1))}.button.button-outline{border-color:rgba(23,28,52,.3);background-color:transparent;--tw-text-opacity:1;color:rgb(23 28 52/var(--tw-text-opacity,1))}.button.button-outline:hover{--tw-border-opacity:1;border-color:rgb(23 28 52/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(23 28 52/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.product.type-product{align-items:flex-start}body.single-product .summary{display:flex;flex-direction:column;width:48%}@media (max-width:768px){body.single-product .summary{width:100%;margin-top:1.5rem}}.summary h1{font-size:2em;line-height:1em;margin-bottom:1rem;font-weight:500;order:1}body.single-product #main .single_add_to_cart_button{color:#fff;--tw-bg-opacity:1;background-color:rgb(67 183 35/var(--tw-bg-opacity,1));border:0;transition:.3s;border-radius:3px;font-weight:500}body.single-product #main .single_add_to_cart_button:hover{color:#fff;background-color:#019303;border:0}body.single-product h2:not(.woocommerce-loop-product__title){font-size:1.6em;font-weight:500;margin-bottom:.8rem}body.single-product section.related.products{margin:5rem 0}body.single-product section.related.products>h2,body.single-product section.up-sells.upsells.products>h2{font-weight:700}.productInfo{display:flex;flex-direction:column;width:100%}.related,.upsells{order:3}.pswp__bg{background-color:rgba(15,18,36,.65)!important;opacity:1!important;backdrop-filter:blur(2px)}.pswp__button{color:#fff}.klantenserviceBlock{border:1px solid #ce342c;transition:.3s}.klantenserviceBlock:hover{--tw-bg-opacity:1;background-color:rgb(206 52 44/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.nf-error.field-wrap .nf-field-element:after{background:#ce342c!important}.nf-form-content input[type=button]{background:#ce342c!important;padding:10px 20px;border:1px solid #ce342c!important;transition:.3s;border-radius:2px}.nf-form-content input[type=button]:hover{background:#fae8e7!important;color:#ce342c!important;cursor:pointer}.nf-error .nf-error-msg,.nf-error-msg{font-style:italic!important;font-size:.9em}#cart .woocommerce a.button.alt{--tw-bg-opacity:1;background-color:rgb(67 183 35/var(--tw-bg-opacity,1))}#cart .woocommerce a.button.alt:hover{background-color:#019303}#cart .woocommerce a.remove{font-size:1.2em;color:#ce342c!important}#cart .woocommerce a.remove:hover{background-color:#ce342c!important;color:#fff!important}#cart h1{font-size:1.8em;font-weight:500;margin-bottom:.6em;--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1))}#checkout .woocommerce button.button.alt{--tw-bg-opacity:1;background-color:rgb(67 183 35/var(--tw-bg-opacity,1))}#checkout .woocommerce button.button.alt:hover{background-color:#019303}#checkout form.woocommerce-form-coupon .button{--tw-bg-opacity:1;background-color:rgb(67 183 35/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}#checkout section.woocommerce-columns .woocommerce-column__title{color:#ce342c!important;font-size:1.2em;font-weight:600;margin-bottom:12px}#checkout section.woocommerce-columns .woocommerce-column address{background-color:#fae8e7!important;padding:24px 32px;border:0 solid!important}#footer{background-color:#1a1a1a}#footer,#footer a,#footer h5{color:#fff}#footer a:hover{color:#fff;opacity:.8}#footer-copyright{color:hsla(0,0%,100%,.65);border-top:1px solid hsla(0,0%,100%,.1)}main li a,main p a{font-weight:500}#account h1,main li a,main p a{--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1))}#account h1{font-size:1.8em;font-weight:700;margin-bottom:2rem}#account h2{font-size:1.3em;font-weight:700}#account form p{font-style:italic;font-size:.9em}#account form button[type=submit]{--tw-bg-opacity:1;background-color:rgb(206 52 44/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));padding:14px 18px}body.page-template-default article h3{font-size:1.3em;font-weight:700;margin-bottom:1rem;margin-top:2rem}body.page-template-default article p{font-size:1em;font-weight:300;margin-bottom:1rem;margin-top:1rem}body.page-template-default table td{padding-right:1rem;vertical-align:top}.hover\:border:hover{border-width:1px}.hover\:border-black\/20:hover{border-color:rgba(0,0,0,.2)}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.hover\:bg-light:hover{--tw-bg-opacity:1;background-color:rgb(251 238 237/var(--tw-bg-opacity,1))}.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgb(206 52 44/var(--tw-bg-opacity,1))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(206 52 44/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-lg:hover,.hover\:shadow-md:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group[open] .group-open\:rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width:640px){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}}@media (min-width:768px){.md\:mb-8{margin-bottom:2rem}.md\:mr-8{margin-right:2rem}.md\:mt-12{margin-top:3rem}.md\:\!flex{display:flex!important}.md\:flex{display:flex}.md\:h-16{height:4rem}.md\:max-h-14{max-height:3.5rem}.md\:max-h-32{max-height:8rem}.md\:min-h-\[520px\]{min-height:520px}.md\:\!w-auto{width:auto!important}.md\:w-1\/3{width:33.333333%}.md\:w-16{width:4rem}.md\:w-full{width:100%}.md\:max-w-screen-xl{max-width:1280px}.md\:flex-1{flex:1 1 0%}.md\:grid-flow-col{grid-auto-flow:column}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*(1 - var(--tw-space-x-reverse)))}.md\:p-10{padding:2.5rem}.md\:p-6{padding:1.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-20{padding-bottom:5rem}.md\:pt-16{padding-top:4rem}.md\:pt-20{padding-top:5rem}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1024px){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:m-0{margin:0}.lg\:my-0{margin-top:0}.lg\:mb-0,.lg\:my-0{margin-bottom:0}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mt-0{margin-top:0}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:min-h-\[220px\]{min-height:220px}.lg\:min-h-\[360px\]{min-height:360px}.lg\:w-1\/12{width:8.333333%}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/4{width:25%}.lg\:w-11\/12{width:91.666667%}.lg\:w-2\/3{width:66.666667%}.lg\:w-3\/4{width:75%}.lg\:w-full{width:100%}.lg\:max-w-screen-lg{max-width:1024px}.lg\:max-w-screen-md{max-width:768px}.lg\:max-w-screen-xl{max-width:1280px}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-\[260px_1fr\]{grid-template-columns:260px 1fr}.lg\:flex-row{flex-direction:row}.lg\:justify-end{justify-content:flex-end}.lg\:gap-10{gap:2.5rem}.lg\:gap-12{gap:3rem}.lg\:gap-6{gap:1.5rem}.lg\:p-10{padding:2.5rem}.lg\:p-12{padding:3rem}.lg\:p-8{padding:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:pl-12{padding-left:3rem}.lg\:pr-12{padding-right:3rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1280px){.xl\:my-32{margin-top:8rem;margin-bottom:8rem}.xl\:max-w-screen-lg{max-width:1024px}.xl\:max-w-screen-xl{max-width:1280px}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}}.\[\&_p\]\:text-sm p{font-size:.875rem;line-height:1.25rem}