html,body{overflow-x:hidden}:root{--red: #dd0000;--red-dark: #bb0000;--dark: #1e1e1e;--black: #111;--gray-bg: #f7f7f7;--gray-border: #e8e8e8;--text: #333;--text-light: #777;--text-muted: #aaa;--white: #fff;--font: "Open Sans", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:14px;color:var(--text);background:var(--white);line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}button{cursor:pointer}.announcement-bar{background:var(--red);color:var(--white);text-align:center;padding:7px 20px;font-size:12px;font-weight:600}.site-nav{background:var(--white);border-bottom:4px solid var(--red);position:sticky;top:0;z-index:200;box-shadow:0 2px 6px #00000014}.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;height:60px;padding:0 20px;gap:16px}.nav-logo{display:flex;align-items:center;padding-right:20px;border-right:1px solid var(--gray-border);flex-shrink:0}.nav-logo img{height:40px;width:auto}.nav-links{display:flex;list-style:none;flex:1;overflow:hidden}.nav-links li a{display:flex;align-items:center;height:60px;padding:0 16px;font-size:13px;font-weight:600;color:#555;border-right:1px solid #f0f0f0;transition:color .15s}.nav-links li a:hover,.nav-links li a.active{color:var(--red)}.nav-links li a.active{border-bottom:3px solid var(--red)}.nav-right{display:flex;align-items:center;gap:12px;margin-left:auto}.nav-phone{font-size:13px;font-weight:700;color:var(--red);white-space:nowrap}.nav-cart-btn{background:var(--red);color:var(--white);padding:9px 20px;border-radius:3px;font-size:13px;font-weight:700;transition:background .15s;border:none;font-family:var(--font);white-space:nowrap}.nav-cart-btn:hover{background:var(--red-dark)}.hamburger{display:none;flex-direction:column;gap:5px;padding:8px;background:none;border:none}.hamburger span{display:block;width:22px;height:2px;background:var(--text)}.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:var(--white);border-bottom:3px solid var(--red);z-index:199;box-shadow:0 4px 12px #0000001f}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:14px 24px;font-size:14px;font-weight:700;color:var(--text);border-bottom:1px solid #f0f0f0}.mobile-menu a:hover{color:var(--red);background:#fff8f8}.mobile-menu .m-phone{color:var(--red)}.mobile-menu .m-cta{margin:16px 24px;background:var(--red);color:var(--white);text-align:center;padding:12px;border-radius:3px;display:block;font-weight:700}.btn-primary{background:var(--red);color:var(--white);padding:12px 24px;border-radius:3px;font-size:14px;font-weight:700;display:inline-block;transition:background .15s;border:none;font-family:var(--font)}.btn-primary:hover{background:var(--red-dark)}.btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5);padding:12px 24px;border-radius:3px;font-size:14px;font-weight:700;display:inline-block;transition:border-color .15s}.btn-secondary:hover{border-color:var(--white)}.btn-outline-red{border:2px solid var(--red);color:var(--red);background:var(--white);padding:10px 22px;border-radius:3px;font-size:13px;font-weight:700;display:inline-block;transition:all .15s;font-family:var(--font)}.btn-outline-red:hover{background:var(--red);color:var(--white)}.breadcrumb{background:var(--white);border-bottom:1px solid #eee;padding:10px 20px;font-size:12px;color:#999}.breadcrumb a{color:var(--red)}.breadcrumb span{margin:0 6px}.page{max-width:1100px;margin:0 auto;padding:0 20px}.hero{position:relative;min-height:440px;background:linear-gradient(120deg,#1c1c1c,#3a2000 60%,#5a3200);display:flex;align-items:center;overflow:hidden}.hero-deco{position:absolute;right:0;top:0;width:42%;height:100%;display:grid;grid-template-columns:1fr 1fr;opacity:.25}.hero-deco-cell{display:flex;align-items:center;justify-content:center;font-size:80px;border:1px solid rgba(255,255,255,.04)}.hero-deco-cell:nth-child(odd){background:#dd000040}.hero-deco-cell:nth-child(2n){background:#b4000026}.hero-content{position:relative;z-index:2;padding:0 4rem;color:var(--white);max-width:620px}.hero-label{display:inline-block;background:var(--red);color:var(--white);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.28rem .75rem;margin-bottom:1.2rem}.hero h1{font-size:2.2rem;font-weight:700;line-height:1.25;margin-bottom:1rem}.hero p{font-size:.97rem;color:#ffffffb8;margin-bottom:1.8rem;max-width:460px}.hero-btns{display:flex;gap:.8rem;flex-wrap:wrap}.how-it-works{background:var(--gray-bg);border-bottom:1px solid var(--gray-border);padding:48px 0}.hwh-title{font-size:22px;font-weight:800;color:#222;margin-bottom:6px}.hwh-sub{font-size:14px;color:var(--text-light);margin-bottom:32px}.hwh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hwh-block{background:var(--white);border:1px solid var(--gray-border);border-top:4px solid var(--red);padding:32px 28px;position:relative;text-align:center}.hwh-num{position:absolute;top:-18px;left:50%;transform:translate(-50%);width:36px;height:36px;border-radius:50%;background:var(--red);color:var(--white);font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center}.hwh-icon{font-size:36px;margin-bottom:14px;margin-top:8px}.hwh-block h3{font-size:15px;font-weight:800;color:#222;margin-bottom:10px}.hwh-block p{font-size:13px;color:var(--text-light);line-height:1.8}.hp-cta-single{padding:36px 0}.hp-cta-broodjes{background:var(--dark)}.hp-cta-catering{background:var(--red)}.hp-cta-single-inner{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;gap:32px}.hp-cta-single-text{display:flex;gap:20px;align-items:flex-start;flex:1}.hp-cta-icon{font-size:36px;flex-shrink:0;margin-top:4px}.hp-cta-single h2{font-size:20px;font-weight:800;color:var(--white);margin-bottom:8px}.hp-cta-single p{font-size:13px;color:#ffffffbf;margin-bottom:12px;line-height:1.6;max-width:560px}.hp-cta-list{list-style:none}.hp-cta-list li{font-size:12px;color:#ffffffbf;padding:3px 0 3px 16px;position:relative}.hp-cta-list li:before{content:"\2192";position:absolute;left:0;font-weight:800;color:#fff6}.hp-cta-btn{display:inline-block;background:var(--white);padding:12px 24px;font-size:14px;font-weight:800;border-radius:3px;transition:opacity .15s;white-space:nowrap;flex-shrink:0}.hp-cta-broodjes .hp-cta-btn{color:var(--dark)}.hp-cta-catering .hp-cta-btn{color:var(--red)}.hp-cta-btn:hover{opacity:.88}.bdm-section{background:var(--white);border-top:1px solid var(--gray-border);border-bottom:1px solid var(--gray-border);padding:40px 0}.bdm-label{display:inline-block;background:var(--red);color:var(--white);font-size:11px;font-weight:800;padding:4px 14px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px}.bdm-grid{display:grid;grid-template-columns:260px 1fr;gap:36px;align-items:center}.bdm-img{background:#f5f0eb;border:1px solid var(--gray-border);height:220px;display:flex;align-items:center;justify-content:center;border-top:4px solid var(--red);overflow:hidden}.bdm-img img{width:100%;height:100%;object-fit:cover}.bdm-img-placeholder{font-size:11px;font-weight:700;color:#ccc;text-transform:uppercase;letter-spacing:.1em}.bdm-text h2{font-size:26px;font-weight:800;color:#222;margin-bottom:8px}.bdm-red{color:var(--red)}.bdm-tagline{font-size:14px;color:var(--text-light);margin-bottom:20px;font-style:italic}.bdm-beleg{display:flex;flex-wrap:wrap;gap:8px 20px;margin-bottom:20px}.bdm-beleg-item{font-size:13px;color:#444;font-weight:600}.bdm-footer{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.bdm-price{font-size:22px;font-weight:800;color:var(--red)}.bdm-tags{display:flex;gap:8px;flex-wrap:wrap}.bdm-tag{font-size:11px;background:var(--gray-bg);border:1px solid #e0e0e0;padding:4px 10px;font-weight:700;color:#555}.bdm-tag-af{background:#e8f5e9;border-color:#c8e6c9;color:#2e7d32}.menu-hp{background:var(--white);padding:48px 0;border-bottom:1px solid var(--gray-border)}.menu-hp-half{padding:36px 0}.menu-hp-gray{background:var(--gray-bg)}.menu-hp-header{margin-bottom:28px}.menu-hp-header h2{font-size:22px;font-weight:800;color:#222;margin-bottom:6px}.menu-hp-header p{font-size:14px;color:var(--text-light);max-width:580px;margin-bottom:14px}.hp-badge{display:inline-block;background:transparent;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.menu-hp-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.menu-hp-col{display:flex;flex-direction:column}.menu-cat{border:1px solid var(--gray-border);border-radius:2px;overflow:hidden;margin-bottom:16px}.menu-cat:last-child{margin-bottom:0}.menu-cat-header{background:var(--gray-bg);border-bottom:1px solid var(--gray-border);padding:12px 16px;display:flex;align-items:center;gap:10px}.menu-cat-header h3{font-size:14px;font-weight:800;color:#222}.menu-items{padding:0}.menu-row{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 16px;border-bottom:1px solid #f5f5f5;gap:12px;transition:background .12s}.menu-row:last-child{border-bottom:none}.menu-row:hover{background:#fafafa}.menu-name{font-size:13px;font-weight:700;color:#333;margin-bottom:2px}.menu-desc{font-size:12px;color:#999}.menu-price{font-size:13px;font-weight:800;color:var(--red);white-space:nowrap;flex-shrink:0}.menu-notice{background:var(--gray-bg);border:1px solid var(--gray-border);border-left:3px solid var(--red);padding:14px 18px;font-size:13px;color:#555;margin-top:16px}.menu-notice a{color:var(--red);font-weight:700}.koffie-banner{background:var(--dark);padding:22px 24px;position:relative;overflow:hidden}.koffie-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.015) 0px,rgba(255,255,255,.015) 1px,transparent 1px,transparent 8px)}.koffie-banner:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--red)}.koffie-banner-inner{position:relative;z-index:1}.koffie-banner-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:var(--red);margin-bottom:6px}.koffie-banner-title{font-size:17px;font-weight:800;color:var(--white);margin-bottom:5px}.koffie-banner-sub{font-size:12px;color:#ffffff80;line-height:1.5}.reviews-section{background:var(--white);padding:48px 0;border-top:1px solid var(--gray-border)}.rev-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px;flex-wrap:wrap;gap:20px}.rev-header h2{font-size:22px;font-weight:800;color:#222;margin-bottom:4px}.rev-sub{font-size:13px;color:#888}.rev-score-block{text-align:center}.rev-score-num{font-size:42px;font-weight:800;color:#222;line-height:1}.rev-stars-big{font-size:20px;color:var(--red);margin:4px 0}.rev-score-label{font-size:12px;color:#999;margin-bottom:10px}.btn-google{display:inline-block;background:var(--red);color:var(--white);padding:8px 16px;border-radius:3px;font-size:12px;font-weight:700;transition:background .15s}.btn-google:hover{background:var(--red-dark)}.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.rev-card{background:var(--white);border:1px solid var(--gray-border);padding:18px;border-radius:2px;transition:box-shadow .2s}.rev-card:hover{box-shadow:0 4px 16px #00000012}.rev-card-top{display:flex;align-items:center;gap:10px;margin-bottom:12px}.rev-avatar{width:36px;height:36px;border-radius:50%;background:var(--red);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}.rev-name{font-size:13px;font-weight:700;color:#222}.rev-stars{font-size:12px;color:var(--red);margin-top:2px}.rev-google-icon{margin-left:auto;width:24px;height:24px;border-radius:50%;background:#4285f4;color:var(--white);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0}.rev-text{font-size:13px;color:#555;font-style:italic;line-height:1.7}.openingstijden-section{background:var(--gray-bg);border-top:1px solid var(--gray-border);border-bottom:1px solid var(--gray-border);padding:48px 0}.ot-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.ot-left h2{font-size:22px;font-weight:800;color:#222;margin-bottom:6px}.ot-sub{font-size:13px;color:#888;margin-bottom:20px}.ot-table{width:100%;border-collapse:collapse;font-size:14px}.ot-table tr{border-bottom:1px solid #e4e4e4}.ot-table td{padding:10px 0;color:#444}.ot-table td:last-child{text-align:right;font-weight:700;color:#222}.ot-table tr.closed td{color:#bbb}.ot-table tr.closed td:last-child{color:#c00;font-weight:400}.ot-right{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ot-card{background:var(--white);border:1px solid var(--gray-border);border-top:3px solid var(--red);padding:18px 16px;display:flex;flex-direction:column;gap:8px;transition:box-shadow .2s,transform .15s}.ot-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.ot-card-icon{font-size:1.4rem}.ot-card-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#bbb;font-weight:800}.ot-card-val{font-size:13px;color:#222;line-height:1.5;font-weight:600}.ot-card-val a{color:var(--red);font-weight:700}.ot-card-val small{font-size:11px;color:#999;font-weight:400;display:block;margin-top:2px}.maps-section{background:var(--white);padding:40px 0 0;border-top:1px solid var(--gray-border)}.maps-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px;flex-wrap:wrap;gap:12px}.maps-header h2{font-size:22px;font-weight:800;color:#222;margin-bottom:4px}.maps-sub{font-size:13px;color:#888}.maps-route-btn{display:inline-flex;align-items:center;gap:6px;background:var(--red);color:var(--white);padding:10px 20px;border-radius:3px;font-size:13px;font-weight:700;transition:background .15s;white-space:nowrap}.maps-route-btn:hover{background:var(--red-dark)}.maps-wrap{width:100%;border:1px solid var(--gray-border);overflow:hidden;line-height:0}.seo-section{background:var(--gray-bg);border-top:1px solid var(--gray-border);padding:40px 0}.seo-section h2{font-size:18px;font-weight:800;color:#222;margin-bottom:10px}.seo-section h3{font-size:14px;font-weight:800;color:#333;margin:18px 0 6px}.seo-section p{font-size:13px;color:#666;line-height:1.9;margin-bottom:8px;max-width:820px}.site-footer{background:#222;color:#ffffff8c;padding:40px 24px 24px}.footer-inner{max-width:1100px;margin:0 auto 20px;display:grid;grid-template-columns:1fr 1fr;gap:48px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-col h3{font-size:14px;font-weight:800;color:var(--white);margin-bottom:14px}.footer-col p{font-size:13px;line-height:1.9;color:#ffffff8c}.footer-col a{color:var(--red)}.footer-col a:hover{text-decoration:underline}.footer-bottom{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px;color:#ffffff4d}.footer-bottom a{color:#ffffff59;margin-left:16px}.footer-bottom a:hover{color:var(--red)}.collection-wrap{max-width:1400px;margin:0 auto;padding:24px 20px;display:grid;grid-template-columns:1fr 400px;gap:24px;align-items:start}.choice-banner{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.choice-card{border:2px solid var(--gray-border);border-radius:6px;padding:18px 16px;cursor:pointer;transition:all .15s;position:relative;background:var(--white);-webkit-user-select:none;user-select:none}.choice-card:hover,.choice-card.active{border-color:var(--red);background:#fff8f8}.choice-card.active:after{content:"\2713";position:absolute;top:12px;right:14px;color:var(--red);font-weight:800;font-size:14px}.choice-card-icon{font-size:20px;margin-bottom:8px}.choice-card-title{font-size:14px;font-weight:800;color:#222;margin-bottom:4px}.choice-card-sub{font-size:11px;color:#999;line-height:1.5}.choice-card-detail{font-size:11px;color:var(--red);font-weight:700;margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.cat-nav{display:flex;background:var(--white);border:1px solid var(--gray-border);overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:20px}.cat-nav-btn{padding:12px 18px;background:transparent;border:none;border-bottom:3px solid transparent;font-family:var(--font);font-size:13px;font-weight:700;color:var(--text-light);white-space:nowrap;transition:all .15s;cursor:pointer}.cat-nav-btn:hover{color:var(--red);background:#fff8f8}.cat-nav-btn.active{color:var(--red);border-bottom-color:var(--red)}.cat-section{margin-bottom:28px}.cat-title{font-size:16px;font-weight:800;color:#222;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid #f0f0f0;display:flex;align-items:center;gap:10px}.cat-title-count{font-size:12px;font-weight:600;color:var(--text-muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.product-card{background:var(--white);border:1px solid var(--gray-border);border-radius:4px;overflow:hidden;cursor:pointer;transition:box-shadow .2s,transform .15s;position:relative;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.product-img{height:130px;position:relative;overflow:hidden;flex-shrink:0}.product-img img{width:100%;height:100%;object-fit:cover}.product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#ccc;text-transform:uppercase;letter-spacing:.1em}.product-img.bg-vlees .product-img-placeholder{background:#fdf5ec}.product-img.bg-vis .product-img-placeholder{background:#eef5fd}.product-img.bg-vega .product-img-placeholder{background:#eef7ee}.product-img.bg-warm .product-img-placeholder{background:#fff3e0}.product-img.bg-luxe .product-img-placeholder{background:#fdf0f0}.badge{position:absolute;top:8px;left:8px;color:var(--white);font-size:10px;font-weight:800;padding:3px 8px;border-radius:2px;text-transform:uppercase;letter-spacing:.05em}.badge-bestseller{background:var(--red)}.badge-special{background:var(--dark)}.badge-warm{background:#e67e00}.badge-nieuw{background:#2e7d32}.product-body{padding:10px 12px;flex:1;display:flex;flex-direction:column}.product-name{font-size:13px;font-weight:800;color:#222;margin-bottom:3px;line-height:1.3}.product-desc{font-size:11px;color:#999;line-height:1.4;flex:1;margin-bottom:10px}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:14px;font-weight:800;color:var(--red)}.product-price small{font-size:10px;color:#bbb;font-weight:400;margin-right:2px}.add-btn{width:32px;height:32px;background:var(--red);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .1s;flex-shrink:0}.add-btn:hover{background:var(--red-dark);transform:scale(1.08)}.add-btn svg{width:16px;height:16px;fill:var(--white)}.cart-col{position:sticky;top:84px;min-width:0}.cart-box{background:var(--white);border:1px solid var(--gray-border);border-radius:4px;overflow:hidden;width:100%}.cart-header{background:var(--red);color:var(--white);padding:14px 18px;display:flex;align-items:center;gap:10px}.cart-header h3{font-size:15px;font-weight:800}.cart-header svg{width:20px;height:20px;fill:var(--white)}.cart-count-badge{background:#ffffff40;border-radius:20px;padding:2px 10px;font-size:12px;font-weight:800;margin-left:auto;white-space:nowrap}.cart-empty{padding:32px 20px;text-align:center;color:#bbb}.cart-empty p{font-size:13px}.cart-item{display:flex;align-items:flex-start;gap:8px;padding:10px 14px;border-bottom:1px solid #f5f5f5;flex-wrap:wrap}.cart-item-name{font-size:12px;font-weight:700;color:#222;flex:1;min-width:0;line-height:1.4;word-break:break-word}.cart-item-qty{display:flex;align-items:center;gap:6px;flex-shrink:0}.qty-btn{width:24px;height:24px;border:1px solid #e0e0e0;background:var(--white);border-radius:50%;font-size:14px;font-weight:800;color:var(--text);display:flex;align-items:center;justify-content:center;transition:all .15s;line-height:1}.qty-btn:hover{background:var(--red);color:var(--white);border-color:var(--red)}.qty-num{font-size:13px;font-weight:800;min-width:18px;text-align:center}.cart-item-price{font-size:13px;font-weight:800;color:var(--red);white-space:nowrap;flex-shrink:0}.cart-footer{padding:14px}.cart-method{display:flex;gap:8px;margin-bottom:16px}.cart-method-btn{flex:1;padding:8px;border:2px solid #e0e0e0;background:var(--white);border-radius:3px;font-family:var(--font);font-size:12px;font-weight:700;cursor:pointer;text-align:center;transition:all .15s;color:#555}.cart-method-btn.active{border-color:var(--red);color:var(--red);background:#fff8f8}.cart-field{margin-bottom:12px}.cart-field label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:5px}.cart-field input{width:100%;padding:9px 11px;border:1px solid #e0e0e0;border-radius:4px;font-family:var(--font);font-size:13px;color:var(--text);outline:none;transition:border-color .15s;box-sizing:border-box}.cart-field input:focus{border-color:var(--red)}.cart-subtotal,.cart-bezorg{display:flex;justify-content:space-between;font-size:13px;color:var(--text-light);margin-bottom:6px}.cart-total{display:flex;justify-content:space-between;font-size:16px;font-weight:800;color:#222;margin-bottom:16px;padding-top:12px;border-top:2px solid #f0f0f0}.cart-order-btn{width:100%;background:var(--red);color:var(--white);padding:14px;border:none;border-radius:3px;font-size:15px;font-weight:800;font-family:var(--font);transition:background .15s}.cart-order-btn:hover{background:var(--red-dark)}.cart-order-btn:disabled{background:#e0e0e0;cursor:default}.cart-notice{background:#e8f5e9;border:1px solid #c8e6c9;padding:10px 12px;font-size:11px;color:#2e7d32;font-weight:600;margin-top:8px;border-radius:2px}.cart-note-field{width:100%;padding:9px 11px;border:1px solid #e0e0e0;border-radius:4px;font-family:var(--font);font-size:13px;color:var(--text);outline:none;min-height:72px;resize:vertical;transition:border-color .15s;margin-bottom:12px;box-sizing:border-box}.cart-note-field:focus{border-color:var(--red)}.mobile-cart-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--red);color:var(--white);padding:14px 20px;z-index:300;align-items:center;justify-content:space-between;box-shadow:0 -4px 16px #00000026;cursor:pointer}.mcb-count{background:#ffffff40;border-radius:20px;padding:2px 10px;font-size:13px;font-weight:800}.mcb-total{font-size:16px;font-weight:800}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:500;display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s}.modal-overlay.open{opacity:1;pointer-events:all}.modal{background:var(--white);width:100%;max-width:480px;border-radius:12px 12px 0 0;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);max-height:90vh;overflow-y:auto;position:relative}.modal-overlay.open .modal{transform:translateY(0)}.modal-img{height:180px;position:relative;overflow:hidden;border-radius:12px 12px 0 0}.modal-img img{width:100%;height:100%;object-fit:cover}.modal-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#ccc;text-transform:uppercase;letter-spacing:.1em}.modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#00000073;border:none;border-radius:50%;color:var(--white);font-size:18px;display:flex;align-items:center;justify-content:center;z-index:10}.modal-close:hover{background:#000000b3}.modal-body{padding:20px}.modal-name{font-size:20px;font-weight:800;color:#222;margin-bottom:4px}.modal-desc{font-size:13px;color:#999;margin-bottom:20px}.modal-section{margin-bottom:20px}.modal-section-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:10px}.brood-options{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.brood-btn{padding:10px 14px;border:2px solid #e0e0e0;background:var(--white);border-radius:6px;font-family:var(--font);font-size:13px;font-weight:700;color:#555;transition:all .15s;text-align:center}.brood-btn:hover{border-color:var(--red);color:var(--red)}.brood-btn.selected{border-color:var(--red);color:var(--red);background:#fff3f3}.extras-grid{display:flex;flex-direction:column;gap:8px}.extra-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid var(--gray-border);border-radius:6px;cursor:pointer;transition:background .12s}.extra-row:hover{background:#fafafa}.extra-row.selected{border-color:var(--red);background:#fff8f8}.extra-info{display:flex;flex-direction:column;gap:2px}.extra-name{font-size:13px;font-weight:700;color:#222}.extra-price{font-size:11px;color:var(--red);font-weight:600}.extra-check{width:22px;height:22px;border:2px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.extra-row.selected .extra-check{background:var(--red);border-color:var(--red)}.extra-check svg{width:12px;height:12px;fill:var(--white);opacity:0}.extra-row.selected .extra-check svg{opacity:1}.wensen-input{width:100%;padding:10px 12px;border:1px solid #e0e0e0;border-radius:6px;font-family:var(--font);font-size:13px;color:var(--text);resize:vertical;min-height:72px;outline:none;transition:border-color .15s}.wensen-input:focus{border-color:var(--red)}.wensen-hint{font-size:11px;color:#bbb;margin-top:5px}.modal-footer{padding:16px 20px;border-top:1px solid #f0f0f0;display:flex;align-items:center;gap:12px;background:var(--white);position:sticky;bottom:0}.modal-qty{display:flex;align-items:center;gap:10px;flex-shrink:0}.modal-qty-btn{width:34px;height:34px;border:2px solid #e0e0e0;background:var(--white);border-radius:50%;font-size:18px;font-weight:800;color:var(--text);display:flex;align-items:center;justify-content:center;transition:all .15s;line-height:1}.modal-qty-btn:hover{background:var(--red);color:var(--white);border-color:var(--red)}.modal-qty-num{font-size:16px;font-weight:800;min-width:24px;text-align:center}.modal-add-btn{flex:1;background:var(--red);color:var(--white);border:none;border-radius:6px;padding:13px;font-size:14px;font-weight:800;font-family:var(--font);transition:background .15s;display:flex;justify-content:space-between;align-items:center}.modal-add-btn:hover{background:var(--red-dark)}.cart-page{max-width:1100px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}.cart-page-col h2{font-size:22px;font-weight:800;color:#222;margin-bottom:24px}.cart-summary{background:var(--white);border:1px solid var(--gray-border);padding:24px;position:sticky;top:84px}.cart-summary h3{font-size:16px;font-weight:800;color:#222;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;font-size:13px;color:var(--text-light);margin-bottom:8px}.summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:800;color:#222;margin:16px 0;padding-top:16px;border-top:2px solid #f0f0f0}.checkout-btn{width:100%;background:var(--red);color:var(--white);padding:16px;border:none;border-radius:3px;font-size:16px;font-weight:800;font-family:var(--font);transition:background .15s;margin-top:4px}.checkout-btn:hover{background:var(--red-dark)}.cat-hero{background:var(--dark);padding:52px 0;overflow:hidden}.cat-hero-inner{max-width:1100px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:center}.cat-hero h1{font-size:30px;font-weight:800;color:var(--white);margin-bottom:10px;line-height:1.2}.cat-hero p{font-size:15px;color:#ffffffb3;margin-bottom:24px;max-width:480px;line-height:1.7}.cat-hero-btns{display:flex;gap:12px;flex-wrap:wrap}.cat-hero-card{background:var(--white);padding:24px;border-radius:4px}.cat-hero-card h3{font-size:14px;font-weight:800;color:#222;margin-bottom:14px}.hero-info-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #f5f5f5;font-size:13px;color:#555}.hero-info-row:last-child{border-bottom:none}.hero-info-icon{width:28px;height:28px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.cat-tabs{display:flex;background:var(--white);border:1px solid var(--gray-border);overflow-x:auto;margin-bottom:28px}.cat-tab{padding:14px 20px;background:transparent;border:none;border-bottom:3px solid transparent;font-family:var(--font);font-size:13px;font-weight:700;color:var(--text-light);white-space:nowrap;transition:all .15s;cursor:pointer}.cat-tab:hover{color:var(--red);background:#fff8f8}.cat-tab.active{color:var(--red);border-bottom-color:var(--red)}.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}.pkg-card{background:var(--white);border:1px solid var(--gray-border);border-radius:3px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.pkg-card:hover{box-shadow:0 6px 24px #0000001a}.pkg-card.featured{border:2px solid var(--red)}.pkg-img{height:160px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#ccc;text-transform:uppercase;letter-spacing:.1em;position:relative}.pkg-img.bg-vergader{background:#fdf5ec}.pkg-img.bg-borrel{background:#fdf0f0}.pkg-img.bg-buffet{background:#eef7ee}.pkg-img img{width:100%;height:100%;object-fit:cover}.pkg-badge{position:absolute;top:0;left:50%;transform:translate(-50%);background:var(--red);color:var(--white);font-size:11px;font-weight:800;padding:4px 14px;white-space:nowrap}.pkg-body{padding:18px;flex:1;display:flex;flex-direction:column}.pkg-name{font-size:15px;font-weight:800;color:#222;margin-bottom:6px}.pkg-persons{font-size:11px;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.pkg-desc{font-size:13px;color:#666;line-height:1.6;margin-bottom:14px;flex:1}.pkg-includes{list-style:none;margin-bottom:16px}.pkg-includes li{font-size:12px;color:#555;padding:4px 0 4px 16px;position:relative;border-bottom:1px solid #f8f8f8}.pkg-includes li:before{content:"\2713";position:absolute;left:0;color:var(--red);font-weight:800}.pkg-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f0f0f0}.pkg-price{font-size:18px;font-weight:800;color:var(--red)}.pkg-price small{font-size:11px;color:#bbb;font-weight:400;margin-right:2px}.pkg-order-btn{background:var(--red);color:var(--white);border:none;padding:9px 18px;border-radius:3px;font-family:var(--font);font-size:13px;font-weight:700;transition:background .15s}.pkg-order-btn:hover{background:var(--red-dark)}.special-bar{background:var(--gray-bg);border:1px solid var(--gray-border);border-left:4px solid var(--red);padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.special-bar h3{font-size:15px;font-weight:800;color:#222;margin-bottom:4px}.special-bar p{font-size:13px;color:var(--text-light)}.feest-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feest-card{background:var(--white);border:1px solid var(--gray-border);padding:22px 18px;text-align:center;border-radius:3px;transition:box-shadow .2s,transform .15s;cursor:pointer}.feest-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.feest-card-icon{font-size:32px;margin-bottom:12px}.feest-card h3{font-size:14px;font-weight:800;color:#222;margin-bottom:6px}.feest-card p{font-size:12px;color:#888;line-height:1.6;margin-bottom:12px}.feest-tag{display:inline-block;font-size:11px;background:#fff3e0;color:#b45000;padding:3px 10px;border-radius:20px;font-weight:700;border:1px solid #ffe0b2}.steps-section{background:var(--dark);padding:48px 0}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step{text-align:center;position:relative}.step:after{content:"\2192";position:absolute;top:22px;right:-14px;font-size:20px;color:#444;font-weight:800}.step:last-child:after{display:none}.step-num{width:44px;height:44px;background:var(--red);color:var(--white);border-radius:50%;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.step h3{font-size:13px;font-weight:800;color:var(--white);margin-bottom:6px}.step p{font-size:12px;color:#fff9;line-height:1.6}.offerte-section{padding:48px 0;background:var(--white)}.offerte-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.offerte-info h2{font-size:22px;font-weight:800;color:#222;margin-bottom:10px}.offerte-info p{font-size:14px;color:#666;margin-bottom:20px;line-height:1.7}.oci{display:flex;align-items:center;gap:12px;font-size:14px;color:#444;margin-bottom:12px}.oci-icon{width:36px;height:36px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.oci a{color:var(--red);font-weight:700}.offerte-form{background:var(--gray-bg);border:1px solid var(--gray-border);padding:28px}.offerte-form h3{font-size:16px;font-weight:800;color:#222;margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-group{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.form-group label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;border:1px solid #e0e0e0;border-radius:4px;font-family:var(--font);font-size:13px;color:var(--text);outline:none;background:var(--white);transition:border-color .15s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--red)}.form-group textarea{min-height:100px;resize:vertical}.form-submit{width:100%;background:var(--red);color:var(--white);border:none;padding:14px;border-radius:3px;font-family:var(--font);font-size:15px;font-weight:800;transition:background .15s;margin-top:4px}.form-submit:hover{background:var(--red-dark)}.form-notice{font-size:11px;color:#bbb;margin-top:8px;text-align:center}.order-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:500;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s;padding:20px}.order-modal-overlay.open{opacity:1;pointer-events:all}.order-modal{background:var(--white);width:100%;max-width:480px;border-radius:6px;overflow:hidden;transform:translateY(20px) scale(.97);transition:transform .25s;max-height:90vh;overflow-y:auto}.order-modal-overlay.open .order-modal{transform:translateY(0) scale(1)}.order-modal-header{background:var(--red);color:var(--white);padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.order-modal-header h3{font-size:16px;font-weight:800}.modal-x{background:none;border:none;color:var(--white);font-size:22px;line-height:1}.order-modal-body{padding:24px}.order-modal-pkg-name{font-size:18px;font-weight:800;color:#222;margin-bottom:4px}.order-modal-pkg-cat{font-size:14px;color:var(--red);font-weight:700;margin-bottom:20px}.persons-row{display:flex;align-items:center;gap:12px}.persons-btn{width:36px;height:36px;background:var(--gray-bg);border:1px solid #e0e0e0;border-radius:50%;font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;transition:all .15s}.persons-btn:hover{background:var(--red);color:var(--white);border-color:var(--red)}.persons-num{font-size:20px;font-weight:800;color:#222;min-width:40px;text-align:center}.order-modal-submit{width:100%;background:var(--red);color:var(--white);border:none;padding:14px;border-radius:3px;font-family:var(--font);font-size:15px;font-weight:800;transition:background .15s}.order-modal-submit:hover{background:var(--red-dark)}@media(max-width:900px){.collection-wrap{grid-template-columns:1fr;padding:12px}.products-col{width:100%;min-width:0;overflow-x:hidden}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px;width:100%}.cart-col{display:none}.mobile-cart-bar{display:flex}body{padding-bottom:70px}}@media(max-width:768px){.nav-links,.nav-right{display:none}.hamburger{display:flex}.nav-inner{justify-content:space-between}.nav-logo{padding-right:0;border-right:none}.hero{min-height:auto;padding:40px 0}.hero-content{padding:0 20px}.hero h1{font-size:20px}.hero-deco{display:none}.hero-btns{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}.hwh-grid{grid-template-columns:1fr;gap:32px}.hp-cta-single-inner{flex-direction:column}.hp-cta-btn{width:100%;text-align:center;display:block}.bdm-grid{grid-template-columns:1fr}.bdm-footer{flex-direction:column;align-items:flex-start}.menu-hp-grid{grid-template-columns:1fr;gap:16px}.choice-banner{grid-template-columns:1fr 1fr;gap:8px}.choice-card{padding:14px 12px}.rev-grid{grid-template-columns:1fr}.ot-grid{grid-template-columns:1fr;gap:28px}.ot-right{grid-template-columns:1fr 1fr}.maps-header{flex-direction:column;align-items:flex-start}.maps-route-btn{width:100%;justify-content:center}.footer-inner{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.cart-page{grid-template-columns:1fr;padding:20px}.cart-summary{position:static}.cat-hero-inner{grid-template-columns:1fr}.cat-hero-card{display:none}.cat-hero h1{font-size:22px}.pkg-grid{grid-template-columns:1fr}.feest-grid,.steps-grid{grid-template-columns:1fr 1fr}.step:after{display:none}.offerte-grid,.form-row{grid-template-columns:1fr}.special-bar{flex-direction:column;align-items:flex-start}}.slot-picker-wrap{margin-bottom:16px}.slot-picker-label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:8px}#timeslotPicker,#timeslotPickerMobile{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-height:220px;overflow-y:auto;padding-right:2px}.slot-btn{background:var(--white);border:1px solid var(--gray-border);border-radius:4px;padding:8px 6px;cursor:pointer;font-family:var(--font);text-align:center;transition:all .15s;display:flex;flex-direction:column;align-items:center;gap:3px}.slot-btn:hover:not(:disabled){border-color:var(--red);background:#fff8f8}.slot-btn.slot-selected{border-color:var(--red);background:#fff3f3}.slot-btn:disabled{opacity:.45;cursor:not-allowed}.slot-time{font-size:13px;font-weight:800;color:#222}.slot-btn.slot-selected .slot-time{color:var(--red)}.slot-status{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.slot-status-open{color:#2e7d32}.slot-status-low{color:#e67e00}.slot-status-full{color:#aaa}.slot-full .slot-time{color:#bbb}.slot-btn[style*="span 3"]{grid-column:span 3;text-align:left;flex-direction:row;justify-content:space-between;padding:12px 14px}.extra-cat-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:8px 0 4px;border-bottom:1px solid var(--gray-border);margin-bottom:4px}
/*# sourceMappingURL=/cdn/shop/t/9/assets/gios.css.map */
