@charset "UTF-8";
.container{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;max-width:1600px;margin:0 auto;padding:0 10px}.container{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;max-width:1600px;margin:0 auto;padding:0 10px}.container{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;max-width:1600px;margin:0 auto;padding:0 10px}.blog-page{padding:0 20px 80px 20px}@media screen and (min-width:1200px){.blog-page{max-width:1200px;margin:0 auto;padding:0 0 80px 0}}.blog-page .blog>.image{flex:0 0 auto;width:100%;height:0;padding-bottom:33%;position:relative}.blog-page .blog>.image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.blog-page .blog .author{display:flex;margin:20px 0;padding-bottom:20px;border-bottom:2px solid #BCBCBC;justify-content:space-between}.blog-page .blog .author .info{flex:0 0 auto}.blog-page .blog .author .info .name{font-weight:bold}.blog-page .blog .author .info .date{font-weight:bold;color:#BCBCBC}.blog-page .blog .author .reading-time{flex:0 0 auto;font-weight:bold}.blog-page .blog .blog-navigation{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:5px}@media screen and (min-width:640px){.blog-page .blog .blog-navigation{gap:20px;flex-wrap:nowrap}}.blog-page .blog .blog-navigation .buttons{flex:0 0 auto;display:flex;gap:5px;order:1}@media screen and (min-width:640px){.blog-page .blog .blog-navigation .buttons{order:unset}}.blog-page .blog .blog-navigation .buttons .button{flex:0 0 auto;display:flex;width:40px;height:40px;background-color:#ff6200;justify-content:center;align-items:center}.blog-page .blog .blog-navigation .buttons .button .fas{flex:0 0 auto;font-size:30px;color:#FFFFFF}.blog-page .blog .blog-navigation .title{flex:0 0 auto;font-size:1.5em;font-weight:bold;order:3;width:100%}@media screen and (min-width:640px){.blog-page .blog .blog-navigation .title{width:auto;flex:1 0 0;order:unset}}.blog-page .blog .blog-navigation .button.share{flex:0 0 auto;display:flex;width:40px;height:40px;justify-content:center;align-items:center;order:2}@media screen and (min-width:640px){.blog-page .blog .blog-navigation .button.share{order:unset}}.blog-page .blog .blog-navigation .button.share .fas{flex:0 0 auto;font-size:30px;color:#000000}.blog-page .blog .wysiwyg .products{display:grid;gap:20px;grid-template-columns:1fr;margin-bottom:20px}@media screen and (min-width:640px){.blog-page .blog .wysiwyg .products{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width:768px){.blog-page .blog .wysiwyg .products{grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width:1024px){.blog-page .blog .wysiwyg .products{grid-template-columns:repeat(4, 1fr)}}.blog-page .blog .wysiwyg .products .product{display:flex;flex-direction:column;flex-wrap:wrap;list-style:none;border:1px solid #F2F2F2;background:#FFFFFF;position:relative;z-index:0}.blog-page .blog .wysiwyg .products .product .discount-label{position:absolute;top:0;right:0;font-size:1.25em;padding:0 2px;color:#FFFFFF;font-weight:bold;z-index:2}.blog-page .blog .wysiwyg .products .product .discount-label.red{background:#ff6200}.blog-page .blog .wysiwyg .products .product .discount-label.blue{background-color:#4848FF}.blog-page .blog .wysiwyg .products .product .discount-label.black{background:#000000;font-size:0.75em;font-weight:normal}.blog-page .blog .wysiwyg .products .product .product-image{flex:0 0 auto;overflow:hidden;height:0;padding-top:100%;position:relative}.blog-page .blog .wysiwyg .products .product .product-image.no_image{background:#FFFFFF}.blog-page .blog .wysiwyg .products .product .product-image img{display:none;position:absolute;top:50%;left:50%;width:auto;height:auto;max-width:100%;max-height:100%;transform:translate(-50%, -50%);z-index:1}.blog-page .blog .wysiwyg .products .product .product-image .image-wrapper picture:first-child img{display:block}.blog-page .blog .wysiwyg .products .product .product-image .unavailable{position:absolute;bottom:0;right:0;width:100%;z-index:1;background-color:#BCBCBC;color:#FFFFFF;font-size:0.75em;text-align:center}.blog-page .blog .wysiwyg .products .product .product-image .progressbar{visibility:hidden;display:flex;flex:0 0 auto;position:absolute;left:10px;bottom:0;width:calc(100% - 20px);height:4px;z-index:2;background:#F2F2F2}.blog-page .blog .wysiwyg .products .product .product-image .progressbar span{flex:1 0 auto;border-right:4px solid #FFFFFF;z-index:3}.blog-page .blog .wysiwyg .products .product .product-image .progressbar span:last-child{border-right:0}.blog-page .blog .wysiwyg .products .product .product-image .progressbar .progress{position:absolute;left:0;top:0;width:0;height:100%;background:#ff6200}.blog-page .blog .wysiwyg .products .product .product-image:hover .progressbar{visibility:visible}.blog-page .blog .wysiwyg .products .product .product-info{flex:1 0 auto;padding:10px;font-weight:bold}.blog-page .blog .wysiwyg .products .product .product-info .brand-name{color:#BCBCBC}.blog-page .blog .wysiwyg .products .product .product-info a.product-name{color:#000000}.blog-page .blog .wysiwyg .products .product .order{flex:0 0 auto;display:flex;flex-direction:column;align-items:end;margin-right:10px}.blog-page .blog .wysiwyg .products .product .order small{color:#ff6200;position:relative}.blog-page .blog .wysiwyg .products .product .order small:after{content:"";position:absolute;top:50%;left:0;right:0;border-top:1px solid black;transform:rotate(10deg) translateY(-50%)}.blog-page .blog .wysiwyg .products .product .order b{font-weight:bold}.blog-page .blog .wysiwyg .products .product .colors{padding:10px}.blog-page .blog .wysiwyg .products .product .colors .title{font-weight:bold}.blog-page .blog .wysiwyg .products .product .colors .kleuren{display:flex;flex-wrap:wrap;gap:5px;height:20px}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur{flex:0 0 auto;width:20px;height:20px;display:flex;flex-direction:row;flex-wrap:wrap;border:1px solid #DBDBDB;border-radius:100%;overflow:hidden;transform:rotate(-45deg)}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur>div{height:100%;flex:0 0 auto}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur[data-color-count="1"]>div{width:100%}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur[data-color-count="2"]>div{width:50%}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur[data-color-count="3"]>div{width:33.3333333333%}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur[data-color-count="4"]>div{width:25%}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur[data-color-count="5"]>div{width:20%}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur[data-color-count="6"]>div{width:16.6666666667%}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur[data-color-count="7"]>div{width:14.2857142857%}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur[data-color-count="8"]>div{width:12.5%}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur[data-color-count="9"]>div{width:11.1111111111%}.blog-page .blog .wysiwyg .products .product .colors .kleuren .kleur[data-color-count="10"]>div{width:10%}.blog-page .blog .wysiwyg .categories{display:grid;gap:20px;grid-template-columns:1fr;margin-bottom:20px}@media screen and (min-width:640px){.blog-page .blog .wysiwyg .categories{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width:768px){.blog-page .blog .wysiwyg .categories{grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width:1024px){.blog-page .blog .wysiwyg .categories{grid-template-columns:repeat(4, 1fr)}}.blog-page .blog .wysiwyg .categories .category{color:#000000;width:100%;background:#FFFFFF}.blog-page .blog .wysiwyg .categories .category:hover{color:#ff6200}.blog-page .blog .wysiwyg .categories .category .image{display:block;width:100%;height:180px}.blog-page .blog .wysiwyg .categories .category .image picture{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;height:100%}.blog-page .blog .wysiwyg .categories .category .image picture img{flex:0 0 auto;display:block;max-width:100%;max-height:100%;width:auto;height:auto}.blog-page .blog .wysiwyg .categories .category .title{text-align:center;font-weight:bold;font-size:1em;background:#000000;color:#FFFFFF;line-height:3em;padding:0 10px}.blog-page .comments{display:flex;flex-direction:column;gap:20px;margin-top:80px}.blog-page .comments .title{display:block;font-weight:bold;text-align:center}.blog-page .comments .no-comments{text-align:center;font-style:italic}.blog-page .comments .comment{display:flex;flex-direction:column;background-color:#F2F2F2;padding:20px 40px;gap:10px}.blog-page .comments .comment .author{font-weight:bold;padding-bottom:10px;border-bottom:2px solid #000000;width:fit-content;min-width:100px}.blog-page .comments .comment .like-and-counter{display:flex;gap:5px;align-items:center;margin-left:auto}.blog-page .comments .comment .like-and-counter .counter{flex:0 0 auto;font-weight:bold}.blog-page .comments .comment .like-and-counter .like{flex:0 0 auto;display:flex;background-color:#ff6200;border-radius:5px;width:30px;height:30px;justify-content:center;align-items:center}.blog-page .comments .comment .like-and-counter .like .fas{flex:0 0 auto;color:#FFFFFF}.blog-page .add-comment{margin-top:40px}.blog-page .add-comment #add-new-comment{display:none}.blog-page .add-comment #add-new-comment:checked~.form{display:block}.blog-page .add-comment .button{display:block;height:40px;line-height:40px;padding:0 40px;background-color:#ff6200;color:#FFFFFF;width:fit-content;font-weight:bold;cursor:pointer}.blog-page .add-comment .form{display:none;background-color:#F2F2F2;padding:20px}.blog-page .add-comment .form .title{display:block;font-weight:bold;font-size:1.5em;text-align:center;padding:10px}.blog-page .add-comment .form .name-and-reaction{display:flex;gap:20px;flex-direction:column}.blog-page .add-comment .form .name-and-reaction .name{flex:0 0 auto;display:flex;flex-direction:column;gap:5px}.blog-page .add-comment .form .name-and-reaction .name span{display:block;flex:0 0 auto;width:100%;font-weight:bold}.blog-page .add-comment .form .name-and-reaction .name span i{font-style:normal}.blog-page .add-comment .form .name-and-reaction .name input{display:block;flex:0 0 auto;width:100%;padding:5px}.blog-page .add-comment .form .name-and-reaction .comment{flex:1 0 auto;display:flex;flex-direction:column;gap:5px}.blog-page .add-comment .form .name-and-reaction .comment span{display:block;flex:0 0 auto;width:100%;font-weight:bold}.blog-page .add-comment .form .name-and-reaction .comment textarea{display:block;flex:0 0 auto;width:100%;padding:10px;resize:vertical;min-height:200px}.blog-page .add-comment .form .button{margin-top:20px}.blog-page .about{display:flex;margin-top:40px;gap:40px;align-items:center;flex-direction:column}@media screen and (min-width:768px){.blog-page .about{flex-direction:row}}.blog-page .about .image{flex:0 0 auto;width:200px;height:200px;background-color:#F2F2F2;border-radius:100%;overflow:hidden}.blog-page .about .image img{display:block;object-fit:cover;width:100%;height:100%}.blog-page .about .author{display:flex;flex-direction:column;border-left:10px solid #F2F2F2;padding-left:40px}.blog-page .about .author .title{flex:0 0 auto;color:#F2F2F2;font-weight:bold}.blog-page .about .author .name{flex:0 0 auto;font-weight:bold}.blog-page .about .author .description{flex:0 0 auto;margin-top:10px}.blog-category{padding:20px}@media screen and (min-width:1200px){.blog-category{max-width:1200px;margin:0 auto}}.blog-category .blog-bar{display:grid;grid-template-columns:1fr;gap:20px;padding-bottom:10px;margin:20px 0 40px 0;border-bottom:2px solid #ff6200}@media screen and (min-width:768px){.blog-category .blog-bar{grid-template-columns:1fr 1fr}}@media screen and (min-width:1024px){.blog-category .blog-bar{grid-template-columns:1fr 1fr 1fr;align-items:center}}.blog-category .blog-bar .searchForm{display:flex;width:100%;height:100%;align-items:center;position:relative;background:#FFFFFF;max-width:500px;margin:0 auto}.blog-category .blog-bar .searchForm .searchBar{display:block;background:#F2F2F2;width:100%;line-height:40px;padding:0 50px 0 20px}.blog-category .blog-bar .searchForm .searchBar::placeholder{color:#666666}@media screen and (min-width:1100px){.blog-category .blog-bar .searchForm .searchBar:focus>.searchResults{display:block}}.blog-category .blog-bar .searchForm .searchIcon{background:transparent;position:absolute;width:50px;justify-content:center;align-items:center;cursor:pointer;right:0;top:0;bottom:0}.blog-category .blog-bar .searchForm .searchIcon i{flex:0 0 auto;font-size:1em}.blog-category .blog-bar .searchForm .searchIcon.loading{opacity:0.5;pointer-events:none}.blog-category .blog-bar .searchForm .searchIcon.loading i{animation:lds-dual-ring 1s linear infinite}.blog-category .blog-bar .searchForm .searchIcon.loading i:before{content:""}@media screen and (min-width:1024px){.blog-category .blog-bar .filter{justify-self:right}}.blog-category .blog-bar .filter .filter-category{font-weight:bold;background-color:#000000;color:#FFFFFF;padding:5px}.blog-category .with-banner{display:grid;grid-template-columns:1fr;gap:40px}@media screen and (min-width:640px){.blog-category .with-banner{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width:1024px){.blog-category .with-banner{grid-template-columns:repeat(3, 1fr)}}.blog-category .with-banner .blog{padding-bottom:10px;border-bottom:2px solid #000000}.blog-category .with-banner .blog .link{display:flex;flex-direction:column;flex-wrap:wrap;color:#000000;min-height:100%}.blog-category .with-banner .blog .link .author{flex:0 0 auto;color:#BCBCBC;font-weight:bold}.blog-category .with-banner .blog .link .image{flex:0 0 auto;height:0;padding-bottom:56.25%;position:relative}.blog-category .with-banner .blog .link .image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.blog-category .with-banner .blog .link .date{flex:0 0 auto;color:#BCBCBC;font-weight:bold}.blog-category .with-banner .blog .link .title{flex:0 0 auto;font-size:1.5em;font-weight:bold}.blog-category .with-banner .blog .link:hover{color:#ff6200}.blog-category .with-banner .blog .link:hover .read-more{background-color:#cc4e00}