'); transform:rotate(90deg); display:block;}.header-menu .menu__header .menu__back.is-hidden{opacity:0; pointer-events:none;}.header-menu .menu__header::after{content:''; position:absolute; bottom:0; left:16px; right:16px; height:0; border-bottom:1px solid var(--lightgrey); transition:bottom 300ms ease;}.header-menu .menu__header:has(.submenu__title:not(.is-hidden))::after{bottom:calc(0px - var(--submenu-title-top));}.header-menu .menu__items{padding:16px 16px 32px;}@media (min-width:1232px){.header-menu button[aria-controls='nav-menu']{display:none;}.header-menu .menu__container .menu__items{padding:0; margin-top:40px;}.header-menu .menu__items .menu-item{line-height:16px; padding:0 16px;}.header-menu .menu-item .menu-item__label{font-family:var(--body-font); font-size:var(--font-size-400); padding-bottom:40px; column-gap:8px;}.header-menu .menu-item a{transition:color 300ms ease;}.header-menu .menu-item a:hover{color:var(--action-color);}}.image-logo{display:flex; justify-content:center; align-items:center;}.image-logo__link{display:block;}.image-logo img{display:block; width:100%; height:100%; object-fit:contain;}.image-logo svg{display:flex; align-items:center; justify-content:center; width:100%; height:100%;}body:has(.menu--open){overflow:hidden;}.menu__container{display:flex; flex-direction:column; position:fixed; top:0; left:0; width:90vw; height:100vh; z-index:2000; transform:translate3d(-100vw, 0, 0); transition:transform 300ms ease-in-out;}.menu--open .menu__container{transform:translate3d(0, 0, 0);}.menu__backdrop{position:fixed; top:0; left:0; right:auto; bottom:auto; width:0; height:0; background-color:rgba(0, 0, 0, 0.5); opacity:0; z-index:1000; transition:opacity 300ms ease-out, height 1ms ease-out 301ms, bottom 1ms ease-out 301ms, width 1ms ease-out 301ms, right 1ms ease-out 301ms;}.menu--open .menu__backdrop{bottom:0; right:0; width:100vw; height:100vh; opacity:1; transition:opacity 200ms ease;}.menu__header{display:flex; justify-content:flex-end; align-items:center; min-height:var(--header-height); padding:1rem;}.menu__title{margin:0 auto 0 0;}.menu__close{margin:0; padding:0; background:none; border:0; height:24px; width:24px;}.menu__close svg{width:100%; height:100%;}.menu__items{display:flex; flex-direction:column; gap:1rem; padding:1rem; margin:0; list-style:none; height:100%;}@media (min-width:1232px){.menu{height:100%;}.menu__container{display:flex; align-items:center; position:static; height:100%; width:auto; transition:none; transform:none;}.menu__header{display:none;}.menu__items{display:flex; flex-direction:row; align-items:center; gap:0; padding:0; background:transparent !important; transform:none;}.menu--open .menu__backdrop{top:0; left:0; right:auto; bottom:auto; width:0; height:0; opacity:0;}}.alphabetical-menu-item__column-label{font-weight:var(--font-weight-700);}.alphabetical-menu-item__column{list-style:none; padding:0; margin:0;}.menu-item .alphabetical-menu-item__submenu > li,.alphabetical-menu-item__column{display:flex; flex-direction:column;}.menu-item .menu-item__submenu.alphabetical-menu-item__submenu,.menu-item .menu-item__submenu.alphabetical-menu-item__submenu > li,.menu-item .alphabetical-menu-item__submenu .alphabetical-menu-item__column{row-gap:1.5rem;}@media (min-width:1232px){.header-menu .menu-item .menu-item__submenu.alphabetical-menu-item__submenu{display:block; columns:4;}.header-menu .menu-item .menu-item__submenu.alphabetical-menu-item__submenu > li{line-height:16px; margin-bottom:16px; padding-right:16px; font-size:(--font-size-300);}.header-menu .alphabetical-menu-item__submenu .alphabetical-menu-item__column-label{break-after:avoid;}.menu-item .menu-item__submenu.alphabetical-menu-item__submenu, .menu-item .menu-item__submenu.alphabetical-menu-item__submenu > li, .menu-item .alphabetical-menu-item__submenu .alphabetical-menu-item__column{row-gap:16px;}}@media (min-width:1600px){.header-menu .menu-item .menu-item__submenu.alphabetical-menu-item__submenu > li{break-inside:avoid; line-height:24px; margin-bottom:24px; padding-right:16px; font-size:var(--font-size-400);}.menu-item .menu-item__submenu.alphabetical-menu-item__submenu, .menu-item .menu-item__submenu.alphabetical-menu-item__submenu > li, .menu-item .alphabetical-menu-item__submenu .alphabetical-menu-item__column{row-gap:24px;}}.header-menu .menu-item{--font-size:16px; --line-height:1.5; user-select:none;}.header-menu .menu-item a{color:inherit; -webkit-tap-highlight-color:transparent;}.header-menu .menu-item svg{width:32px; height:32px; transform:rotate(-90deg);}.header-menu .menu-item svg > path{stroke-width:2.5px;}.header-menu .menu-item__label{position:relative; display:flex; justify-content:space-between; align-items:center; z-index:100;}.header-menu .menu-item__dropdown-toggle{padding:0; margin:0; appearance:none; background:transparent; border:0; width:32px; height:32px;}.header-menu .menu-item__dropdown-toggle svg{width:100%; height:100%;}.header-menu .menu-item__submenu{position:fixed; z-index:101; overflow-y:scroll; overflow-x:hidden; max-height:calc(100vh - var(--header-height)); top:var(--header-height); bottom:0; left:0; width:90vw; margin:0; padding:16px 16px 32px; box-sizing:border-box; display:flex; flex-direction:column; row-gap:1rem; list-style:none; transform:translate3d(-100vw, 0, 0); transition:transform 300ms ease-in-out;}.header-menu:has(.submenu__title:not(.is-hidden)) .menu-item__submenu{top:calc(var(--header-height) + var(--submenu-title-top));}.header-menu .menu-item__submenu--open{transform:translate3d(0, 0, 0);}.header-menu .menu-item__submenu .submenu-overview-link{text-decoration:underline; font-family:var(--body-font); font-size:var(--font-size-400); font-weight:var(--font-weight-400); line-height:normal;}@media (min-width:1232px){.header-menu .menu-item__submenu li:has(.submenu-overview-link){display:none;}.header-menu .menu-item__dropdown-toggle{width:16px; height:16px; transform:rotate(90deg); pointer-events:none; transition:transform 300ms ease-out;}.header-menu .menu-item--has-submenu:hover .menu-item__dropdown-toggle{transform:rotate(-90deg);}.header-menu .menu-item .menu-item__submenu{z-index:101; max-height:calc(100vh - var(--header-height) - 24px); box-sizing:border-box; top:var(--header-height) !important; bottom:auto; width:100%; display:flex; transform:scaleY(0); transform-origin:top; transition:transform 300ms ease-out; position:absolute; right:0; padding:32px calc(calc(100vw - var(--header-footer-content-width)) / 2); background:var(--background-color-white); overflow-x:hidden; overflow-y:auto; gap:0; line-height:3rem;}.header-menu .menu-item .menu-item__submenu > *{opacity:0; transition:opacity 300ms ease-out;}.header-menu .menu-item--has-submenu:hover .menu-item__submenu{transform:scaleY(1);}.header-menu .menu-item--has-submenu:hover .menu-item__submenu > *{opacity:1;}.header-menu .menu:has(.menu-item--has-submenu:hover) .menu__backdrop{top:var(--header-height); bottom:0; right:0; width:100vw; height:100vh; z-index:1; opacity:1; transition:opacity 200ms ease;}}.submenu-item__label{position:relative; display:flex; justify-content:space-between; align-items:center; z-index:100;}.submenu-item__dropdown-toggle{padding:0; margin:0; appearance:none; background:transparent; border:0; width:32px; height:32px;}.layered-menu-item__subsubmenu{position:fixed; z-index:102; overflow-y:scroll; overflow-x:hidden; max-height:100vh; top:0; bottom:0; left:0; width:90vw; margin:0; padding:16px 16px 32px; box-sizing:border-box; display:flex; flex-direction:column; row-gap:1.5rem; list-style:none; transform:translate3d(-100vw, 0, 0); transition:transform 300ms ease-in-out;}.layered-menu-item__subsubmenu.submenu-item__submenu--open{transform:translate3d(0, 0, 0);}@media (min-width:1232px){.header-menu .menu-item .menu-item__submenu.layered-menu-item__submenu{display:grid; grid-template-columns:316px calc(var(--header-footer-content-width) - 316px); justify-content:center; min-height:560px; max-height:97vh;}.header-menu .menu-item .menu-item__submenu.layered-menu-item__submenu > li{grid-column-start:1; border-right:1px solid var(--lightgrey); padding-right:32px;}.layered-submenu-item:has(.layered-menu-item__subsubmenu) .layered-menu-item__subsubmenu{position:absolute; transform:translate3D(0, 0, 0); width:max-content; top:32px; left:calc(calc(calc(100% - var(--header-footer-content-width)) / 2) + 316px); padding:0 0 0 40px; opacity:0; visibility:hidden; pointer-events:none; transition:opacity 300ms ease-in-out; overflow:hidden;}.layered-submenu-item:has(.layered-menu-item__subsubmenu):hover .layered-menu-item__subsubmenu{opacity:1; visibility:visible; pointer-events:auto; gap:0; line-height:3rem;}}.basic-menu-item__column{display:none; list-style:none; padding:0; margin:0;}.hero{display:flex; justify-content:center; align-items:center; width:100%; box-sizing:border-box;}.hero__container{display:flex; justify-content:center; align-items:center; width:100%; height:100%; margin:0 auto;}.hero__content{display:flex; flex-direction:column;}.hero__title{margin:0; word-wrap:break-word;}.store-bar,.store-bar__cta-form,.store-bar__cta-change,.store-bar__cta-stores,.store-bar__cta-products{display:none;}.store-bar__cta-stores{text-decoration:underline; font-weight:var(--font-weight-400); padding:0;}.store-bar__cta-stores.cta:hover{background:transparent;}@media (max-width:1231px){.store-bar > .flex-row__container > .flex-row__flex{flex-direction:column; row-gap:0.75rem;}.store-bar .store-bar__text{text-align:center; line-height:2rem;}.store-bar .dt-only{display:none;}.store-bar .m-block{display:block;}}@media (min-width:1231px){.store-bar__text{margin-right:auto;}.store-bar .flex-row__container{flex:1;}}.html-block__inner{width:100%; height:100%;}.html-block__inner blockquote{font-style:italic;}.html-block__inner img{max-width:100%; height:auto;}.html-block__inner video{max-width:100%;}.flex-column__container{height:100%;}.flex-column__flex{display:flex; flex-direction:column; height:100%;}.carousel-container{container:carousel / inline-size;}.carousel *{box-sizing:border-box;}.carousel{padding:var(--spacing-700) var(--spacing-400);}.carousel h2{font-size:var(--font-size-700); font-weight:700; margin-bottom:0;}.carousel h5{font-size:var(--font-size-500); font-weight:var(--font-weight-500); margin-bottom:0;}.carousel p{font-size:var(--font-size-400); font-weight:var(--font-weight-400); line-height:1.5;}.carousel{display:grid; grid-template-columns:1fr minmax(auto, 1216px) 1fr; grid-template-rows:1fr max-content; row-gap:1rem;}.carousel-button{min-width:82px; background:none; border:none; padding:0 1rem;}.carousel-button svg{fill:var(--primary-color);}.carousel-button:hover{cursor:pointer;}.carousel [data-carousel-button='prev']{justify-self:end;}.carousel [data-carousel-button='next']{justify-self:start;}.carousel-pagination{grid-column:2 / 3; display:flex; justify-content:center; gap:0.8rem;}.carousel-pagination__dot{width:8px; height:8px; padding:0; border:none; border-radius:8px; background-color:var(--primary-color); transition:width 0.4s ease-in-out;}.carousel-pagination__dot[data-pagination-active='true']{width:80px;}.carousel-item-container{display:grid; grid-template-columns:45% 55%; overflow:hidden;}.carousel-item__triangle{grid-column:1 / 2; grid-row:1 / -1; height:101%; width:100%; background-color:rgba(255, 255, 255, 0.6); backdrop-filter:blur(5px); clip-path:polygon(0 0, 100% 0, 64% 100%, 0% 100%); z-index:1;}.carousel-items{grid-column:1 / -1; grid-row:1 / -1; display:grid; grid-template-columns:1fr; grid-template-rows:1fr; height:600px; overflow:hidden;}.carousel-item{grid-column:1 / -1; grid-row:1 / -1; display:grid; grid-template-columns:45% 55%; place-items:center;}.carousel-item__image{grid-column:1 / -1; grid-row:1 / -1; width:100%; height:100%; object-fit:cover; opacity:0; transform:translateX(100%); transition:0.6s all ease-in-out;}.carousel-item__content-container{grid-column:1 / 2; grid-row:1 / -1; display:grid; place-items:center; height:100%; padding:2rem 12rem 2rem 2rem; z-index:2;}.carousel-item__content{display:grid; grid-template-rows:repeat(3, max-content); gap:2rem;}.carousel-item__subtitle,.carousel-item__title,.carousel-item__description{opacity:0; visibility:hidden; transform:translateY(25%); transition:0.4s all ease-in-out;}.carousel-item__title{line-height:1; text-wrap:balance;}.carousel-item__description{text-wrap:pretty; font-family:var(--body-font);}.carousel-item__btn{width:max-content; height:max-content; padding:10px 30px; background-color:var(--primary-color); border:none; border-radius:3rem; color:#fff; text-align:center; text-decoration:none; font-weight:bold; opacity:0; visibility:hidden; transition:0.4s all ease-in-out; transform:translateY(25%);}.carousel-item__btn:hover{cursor:pointer;}.carousel [data-slide-active='true'] .carousel-item__subtitle,.carousel [data-slide-active='true'] .carousel-item__title,.carousel [data-slide-active='true'] .carousel-item__description,.carousel [data-slide-active='true'] .carousel-item__btn{transform:translateY(0); opacity:1; transition:0.6s all ease-in-out; visibility:visible;}.carousel [data-slide-active='true'] .carousel-item__image{opacity:1; transition:0.6s all ease-in-out; transform:translateX(0);}.carousel [data-slide-active='true'] .carousel-item__content-container{z-index:3;}/* Media queries */@container carousel (max-width:1099px){.carousel{grid-template-columns:1fr;}.carousel .carousel-pagination{grid-column:unset;}.carousel .carousel-button{display:none;}.carousel .carousel-item-container{grid-template-columns:1fr; grid-template-rows:1fr 25%;}.carousel .carousel-item__triangle{grid-column:1 / -1; grid-row:2 / 3; clip-path:none; height:100%; width:100%;}.carousel .carousel-items{height:300px;}.carousel .carousel-item{grid-template-columns:1fr; grid-template-rows:1fr 25%; height:300px;}.carousel .carousel-item__content-container{grid-column:1 / -1; grid-row:2 / 3; place-items:start; width:100%; padding:0;}.carousel .carousel-item__content{grid-template-columns:1fr max-content; grid-template-rows:1fr; width:100%; gap:10px; padding:1rem;}.carousel .carousel-item__content-titles{grid-column:1 / 2; grid-row:1 / 2;}.carousel .carousel-item__title{font-size:1.25rem; margin-top:0;}.carousel .carousel-item__subtitle{display:none;}.carousel .carousel-item__description{display:none; grid-column:1 / 2; grid-row:2 / 3; max-width:unset; width:100%;}.carousel .carousel-item__btn{grid-column:2 / 3; grid-row:1 / 2;}}@container carousel (max-width:1100px){.carousel-item-container{grid-template-columns:55% 45%;}.carousel .carousel-item__content{align-items:center;}.carousel-items{height:525px;}.carousel-item__description{display:-webkit-box; max-width:200px; -webkit-line-clamp:8; -webkit-box-orient:vertical; overflow:hidden;}}.two-columns{padding:1rem 0;}.two-columns__container{margin:0 auto;}.two-columns__layout{display:grid; grid-template-columns:1fr; gap:1rem;}.two-columns__slot{display:flex; height:100%;}@media (min-width:500px){.two-columns__layout{grid-template-columns:1fr 1fr;}}.image-block{width:100%;}.image-block img{display:block; width:100%;}.photowall-container{display:grid; grid-template-rows:max-content 1fr; place-items:center; gap:2rem; padding:var(--spacing-700) var(--spacing-400); container:photowall / inline-size;}.photowall-container-title{font-size:var(--font-size-700); font-weight:var(--font-weight-700); text-align:center; color:var(--title-color);}.photowall-item{position:relative; margin:0 0 1rem 0; overflow:hidden;}.photowall-item:has(.photowall-item-title)::before{content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.3);}.photowall-item-image{display:block; width:100%; height:auto;}.photowall-item-title{position:absolute; bottom:2rem; left:1rem; width:70%; font-family:var(--heading-font); font-size:var(--font-size-700); font-weight:bold; text-wrap:pretty; color:var(--card-title-color); line-height:1.2; opacity:1; transition:all 0.3s ease-in-out;}.photowall-item-overlay{position:absolute; left:0; bottom:0; width:100%; background:var(--overlay-background-color);}.photowall-item-overlay-content{display:flex; justify-content:space-between; align-items:center; padding:var(--spacing-300) var(--spacing-600);}.photowall-item-overlay-category{color:var(--overlay-text-color); font-size:var(--font-size-500); font-family:var(--body-font); margin:0;}.photowall-item-overlay-brand{display:none;}.photowall-item-overlay-btngroup{display:flex; flex-direction:row; align-items:center; gap:1rem; color:var(--overlay-text-color); font-family:var(--body-font); text-decoration:none;}.photowall-item-overlay-btngroup span{display:none;}.photowall-item-overlay-btngroup:hover{text-decoration:underline;}.photowall-container[data-opened='false'] .photowall-item:nth-child(n + 4){display:none;}.photowall-container[data-opened='true'] .photowall-show-more-btn::after{transform:scaleY(-1);}.photowall-show-more-container{display:flex; justify-content:center;}.photowall-show-more-btn{font-size:var(--font-size-400); font-weight:var(--font-weight-700); background:none; border:0; margin:0; padding:0; cursor:pointer; color:var(--dropdown-text-color);}.photowall-show-more-btn::after{content:var(--dropdown-svg); transition:transform 200ms ease-out; display:inline-block; margin-left:8px;}@media (min-width:570px){.photowall-show-more-container{display:none;}.photowall-container[data-opened='false'] .photowall-item:nth-child(n + 4){display:block;}.photowall-container-title{font-size:var(--font-size-800);}.photowall{columns:2 auto;}.photowall-item:hover .photowall-item-title{opacity:0;}.photowall-item:hover .photowall-item-overlay{top:0;}.photowall-item-title{bottom:1.5rem;}.photowall-item-overlay{display:grid; place-items:center; transition:all 0.3s ease-in-out; top:100%; height:100%;}.photowall-item-overlay-content{display:grid; place-items:center; gap:1rem;}.photowall-item-overlay-brand{display:block; color:var(--overlay-text-color); font-size:var(--font-size-500); font-family:var(--body-font); font-weight:400; text-align:center; margin:0;}.photowall-item-overlay-btngroup span{display:inline;}.photowall-item-overlay-category{font-size:var(--font-size-600); font-weight:700; text-align:center;}}@media (min-width:880px){.photowall{columns:3 auto;}.photowall-item.middle-column{transform:translateY(3rem);}}.dynamic-grid{padding:1rem 0;}.dynamic-grid__container{margin:0 auto;}.dynamic-grid__grid{display:grid; justify-items:center; grid-template-columns:repeat(auto-fill, minmax(var(--child-width, 300px), 1fr)); gap:1rem 1.5rem;}.service-card{display:flex; flex-direction:column; align-items:center; border-radius:var(--border-radius-200); box-shadow:var(--block-box-shadow); padding:var(--spacing-400);}.service-card > img{height:3rem; aspect-ratio:1/1; margin-bottom:var(--spacing-300);}.service-card > h2{display:flex; align-items:center; color:var(--secondary-text-color); text-align:center; margin:var(--spacing-300) 0; font-size:var(--font-size-700); height:2lh;}.service-card > p{font-family:var(--body-font); color:var(--primary-text-color); text-align:center; margin:0 0 var(--spacing-400) 0; line-height:var(--line-height-500); flex:1;}.service-card > a{font-family:var(--body-font); color:var(--action-color); text-decoration:none; margin:0;}.store-contact-form .store-name{text-align:center; color:var(--text-color-darkgrey); font-family:var(--body-font); font-size:var(--font-size-300); font-weight:var(--font-weight-700); margin:8px 0;}.store-contact-form .form__field.form__type-checkbox{align-items:center; justify-content:flex-end; flex-direction:row-reverse; margin-top:16px; gap:8px;}.store-contact-form .form__field.form__type-checkbox input{position:relative; transform:scale(2); bottom:-1px; height:auto; margin:0 6px;}.store-contact-form .form__cta{margin-left:auto;}@media (min-width:570px){.store-contact-form .form form{display:grid; grid-template-columns:1fr 1fr;}.store-contact-form .form__type-textarea, .store-contact-form .form__type-checkbox, .store-contact-form .form__cta, .store-contact-form .store-name, .store-contact-form .form__feedback{grid-column:span 2;}}.form{position:relative;}.form .form__field{display:flex; flex-direction:column; gap:8px;}.form .form__field label{font-size:80%;}.form form{display:flex; flex-direction:column; gap:16px;}.form input:not(.form__cta),.form textarea{border:1px solid transparent; border-radius:0; padding:0.5rem 1rem; font-family:var(--text-font); font-size:1rem; height:100%;}.form input:focus,.form textarea:focus{outline:none;}.form textarea{resize:none;}.form__cta{width:min-content; align-self:center; border:0;}.form__feedback{display:flex; justify-content:center; align-items:center; font-size:0.85rem; text-align:center; min-height:1lh;}.form__success,.form__error{margin:0; padding:1rem 0; display:none;}.form .form__field.form__type-hidden{display:none;}#contact-form-anchor{visibility:hidden; position:absolute;}.footer .flex-row__flex{flex-direction:column;}.subfooter .flex-row__flex{flex-direction:column-reverse;}.footer .html-block a,.subfooter .html-block a{color:var(--white);}.footer .html-block p{font-weight:700; font-size:16px;}.subfooter .html-block__inner{height:auto;}@media (min-width:570px){.footer .flex-row__flex, .subfooter .flex-row__flex{flex-direction:row;}.footer .image-logo{margin-right:auto;}.footer .html-block{width:25%;}.subfooter ul{display:flex; gap:16px;}.subfooter .html-block{width:50%;}}
Japandi in je interieur Creëer rust en harmonie met aardetinten Een Japandi interieur staat voor kalmte en harmonie. Door natuurlijke materialen zoals hout, linnen en bamboe te combineren met zachte aardetinten, creëer je een serene sfeer in huis. Wil jij weten hoe je deze minimalistische woonstijl toepast? Wij geven je graag tips en inspiratie!
Lees meer
Warme gordijnen Voor een zachte uitstraling Kies de vouwgordijnen die jouw interieur compleet maken. Warm en chique, elegant, speels of juist functioneel. Laat je inspireren door diverse stijlen, kleuren, stoffen en prints. Altijd van hoogwaardige materialen.
Ontdek de mogelijkheden
Houten jaloezieën Chic en natuurlijk Creëer sfeer in elke ruimte van je huis of kantoor. Is jouw interieur landelijk, modern, industrieel of klassiek? Hier vind je jouw stijl, kleur en afwerking. Overdag licht en ‘s avonds meer privacy? Met jaloezieën speel je eenvoudig met zonlicht en schaduw.
Creëer jouw stijl
Jaloezieën Stralende sfeermakers Kies jouw kleur, maat en materiaal. Van warm hout tot strak aluminium en zelfs vochtbestendig materiaal. In diverse dessins en breedtes. Voor je woon- en slaapkamer, keuken en kantoor. Ook voor kantel- en kiepramen. Met vrij zicht en weinig inkijk.
Kies jouw jaloezieën
Behang Voor de mooiste muren Creëer sfeer in elke ruimte. Ga voor minimalistisch of juist een expressief patroon: val op tussen de witte muren. Met behang geef je jouw muur een nieuwe look and feel.
Maak jouw creatieve muur Op de muur Verf en behang Maak van je muren een kunstwerk met onze verf en behang selectie. Kies uit 20.000 kleuren muurverf, luxe kalkverf of Marrakech Walls. Van vinyl tot kurk en hout, ons behang maakt jouw muren uniek. Ga je voor een eye-catcher of creëer je liever rust en ruimte?
Bekijk alles voor op de muur Op de vloer Vloeren en vloerbedekking Een goede vloer is de basis voor je interieur en woonstijl, maar ook het meest gebruikte onderdeel van een woning. Kwaliteit staat daarom voorop. Of je nu kiest voor visgraat PVC, zacht tapijt of een gezellig vloerkleed, je vindt het hier allemaal. Laat je inspireren!
Bekijk alles voor op de vloer Voor het raam Raambekleding Ontdek de perfecte raambekleding voor jouw interieur. Onze op maat gemaakte jaloezieën, shutters of lamellen zorgen voor sfeer, privacy en isolatie. Wil je ultiem gemak ervaren? Ga voor elektrische raamdecoratie en regel de lichtinval met één druk op de knop.
Bekijk alles voor op het raam Maak van elk raam een kunstwerk
Geef je interieur een nieuwe look
Creëer een unieke sfeer in iedere ruimte
De perfecte balans tussen lichtinval en privacy
Zorg voor een luxe look and feel
Geef je interieur een warme, natuurlijke uitstraling
Creëer de perfecte sfeer
Creëer een unieke sfeer in iedere ruimte
Een stevige basis van jouw interieur
Maak je interieur compleet
Toon meer
Gratis meetservice Bij de aanschaf van raambekleding of zonwering komen wij dit gratis bij je inmeten. Zo weet je zeker dat het perfect past.
Lees meer Montageservice Zeker weten dat je gekochte product perfect past en veilig wordt gemonteerd? Kies dan voor onze montageservice.
Lees meer CBW-erkenning Je aankoop wordt extra beschermd met onze CBW-erkenning. Hierdoor heb je meer zekerheid en garantie.
Lees meer Vakkundig personeel "Je wordt in onze winkels geholpen door gediplomeerde en vakkundige medewerkers. Alles voor de beste service.
Lees meer Ook hierom Decokay Ga voor duurzaam Decokay Ontdek de liefde voor de natuur en het milieu in ons hoogwaardige assortiment. Van vloeren tot gordijnen, behang en verf. Wij bieden duurzame mogelijkheden. Zo dragen we bij aan een betere aarde. Ga ook voor duurzame opties bij de transformatie van je huis. Wij helpen er graag bij!
Bekijk assortiment