'); 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:100%; 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 .menu-item__submenu:has(.submenu-item__submenu--open){overflow-y:hidden;}.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;}.content-width{padding:1rem 0; width:100%;}.content-width__container{margin:0 auto;}.uspbar-container{width:100%; background:var(--uspbar-bg, transparent); color:var(--uspbar-text, inherit); font-family:var(--uspbar-font, var(--body-font)); height:var(--uspbar-height, auto); padding:0; margin:0; overflow:hidden;}.uspbar{display:flex; flex-direction:row; align-items:center; width:100%; height:100%; user-select:none; position:relative;}.uspbar--animate{overflow:hidden;}/* Desktop:spread items, no animation */.uspbar-inner{display:flex; flex-direction:row; align-items:center; justify-content:space-evenly; width:100%; gap:1rem;}.uspbar-item{flex:1 1 0; min-width:0; max-width:100%; height:100%; display:flex; align-items:center; justify-content:center; box-sizing:border-box; text-align:center;}.uspbar-item-svg svg{width:3em; height:3em; fill:var(--uspbar-svg, currentColor); display:block;}.uspbar-item-text{font-size:1rem; font-weight:400; white-space:nowrap;}@media (max-width:1024px){.uspbar-inner{justify-content:center; width:100%; display:grid; grid-template-columns:1fr; position:relative; height:100%;}.uspbar-inner .uspbar-item{display:flex; flex:none; grid-row:1; grid-column:1; min-width:0; max-width:none; opacity:0; white-space:nowrap;}/* 2 USPs */ .uspbar-inner:has(.uspbar-item:nth-child(2):last-child) .uspbar-item:nth-child(1){animation:uspbar-fade-2 10s linear infinite 0s;}.uspbar-inner:has(.uspbar-item:nth-child(2):last-child) .uspbar-item:nth-child(2){animation:uspbar-fade-2 10s linear infinite 5s;}/* 3 USPs */ .uspbar-inner:has(.uspbar-item:nth-child(3):last-child) .uspbar-item:nth-child(1){animation:uspbar-fade-3 15s linear infinite 0s;}.uspbar-inner:has(.uspbar-item:nth-child(3):last-child) .uspbar-item:nth-child(2){animation:uspbar-fade-3 15s linear infinite 5s;}.uspbar-inner:has(.uspbar-item:nth-child(3):last-child) .uspbar-item:nth-child(3){animation:uspbar-fade-3 15s linear infinite 10s;}/* 4 USPs */ .uspbar-inner:has(.uspbar-item:nth-child(4):last-child) .uspbar-item:nth-child(1){animation:uspbar-fade-4 20s linear infinite 0s;}.uspbar-inner:has(.uspbar-item:nth-child(4):last-child) .uspbar-item:nth-child(2){animation:uspbar-fade-4 20s linear infinite 5s;}.uspbar-inner:has(.uspbar-item:nth-child(4):last-child) .uspbar-item:nth-child(3){animation:uspbar-fade-4 20s linear infinite 10s;}.uspbar-inner:has(.uspbar-item:nth-child(4):last-child) .uspbar-item:nth-child(4){animation:uspbar-fade-4 20s linear infinite 15s;}}@keyframes uspbar-fade-2{0%{opacity:0;}5%{opacity:1;}40%{opacity:1;}50%{opacity:0;}100%{opacity:0;}}@keyframes uspbar-fade-3{0%{opacity:0;}5%{opacity:1;}25%{opacity:1;}33%{opacity:0;}100%{opacity:0;}}@keyframes uspbar-fade-4{0%{opacity:0;}5%{opacity:1;}20%{opacity:1;}25%{opacity:0;}100%{opacity: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%;}.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%;}.flex-column__container{height:100%;}.flex-column__flex{display:flex; flex-direction:column; height:100%;}.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;}.promotion-card__inner{display:flex; flex-direction:column; width:100%; height:100%; overflow:hidden;}.promotion-card__inner img{display:block; width:100%; object-fit:cover; /* Disable user interaction */ user-drag:none; user-select:none; -moz-user-select:none; -webkit-user-drag:none; -webkit-user-select:none; -ms-user-select:none;}.promotion-card__content{display:flex; flex-direction:column; gap:8px; padding:1rem;}.promotion-card__image{position:relative;}.promotion-card__sticker{display:flex; flex-direction:column; position:absolute; top:12px; right:8px; font-size:30px; font-weight:700; border-radius:99px; width:100px; height:100px; justify-content:center; align-items:center; text-align:center; transform:rotate(10deg); background-color:#e71c1c; color:#fff;}.promotion-card__sticker span{font-size:16px;}.promotion-card__title{margin:0; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; min-height:3lh;}.promotion-card__text{margin:0; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; min-height:3lh;}@media (min-width:500px){.promotion-card__inner{display:grid; grid-template-columns:50% 50%;}}.promotion-card{border:1px solid var(--lightgrey); box-shadow:0px 4px 6px -4px #2828281a, 0px 10px 15px -3px #2828281a;}.promotion-card__title{font-family:var(--body-font);}.promotion-card__date{background:var(--background-color-lightgrey); padding:var(--spacing-200); color:var(--text-color-darkgrey); display:inline-block; font-family:var(--body-font); font-size:11px; font-weight:600; border-radius:var(--border-radius-900); margin:0 auto 0 0;}.image-card__inner{display:flex; flex-direction:column; width:100%; height:100%; overflow:hidden;}.image-card__content{display:flex; flex-direction:column; gap:8px; padding:1rem;}.image-card__title{margin:0; overflow:hidden;}.store-detail-cards{container:storeDetailCards / inline-size; width:100%;}.store-detail-cards .content-width{margin:0 auto; display:grid; grid-template-columns:1fr; gap:var(--spacing-400);}.store-detail-cards h2{font-family:var(--heading-font); color:var(--primary-color); font-weight:var(--font-weight-700); font-size:var(--font-size-700); margin:0;}.store-detail-cards .card{padding:var(--spacing-600) var(--spacing-400); margin:var(--spacing-400); text-align:center; justify-content:center; background:var(--white);}.store-detail-cards .card .layout{display:grid; grid-template-rows:max-content 1fr; gap:var(--spacing-600);}.store-detail-cards .card .content{display:grid; grid-template-rows:1fr max-content; gap:var(--spacing-200);}.store-detail-cards .card .adjusted-hours{font-size:var(--font-size-300); grid-column:1 / span 2;}.store-detail-cards .card .adjusted-hours:before{content:'*'; margin-right:0.25rem; color:red;}.store-detail-cards .card .adjusted-hours:not([contenteditable]).empty{display:none;}.store-detail-cards .content-grid{display:grid; grid-template-columns:1fr 1fr; column-gap:var(--spacing-200); row-gap:var(--spacing-300); width:75%; font-family:var(--body-font); text-align:left;}.store-detail-cards .content-grid > span{text-align:left; display:flex; align-items:center;}.store-detail-cards .content-grid > div{display:flex; flex-direction:column; align-items:flex-start;}.store-detail-cards .text{line-height:var(--line-height-500); font-size:var(--font-size-400); margin:0; display:flex; align-items:center; flex-direction:column;}.store-detail-cards a.cta{margin:var(--spacing-400) auto 0; place-self:center;}.store-detail-cards .text a{color:var(--action-color);}.store-detail-cards .text a:visited{color:var(--primary-color);}@media (min-width:1024px){.store-detail-cards .content-width{grid-template-columns:1fr 1fr;}.store-detail-cards a.cta{margin:var(--spacing-800) auto 0; place-self:self-start;}.store-detail-cards h2{font-size:var(--font-size-800);}.store-detail-cards .card{margin:var(--spacing-400) var(--spacing-800);}}.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%;}}
Altijd een winkel bij jou in de buurt Uitstekende montageservice Onze experts staan voor je klaar Welkom bij Decokay Gouda waar we voor je klaarstaan om jouw huis om te toveren tot een droomhuis. Onze adviseurs helpen je bij elke stap en geven je de inspiratie die je nodig hebt. Je vindt in onze vestiging verf, behang, decoratie en meer. Kom langs om je te laten inspireren! Onze stylisten helpen je bij iedere keuze. En je kunt zoveel uit handen geven als je maar wilt, want wij bieden een inmeet-, montage- en stofferingsservice, geven interieur- en productadvies. Van een kleine verfraaiing tot complete make-overs, bij ons ben je aan het juiste adres. Het team van Decokay Gouda verwelkomt je graag met een kop koffie of thee en samen zorgen we voor elke mogelijke verfraaiing van jouw huis. Tot ziens in onze winkel!Wij werken uitsluitend op afspraak.
Acties bij: Decokay Gouda Openingstijden Maandag - Dinsdag - Woensdag - Donderdag - Vrijdag - Zaterdag - Zondag - Wij werken uitsluitend op afspraak