.cart-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:#666;color:#fff;border:none;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00000026;transition:background .3s ease,transform .2s ease;z-index:2002}.cart-button:hover{background:#888;transform:scale(1.05)}.cart-button.open{background:#f1baa9}.cart-icon{display:inline-block}.cart-badge{position:absolute;top:-8px;right:-8px;background:#f1baa9;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;box-shadow:0 2px 4px #0003;border:2px solid white;line-height:1;padding-bottom:1px}.cart-icon svg{display:block}.lucide-trash{transition:transform .2s ease}.btn-remove:hover .lucide-trash{transform:scale(1.1)}.cart-overlay{position:fixed;inset:0;background:#00000080;z-index:2000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-panel{position:fixed;right:-400px;top:0;width:400px;height:100vh;background:#fff;box-shadow:-2px 0 12px #00000026;transition:right .3s ease;z-index:2001;display:flex;flex-direction:column;overflow-y:auto}.cart-panel.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee;flex-shrink:0}.cart-header h2{margin:0;font-size:1.5rem;color:#333}.cart-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease,color .2s ease}.cart-close:hover{background:#f0f0f0;color:#333}.cart-content{flex-grow:1;display:flex;flex-direction:column;overflow-y:auto}.cart-empty{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.cart-empty p{color:#666;margin-bottom:1.5rem;font-size:1.1rem}.cart-items{flex-grow:1;overflow-y:auto;border-bottom:1px solid #eee}.cart-item{padding:1rem;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.75rem}.cart-item:last-child{border-bottom:none}.cart-item-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cart-item-details{flex-grow:1;text-align:left}.cart-item-details h4{margin:0 0 .25rem;font-size:.95rem;color:#333;word-break:break-word}.cart-item-vereniging{margin:0 0 .25rem;font-size:.85rem;color:#999}.cart-item-meta{margin:.25rem 0;font-size:.8rem;color:#666}.cart-item-price{font-weight:700;color:#333;white-space:nowrap}.cart-item-controls{display:flex;align-items:center;gap:.5rem;justify-content:space-between}.quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid #ddd;border-radius:4px;overflow:hidden;background:#f9f9f9}.quantity-controls button{background:none;border:none;padding:.4rem .6rem;cursor:pointer;color:#666;font-size:.9rem;transition:background .2s ease}.quantity-controls button:hover{background:#f1baa9;color:#fff}.quantity-controls span{padding:.4rem .6rem;min-width:30px;text-align:center;font-size:.9rem;color:#333}.btn-remove{background:none;border:none;cursor:pointer;font-size:1rem;color:#666;padding:.4rem;transition:color .2s ease;flex-shrink:0}.btn-remove:hover{color:#d32f2f}.cart-summary{padding:1.5rem;background:#fdfaf9;flex-shrink:0;border-top:1px solid #F1BAA9}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.1rem}.cart-total span:first-child{color:#666}.total-price{font-weight:700;color:#333;font-size:1.3rem}.cart-summary .btn-primary{width:100%;text-align:center;padding:1rem;background-color:#f1baa9;color:#fff;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f1baa966}.cart-summary .btn-primary:hover{background-color:#e0a896;transform:translateY(-2px);box-shadow:0 6px 20px #f1baa999}@media(max-width:768px){.cart-panel{width:100%;right:-100%}.cart-button{bottom:1rem;right:1rem;width:56px;height:56px}}.header{display:flex;flex-direction:column;align-items:center;padding:1rem 1rem 3rem;background-color:#fff;position:relative;font-family:Raleway,sans-serif}.header:after{content:"";position:absolute;bottom:1.5rem;left:0;right:0;height:1px;background:linear-gradient(to right,#F1BAA9 0%,#F1BAA9 30%,transparent 30%,transparent 70%,#F1BAA9 70%,#F1BAA9 100%)}.logo{text-align:center;margin-bottom:1.5rem;z-index:1001}.logo img{height:180px;width:auto;max-width:100%}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;position:absolute;top:1rem;right:1rem;z-index:1002;padding:.5rem}.hamburger span{width:25px;height:3px;background-color:#666;margin:3px 0;transition:.3s;transform-origin:center}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:3rem;background-color:#fff;z-index:10;width:100%;max-width:1200px;justify-content:center}.nav a{text-decoration:none;color:#666;font-size:.9rem;font-weight:500;transition:color .3s}.nav a:hover{color:#f1baa9}.dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:.3rem;cursor:pointer;background:none;border:none;color:#666;font-size:.9rem;font-weight:500;font-family:Raleway,sans-serif;transition:color .3s}.dropdown-toggle:hover{color:#f1baa9}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #eee;border-radius:4px;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:.75rem 1rem;color:#666;font-size:.85rem;border-bottom:1px solid #f5f5f5}.arrow{font-size:.7rem;transition:transform .3s ease}.dropdown:hover .arrow{transform:rotate(180deg)}body.menu-open .cart-button{display:none}@media(max-width:900px){.header{padding-bottom:1rem}.header:after{bottom:0;background:#f1baa9}.logo img{height:120px}.logo{z-index:0}.hamburger{z-index:1001;display:flex;position:fixed;top:1.5rem;right:1.5rem}.nav{position:fixed;top:0;right:0;left:0;width:100%;height:100vh;background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.5rem;transform:translate(100%);transition:transform .3s ease;z-index:1000;overflow-y:auto;padding:5rem 1rem 3rem}.nav-open{transform:translate(0)}.nav a{font-size:1.2rem;padding:1rem;text-align:center;width:100%}.dropdown{display:flex;flex-direction:column;align-items:center;width:100%}.dropdown-toggle{font-size:1.2rem;padding:1rem;text-align:center}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;border:none;background:#fff;margin-top:0;min-width:0;max-width:none;width:100%;padding:0;display:flex;flex-direction:column;align-items:center}.dropdown-menu a{font-size:1rem;padding:.5rem 1rem;border-bottom:none;color:#999;text-align:center;width:100%}.arrow{display:none}}@media(max-width:480px){.header{padding:.5rem}.logo{margin-bottom:.5rem}.logo img{height:80px}.nav a,.dropdown-toggle{font-size:1.1rem}.dropdown-menu a{font-size:.9rem}}.hero{width:100vw;margin-left:50%;transform:translate(-50%);padding:4rem 0;text-align:center;background:linear-gradient(135deg,#f9f9f9,#fff);border-bottom:1px solid #eee}.hero-content{max-width:800px;margin:0 auto;padding:0 2rem}.hero-title{font-size:3.5rem;font-family:Caveat,cursive;color:#f1baa9;margin-bottom:1.5rem;line-height:1.2;font-weight:600}.hero-subtitle{font-size:1.3rem;color:#666;margin-bottom:2.5rem;line-height:1.6;font-weight:400}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-button{padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}.hero-button.primary{background-color:#f1baa9;color:#fff}.hero-button.primary:hover{background-color:#e8a895;transform:translateY(-2px)}.hero-button.secondary{background-color:transparent;color:#f1baa9;border:2px solid #F1BAA9}.hero-button.secondary:hover{background-color:#f1baa9;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.hero{width:100vw;margin-left:50%;transform:translate(-50%);padding:3rem 0}.hero-content{padding:0 1.5rem}.hero-title{font-size:2.8rem;margin-bottom:1.2rem}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.hero-buttons{gap:1rem}.hero-button{padding:.9rem 2rem;font-size:1rem}}@media(max-width:480px){.hero{width:100vw;margin-left:50%;transform:translate(-50%);padding:2.5rem 0}.hero-content{padding:0 1rem}.hero-title{font-size:2.3rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1.8rem}.hero-buttons{flex-direction:column;align-items:center}.hero-button{width:100%;max-width:280px;padding:1rem;text-align:center}}@media(max-width:360px){.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}}.footer{width:100vw;margin-left:50%;transform:translate(-50%);background-color:#f8f8f8;margin-top:4rem;padding:2rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr 2fr;gap:4rem}.footer-section{padding:0 4rem;min-width:0}.footer-section h3{color:#f1baa9;margin-bottom:1rem;font-size:1.5rem;font-weight:600;font-family:Caveat,cursive}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{text-decoration:none;color:#666;font-size:.9rem;transition:color .3s ease}.footer-section ul li a:hover{color:#f1baa9}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-links a{color:#666;text-decoration:none;transition:color .3s ease;display:inline-block}.social-links a:hover{color:#f1baa9}.social-links svg{width:24px;height:24px}.contact-details p{color:#666;font-size:.9rem;margin:.3rem 0;line-height:1.4}.contact-details a{color:#666;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#f1baa9}.footer-bottom{border-top:1px solid #eee;margin-top:2rem;padding-top:1rem;text-align:center}.footer-bottom p{color:#999;font-size:.8rem;margin:0}@media(max-width:768px){.footer{width:100vw;margin-left:50%;transform:translate(-50%)}.footer-container{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.footer-section{text-align:left;padding:0;word-break:break-word;overflow-wrap:anywhere}.social-links{flex-direction:row;justify-content:flex-start;gap:1rem}}@media(max-width:480px){.footer{width:100vw;margin-left:50%;transform:translate(-50%);margin-top:2rem;padding:1.5rem 0 1rem}.footer-container{padding:0 .75rem;gap:1.5rem}.footer-section{padding:0}.footer-section h3{font-size:1.3rem;margin-bottom:.6rem}.footer-section ul li a,.contact-details p,.contact-details a{font-size:.9rem;line-height:1.45;word-break:break-word;overflow-wrap:anywhere}.social-links a{font-size:1.2rem}.social-links svg{width:20px;height:20px}}.page-content{opacity:0;transition:opacity .6s ease-out;width:100%}.page-content .container{max-width:1200px;margin:0 auto;padding-left:1rem;padding-right:1rem;width:100%}.page-content.fade-in{opacity:1}.instagram-feed{display:flex;flex-direction:column;align-items:center;margin:2rem 0;padding:2rem;width:100%}.instagram-feed h2{color:#333;margin-bottom:1.5rem}.instagram-media{margin:0 auto!important;background:#fff;border:0;border-radius:3px;box-shadow:0 0 1px #00000080,0 1px 10px #00000026;margin:1px;max-width:540px;width:100%;min-width:0;box-sizing:border-box;padding:0}@media(max-width:768px){.instagram-feed{padding:1.5rem 1rem;text-align:center}.instagram-feed h2{font-size:1.5rem;margin-bottom:1rem}.instagram-media{max-width:100%!important;width:100%!important;margin-right:-.5rem!important}}@media(max-width:480px){.instagram-feed{padding:1rem .5rem}.instagram-feed h2{font-size:1.3rem}.instagram-media{margin-left:-1.5rem!important}}.contact-form-container{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{color:#f1baa9;margin-bottom:1.5rem;font-size:4rem;font-weight:600;font-family:Caveat,cursive}.contact-info p{color:#666;line-height:1.6;margin-bottom:2rem}.contact-info a{color:#f1baa9;text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:#e8a895}.contact-form{background:#f9f9f9;padding:2rem;border-radius:8px;border:1px solid #eee}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:.9rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;transition:border-color .3s ease;box-sizing:border-box;background-color:#fff;color:#333;appearance:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group select{padding-right:2.5rem;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;cursor:pointer}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#f1baa9;box-shadow:0 0 0 2px #f1baa933}.form-group select:hover{border-color:silver}.form-group select option{padding:.5rem;background-color:#fff;color:#333}.submit-btn{background-color:#f1baa9;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background-color .3s ease;font-weight:700}.submit-btn:hover{background-color:#e8a895}.success-message{margin-top:1rem;padding:.75rem;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px;text-align:center;font-weight:500}.error-message{margin-top:1rem;padding:.75rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;text-align:center;font-weight:500}@media(max-width:768px){.contact-form-container{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.contact-info h2{font-size:3rem;text-align:center}.contact-info p{text-align:center}.contact-form{padding:1.5rem}}@media(max-width:480px){.contact-form-container{padding:1rem;gap:1.5rem}.contact-info h2{font-size:2.5rem;margin-bottom:1rem}.contact-info p{font-size:.9rem;margin-bottom:1.5rem}.contact-form{padding:1rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea,.form-group select{padding:.6rem;font-size:.85rem}.form-group select{padding-right:2rem;background-size:.9rem}.submit-btn{width:100%;padding:1rem;font-size:1rem}}@media(max-width:360px){.contact-info h2{font-size:2rem}.contact-info p{font-size:.8rem}}.cart-summary{background:#fdfaf9;border:1px solid #F1BAA9;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.cart-summary h3{margin:0 0 1rem;font-size:1.1rem;color:#333}.cart-summary-list{list-style:none;margin:0 0 1rem;padding:0;border-bottom:1px solid #F1BAA9;padding-bottom:1rem}.cart-summary-list li{padding:.75rem 0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.9rem;color:#666;border-bottom:1px solid #fdfaf9}.cart-summary-list li:last-child{border-bottom:none}.item-name{font-weight:500;color:#333;flex:1;min-width:150px}.item-detail{background:#fdfaf9;border:1px solid #F1BAA9;padding:.25rem .5rem;border-radius:3px;font-size:.85rem;color:#333}.item-price{font-weight:700;color:#333;white-space:nowrap}.item-quantity{color:#999;font-size:.85rem}.cart-summary-total{text-align:right;font-size:1.1rem;color:#333}.cart-summary-total strong{color:#f1baa9;font-size:1.2rem}@media(max-width:768px){.cart-summary{margin-bottom:1rem;padding:1rem}.cart-summary-list li{flex-direction:column;align-items:flex-start;gap:.25rem}.item-name{min-width:auto;width:100%}.item-price,.item-quantity{display:block}}.product-grid-container{max-width:1200px;margin:0 auto;padding:2rem}.product-grid-container h1{text-align:center;color:#f1baa9;margin-bottom:3rem;font-size:4rem;font-family:Caveat,cursive}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.product-card{text-decoration:none;border-radius:12px;overflow:visible;border:1px solid #eee;touch-action:manipulation}.product-image{width:100%;height:300px;overflow:hidden;background-color:#f5f5f5;position:relative;touch-action:pan-y}.product-name{padding:1.5rem;text-align:center}.product-name h3{margin:0;color:#333;font-size:1.2rem;font-weight:600;transition:color .3s ease}.product-card:hover .product-name h3{color:#f1baa9}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;color:#666;font-size:1.1rem;font-family:Raleway,sans-serif;font-weight:500}.product-image .image-gallery{height:100%;width:100%;touch-action:pan-y;pointer-events:none}.product-image .image-gallery-slide{height:300px;touch-action:pan-y}.product-image .image-gallery-slide img{width:100%;height:300px;object-fit:cover;object-position:center;touch-action:pan-y;pointer-events:none}.product-image .image-gallery-content,.product-image .image-gallery-slide-wrapper{height:100%}.product-card .image-gallery-left-nav,.product-card .image-gallery-right-nav{display:none}@media(max-width:768px){.product-grid-container{padding:1.5rem}.product-grid-container h1{font-size:3rem;margin-bottom:2rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.product-image,.product-image .image-gallery-slide,.product-image .image-gallery-slide img{height:220px}.product-name{padding:1rem}.product-name h3{font-size:1.1rem}}@media(max-width:480px){.product-grid-container{padding:1rem}.product-grid-container h1{font-size:2.5rem;margin-bottom:1.5rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.product-image,.product-image .image-gallery-slide,.product-image .image-gallery-slide img{height:170px}.product-name{padding:.75rem}.product-name h3{font-size:1rem}}@media(max-width:360px){.product-grid{grid-template-columns:1fr;gap:1rem}.product-grid-container h1{font-size:2rem}}.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media(max-width:768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width:480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;height:100%;inset:0;position:fixed;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{inset:50% auto auto 20px;width:auto;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width:768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media(max-width:480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:#0000;padding:0}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.product-card-detail{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;box-sizing:border-box;overflow-x:hidden}.product-images{display:flex;flex-direction:column;gap:1rem;min-width:0}.main-image{width:100%;height:500px;border-radius:12px;overflow:hidden;background-color:#f5f5f5;box-sizing:border-box}.image-placeholder{width:100%;height:100%;min-height:220px;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;color:#666;font-size:1.1rem;font-family:Raleway,sans-serif;font-weight:500}.product-info{padding:1rem 0;min-width:0;box-sizing:border-box}.product-info h1{margin-bottom:1rem}.product-info h1{margin-bottom:0;font-size:2.5rem;font-family:Caveat,cursive;color:#f1baa9}.product-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:1.1rem}.product-price{font-size:2rem;font-weight:600;color:#f1baa9;margin-bottom:2rem}.size-selection,.quantity-selection{margin-bottom:2rem;width:100%;overflow:hidden}.size-options{display:flex;gap:.5rem;flex-wrap:wrap;box-sizing:border-box;width:100%;max-width:100%}.size-option{padding:.75rem 1.5rem;border:2px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;box-sizing:border-box;flex:0 0 auto;white-space:nowrap}.size-option.selected{border-color:#f1baa9;background-color:#f1baa9;color:#fff}.quantity-controls{display:flex;align-items:center;gap:1rem;box-sizing:border-box}.quantity-controls button{width:40px;height:40px;border:2px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;font-size:1.2rem;font-weight:600;transition:all .3s ease;box-sizing:border-box;flex-shrink:0}.quantity-controls span{font-size:1.2rem;font-weight:600;min-width:30px;text-align:center;color:#333}.buy-button{width:100%;padding:1rem 2rem;background-color:#f1baa9;color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;box-sizing:border-box;box-shadow:0 4px 15px #f1baa966}.buy-button:hover{background-color:#e0a896;transform:translateY(-2px);box-shadow:0 6px 20px #f1baa999}.product-type-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:1rem;width:fit-content;box-shadow:0 2px 10px #0000001a}.direct-order{background-color:#28a745;color:#fff}.custom-order{background-color:#f1baa9;color:#fff}.custom-order-info{background-color:#fff3e0;border-left:4px solid #F1BAA9;padding:1rem;margin-bottom:1.5rem;border-radius:4px}.custom-order-info p{margin:0;color:#8b5a4a;font-size:.95rem;line-height:1.4}.main-image .image-gallery{height:100%;border-radius:12px;overflow:hidden}.main-image .image-gallery-slide img{width:100%;height:500px;object-fit:cover}.main-image .image-gallery-left-nav,.main-image .image-gallery-right-nav{color:#f1baa9}.main-image .image-gallery-left-nav:hover,.main-image .image-gallery-right-nav:hover{color:#e0a896}@media(max-width:968px){.product-card-detail{grid-template-columns:1fr;gap:2rem;padding:1.5rem;max-width:100%}.main-image{height:400px}.product-info h1{font-size:2.2rem}.product-price{font-size:1.8rem}}@media(max-width:768px){.product-card-detail{padding:1rem;gap:1.5rem;max-width:100%}.main-image{height:300px;border-radius:8px}.product-info{padding:.5rem 0}.product-info h1{font-size:2rem;margin-bottom:.8rem}.product-description{font-size:1rem;margin-bottom:1.2rem}.product-price{font-size:1.6rem;margin-bottom:1.5rem}.size-selection,.quantity-selection{margin-bottom:1.5rem}.size-selection h3,.quantity-selection h3{font-size:1rem;margin-bottom:.8rem}.size-option{padding:.6rem 1.2rem;font-size:.9rem}.quantity-controls button{width:36px;height:36px;font-size:1.1rem}.quantity-controls span{font-size:1.1rem}.buy-button{padding:1rem 1.5rem;font-size:1rem}.product-type-badge{padding:.6rem 1.2rem;font-size:.9rem}.custom-order-info{padding:.8rem;margin-bottom:1.2rem}.custom-order-info p{font-size:.9rem}.main-image .image-gallery-slide img{height:300px}}@media(max-width:480px){.product-card-detail{padding:.8rem;gap:1rem;max-width:100%}.main-image{height:250px}.product-info h1{font-size:1.8rem}.product-description{font-size:.9rem;line-height:1.5}.product-price{font-size:1.4rem;margin-bottom:1.2rem}.size-options{gap:.4rem}.size-option{padding:.5rem 1rem;font-size:.85rem}.quantity-controls{gap:.8rem}.quantity-controls button{width:32px;height:32px;font-size:1rem}.quantity-controls span{font-size:1rem}.buy-button{padding:.9rem 1.2rem;font-size:.95rem}.product-type-badge{padding:.5rem 1rem;font-size:.85rem}.custom-order-info{padding:.7rem}.custom-order-info p{font-size:.85rem}.main-image .image-gallery-slide img{height:250px}}@media(max-width:360px){.product-card-detail{padding:.5rem;max-width:100%}.main-image{height:220px}.product-info h1{font-size:1.6rem}.product-price{font-size:1.3rem}.size-option{padding:.4rem .8rem;font-size:.8rem}.main-image .image-gallery-slide img{height:220px}}.content-page{max-width:1200px;margin:0 auto;padding:2rem}.content-container h1{color:#f1baa9;margin-bottom:2rem;font-size:4rem;font-family:Caveat,cursive;text-align:center}.content-section{margin-bottom:3rem}.content-section h2{color:#f1baa9;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.content-section p{color:#666;line-height:1.6;margin-bottom:1rem;font-size:1rem;white-space:pre-line}@media(max-width:768px){.content-page{padding:1.5rem}.content-container h1{font-size:3rem;margin-bottom:1.5rem}.content-section h2{font-size:1.5rem}.content-section p{font-size:.9rem}}@media(max-width:480px){.content-page{padding:1rem}.content-container h1{font-size:2.5rem}.content-section h2{font-size:1.3rem}}.verenigingen-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.verenigingen-container h1{font-size:3rem;margin-bottom:.5rem;text-align:center;font-family:Caveat,cursive;color:#f1baa9}.subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:1.1rem}.verenigingen-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.vereniging-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;cursor:pointer;border:1px solid transparent}.vereniging-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f;border-color:#f1baa94d}.vereniging-card-image{width:100%;height:200px;overflow:hidden;background:snow;display:flex;align-items:center;justify-content:center;padding:1rem}.vereniging-logo{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.vereniging-card:hover .vereniging-logo{transform:scale(1.05)}.vereniging-card-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;background:#fff}.vereniging-card-content h3{font-size:1.3rem;margin:0 0 .5rem;color:#333;font-weight:700}.vereniging-card-content p{margin:0;color:#666;font-size:.95rem;line-height:1.5;flex-grow:1}.vereniging-detail{max-width:900px;margin:0 auto;padding:2rem 1rem}.vereniging-detail-hero{text-align:center;padding:3rem 0}.vereniging-detail-logo{max-width:300px;width:100%;height:auto;margin-bottom:2rem;border-radius:12px}.vereniging-detail h1{font-size:3.5rem;margin-bottom:1rem;font-family:Caveat,cursive;color:#f1baa9}.vereniging-detail-description{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.btn-primary{display:inline-block;padding:1rem 2.5rem;background:#f1baa9;color:#fff;text-decoration:none;border:none;border-radius:50px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #f1baa966}.btn-primary:hover{background:#e0a896;transform:translateY(-2px);box-shadow:0 6px 20px #f1baa999}.btn-secondary{display:inline-block;padding:.6rem 1.5rem;background:#f0f0f0;color:#333;text-decoration:none;border:none;border-radius:50px;cursor:pointer;font-size:.95rem;transition:all .3s ease}.btn-secondary:hover{background:#e0e0e0;transform:translateY(-2px)}.error-container{text-align:center;padding:3rem 1rem;max-width:600px;margin:0 auto}.error-container h1{color:#d32f2f;margin-bottom:1rem}.error-container p{color:#666;margin-bottom:2rem}.error-container a{display:inline-block;color:#fff;background:#f1baa9;padding:1rem 2.5rem;text-decoration:none;border-radius:50px;transition:all .3s ease;font-weight:600;box-shadow:0 4px 15px #f1baa966}.error-container a:hover{background:#e0a896;transform:translateY(-2px);box-shadow:0 6px 20px #f1baa999}.back-link{display:inline-block;color:#333;text-decoration:none;margin-bottom:1.5rem;padding:.5rem;font-weight:500;transition:color .3s ease}.back-link:hover{color:#666}@media(max-width:768px){.verenigingen-grid{grid-template-columns:1fr}.verenigingen-container h1,.vereniging-detail h1{font-size:2rem}.vereniging-detail-logo{max-width:200px}}.vereniging-products-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.vereniging-products-header{margin-bottom:2rem}.vereniging-products-header h1{font-size:3rem;margin:1rem 0 .5rem;font-family:Caveat,cursive;color:#f1baa9}.vereniging-products-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}.product-grid-item{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;transition:box-shadow .3s ease;border:1px solid transparent}.product-grid-item:hover{box-shadow:0 8px 24px #0000001f;border-color:#f1baa94d}.product-card-detail{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.product-images{width:100%}.main-image{width:100%;background:#f5f5f5;border-radius:12px;overflow:hidden}.image-gallery-image{width:100%}.image-gallery-image img{width:100%;height:auto;display:block}.image-placeholder{width:100%;height:400px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#999;font-size:1rem}.product-loading{width:100%;height:400px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#666;font-size:1rem}.product-info{display:flex;flex-direction:column}.product-info h1{font-size:2.5rem;margin:0 0 .5rem;font-family:Caveat,cursive;color:#f1baa9}.product-description{color:#666;line-height:1.5;margin-bottom:1rem;font-size:.95rem}.product-price{font-size:1.8rem;font-weight:600;color:#f1baa9;margin-bottom:1.5rem}.size-selection,.personalization-input,.quantity-selection{margin-bottom:1.5rem}.size-selection h3,.personalization-input h3,.quantity-selection h3{font-size:1rem;margin:0 0 .75rem;color:#333}.size-options{display:flex;flex-wrap:wrap;gap:.5rem}.size-option{padding:.75rem 1.5rem;border:2px solid #ddd;background:#fff;cursor:pointer;border-radius:8px;transition:all .2s ease;font-size:.9rem;color:#333;font-weight:500}.size-option:hover{border-color:#f1baa9}.size-option.selected{background:#f1baa9;color:#fff;border-color:#f1baa9}.personalization-input input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;transition:border-color .2s ease}.personalization-input input:focus{outline:none;border-color:#f1baa9}.quantity-controls{display:flex;align-items:center;gap:.75rem;width:fit-content}.quantity-controls button{width:40px;height:40px;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:8px;font-size:1.1rem;color:#333;transition:all .2s ease}.quantity-controls button:hover{border-color:#f1baa9;background-color:#f1baa9;color:#fff}.quantity-controls span{min-width:40px;text-align:center;font-weight:500;font-size:1rem}.buy-button{width:100%;padding:1rem 2rem;background:#f1baa9;color:#fff;border:none;border-radius:50px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease;margin-top:1rem;box-shadow:0 4px 15px #f1baa966}.buy-button:hover{background:#e0a896;transform:translateY(-2px);box-shadow:0 6px 20px #f1baa999}.buy-button:active{transform:translateY(0)}.added-message{margin-top:1rem;padding:.75rem;background:#4caf50;color:#fff;border-radius:4px;text-align:center;font-size:.95rem;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.product-card-detail{grid-template-columns:1fr;gap:1.5rem}.product-info h1{font-size:1.5rem}.image-placeholder,.product-loading{height:300px}.size-options{gap:.4rem}.size-option{padding:.5rem 1rem;font-size:.85rem}.vereniging-products-header h1{font-size:1.8rem}}.custom-order-info{background:#f5f5f5;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.custom-order-info p{margin:0;color:#666;font-size:.95rem}.not-found-container{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.not-found-content{text-align:center;max-width:600px}.not-found-title{font-family:Caveat,cursive;font-size:8rem;font-weight:600;color:#f1baa9;margin:0;line-height:1}.not-found-subtitle{font-family:Raleway,sans-serif;font-size:2rem;font-weight:600;color:#333;margin:1rem 0}.not-found-message{font-family:Raleway,sans-serif;font-size:1.1rem;color:#666;margin:2rem 0;line-height:1.6}.not-found-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.not-found-button{padding:.75rem 1.5rem;text-decoration:none;border-radius:5px;font-family:Raleway,sans-serif;font-weight:500;font-size:1rem;transition:all .3s ease;display:inline-block}.not-found-button.primary{background-color:#f1baa9;color:#fff}.not-found-button.primary:hover{background-color:#e8a895;transform:translateY(-2px)}.not-found-button.secondary{background-color:transparent;color:#333;border:2px solid #F1BAA9}.not-found-button.secondary:hover{background-color:#f1baa9;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.not-found-title{font-size:6rem}.not-found-subtitle{font-size:1.5rem}.not-found-buttons{flex-direction:column;align-items:center}.not-found-button{width:100%;max-width:300px}}html,body,#root{background:#fff!important;font-family:Raleway,sans-serif!important;margin:0;padding:0;width:100%;min-width:100%;min-height:100%}html,body{overflow-x:hidden}*,*:before,*:after{box-sizing:border-box;font-family:inherit}:focus-visible{outline:2px solid #F1BAA9;outline-offset:2px}.skip-link{position:absolute;top:-40px;left:0;background:#333;color:#fff;padding:8px 16px;z-index:10000;transition:top .3s;text-decoration:none;font-weight:700;border-bottom-right-radius:4px}.skip-link:focus{top:0}
